@charset "UTF-8";
:root {
  --color-gold: #ad7a1e;
  --white: #ffffff;
  --border-translucent:rgba(255, 255, 255, 0.5);
  --text-dark:#081a27;
  --blackout:rgba(0, 0, 0, 0.6);
  --dark-gray-brown:#241a14;
  --black:#000000;
  --dots:#999999;
  --dots-hover:#d8d8d8;
  --color-black: #000;
  --color-gray: #757575;
  --color-light-gray: #c1bebc;
  --color-silver: #e9e8e7;
  --color-pink: #f6f1e8;
  --color-dark: #241a14;
  --color-brown: #5a4018;
  --color-light-brown: #b39060;
  --color-peach: #dab679; }

:root {
  --animation-time: 0.3s; }

@font-face {
  font-family: "Arimo-Bold";
  src: url("../fonts/Arimo-Bold.eot");
  /* IE9 */
  src: url("../fonts/Arimo-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Arimo-Bold.woff") format("woff"), url("../fonts/Arimo-Bold.ttf") format("truetype"), url("../fonts/Arimo-Bold.svg#Arimo") format("svg");
  /* iOS 4.1- */
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: "Arimo-Regular";
  src: url("../fonts/Arimo-Regular.eot");
  /* IE9 */
  src: url("../fonts/Arimo-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Arimo-Regular.woff") format("woff"), url("../fonts/Arimo-Regular.ttf") format("truetype"), url("../fonts/Arimo-Regular.svg#Arimo") format("svg");
  /* iOS 4.1- */
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: "Tinos-Italic";
  src: url("../fonts/Tinos-Italic.eot");
  /* IE9 */
  src: url("../fonts/Tinos-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/Tinos-Italic.woff") format("woff"), url("../fonts/Tinos-Italic.ttf") format("truetype"), url("../fonts/Tinos-Italic.svg#Tinos") format("svg");
  /* iOS 4.1- */
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: "Tinos-Regular";
  src: url("../fonts/Tinos-Regular.eot");
  /* IE9 */
  src: url("../fonts/Tinos-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Tinos-Regular.woff") format("woff"), url("../fonts/Tinos-Regular.ttf") format("truetype"), url("../fonts/Tinos-Regular.svg#Tinos") format("svg");
  /* iOS 4.1- */
  font-style: normal;
  font-weight: normal; }

.light {
  font-weight: 300; }

.regular {
  font-weight: 400; }

.medium {
  font-weight: 500; }

.bold {
  font-weight: 700; }

.black {
  font-weight: 900; }

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
       transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

:root {
  --color-gold: #ad7a1e;
  --white: #ffffff;
  --border-translucent:rgba(255, 255, 255, 0.5);
  --text-dark:#081a27;
  --blackout:rgba(0, 0, 0, 0.6);
  --dark-gray-brown:#241a14;
  --black:#000000;
  --dots:#999999;
  --dots-hover:#d8d8d8;
  --color-black: #000;
  --color-gray: #757575;
  --color-light-gray: #c1bebc;
  --color-silver: #e9e8e7;
  --color-pink: #f6f1e8;
  --color-dark: #241a14;
  --color-brown: #5a4018;
  --color-light-brown: #b39060;
  --color-peach: #dab679; }

:root {
  --animation-time: 0.3s; }

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
     -moz-box-sizing: inherit;
          box-sizing: inherit; }

html {
  height: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; }

body {
  min-height: 100%;
  font-family: "Arimo-Regular";
  margin: 0;
  min-width: 320px;
  background-color: #ffffff; }
  .is-modal-open body {
    overflow-y: hidden; }
  body iss-truncated-label, body iss-aitocomletion {
    display: contents; }

textarea,
input[type="text"],
input[type="search"],
input[type="button"],
input[type="submit"],
input[type="email"],
input[type="tel"] {
  -webkit-appearance: none;
  border-radius: 0; }
  textarea:focus::-webkit-input-placeholder,
  input[type="text"]:focus::-webkit-input-placeholder,
  input[type="search"]:focus::-webkit-input-placeholder,
  input[type="button"]:focus::-webkit-input-placeholder,
  input[type="submit"]:focus::-webkit-input-placeholder,
  input[type="email"]:focus::-webkit-input-placeholder,
  input[type="tel"]:focus::-webkit-input-placeholder {
    color: transparent; }
  textarea:focus::-moz-placeholder,
  input[type="text"]:focus::-moz-placeholder,
  input[type="search"]:focus::-moz-placeholder,
  input[type="button"]:focus::-moz-placeholder,
  input[type="submit"]:focus::-moz-placeholder,
  input[type="email"]:focus::-moz-placeholder,
  input[type="tel"]:focus::-moz-placeholder {
    color: transparent; }
  textarea:focus::-ms-input-placeholder,
  input[type="text"]:focus::-ms-input-placeholder,
  input[type="search"]:focus::-ms-input-placeholder,
  input[type="button"]:focus::-ms-input-placeholder,
  input[type="submit"]:focus::-ms-input-placeholder,
  input[type="email"]:focus::-ms-input-placeholder,
  input[type="tel"]:focus::-ms-input-placeholder {
    color: transparent; }
  textarea:focus::placeholder,
  input[type="text"]:focus::placeholder,
  input[type="search"]:focus::placeholder,
  input[type="button"]:focus::placeholder,
  input[type="submit"]:focus::placeholder,
  input[type="email"]:focus::placeholder,
  input[type="tel"]:focus::placeholder {
    color: transparent; }

input::-ms-clear {
  display: none; }

input:focus,
button:focus,
a:focus {
  outline: none; }

a {
  text-decoration: none;
  cursor: pointer; }
  a:hover {
    -webkit-focus-ring-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  a:active {
    -webkit-focus-ring-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.pre-line {
  white-space: pre-line; }

h1,
p {
  margin: 0; }

.show-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

main {
  font-size: 0;
  min-height: 100vh; }

.page {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  overflow: hidden; }
  .page--materials, .page--themes {
    background-color: #ffffff; }

@media (max-width: 1024px) {
  .fixedPosition {
    position: fixed;
    width: 100%; } }

.fixed-position-modal {
  margin: 0;
  height: 100%;
  overflow: hidden; }

.js-wrapper.active .b-header {
  margin-top: 128px; }

.js-wrapper.active .b-find {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }

@media (max-width: 768px) {
  .js-wrapper.active .b-header {
    margin-top: 0 !important; }
  .js-wrapper.active .b-find {
    display: none; } }

.js-wrapper {
  position: relative; }

.tab-content {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: -1;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  transition: 0s; }
  .tab-content.active {
    opacity: 1;
    visibility: visible;
    position: static;
    z-index: 1; }

.background-pink-2 {
  background-color: #F7F2E9; }

.is-hidden {
  display: none !important; }

body.open-sl {
  overflow: hidden; }
  body.open-sl .b-page-sl-zoom,
  body.open-sl .b-exponat-slider {
    padding: 1vh 30px 1vh;
    display: block;
    z-index: 100;
    position: fixed;
    top: -70px;
    -webkit-transform: translateY(70px);
       -moz-transform: translateY(70px);
        -ms-transform: translateY(70px);
            transform: translateY(70px);
    left: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important;
    background-color: #000; }
    body.open-sl .b-page-sl-zoom .b-modal-social__close,
    body.open-sl .b-exponat-slider .b-modal-social__close {
      display: block;
      opacity: 1; }
      body.open-sl .b-page-sl-zoom .b-modal-social__close:before, body.open-sl .b-page-sl-zoom .b-modal-social__close:after,
      body.open-sl .b-exponat-slider .b-modal-social__close:before,
      body.open-sl .b-exponat-slider .b-modal-social__close:after {
        background-color: #ffffff; }
  body.open-sl .b-exponat-slider--article .slick-dots {
    bottom: 20px;
    display: none; }
  body.open-sl .b-exponat-slider__text {
    display: none; }
  body.open-sl .b-exponat-slider__list {
    height: 100%; }
  body.open-sl .b-exponat-slider__img img {
    max-width: none; }
  body.open-sl .b-exponat-slider__page-prev,
  body.open-sl .b-exponat-slider__page-next {
    display: none !important; }
  body.open-sl .slick-arrow,
  body.open-sl .slick-prev,
  body.open-sl .slick-next {
    background-color: #1a1a1a;
    border: none;
    border-radius: 50%; }
    body.open-sl .slick-arrow:before,
    body.open-sl .slick-prev:before,
    body.open-sl .slick-next:before {
      border: none;
      width: 0;
      height: 0;
      border-style: solid;
      -webkit-transform: rotate(0deg);
         -moz-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
              transform: rotate(0deg);
      margin: 0; }
    body.open-sl .slick-arrow:hover,
    body.open-sl .slick-prev:hover,
    body.open-sl .slick-next:hover {
      background-color: #1a1a1a; }
      body.open-sl .slick-arrow:hover:before,
      body.open-sl .slick-prev:hover:before,
      body.open-sl .slick-next:hover:before {
        border: none;
        width: 0;
        height: 0;
        border-style: solid;
        -webkit-transform: rotate(0deg);
           -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
                transform: rotate(0deg); }
  body.open-sl .slick-arrow {
    top: 0 !important;
    bottom: 0 !important;
    margin: auto 0 !important; }
  body.open-sl .b-exponat-slider__page-prev, body.open-sl .slick-prev {
    left: 20px; }
    body.open-sl .b-exponat-slider__page-prev:before, body.open-sl .slick-prev:before {
      border-width: 8px 8px 8px 0;
      border-color: transparent #ffffff transparent transparent; }
    body.open-sl .b-exponat-slider__page-prev:hover:before, body.open-sl .slick-prev:hover:before {
      border-width: 8px 8px 8px 0;
      border-color: transparent #ffffff transparent transparent; }
  body.open-sl .slick-prev {
    left: -40px; }
  body.open-sl .b-exponat-slider__page-next, body.open-sl .slick-next {
    right: 20px; }
    body.open-sl .b-exponat-slider__page-next:before, body.open-sl .slick-next:before {
      border-width: 8px 0 8px 8px;
      border-color: transparent transparent transparent #ffffff; }
    body.open-sl .b-exponat-slider__page-next:hover:before, body.open-sl .slick-next:hover:before {
      border-width: 8px 0 8px 8px;
      border-color: transparent transparent transparent #ffffff; }
  body.open-sl .slick-next {
    right: -40px; }
  body.open-sl .b-exponat-slider__full-width {
    width: auto;
    display: block !important;
    z-index: 1; }
  body.open-sl .slick-list {
    height: 100%; }
  body.open-sl .slick-dots {
    padding-top: 20px;
    position: absolute;
    z-index: 20;
    bottom: 100px;
    display: none; }
  body.open-sl .b-exponat-slider__item {
    height: 100vh;
    padding-bottom: 0;
    background-color: #000; }
    body.open-sl .b-exponat-slider__item a, body.open-sl .b-exponat-slider__item .b-exponat-slider__noimage {
      height: 98vh; }
    body.open-sl .b-exponat-slider__item a img {
      width: 100%;
      background: none; }
  body.open-sl #increase, body.open-sl #decrease {
    display: none; }
  body.open-sl #increase-full, body.open-sl #decrease-full {
    display: inline-block;
    cursor: pointer; }
  body.open-sl .b-exponat-slider__controls--full {
    display: block;
    position: absolute;
    bottom: 10px;
    right: -28px;
    left: auto;
    opacity: 0;
    visibility: hidden;
    z-index: 1000; }
    @media (min-width: 1023px) {
      body.open-sl .b-exponat-slider__controls--full {
        display: block;
        opacity: 1;
        visibility: visible; } }
  body.open-sl .b-exponat-article {
    display: none; }
  body.open-sl .hidden {
    display: none !important; }

.page.little-head .b-header, .page.transparent .b-header {
  background-image: none;
  background-color: #241a14; }
  .page.little-head .b-header .b-header__wrap-mobile, .page.transparent .b-header .b-header__wrap-mobile {
    background: none; }
    .page.little-head .b-header .b-header__wrap-mobile:before, .page.transparent .b-header .b-header__wrap-mobile:before {
      background: none; }
  .page.little-head .b-header .b-header__content, .page.transparent .b-header .b-header__content {
    width: 100%; }
  .page.little-head .b-header .b-header__layout, .page.transparent .b-header .b-header__layout {
    margin-bottom: 0; }
  .page.little-head .b-header .b-header__img, .page.transparent .b-header .b-header__img {
    display: none; }
  .page.little-head .b-header .b-header__overlay, .page.transparent .b-header .b-header__overlay {
    width: 100%;
    padding: 0 0 13px;
    text-align: center;
    margin-top: -7px; }
    .page.little-head .b-header .b-header__overlay .b-header__link-mobile, .page.transparent .b-header .b-header__overlay .b-header__link-mobile {
      font-size: 16px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: 1;
      letter-spacing: 0.1px;
      color: #ffffff;
      text-decoration: none;
      cursor: pointer; }
      .page.little-head .b-header .b-header__overlay .b-header__link-mobile.active, .page.transparent .b-header .b-header__overlay .b-header__link-mobile.active {
        color: #ad7a1e; }
  .page.little-head .b-header .b-header-right__header-search, .page.transparent .b-header .b-header-right__header-search {
    margin-bottom: 0; }
  .page.little-head .b-header .b-header-right__article, .page.little-head .b-header .b-header-right__quote, .page.little-head .b-header .b-article, .page.little-head .b-header .b-container, .page.transparent .b-header .b-header-right__article, .page.transparent .b-header .b-header-right__quote, .page.transparent .b-header .b-article, .page.transparent .b-header .b-container {
    display: none; }

.page.transparent .b-header {
  background-color: transparent; }
  .page.transparent .b-header .b-header-right {
    background-color: transparent; }

.page.transparent .b-wrap-bind:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 1;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2; }

.page.transparent .b-wrap-bind__wrap-fix-link {
  min-height: 124px; }
  @media (min-width: 1024px) {
    .page.transparent .b-wrap-bind__wrap-fix-link {
      min-height: 127px; } }
  @media (min-width: 1440px) {
    .page.transparent .b-wrap-bind__wrap-fix-link {
      min-height: 159px; } }

.page.transparent .b-wrap-bind__wrap-fix-text {
  min-height: 199px; }
  @media (min-width: 1024px) {
    .page.transparent .b-wrap-bind__wrap-fix-text {
      min-height: 319px; } }
  @media (min-width: 1440px) {
    .page.transparent .b-wrap-bind__wrap-fix-text {
      min-height: 353px; } }

.page.transparent .b-wrap-bind__wrap-fix-heading {
  min-height: 32px; }

.page.transparent .b-wrap-bind .b-wrap-bind__bac-main {
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
  font-family: 'object-fit: cover; object-position: left center;';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.page.transparent .b-wrap-bind .b-header-right {
  z-index: 6; }

.page.transparent .b-wrap-bind .b-wrap-bind__wrap-link {
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.8px;
  color: #ffffff;
  z-index: 4;
  position: relative;
  margin-bottom: 109px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s; }
  .page.transparent .b-wrap-bind .b-wrap-bind__wrap-link:hover {
    color: #ad7a1e; }
    .page.transparent .b-wrap-bind .b-wrap-bind__wrap-link:hover svg {
      fill: #ad7a1e; }
  .page.transparent .b-wrap-bind .b-wrap-bind__wrap-link svg {
    fill: white;
    width: 12px;
    height: 12px;
    margin-right: 28px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s; }

.page.transparent .b-wrap-bind .b-wrap-bind__text {
  font-size: 28px;
  font-weight: normal;
  letter-spacing: 1px;
  color: #ffffff;
  z-index: 4;
  line-height: 40px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  min-height: 160px;
  max-height: 160px; }

.page.transparent .b-wrap-bind .b-wrap-bind__heading {
  font-family: "Arimo-Regular";
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 1px;
  color: #ffffff;
  z-index: 4;
  position: relative;
  border-bottom: 1px solid #fff;
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 13px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s; }
  .page.transparent .b-wrap-bind .b-wrap-bind__heading:hover {
    color: #ad7a1e;
    border-bottom: 1px solid #ad7a1e; }

.page.transparent .b-wrap-bind .b-wrap-bind__content-head {
  padding: 48px 24px 68px;
  position: relative; }
  @media (min-width: 1024px) {
    .page.transparent .b-wrap-bind .b-wrap-bind__content-head--one-theme .b-wrap-bind__wrap-fix-link {
      min-height: 84px; } }
  @media (min-width: 1440px) {
    .page.transparent .b-wrap-bind .b-wrap-bind__content-head--one-theme .b-wrap-bind__wrap-fix-link {
      min-height: 84px; } }
  @media (min-width: 1024px) {
    .page.transparent .b-wrap-bind .b-wrap-bind__content-head--one-theme .b-wrap-bind__wrap-link {
      margin-bottom: 60px; } }
  @media (min-width: 1440px) {
    .page.transparent .b-wrap-bind .b-wrap-bind__content-head--one-theme .b-wrap-bind__wrap-link {
      margin-bottom: 60px; } }
  @media (min-width: 1024px) {
    .page.transparent .b-wrap-bind .b-wrap-bind__content-head--one-theme .b-wrap-bind__wrap-fix-text {
      min-height: 196px; } }
  @media (min-width: 1440px) {
    .page.transparent .b-wrap-bind .b-wrap-bind__content-head--one-theme .b-wrap-bind__wrap-fix-text {
      min-height: 196px; } }
  .page.transparent .b-wrap-bind .b-wrap-bind__content-head--one-theme .b-wrap-bind__text {
    max-width: 730px; }
    @media (min-width: 1024px) {
      .page.transparent .b-wrap-bind .b-wrap-bind__content-head--one-theme .b-wrap-bind__text {
        font-size: 40px;
        line-height: 56px;
        min-height: 168px;
        max-width: 650px; } }
    @media (min-width: 1280px) {
      .page.transparent .b-wrap-bind .b-wrap-bind__content-head--one-theme .b-wrap-bind__text {
        max-width: 730px; } }
  .page.transparent .b-wrap-bind .b-wrap-bind__content-head--one-theme .b-wrap-bind__wrap-heading {
    max-width: 730px; }
    @media (min-width: 1024px) {
      .page.transparent .b-wrap-bind .b-wrap-bind__content-head--one-theme .b-wrap-bind__wrap-heading {
        margin-bottom: 180px;
        max-width: 650px; } }
    @media (min-width: 1280px) {
      .page.transparent .b-wrap-bind .b-wrap-bind__content-head--one-theme .b-wrap-bind__wrap-heading {
        max-width: 730px; } }
  .page.transparent .b-wrap-bind .b-wrap-bind__content-head--one-theme .b-wrap-bind__show-iteration-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 100%; }
    @media (min-width: 1024px) {
      .page.transparent .b-wrap-bind .b-wrap-bind__content-head--one-theme .b-wrap-bind__show-iteration-wrap {
        position: absolute;
        top: 28px;
        left: auto;
        right: 80px;
        height: 492px;
        overflow: hidden; } }
  @media (min-width: 1150px) {
    .page.transparent .b-wrap-bind .b-wrap-bind__content-head--one-theme .b-header-right {
      display: block; } }
  @media (min-width: 1272px) {
    .page.transparent .b-wrap-bind .b-wrap-bind__content-head--one-theme .b-header-right {
      padding: 10px 40px 30px 60px; } }
  @media (min-width: 1024px) {
    .page.transparent .b-wrap-bind .b-wrap-bind__content-head--one-theme .b-header-right__link-text {
      min-height: 0; }
      .page.transparent .b-wrap-bind .b-wrap-bind__content-head--one-theme .b-header-right__link-text:hover .b-header-right__blockquote,
      .page.transparent .b-wrap-bind .b-wrap-bind__content-head--one-theme .b-header-right__link-text:hover .b-header-right__cite {
        color: #ad7a1e; } }
  .page.transparent .b-wrap-bind .b-wrap-bind__content-head--one-theme .b-header-right__quote:after {
    top: -50px; }
  @media (min-width: 1024px) {
    .page.transparent .b-wrap-bind .b-wrap-bind__content-head--one-theme .b-header-right__quote {
      margin-bottom: 0; }
      .page.transparent .b-wrap-bind .b-wrap-bind__content-head--one-theme .b-header-right__quote:before {
        content: none; }
      .page.transparent .b-wrap-bind .b-wrap-bind__content-head--one-theme .b-header-right__quote:after {
        font-size: 120px;
        line-height: 100px;
        top: -134px;
        right: -36px; } }
  .page.transparent .b-wrap-bind .b-wrap-bind__content-head--one-theme .b-header-right__blockquote {
    margin-bottom: 6px;
    padding-top: 36px; }
    @media (min-width: 1024px) {
      .page.transparent .b-wrap-bind .b-wrap-bind__content-head--one-theme .b-header-right__blockquote {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 12px;
        padding-top: 0;
        color: #ffffff;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 11;
        -webkit-box-orient: vertical;
        max-height: 308px; } }
  @media (min-width: 1024px) {
    .page.transparent .b-wrap-bind .b-wrap-bind__content-head--one-theme .b-header-right__cite {
      font-size: 20px;
      line-height: 28px;
      color: #ffffff; } }
  .page.transparent .b-wrap-bind .b-wrap-bind__content-head--one-theme .b-header-right--mobile {
    min-height: 0;
    width: -webkit-calc(100% + 48px);
    width: -moz-calc(100% + 48px);
    width: calc(100% + 48px);
    margin: 64px -24px -68px;
    padding: 34px 25px 42px 25px; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .page.transparent .b-wrap-bind .b-wrap-bind__content-head--one-theme .b-header-right--mobile {
        width: -webkit-calc(100% + 48px);
        width: -moz-calc(100% + 48px);
        width: calc(100% + 48px);
        margin: 64px -24px 0;
        padding: 34px 25px 42px 25px; }
        .page.transparent .b-wrap-bind .b-wrap-bind__content-head--one-theme .b-header-right--mobile .b-header-right__link-text {
          min-height: 0; } }
    @media (min-width: 1024px) {
      .page.transparent .b-wrap-bind .b-wrap-bind__content-head--one-theme .b-header-right--mobile {
        width: -webkit-calc(45% - 160px);
        width: -moz-calc(45% - 160px);
        width: calc(45% - 160px);
        margin: 0;
        padding: 10px 40px 30px 60px;
        background-color: rgba(255, 255, 255, 0); } }
  .page.transparent .b-wrap-bind .b-wrap-bind__content-head--one-theme .b-information {
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 198px;
    position: relative;
    overflow: hidden;
    top: auto;
    left: auto;
    right: auto;
    background-color: #ffffff;
    padding: 8px 8px 16px 8px; }
    @media (min-width: 769px) and (max-width: 1023px) {
      .page.transparent .b-wrap-bind .b-wrap-bind__content-head--one-theme .b-information {
        left: -24px;
        right: auto;
        width: -webkit-calc(100% + 48px);
        width: -moz-calc(100% + 48px);
        width: calc(100% + 48px);
        max-width: -webkit-calc(100% + 48px);
        max-width: -moz-calc(100% + 48px);
        max-width: calc(100% + 48px); } }
    @media (min-width: 1024px) {
      .page.transparent .b-wrap-bind .b-wrap-bind__content-head--one-theme .b-information {
        background-color: rgba(255, 255, 255, 0);
        padding: 8px 8px 16px 8px; } }
    @media (min-width: 1440px) {
      .page.transparent .b-wrap-bind .b-wrap-bind__content-head--one-theme .b-information {
        padding: 8px 8px 16px 8px; } }
    .page.transparent .b-wrap-bind .b-wrap-bind__content-head--one-theme .b-information:after {
      content: none; }
    .page.transparent .b-wrap-bind .b-wrap-bind__content-head--one-theme .b-information p {
      color: #081a27; }
    .page.transparent .b-wrap-bind .b-wrap-bind__content-head--one-theme .b-information .b-container--full-width {
      background-color: #f6f1e8;
      padding: 14px 16px; }
      @media (min-width: 1024px) {
        .page.transparent .b-wrap-bind .b-wrap-bind__content-head--one-theme .b-information .b-container--full-width {
          padding: 28px 32px 14px; } }
      @media (min-width: 1400px) {
        .page.transparent .b-wrap-bind .b-wrap-bind__content-head--one-theme .b-information .b-container--full-width {
          padding: 56px 64px 28px; } }
      @media (min-width: 1600px) {
        .page.transparent .b-wrap-bind .b-wrap-bind__content-head--one-theme .b-information .b-container--full-width {
          padding: 56px 72px 28px; } }
    .page.transparent .b-wrap-bind .b-wrap-bind__content-head--one-theme .b-information__decoration {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: block;
      z-index: 1; }
      .page.transparent .b-wrap-bind .b-wrap-bind__content-head--one-theme .b-information__decoration span {
        position: absolute;
        display: block;
        background-color: #ad7a1e;
        z-index: 1; }
        .page.transparent .b-wrap-bind .b-wrap-bind__content-head--one-theme .b-information__decoration span:first-child {
          top: 0;
          left: 0;
          width: 160px;
          height: 8px; }
        .page.transparent .b-wrap-bind .b-wrap-bind__content-head--one-theme .b-information__decoration span:nth-child(2) {
          top: auto;
          left: auto;
          right: 0;
          bottom: 0;
          width: 8px;
          height: 100%;
          max-height: 226px; }
        .page.transparent .b-wrap-bind .b-wrap-bind__content-head--one-theme .b-information__decoration span:nth-child(3) {
          top: auto;
          left: 0;
          bottom: 0;
          width: 100%;
          height: 16px; }
        .page.transparent .b-wrap-bind .b-wrap-bind__content-head--one-theme .b-information__decoration span:nth-child(4) {
          top: 0;
          left: 0;
          width: 8px;
          height: 100%; }

.page.transparent .b-wrap-bind--lecture .b-wrap-bind__content-head {
  padding: 22px 38px 8px; }

.page.transparent .b-wrap-bind--lecture .b-wrap-bind__background {
  position: absolute;
  top: auto;
  left: 0;
  right: auto;
  bottom: 0;
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 80%;
  z-index: 2; }

.page.transparent .b-wrap-bind--lecture .b-wrap-bind__background-top, .page.transparent .b-wrap-bind--lecture .b-wrap-bind__background-left,
.page.transparent .b-wrap-bind--lecture .b-wrap-bind__background-right, .page.transparent .b-wrap-bind--lecture .b-wrap-bind__background-bottom {
  position: absolute;
  background-color: #ad7a1e; }

.page.transparent .b-wrap-bind--lecture .b-wrap-bind__background-top {
  top: 0;
  left: 0;
  width: 160px;
  height: 8px; }

.page.transparent .b-wrap-bind--lecture .b-wrap-bind__background-left {
  top: 0;
  left: 0;
  width: 8px;
  height: 100%; }

.page.transparent .b-wrap-bind--lecture .b-wrap-bind__background-right {
  top: auto;
  left: auto;
  right: 0;
  bottom: 0;
  width: 8px;
  height: 144px; }

.page.transparent .b-wrap-bind--lecture .b-wrap-bind__background-bottom {
  top: auto;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px; }

.page.transparent .b-wrap-bind--lecture .b-wrap-bind__inner-list {
  display: block;
  width: -webkit-calc(100% + 16px);
  width: -moz-calc(100% + 16px);
  width: calc(100% + 16px);
  padding: 0;
  margin: 36px -8px 0;
  list-style-type: none;
  position: relative;
  z-index: 3; }

.page.transparent .b-wrap-bind--lecture .b-wrap-bind__inner-item {
  display: inline-block;
  vertical-align: top;
  font-family: "Arimo-Regular";
  font-weight: normal;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #ffffff;
  padding: 0 8px;
  position: relative; }
  .page.transparent .b-wrap-bind--lecture .b-wrap-bind__inner-item:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: -4px;
    display: block;
    width: 4px;
    height: 4px;
    background-color: #ffffff;
    border-radius: 50%; }
  .page.transparent .b-wrap-bind--lecture .b-wrap-bind__inner-item:first-child:before {
    content: none; }

.page.transparent .b-wrap-bind--lecture .b-wrap-bind__wrap-heading {
  height: 124px;
  overflow: hidden; }

@media (max-width: 520px) {
  .page.transparent .b-wrap-bind--lecture .b-wrap-bind__wrap-link {
    margin-bottom: 86px; }
  .page.transparent .b-wrap-bind--lecture .b-wrap-bind__wrap-fix-link {
    min-height: 104px; }
  .page.transparent .b-wrap-bind--lecture .b-wrap-bind__wrap-fix-text {
    min-height: 184px; } }

@media (min-width: 769px) {
  .page.transparent .b-wrap-bind--one-theme:before,
  .page.transparent .b-wrap-bind--one-theme .b-wrap-bind__bac-main {
    height: -webkit-calc(100% - 238px);
    height: -moz-calc(100% - 238px);
    height: calc(100% - 238px);
    max-height: 989px; } }

@media (min-width: 520px) {
  .page.transparent .b-wrap-bind--lecture .b-wrap-bind__background {
    max-height: 75%; }
  .page.transparent .b-wrap-bind--lecture .b-wrap-bind__wrap-heading {
    height: 112px; } }

@media (min-width: 769px) {
  .page.transparent .b-wrap-bind .b-wrap-bind__text,
  .page.transparent .b-wrap-bind .b-wrap-bind__wrap-heading {
    max-width: 49%; }
  .page.transparent .b-wrap-bind--lecture .b-wrap-bind__text {
    max-width: 100%; }
  .page.transparent .b-wrap-bind--lecture .b-wrap-bind__wrap-heading {
    max-width: 100%; }
  .page.transparent .b-wrap-bind--lecture .b-wrap-bind__background {
    max-height: 77%; } }

@media (min-width: 1024px) {
  .page.transparent .b-wrap-bind .b-wrap-bind__heading {
    font-size: 16px; }
  .page.transparent .b-wrap-bind .b-wrap-bind__text {
    max-width: 45%;
    font-size: 50px;
    line-height: 70px;
    min-height: 280px; }
  .page.transparent .b-wrap-bind .b-wrap-bind__link-text {
    font-size: 16px; }
  .page.transparent .b-wrap-bind .b-wrap-bind__wrap-link svg {
    width: 19px;
    height: 14px;
    margin-right: 22px; }
  .page.transparent .b-wrap-bind--lecture .b-wrap-bind__content-head {
    padding: 48px 24px 68px; }
  .page.transparent .b-wrap-bind--lecture .b-wrap-bind__content-head {
    padding: 48px 24px 74px; }
  .page.transparent .b-wrap-bind--lecture .b-wrap-bind__text {
    max-width: 1000px;
    padding: 0 35px; }
  .page.transparent .b-wrap-bind--lecture .b-wrap-bind__wrap-heading {
    max-width: 1100px;
    padding: 0 35px;
    height: 60px; }
  .page.transparent .b-wrap-bind--lecture .b-wrap-bind__inner-list {
    padding: 0 35px;
    margin: 36px -16px 0; }
  .page.transparent .b-wrap-bind--lecture .b-wrap-bind__inner-list {
    width: -webkit-calc(100% + 32px);
    width: -moz-calc(100% + 32px);
    width: calc(100% + 32px);
    margin: 36px -16px 0; }
  .page.transparent .b-wrap-bind--lecture .b-wrap-bind__inner-item {
    font-size: 16px;
    padding: 0 16px; }
  .page.transparent .b-wrap-bind--lecture .b-wrap-bind__background {
    max-width: -webkit-calc(100% - 48px);
    max-width: -moz-calc(100% - 48px);
    max-width: calc(100% - 48px);
    max-height: 68%;
    left: 24px;
    bottom: 68px; } }

@media (min-width: 1320px) {
  .page.transparent .b-wrap-bind--lecture .b-wrap-bind__background {
    max-width: 1280px; } }

@media (min-width: 1440px) {
  .page.transparent .b-wrap-bind .b-wrap-bind__content-head {
    padding: 35px 80px 93px; }
    .page.transparent .b-wrap-bind .b-wrap-bind__content-head--one-theme {
      padding: 28px 80px 40px; }
  .page.transparent .b-wrap-bind .b-wrap-bind__wrap-link {
    margin-bottom: 141px; }
  .page.transparent .b-wrap-bind .b-wrap-bind__text {
    max-width: 700px; }
  .page.transparent .b-wrap-bind .b-wrap-bind__heading {
    margin-right: 24px; }
  .page.transparent .b-wrap-bind--lecture .b-wrap-bind__content-head {
    padding: 10px 80px 88px; }
  .page.transparent .b-wrap-bind--lecture .b-wrap-bind__wrap-fix-link {
    min-height: 144px; }
  .page.transparent .b-wrap-bind--lecture .b-wrap-bind__wrap-link {
    margin-bottom: 120px; }
  .page.transparent .b-wrap-bind--lecture .b-wrap-bind__wrap-fix-text {
    min-height: 340px; }
  .page.transparent .b-wrap-bind--lecture .b-wrap-bind__text {
    padding: 0 70px;
    max-width: 1200px; }
  .page.transparent .b-wrap-bind--lecture .b-wrap-bind__wrap-heading {
    padding: 0 70px;
    max-width: 1200px; }
  .page.transparent .b-wrap-bind--lecture .b-wrap-bind__background {
    left: 80px;
    bottom: 80px;
    max-height: 75%; }
  .page.transparent .b-wrap-bind--lecture .b-wrap-bind__background-top, .page.transparent .b-wrap-bind--lecture .b-wrap-bind__background-left,
  .page.transparent .b-wrap-bind--lecture .b-wrap-bind__background-right, .page.transparent .b-wrap-bind--lecture .b-wrap-bind__background-bottom {
    position: absolute;
    background-color: #ad7a1e; }
  .page.transparent .b-wrap-bind--lecture .b-wrap-bind__background-top {
    top: 0;
    left: 0;
    width: 160px;
    height: 8px; }
  .page.transparent .b-wrap-bind--lecture .b-wrap-bind__background-left {
    top: 0;
    left: 0;
    width: 8px; }
  .page.transparent .b-wrap-bind--lecture .b-wrap-bind__background-right {
    top: auto;
    left: auto;
    right: 0;
    bottom: 0;
    width: 8px;
    height: 144px; }
  .page.transparent .b-wrap-bind--lecture .b-wrap-bind__background-bottom {
    top: auto;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px; }
  .page.transparent .b-wrap-bind--lecture .b-wrap-bind__inner-list {
    padding: 0 70px; } }

.page-index .b-modal-social__wrap-icon {
  display: none; }

:root {
  --color-gold: #ad7a1e;
  --white: #ffffff;
  --border-translucent:rgba(255, 255, 255, 0.5);
  --text-dark:#081a27;
  --blackout:rgba(0, 0, 0, 0.6);
  --dark-gray-brown:#241a14;
  --black:#000000;
  --dots:#999999;
  --dots-hover:#d8d8d8;
  --color-black: #000;
  --color-gray: #757575;
  --color-light-gray: #c1bebc;
  --color-silver: #e9e8e7;
  --color-pink: #f6f1e8;
  --color-dark: #241a14;
  --color-brown: #5a4018;
  --color-light-brown: #b39060;
  --color-peach: #dab679; }

:root {
  --animation-time: 0.3s; }

.b-button {
  font-family: "Arimo-Bold";
  font-size: 14px;
  text-align: center;
  background: transparent;
  cursor: pointer;
  padding: 0;
  border: 0; }
  .b-button--social-modal {
    width: 32px;
    height: 32px;
    margin: 0 23px; }
    .b-button--social-modal svg {
      width: 32px;
      height: 32px; }
  .b-button--anchor {
    z-index: 1001;
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    border: solid 1px #ad7a1e;
    position: fixed;
    bottom: 31px;
    right: 23px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    display: none;
    text-align: center; }
    .b-button--anchor:after {
      content: "";
      margin-top: 3px;
      width: 8px;
      height: 8px;
      -webkit-transform: rotate(-45deg);
         -moz-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
      border-right: 1px solid #ad7a1e;
      border-top: 1px solid #ad7a1e;
      border-bottom: none;
      border-left: none;
      display: inline-block; }
    .b-button--anchor:hover {
      border: solid 1px #ffffff;
      background-color: #ad7a1e; }
      .b-button--anchor:hover:after {
        border-right: 1px solid #ffffff;
        border-top: 1px solid #ffffff; }
    @media (min-width: 1024px) {
      .b-button--anchor {
        width: 48px;
        height: 48px; } }
    @media (min-width: 1440px) {
      .b-button--anchor {
        bottom: 142px; } }
  .b-button__line {
    position: relative;
    display: block;
    height: 1px;
    background-color: #ffffff;
    width: 24px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 8px; }
    .b-button__line:last-child {
      margin-bottom: 0; }
  .b-button--menu-icon {
    content: "Menu";
    background-color: transparent;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 16px;
    z-index: 50; }
    @media (min-width: 1150px) {
      .b-button--menu-icon {
        display: none; } }
  .b-button--menu-close {
    background-color: transparent;
    width: 40px;
    height: 40px;
    z-index: 50; }
    .b-button--menu-close span:nth-child(1) {
      -webkit-transform: translateY(8px) rotate(45deg);
         -moz-transform: translateY(8px) rotate(45deg);
          -ms-transform: translateY(8px) rotate(45deg);
              transform: translateY(8px) rotate(45deg);
      margin-bottom: 15px; }
    .b-button--menu-close span:nth-child(2) {
      -webkit-transform: translateY(-8px) rotate(-45deg);
         -moz-transform: translateY(-8px) rotate(-45deg);
          -ms-transform: translateY(-8px) rotate(-45deg);
              transform: translateY(-8px) rotate(-45deg); }
  .b-button--search {
    width: 36px;
    height: 36px;
    position: relative;
    margin-left: auto;
    z-index: 1; }
    .b-button--search:hover svg {
      fill: #ad7a1e; }
    .b-button--search svg {
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      transition: 0.3s;
      height: 20px;
      width: 20px;
      fill: #ffffff;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto; }
  .b-button--find {
    height: 48px;
    background-color: #ad7a1e;
    line-height: 48px;
    color: #ffffff;
    text-transform: uppercase;
    padding: 0 44px;
    font-family: "Arimo-Bold";
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1px;
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .b-button--search-menu {
    position: absolute;
    right: 0;
    top: -4px;
    height: 100%; }
  .b-button--social {
    position: absolute;
    right: 35px;
    top: 0; }
    .b-button--social svg {
      width: 100%; }

:root {
  --color-gold: #ad7a1e;
  --white: #ffffff;
  --border-translucent:rgba(255, 255, 255, 0.5);
  --text-dark:#081a27;
  --blackout:rgba(0, 0, 0, 0.6);
  --dark-gray-brown:#241a14;
  --black:#000000;
  --dots:#999999;
  --dots-hover:#d8d8d8;
  --color-black: #000;
  --color-gray: #757575;
  --color-light-gray: #c1bebc;
  --color-silver: #e9e8e7;
  --color-pink: #f6f1e8;
  --color-dark: #241a14;
  --color-brown: #5a4018;
  --color-light-brown: #b39060;
  --color-peach: #dab679; }

:root {
  --animation-time: 0.3s; }

.b-footer {
  background-color: #ad7a1e;
  padding: 0 25px;
  padding-top: 32px;
  padding-bottom: 30px;
  margin-top: auto;
  position: relative;
  z-index: 1; }
  .b-footer__img {
    max-width: 155px;
    max-height: 47px;
    -o-object-fit: contain;
       object-fit: contain; }
  .b-footer__link {
    font-family: "Arimo-Regular";
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #ffffff;
    margin-right: 17px;
    max-height: 20px; }
  .b-footer__description {
    font-family: "Arimo-Regular";
    opacity: 0.7;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.8px;
    color: #ffffff;
    line-height: 18px;
    margin-bottom: 18px; }
  .b-footer__block-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 12px; }
    .b-footer__block-link .b-footer__link {
      margin-right: 28px;
      margin-bottom: 16px; }
  .b-footer__block-main-link {
    margin-bottom: 23px; }
    .b-footer__block-main-link .b-footer__link {
      display: inline-block;
      vertical-align: top;
      margin-bottom: 8px; }
  .b-footer__link-date {
    font-family: "Arimo-Regular";
    opacity: 0.7;
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.8px;
    color: #ffffff;
    line-height: 18px;
    max-width: 80%;
    display: block; }
  .b-footer__wrap-img {
    display: none; }
    .b-footer__wrap-img--partner {
      display: inline-block;
      margin: 32px 0 0; }
      .b-footer__wrap-img--partner .b-footer__img {
        max-width: 172px;
        max-height: 30px; }
  .b-footer__link:hover, .b-footer__link-date:hover {
    text-decoration: underline; }
  .b-footer--top {
    margin-top: -24px; }

@media (min-width: 360px) {
  .b-footer__link {
    font-size: 14px; } }

@media (min-width: 769px) {
  .b-footer__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .b-footer__block-main-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 5%; }
  .b-footer__link {
    margin-bottom: 10px; }
  .b-footer__link-date {
    max-width: 100%; }
  .b-footer__wrap-logo {
    padding-left: 10px; } }

@media (min-width: 1024px) {
  .b-footer__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .b-footer__block-main-link {
    white-space: normal;
    margin-right: 0;
    max-width: 250px;
    max-height: 150px;
    margin-right: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .b-footer__block-main-link .b-footer__link {
      display: inline-block;
      vertical-align: top;
      width: 50%;
      margin: 0; }
  .b-footer__block-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 0; }
    .b-footer__block-link .b-footer__link {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
         -moz-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
  .b-footer__wrap-img {
    display: inline-block;
    margin-bottom: 20px; }
    .b-footer__wrap-img--partner {
      margin: 32px 0 0; }
  .b-footer__description {
    margin-bottom: 31px;
    max-width: 480px; }
  .b-footer__link-date {
    max-width: 260px; }
  .b-footer--top {
    margin-top: -40px; } }

@media (min-width: 1440px) {
  .b-footer {
    padding-top: 46px;
    padding-left: 80px;
    padding-bottom: 46px;
    padding-right: 160px; }
    .b-footer__wrap-logo {
      margin-right: 12px;
      padding-left: 0; }
    .b-footer__link-date {
      font-size: 12px;
      line-height: 18px;
      letter-spacing: 1px;
      white-space: nowrap; }
    .b-footer__description {
      font-size: 16px;
      line-height: 24px;
      padding-top: 5px;
      letter-spacing: 1px;
      margin-bottom: 23px; }
    .b-footer__link {
      font-size: 16px;
      line-height: 18px;
      letter-spacing: 1px;
      margin-right: 30px; }
    .b-footer__block-main-link {
      padding-top: 13px;
      max-width: 420px; }
    .b-footer__block-link {
      max-width: 500px;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
    .b-footer__wrap-img {
      margin-bottom: 29px; }
      .b-footer__wrap-img--partner {
        margin: 32px 0 0; }
        .b-footer__wrap-img--partner .b-footer__img {
          max-width: 200px;
          max-height: 35px; } }

:root {
  --color-gold: #ad7a1e;
  --white: #ffffff;
  --border-translucent:rgba(255, 255, 255, 0.5);
  --text-dark:#081a27;
  --blackout:rgba(0, 0, 0, 0.6);
  --dark-gray-brown:#241a14;
  --black:#000000;
  --dots:#999999;
  --dots-hover:#d8d8d8;
  --color-black: #000;
  --color-gray: #757575;
  --color-light-gray: #c1bebc;
  --color-silver: #e9e8e7;
  --color-pink: #f6f1e8;
  --color-dark: #241a14;
  --color-brown: #5a4018;
  --color-light-brown: #b39060;
  --color-peach: #dab679; }

:root {
  --animation-time: 0.3s; }

.b-header__menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 150; }

.b-header__link-mobile:last-child, .b-header__link-mobile:nth-last-child(2), .b-header__link-mobile:nth-last-child(3) {
  display: none; }

.b-header__menu--visible {
  pointer-events: auto; }

.b-header__app-menu {
  color: #ffffff;
  position: relative;
  position: fixed;
  width: 100%;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
   -ms-transform: translateX(100%);
       transform: translateX(100%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  will-change: transform;
  z-index: 160;
  pointer-events: auto;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #ad7a1e;
  height: 100%;
  padding: 23px; }
  .b-header__app-menu .b-button--search-menu.b-button--search {
    display: block;
    top: -4px;
    left: auto;
    right: 0;
    bottom: 0; }

.b-header__fix {
  height: 159px; }

.b-header__wrap-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 36px; }

.b-header__wrap-middle {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 10px;
  margin-bottom: 42px; }
  .b-header__wrap-middle .b-button--search:hover svg {
    fill: #ffffff; }

.b-header__input {
  width: 100%;
  background: transparent;
  border: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1px;
  color: #ffffff;
  font-family: "Arimo-Regular"; }
  .b-header__input::-webkit-input-placeholder {
    opacity: 0.5;
    font-family: "Arimo-Regular";
    font-size: 14px;
    letter-spacing: 1px;
    color: #ffffff;
    -webkit-transition: opacity 200ms;
    -moz-transition: opacity 200ms;
    transition: opacity 200ms;
    text-decoration: none;
    font-weight: normal; }
  .b-header__input:-moz-placeholder {
    opacity: 0.5;
    font-family: "Arimo-Regular";
    font-size: 14px;
    letter-spacing: 1px;
    color: #ffffff;
    -webkit-transition: opacity 200ms;
    -moz-transition: opacity 200ms;
    transition: opacity 200ms;
    text-decoration: none;
    font-weight: normal; }
  .b-header__input::-moz-placeholder {
    opacity: 0.5;
    font-family: "Arimo-Regular";
    font-size: 14px;
    letter-spacing: 1px;
    color: #ffffff;
    -webkit-transition: opacity 200ms;
    -moz-transition: opacity 200ms;
    transition: opacity 200ms;
    text-decoration: none;
    font-weight: normal; }
  .b-header__input:-ms-input-placeholder {
    opacity: 0.5;
    font-family: "Arimo-Regular";
    font-size: 14px;
    letter-spacing: 1px;
    color: #ffffff;
    -webkit-transition: opacity 200ms;
    -moz-transition: opacity 200ms;
    transition: opacity 200ms;
    text-decoration: none;
    font-weight: normal; }
  .b-header__input:focus::-webkit-input-placeholder {
    opacity: 0; }
  .b-header__input:focus:-moz-placeholder {
    opacity: 0; }
  .b-header__input:focus::-moz-placeholder {
    opacity: 0; }
  .b-header__input:focus:-ms-input-placeholder {
    opacity: 0; }

.b-header__list {
  padding: 0;
  margin: 0; }

.b-header__item {
  list-style: none;
  margin-bottom: 24px; }

.b-header__link {
  font-family: "Arimo-Regular";
  font-size: 18px;
  line-height: 1;
  letter-spacing: 1px;
  color: #ffffff;
  outline: none; }
  .b-header__link--mobile:hover {
    color: #ffffff;
    -webkit-focus-ring-color: white; }
  .b-header__link--mobile:active {
    color: #ffffff;
    -webkit-focus-ring-color: white; }

.b-header__link-info-pr {
  font-family: "Arimo-Regular";
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 1px;
  color: #ffffff;
  margin-bottom: 24px;
  display: block; }

.b-header__wrap-foot-menu {
  margin-top: auto; }

.b-header__cite-menu {
  opacity: 0.5;
  font-family: "Arimo-Regular";
  font-size: 12px;
  line-height: 1;
  letter-spacing: 1px;
  color: #ffffff;
  display: block;
  margin-bottom: 10px; }

.b-header__menu--visible .b-header__app-menu {
  -webkit-transform: none;
  -moz-transform: none;
   -ms-transform: none;
       transform: none; }

.b-header__menu--animatable .b-header__app-menu {
  -webkit-transition: all 130ms ease-in;
  -moz-transition: all 130ms ease-in;
  transition: all 130ms ease-in; }

.b-header__menu--visible .b-header__menu--animatable .b-header__app-menu {
  -webkit-transition: all 330ms ease-out;
  -moz-transition: all 330ms ease-out;
  transition: all 330ms ease-out; }

.b-header__layout {
  position: relative;
  margin-bottom: 44px; }

.b-header__hedar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 23px 16px 23px 24px;
  position: relative; }

.b-header__show-link {
  display: none; }

.b-header__link-logo {
  height: 52px;
  width: 156px; }
  .b-header__link-logo--partner {
    width: 72px;
    height: 24px;
    margin-left: 8px;
    opacity: 0.9; }

.b-header__logo {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain; }

.b-header__wrap-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  position: relative;
  overflow: hidden; }
  .b-header__wrap-mobile:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    opacity: 1;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 2; }
  .b-header__wrap-mobile .b-header__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 634px;
    display: block;
    z-index: 1; }
    .b-header__wrap-mobile .b-header__img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: left center;
         object-position: left center;
      font-family: 'object-fit: cover; object-position: left center;'; }

.b-header__main-img {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;'; }

.b-header__content {
  width: 100%;
  z-index: 1004; }

.b-header__overlay {
  display: block; }
  .b-header__overlay--lecture {
    display: none; }

.b-header .b-button--social, .b-header .b-button--search {
  display: none;
  position: absolute;
  top: 0;
  left: auto;
  bottom: 4px;
  margin: auto 0; }

.b-header .b-button--social.b-button--search {
  right: 60px; }

.b-header .b-button--search {
  right: 100px; }

.b-header .b-modal-social {
  left: auto;
  right: 100px; }

@media (min-width: 360px) {
  .b-header__link-logo--partner {
    margin-left: 24px; } }

@media (min-width: 520px) {
  .b-header__link-logo {
    width: 163px;
    height: 54px; }
    .b-header__link-logo--partner {
      width: 78px;
      height: 26px; } }

@media (min-width: 1150px) {
  .b-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
    .b-header__wrap-mobile {
      width: 50%;
      overflow: visible; }
    .b-header__hedar {
      padding: 32px 16px 23px 24px;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .b-header__link-logo {
      width: 138px; }
      .b-header__link-logo--partner {
        margin-left: 8px;
        width: 78px; }
    .b-header__menu {
      display: none; }
    .b-header__overlay {
      display: none; }
    .b-header__show-link {
      display: block;
      font-family: "Arimo-Regular";
      font-size: 17px;
      line-height: 16px;
      color: #ffffff;
      margin-right: auto;
      margin-left: 8px;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      transition: 0.3s;
      max-width: 70px; }
      .b-header__show-link:hover {
        color: #ad7a1e; }
    .b-header .b-button--social, .b-header .b-button--search {
      display: block;
      bottom: -4px; }
    .b-header .b-button--social.b-button--search {
      left: auto;
      right: 35px; }
    .b-header .b-button--search {
      left: auto;
      right: 0; }
    .b-header .b-modal-social {
      right: 0; } }

@media (min-width: 868px) {
  .b-header__img {
    min-height: 777px; } }

@media (min-width: 943px) {
  .b-header__img {
    min-height: 757px; } }

@media (min-width: 1150px) {
  .b-header__wrap-mobile {
    width: 55%; }
  .b-header__hedar {
    padding: 40px 16px 40px 24px; }
  .b-header__link-logo {
    height: 63px;
    width: 178px; }
    .b-header__link-logo--partner {
      margin-left: 24px;
      width: 102px;
      height: 32px; }
  .b-header__show-link {
    max-width: none;
    margin-left: 42px; }
  .b-header__img {
    min-height: 851px; }
  .b-header .b-button--social, .b-header .b-button--search {
    bottom: 4px; }
  .b-header .b-button--social.b-button--search {
    left: 492px; }
  .b-header .b-button--search {
    left: 532px; }
  .b-header .b-modal-social {
    left: 158px; } }

@media (min-width: 1150px) {
  .b-header__show-link {
    margin-left: 88px; }
  .b-header .b-button--social.b-button--search {
    left: 538px; }
  .b-header .b-button--search {
    left: 578px; }
  .b-header .b-modal-social {
    left: 204px; } }

@media (min-width: 1272px) {
  .b-header__wrap-mobile {
    width: -webkit-calc(100% - 572px);
    width: -moz-calc(100% - 572px);
    width: calc(100% - 572px); }
  .b-header__show-link {
    margin-left: 148px; }
  .b-header .b-button--social.b-button--search {
    left: 598px; }
  .b-header .b-button--search {
    left: 638px; }
  .b-header .b-modal-social {
    left: 264px; } }

@media (min-width: 1320px) {
  .b-header__img {
    min-height: 781px; }
  .b-header__show-link {
    margin-left: 148px; } }

@media (min-width: 1440px) {
  .b-header__content {
    padding-left: 55px;
    padding-top: 0; }
  .b-header__wrap-mobile {
    padding-top: 0; }
  .b-header__hedar {
    padding: 40px 16px 40px 13px; }
  .b-header__link-logo {
    height: 63px;
    width: 229px; }
    .b-header__link-logo--partner {
      margin-left: 36px;
      width: 112px;
      height: 35px; }
  .b-header__show-link {
    margin-left: 148px; }
  .b-header__img {
    min-height: 811px; }
  .b-header .b-button--social.b-button--search {
    left: 660px; }
  .b-header .b-button--search {
    left: 700px; }
  .b-header .b-modal-social {
    left: 328px; } }

:root {
  --color-gold: #ad7a1e;
  --white: #ffffff;
  --border-translucent:rgba(255, 255, 255, 0.5);
  --text-dark:#081a27;
  --blackout:rgba(0, 0, 0, 0.6);
  --dark-gray-brown:#241a14;
  --black:#000000;
  --dots:#999999;
  --dots-hover:#d8d8d8;
  --color-black: #000;
  --color-gray: #757575;
  --color-light-gray: #c1bebc;
  --color-silver: #e9e8e7;
  --color-pink: #f6f1e8;
  --color-dark: #241a14;
  --color-brown: #5a4018;
  --color-light-brown: #b39060;
  --color-peach: #dab679; }

:root {
  --animation-time: 0.3s; }

.b-modal-social {
  position: absolute;
  top: 92px;
  right: 120px;
  width: 378px;
  height: 154px;
  -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.5);
  background-color: #ffffff;
  text-align: center;
  display: none;
  z-index: 1200; }
  .b-modal-social.active {
    display: block; }
  .b-modal-social__text {
    font-family: "Arimo-Regular";
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.6px;
    color: #241a14;
    margin-bottom: 20px; }
  .b-modal-social__wrap-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .b-modal-social__wrap-icon app-social-sharing-buttons {
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
  .b-modal-social__wrap-close {
    height: 100%;
    width: 100%;
    position: relative;
    padding: 34px; }
  .b-modal-social__close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 32px;
    height: 32px;
    opacity: 0.4;
    cursor: pointer;
    border: 0;
    background-color: transparent; }
    .b-modal-social__close:hover {
      opacity: 1; }
    .b-modal-social__close:before, .b-modal-social__close:after {
      position: absolute;
      left: 15px;
      top: 7px;
      content: ' ';
      height: 18px;
      width: 2px;
      background-color: #333; }
    .b-modal-social__close:before {
      -webkit-transform: rotate(45deg);
         -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
    .b-modal-social__close:after {
      -webkit-transform: rotate(-45deg);
         -moz-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }

@media (max-width: 768px) {
  .b-modal-social {
    display: none !important; } }

:root {
  --color-gold: #ad7a1e;
  --white: #ffffff;
  --border-translucent:rgba(255, 255, 255, 0.5);
  --text-dark:#081a27;
  --blackout:rgba(0, 0, 0, 0.6);
  --dark-gray-brown:#241a14;
  --black:#000000;
  --dots:#999999;
  --dots-hover:#d8d8d8;
  --color-black: #000;
  --color-gray: #757575;
  --color-light-gray: #c1bebc;
  --color-silver: #e9e8e7;
  --color-pink: #f6f1e8;
  --color-dark: #241a14;
  --color-brown: #5a4018;
  --color-light-brown: #b39060;
  --color-peach: #dab679; }

:root {
  --animation-time: 0.3s; }

.b-text-page {
  padding: 60px 24px 33px; }
  .b-text-page__title {
    font-family: "Arimo-Regular";
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 1px;
    color: #241a14;
    margin-bottom: 20px; }

.b-text-page-preline {
  background-color: #F6F1E8;
  width: 100%;
  padding: 30px 24px 46px;
  text-align: center; }
  .b-text-page-preline p, .b-text-page-preline__item {
    white-space: pre-line;
    font-family: "Tinos-Regular";
    font-size: 16px;
    line-height: 20px;
    color: #241a14;
    text-align: left;
    max-width: 1056px;
    margin: 0 auto;
    margin-bottom: 37px; }
  .b-text-page-preline__item {
    margin-bottom: 8px; }
    .b-text-page-preline__item:last-child {
      margin-bottom: 0; }
  .b-text-page-preline__button {
    width: auto;
    display: inline-block;
    margin: 0 auto;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 1px;
    color: #000;
    border: 0;
    border-bottom: 1px solid;
    background: transparent;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    padding: 0;
    cursor: pointer; }
    .b-text-page-preline__button:hover {
      color: #ad7a1e; }
  .b-text-page-preline--white {
    background-color: #ffffff; }
  .b-text-page-preline--longrid {
    padding: 0;
    margin: 24px 0;
    position: relative; }
    .b-text-page-preline--longrid .b-text-page-preline__list {
      list-style-type: none;
      margin-bottom: 37px; }
    .b-text-page-preline--longrid p {
      padding: 0 24px;
      max-width: 1104px; }
    .b-text-page-preline--longrid p:last-child {
      margin-bottom: 0; }
    .b-text-page-preline--longrid .b-text-page-preline__button {
      position: absolute;
      bottom: -62px;
      left: 0;
      right: 0;
      margin: 0 auto 20px;
      width: 120px; }
  .b-text-page-preline--button {
    margin-bottom: 66px; }
  .b-text-page-preline--bottom {
    padding-bottom: 0 !important; }
  .b-text-page-preline--top {
    padding-top: 32px !important; }
  .b-text-page-preline__wrap {
    padding: 0;
    margin: 0 -24px 37px;
    width: -webkit-calc(100% + 48px);
    width: -moz-calc(100% + 48px);
    width: calc(100% + 48px);
    max-width: 920px; }
    .b-text-page-preline__wrap .b-text-page-preline__article {
      background-color: #ad7a1e;
      padding: 26px 40px;
      width: 100%;
      margin: 0 auto; }
      .b-text-page-preline__wrap .b-text-page-preline__article p {
        font-size: 18px;
        line-height: 26px;
        margin: 0 0 27px 0;
        color: #ffffff;
        padding: 0; }
        .b-text-page-preline__wrap .b-text-page-preline__article p:last-child {
          margin: 0; }
      @media (min-width: 1024px) {
        .b-text-page-preline__wrap .b-text-page-preline__article {
          margin: 0;
          width: 100%; } }
  .b-text-page-preline a {
    text-decoration: underline;
    color: #ad7a1e; }
  .b-text-page-preline .top-text {
    margin-top: -37px; }
  .b-text-page-preline__link,
  .b-text-page-preline a.b-text-page-preline__link {
    color: #241A14;
    text-decoration: none;
    white-space: nowrap;
    border: none;
    position: relative;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    margin-right: 12px;
    padding: 0;
    cursor: pointer; }
    .b-text-page-preline__link:hover,
    .b-text-page-preline a.b-text-page-preline__link:hover {
      color: #ad7a1e; }
    .b-text-page-preline__link--dictionary,
    .b-text-page-preline a.b-text-page-preline__link--dictionary {
      background-color: #f4eae9; }
      .b-text-page-preline__link--dictionary .b-text-page-preline__link-icon,
      .b-text-page-preline a.b-text-page-preline__link--dictionary .b-text-page-preline__link-icon {
        background-color: #8D2A25; }
    .b-text-page-preline__link--comment,
    .b-text-page-preline a.b-text-page-preline__link--comment {
      background-color: #e6e6e6; }
      .b-text-page-preline__link--comment .b-text-page-preline__link-icon,
      .b-text-page-preline a.b-text-page-preline__link--comment .b-text-page-preline__link-icon {
        background-color: #454545; }
  .b-text-page-preline__link-icon {
    position: absolute;
    top: -7px;
    left: auto;
    right: -13px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: none;
    padding: 0;
    z-index: 1; }
    .b-text-page-preline__link-icon svg {
      display: block;
      width: 6px;
      height: 10px;
      fill: #ffffff;
      color: #ffffff; }

.b-text-page-replica {
  width: 100%;
  max-width: 920px;
  margin: 24px auto;
  padding: 26px 40px;
  background-color: #ad7a1e; }
  .b-text-page-replica p {
    font-family: "Tinos-Regular";
    text-align: left;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    color: #ffffff;
    padding: 0;
    white-space: pre-line; }

.b-preline-wrap {
  padding: 0 0 37px; }

@media (min-width: 920px) {
  .b-text-page-preline__wrap {
    margin: 0 auto 37px;
    width: 100%; } }

@media (min-width: 1024px) {
  .b-text-page__title {
    font-size: 36px;
    line-height: 40px; }
  .b-text-page-preline__wrap {
    padding: 0; }
  .b-text-page-preline--longrid {
    margin: 40px 0; }
    .b-text-page-preline--longrid p, .b-text-page-preline--longrid__item {
      font-size: 20px;
      line-height: 30px; }
  .b-text-page-preline--button {
    margin-bottom: 82px; }
  .b-text-page-replica {
    margin: 40px auto; }
    .b-text-page-replica p {
      font-size: 18px;
      line-height: 26px; } }

@media (min-width: 1440px) {
  .b-text-page {
    padding: 73px 80px 20px; }
    .b-text-page__title {
      font-size: 50px;
      margin-bottom: 90px;
      line-height: 70px; }
  .b-text-page-preline {
    padding: 11px 24px 46px; }
    .b-text-page-preline p, .b-text-page-preline__item {
      font-size: 20px;
      line-height: 30px; }
    .b-text-page-preline--longrid {
      padding: 0; } }

:root {
  --color-gold: #ad7a1e;
  --white: #ffffff;
  --border-translucent:rgba(255, 255, 255, 0.5);
  --text-dark:#081a27;
  --blackout:rgba(0, 0, 0, 0.6);
  --dark-gray-brown:#241a14;
  --black:#000000;
  --dots:#999999;
  --dots-hover:#d8d8d8;
  --color-black: #000;
  --color-gray: #757575;
  --color-light-gray: #c1bebc;
  --color-silver: #e9e8e7;
  --color-pink: #f6f1e8;
  --color-dark: #241a14;
  --color-brown: #5a4018;
  --color-light-brown: #b39060;
  --color-peach: #dab679; }

:root {
  --animation-time: 0.3s; }

.b-header-info {
  padding-bottom: 69px; }
  .b-header-info__title {
    font-family: "Tinos-Regular";
    font-size: 12px;
    line-height: 21px;
    letter-spacing: 1.3px;
    color: #ad7a1e;
    text-transform: uppercase;
    display: block;
    padding-left: 56px;
    position: relative;
    margin-bottom: 100px;
    font-weight: normal; }
    .b-header-info__title:before {
      content: "";
      width: 40px;
      height: 1px;
      background-color: #ad7a1e;
      position: absolute;
      left: 0;
      top: 50%;
      margin: -2px 0 0 0; }
  .b-header-info__link {
    height: 300px;
    max-width: 690px;
    display: block; }
    .b-header-info__link:hover .b-header-info__title-main,
    .b-header-info__link:hover .b-header-info__text {
      color: #ad7a1e; }
  .b-header-info__title-main {
    display: block;
    font-family: "Arimo-Regular";
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 1px;
    color: #ffffff;
    margin-bottom: 24px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    max-height: 155px; }
    @media (min-width: 1024px) {
      .b-header-info__title-main {
        max-height: 273px; } }
  .b-header-info__text {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    font-family: "Tinos-Regular";
    letter-spacing: normal;
    color: #ffffff;
    line-height: 26px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 47px; }
    @media (min-width: 1024px) {
      .b-header-info__text {
        max-height: 56px; } }
  .b-header-info--one-theme .b-header-info__back {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: 0.8px;
    color: #ffffff;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    white-space: nowrap;
    display: block;
    width: 126px;
    margin: 16px 0 106px; }
    .b-header-info--one-theme .b-header-info__back:before {
      content: '←';
      display: inline-block;
      vertical-align: middle;
      margin-right: 24px;
      margin-top: -5px;
      font-size: 16px; }
    .b-header-info--one-theme .b-header-info__back:hover {
      color: #ad7a1e; }
  .b-header-info--one-theme .b-header-info__list-links {
    padding: 16px 0 0;
    margin: 0;
    list-style-type: none; }
  .b-header-info--one-theme .b-header-info__item-links {
    display: inline-block;
    vertical-align: top;
    margin: 0 20px 8px 0; }
    .b-header-info--one-theme .b-header-info__item-links:last-child {
      margin-right: 0; }
    .b-header-info--one-theme .b-header-info__item-links a {
      font-size: 16px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.5;
      letter-spacing: 1px;
      color: #ffffff;
      text-decoration: underline;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      transition: 0.3s; }
      .b-header-info--one-theme .b-header-info__item-links a:hover {
        color: #ad7a1e; }

@media (min-width: 769px) {
  .b-header-info__title {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 1.7px;
    padding-left: 82px; }
    .b-header-info__title:before {
      width: 64px; } }

@media (min-width: 1024px) {
  .b-header-info {
    padding-left: 10px; }
    .b-header-info__title-main {
      font-size: 50px;
      line-height: 70px;
      max-width: 90%;
      margin-bottom: 33px; }
    .b-header-info__text {
      font-size: 20px;
      line-height: 30px;
      max-width: 530px; }
    .b-header-info__title {
      margin-bottom: 150px; } }

@media (min-width: 1440px) {
  .b-header-info {
    padding-left: 0; } }

:root {
  --color-gold: #ad7a1e;
  --white: #ffffff;
  --border-translucent:rgba(255, 255, 255, 0.5);
  --text-dark:#081a27;
  --blackout:rgba(0, 0, 0, 0.6);
  --dark-gray-brown:#241a14;
  --black:#000000;
  --dots:#999999;
  --dots-hover:#d8d8d8;
  --color-black: #000;
  --color-gray: #757575;
  --color-light-gray: #c1bebc;
  --color-silver: #e9e8e7;
  --color-pink: #f6f1e8;
  --color-dark: #241a14;
  --color-brown: #5a4018;
  --color-light-brown: #b39060;
  --color-peach: #dab679; }

:root {
  --animation-time: 0.3s; }

.b-header-right {
  display: none;
  background-color: #241a14;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 50px 22px 42px 22px;
  position: relative;
  width: 50%; }
  .b-header-right__link-text {
    display: block; }
    @media (min-width: 769px) {
      .b-header-right__link-text {
        min-height: 318px; } }
    .b-header-right__link-text:hover .b-header-right__blockquote,
    .b-header-right__link-text:hover .b-header-right__cite,
    .b-header-right__link-text:hover .b-header-right__inventory {
      color: #ad7a1e; }
  .b-header-right__blockquote, .b-header-right__cite, .b-header-right__inventory {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s; }
  .b-header-right--mobile {
    background: #ffffff;
    display: block;
    width: 100%;
    padding: 50px 25px 42px 25px; }
    .b-header-right--mobile .b-header-right__quote {
      margin-top: 0;
      padding-left: 58px;
      font-size: 12px;
      line-height: 22px;
      letter-spacing: 1.3px;
      margin-bottom: 24px;
      font-weight: normal; }
      .b-header-right--mobile .b-header-right__quote:before {
        width: 40px; }
      .b-header-right--mobile .b-header-right__quote::after {
        font-size: 95px;
        right: 5px;
        top: -35px; }
    .b-header-right--mobile .b-header-right__blockquote {
      font-size: 18px;
      line-height: 28px;
      color: #081a27; }
    .b-header-right--mobile .b-header-right__inventory {
      line-height: 22px;
      letter-spacing: 1px;
      color: rgba(8, 26, 39, 0.5);
      font-size: 12px;
      margin-bottom: 0; }
    .b-header-right--mobile .b-header-right__cite {
      margin-bottom: 16px;
      color: #081a27; }
    .b-header-right--mobile .b-header-right__article {
      margin-bottom: 40px; }
    .b-header-right--mobile .b-article {
      border: solid 1px rgba(8, 26, 39, 0.5);
      padding: 16px; }
      .b-header-right--mobile .b-article__text {
        font-size: 14px;
        line-height: 20px;
        color: #081a27; }
      .b-header-right--mobile .b-article__img {
        height: 64px;
        width: 64px;
        margin-right: 15px; }
  .b-header-right__content {
    max-width: 500px; }
  .b-header-right__header-search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 82px;
    position: relative; }
  .b-header-right__link {
    font-family: "Arimo-Regular";
    opacity: 0.9;
    font-size: 17px;
    line-height: 0.94;
    letter-spacing: 1px;
    color: #ffffff;
    margin-right: 22px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s; }
    .b-header-right__link:hover {
      color: #ad7a1e; }
  .b-header-right__quote {
    font-family: "Tinos-Regular";
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 1.7px;
    color: #ad7a1e;
    text-transform: uppercase;
    padding-left: 81px;
    position: relative;
    margin-bottom: 30px;
    font-weight: normal; }
    .b-header-right__quote:before {
      content: "";
      width: 64px;
      height: 1px;
      background-color: #ad7a1e;
      position: absolute;
      left: 0;
      top: 50%;
      margin: 1px 0 0 0; }
    .b-header-right__quote:after {
      content: ",,";
      color: #ad7a1e;
      position: absolute;
      right: 5px;
      top: -142px;
      font-size: 140px;
      letter-spacing: -5px;
      opacity: 0.5; }
    .b-header-right__quote--last {
      margin-bottom: 25px; }
      .b-header-right__quote--last:after {
        display: none; }
  .b-header-right__blockquote, .b-header-right__cite {
    font-family: "Tinos-Italic";
    font-size: 20px;
    font-style: italic;
    line-height: 1.5;
    letter-spacing: normal;
    color: #ffffff;
    margin: 0; }
  .b-header-right__blockquote {
    margin-bottom: 12px;
    white-space: pre-line; }
  .b-header-right__cite {
    margin-bottom: 24px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 56px; }
  .b-header-right__link-text {
    margin-bottom: 51px; }
  .b-header-right__inventory {
    font-family: "Arimo-Regular";
    font-size: 16px;
    line-height: 1.63;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.5);
    display: block;
    max-width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 62px; }
    @media (min-width: 769px) {
      .b-header-right__inventory {
        max-height: 73px; } }
  .b-header-right--materials .b-header-right__header-search {
    margin-bottom: 10px; }
  .b-header-right .active {
    color: #ad7a1e; }
  .b-header-right--one-theme {
    height: auto; }
    @media (min-width: 769px) {
      .b-header-right--one-theme {
        min-height: 300px; } }
    @media (min-width: 1024px) {
      .b-header-right--one-theme {
        min-height: 343px; }
        .b-header-right--one-theme .b-header-right__cite {
          max-height: 68px; } }
    .b-header-right--one-theme .b-header-right__article {
      margin-bottom: 3px; }
    .b-header-right--one-theme .b-header-right__link-text {
      margin-bottom: 0; }
  .b-header-right--longrid {
    display: block;
    background-color: #ffffff;
    width: 100%;
    height: auto;
    margin: 36px auto 24px;
    min-height: 0 !important; }
    .b-header-right--longrid .b-header-right__article {
      position: relative; }
    .b-header-right--longrid .b-header-right__quote {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .b-header-right--longrid .b-header-right__quote:before {
        width: 1px;
        height: 100%;
        left: 0;
        top: 0; }
      .b-header-right--longrid .b-header-right__quote:after {
        top: -184px; }
    .b-header-right--longrid:hover .b-header-right__blockquote,
    .b-header-right--longrid:hover .b-header-right__cite,
    .b-header-right--longrid:hover .b-header-right__inventory {
      color: #241a14; }
    .b-header-right--longrid .b-header-right__blockquote, .b-header-right--longrid .b-header-right__cite {
      color: #241a14;
      font-size: 16px;
      line-height: 24px;
      padding: 0 8px; }
      .b-header-right--longrid .b-header-right__blockquote:hover, .b-header-right--longrid .b-header-right__cite:hover {
        color: #241a14; }
    .b-header-right--longrid .b-header-right__cite {
      margin: 0;
      max-height: none;
      display: block; }
    .b-header-right--longrid .b-header-right__link-text {
      min-height: 0 !important; }

@media (min-width: 1150px) {
  .b-header-right {
    display: block; }
    .b-header-right__link {
      margin-right: 12px; }
    .b-header-right--mobile {
      display: none; }
    .b-header-right--longrid {
      display: block;
      width: 620px; }
      .b-header-right--longrid .b-header-right__quote:before {
        left: -23px; } }

@media (min-width: 1024px) {
  .b-header-right {
    width: 45%; }
    .b-header-right__link {
      margin-right: 22px; }
    .b-header-right__content {
      padding: 15px 0; }
    .b-header-right__link {
      margin-right: 34px; }
  .b-header-right--longrid {
    width: 618px !important;
    margin-bottom: 40px;
    margin-top: 64px; }
    .b-header-right--longrid .b-header-right__blockquote, .b-header-right--longrid .b-header-right__cite {
      font-size: 23px;
      letter-spacing: -0.2px;
      line-height: 46px;
      padding: 0; } }

@media (min-width: 1272px) {
  .b-header-right {
    width: 572px;
    padding-left: 57px; }
    .b-header-right--longrid {
      padding: 0; } }

.b-container {
  padding: 0 24px; }

:root {
  --color-gold: #ad7a1e;
  --white: #ffffff;
  --border-translucent:rgba(255, 255, 255, 0.5);
  --text-dark:#081a27;
  --blackout:rgba(0, 0, 0, 0.6);
  --dark-gray-brown:#241a14;
  --black:#000000;
  --dots:#999999;
  --dots-hover:#d8d8d8;
  --color-black: #000;
  --color-gray: #757575;
  --color-light-gray: #c1bebc;
  --color-silver: #e9e8e7;
  --color-pink: #f6f1e8;
  --color-dark: #241a14;
  --color-brown: #5a4018;
  --color-light-brown: #b39060;
  --color-peach: #dab679; }

:root {
  --animation-time: 0.3s; }

.b-find {
  width: 100%;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: none;
  background: white;
  width: 752px;
  margin: 0 auto;
  left: 0;
  top: 0;
  position: absolute;
  top: -128px;
  left: 50%;
  margin-left: -376px; }
  .b-find__wrap-place {
    width: 100%;
    position: relative; }
  .b-find:after {
    content: '';
    position: static;
    display: block;
    width: 20px;
    background-color: white;
    height: 0;
    border-left: 15px solid #ad7a1e;
    border-top: 24px solid transparent;
    border-bottom: 24px solid transparent;
    border-right: 0px solid transparent; }
  .b-find.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
  .b-find__input {
    font-family: "Arimo-Regular";
    letter-spacing: 1px;
    color: #081a27;
    font-size: 18px;
    height: 48px;
    border: solid 1px #ad7a1e;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    padding: 0 40px 0 25px;
    letter-spacing: 0.5px;
    background: #ffffff;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle; }
    .b-find__input::-webkit-input-placeholder {
      opacity: 0.5;
      font-family: "Arimo-Regular";
      font-size: 18px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: 1px;
      color: #081a27;
      -webkit-transition: opacity 200ms;
      -moz-transition: opacity 200ms;
      transition: opacity 200ms;
      line-height: 48px; }
    .b-find__input:-moz-placeholder {
      opacity: 0.5;
      font-family: "Arimo-Regular";
      font-size: 18px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: 1px;
      color: #081a27;
      -webkit-transition: opacity 200ms;
      -moz-transition: opacity 200ms;
      transition: opacity 200ms;
      line-height: 48px; }
    .b-find__input::-moz-placeholder {
      opacity: 0.5;
      font-family: "Arimo-Regular";
      font-size: 18px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: 1px;
      color: #081a27;
      -webkit-transition: opacity 200ms;
      -moz-transition: opacity 200ms;
      transition: opacity 200ms;
      line-height: 48px; }
    .b-find__input:-ms-input-placeholder {
      opacity: 0.5;
      font-family: "Arimo-Regular";
      font-size: 18px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: 1px;
      color: #081a27;
      -webkit-transition: opacity 200ms;
      -moz-transition: opacity 200ms;
      transition: opacity 200ms;
      line-height: 48px; }
    .b-find__input:focus::-webkit-input-placeholder {
      opacity: 0; }
    .b-find__input:focus:-moz-placeholder {
      opacity: 0; }
    .b-find__input:focus::-moz-placeholder {
      opacity: 0; }
    .b-find__input:focus:-ms-input-placeholder {
      opacity: 0; }
  .b-find .b-btn-cancel {
    right: 10px; }
  .b-find .xdsoft_autocomplete_dropdown {
    width: 100% !important;
    font-size: 15px;
    position: absolute;
    top: 42px !important;
    left: 0;
    z-index: 1;
    background-color: #fff;
    max-height: 182px !important;
    overflow: hidden !important; }
  .b-find .xdsoft_autocomplete_dropdown > div {
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    padding: 1px 1px;
    font-size: 18px;
    line-height: 24px; }
    .b-find .xdsoft_autocomplete_dropdown > div:hover, .b-find .xdsoft_autocomplete_dropdown > div.active {
      background-color: #eee !important;
      color: #081a27 !important; }
  .b-find .xdsoft_autocomplete {
    width: 100% !important; }
  .b-find .xdsoft_autocomplete_hint {
    display: none !important; }

@media (max-width: 767px) {
  .b-find {
    display: none !important; } }

@media (min-width: 1024px) {
  .b-find__input {
    height: 48px;
    font-size: 19px;
    line-height: 48px;
    letter-spacing: 0.4px;
    border: 1px solid #ad7a1e;
    padding: 0 40px 0 25px;
    display: inline-block;
    vertical-align: top; }
    .b-find__input::-webkit-input-placeholder {
      line-height: 48px; }
    .b-find__input::-moz-placeholder {
      line-height: 48px; }
    .b-find__input::-ms-input-placeholder {
      line-height: 48px; }
    .b-find__input::placeholder {
      line-height: 48px; }
  .b-find .xdsoft_autocomplete_dropdown {
    font-size: 19px;
    max-height: 227px !important;
    top: 48px !important; }
  .b-find .xdsoft_autocomplete_dropdown > div {
    font-size: 19px;
    line-height: 41px; } }

:root {
  --color-gold: #ad7a1e;
  --white: #ffffff;
  --border-translucent:rgba(255, 255, 255, 0.5);
  --text-dark:#081a27;
  --blackout:rgba(0, 0, 0, 0.6);
  --dark-gray-brown:#241a14;
  --black:#000000;
  --dots:#999999;
  --dots-hover:#d8d8d8;
  --color-black: #000;
  --color-gray: #757575;
  --color-light-gray: #c1bebc;
  --color-silver: #e9e8e7;
  --color-pink: #f6f1e8;
  --color-dark: #241a14;
  --color-brown: #5a4018;
  --color-light-brown: #b39060;
  --color-peach: #dab679; }

:root {
  --animation-time: 0.3s; }

.b-article {
  border: solid 1px rgba(255, 255, 255, 0.5);
  display: block; }
  .b-article:hover .b-article__text {
    color: #ad7a1e; }
  .b-article__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 23px;
    padding-top: 38px;
    padding-bottom: 37px;
    height: 172px; }
  .b-article__text {
    font-family: "Tinos-Regular";
    font-size: 18px;
    line-height: 1.44;
    letter-spacing: normal;
    color: #ffffff;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    max-height: 102px; }
  .b-article__img {
    height: 80px;
    width: 80px;
    margin-right: 24px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    .b-article__img svg {
      width: 100%;
      height: 100%;
      fill: #ad7a1e; }

:root {
  --color-gold: #ad7a1e;
  --white: #ffffff;
  --border-translucent:rgba(255, 255, 255, 0.5);
  --text-dark:#081a27;
  --blackout:rgba(0, 0, 0, 0.6);
  --dark-gray-brown:#241a14;
  --black:#000000;
  --dots:#999999;
  --dots-hover:#d8d8d8;
  --color-black: #000;
  --color-gray: #757575;
  --color-light-gray: #c1bebc;
  --color-silver: #e9e8e7;
  --color-pink: #f6f1e8;
  --color-dark: #241a14;
  --color-brown: #5a4018;
  --color-light-brown: #b39060;
  --color-peach: #dab679; }

:root {
  --animation-time: 0.3s; }

.b-slide-full__list {
  padding: 0;
  margin: 0; }

.b-slide-full__content {
  position: relative;
  display: block;
  z-index: 1; }
  .b-slide-full__content:before {
    content: '';
    width: 0;
    height: 100%;
    display: inline-block;
    vertical-align: middle; }

.b-slide-full__link-content {
  display: block;
  z-index: 3; }
  .b-slide-full__link-content:hover .b-slide-full__text,
  .b-slide-full__link-content:hover .b-slide-full__title {
    color: #ad7a1e; }

.b-slide-full__item {
  position: relative; }

.b-slide-full__img {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;'; }

.b-slide-full__title {
  font-family: "Arimo-Regular";
  font-size: 28px;
  font-weight: normal;
  line-height: 1.43;
  letter-spacing: 0.9px;
  color: #ffffff;
  margin: 0;
  margin-bottom: 25px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 115px; }
  @media (min-width: 769px) {
    .b-slide-full__title {
      max-height: 203px; } }

.b-slide-full__link {
  height: 480px;
  display: block;
  padding: 148px 25px 35px 25px; }
  .b-slide-full__link:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    opacity: 1;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1; }

.b-slide-full__img {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  z-index: 0; }

.b-slide-full__text {
  font-family: "Tinos-Regular";
  font-size: 18px;
  line-height: 24px;
  letter-spacing: normal;
  color: #ffffff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  max-height: 96px; }
  @media (min-width: 769px) {
    .b-slide-full__text {
      max-height: 86px; } }

.b-slide-full .slick-dotted.slick-slider {
  margin-bottom: 0; }

.b-slide-full .slick-dots {
  bottom: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.b-slide-full .slick-dots li {
  border-radius: 50%;
  border: solid 1px #999999;
  height: 9px;
  width: 9px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 13px; }
  .b-slide-full .slick-dots li:hover {
    background-color: #d8d8d8; }

.b-slide-full .slick-dots .slick-active {
  background-color: #ad7a1e;
  height: 12px;
  width: 12px; }
  .b-slide-full .slick-dots .slick-active:hover {
    background-color: #ad7a1e; }

.b-slide-full .slick-dots li button:before {
  top: -5px;
  left: -6px;
  color: transparent; }

.b-slide-full--longrid {
  position: relative;
  margin: 24px 0; }
  .b-slide-full--longrid .b-slide-full__content {
    height: 100%;
    max-width: 1440px;
    margin: 0 auto; }
  .b-slide-full--longrid .b-slide-full__title {
    display: block;
    z-index: 3;
    cursor: default; }
  .b-slide-full--longrid .b-slide-full__link {
    height: 400px;
    padding: 35px 0; }

@media (min-width: 769px) {
  .b-slide-full__title {
    font-size: 50px;
    line-height: 70px; }
  .b-slide-full__text {
    font-size: 20px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; }
  .b-slide-full__link {
    height: 480px;
    padding-top: 10px; }
  .b-slide-full .slick-dots li {
    width: 12px;
    height: 12px;
    margin: 0 17px; }
  .b-slide-full .slick-dots .slick-active {
    width: 16px;
    height: 16px; }
  .b-slide-full .slick-dots li button:before {
    top: -4px;
    left: -5px; }
  .b-slide-full--longrid .b-slide-full__link {
    height: 400px; } }

@media (min-width: 1024px) {
  .b-slide-full__link {
    padding-top: 93px; }
  .b-slide-full__text {
    max-width: 70%; }
  .b-slide-full__link-content {
    max-width: 70%; }
  .b-slide-full .slick-dots {
    bottom: 47px; }
  .b-slide-full--longrid {
    margin: 40px 0; }
    .b-slide-full--longrid .b-slide-full__title {
      max-width: 70%; } }

@media (min-width: 1440px) {
  .b-slide-full__link {
    padding-left: 80px; }
  .b-slide-full__link-content {
    max-width: 750px; }
  .b-slide-full__text {
    max-width: 65%; }
  .b-slide-full__title {
    font-size: 50px;
    line-height: 70px;
    margin-bottom: 33px; }
  .b-slide-full--longrid .b-slide-full__title {
    max-width: 750px; }
  .b-slide-full--longrid .b-slide-full__link {
    padding-left: 0; } }

:root {
  --color-gold: #ad7a1e;
  --white: #ffffff;
  --border-translucent:rgba(255, 255, 255, 0.5);
  --text-dark:#081a27;
  --blackout:rgba(0, 0, 0, 0.6);
  --dark-gray-brown:#241a14;
  --black:#000000;
  --dots:#999999;
  --dots-hover:#d8d8d8;
  --color-black: #000;
  --color-gray: #757575;
  --color-light-gray: #c1bebc;
  --color-silver: #e9e8e7;
  --color-pink: #f6f1e8;
  --color-dark: #241a14;
  --color-brown: #5a4018;
  --color-light-brown: #b39060;
  --color-peach: #dab679; }

:root {
  --animation-time: 0.3s; }

.b-sl-text {
  padding: 0;
  margin: 0;
  margin-bottom: 0 !important;
  max-width: 1280px;
  margin: 0 auto; }
  .b-sl-text .slick-arrow {
    width: 48px;
    height: 48px;
    border: 1px solid #ad7a1e;
    background-color: #fff;
    cursor: pointer;
    z-index: 1; }
    .b-sl-text .slick-arrow:hover {
      background-color: #ad7a1e; }
  .b-sl-text .slick-prev,
  .b-sl-text .slick-next {
    -webkit-transform: translate(0, 0);
       -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .b-sl-text .slick-prev:before,
    .b-sl-text .slick-next:before {
      content: "";
      width: 8px;
      height: 8px;
      -webkit-transform: rotate(-45deg);
         -moz-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
      opacity: 1;
      display: block; }
  .b-sl-text .slick-prev {
    left: 0; }
    .b-sl-text .slick-prev:before {
      border-right: none;
      border-bottom: none;
      border-top: 1px solid #ad7a1e;
      border-left: 1px solid #ad7a1e;
      margin-left: 4px; }
    .b-sl-text .slick-prev:hover:before {
      border-top: 1px solid #ffffff;
      border-left: 1px solid #ffffff; }
  .b-sl-text .slick-next {
    right: 0; }
    .b-sl-text .slick-next:before {
      border-left: none;
      border-top: none;
      border-right: 1px solid #ad7a1e;
      border-bottom: 1px solid #ad7a1e;
      margin-left: -4px; }
    .b-sl-text .slick-next:hover:before {
      border-right: 1px solid #ffffff;
      border-bottom: 1px solid #ffffff; }
  .b-sl-text__link {
    display: block;
    width: 100%;
    max-width: 1056px;
    margin: 0 auto; }
  .b-sl-text__wrap-img {
    width: 100%;
    height: 390px;
    display: block;
    margin-bottom: 10px; }
    .b-sl-text__wrap-img img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain;
      font-family: 'object-fit: contain;'; }
  .b-sl-text__text {
    opacity: 0.8;
    font-family: "Tinos-Regular";
    font-size: 18px;
    line-height: 28px;
    letter-spacing: normal;
    color: #241a14;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical; }
  .b-sl-text__noimage {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #eee; }
    .b-sl-text__noimage svg {
      height: 60px;
      width: 60px; }
  .b-sl-text .slick-dots {
    position: static; }
    .b-sl-text .slick-dots button {
      width: 9px;
      height: 9px;
      opacity: 0.6;
      border-radius: 8px;
      border: 1px solid #241a14;
      background-color: transpatent; }
      .b-sl-text .slick-dots button:before {
        display: none; }
  .b-sl-text .slick-dotted.slick-slider {
    margin-bottom: 0; }
  .b-sl-text .slick-dots li {
    margin: 0 8px; }
  .b-sl-text .slick-active button {
    border: 1px solid transparent;
    background-color: #ad7a1e;
    border-radius: 8px;
    width: 12px;
    height: 12px;
    opacity: 1; }
  .b-sl-text--longrid {
    margin-top: -32px; }
    .b-sl-text--longrid .b-sl-text__text {
      padding: 0 24px; }

@media (min-width: 1440px) {
  .b-sl-text__wrap-img {
    height: 630px;
    margin-bottom: 24px; } }

:root {
  --color-gold: #ad7a1e;
  --white: #ffffff;
  --border-translucent:rgba(255, 255, 255, 0.5);
  --text-dark:#081a27;
  --blackout:rgba(0, 0, 0, 0.6);
  --dark-gray-brown:#241a14;
  --black:#000000;
  --dots:#999999;
  --dots-hover:#d8d8d8;
  --color-black: #000;
  --color-gray: #757575;
  --color-light-gray: #c1bebc;
  --color-silver: #e9e8e7;
  --color-pink: #f6f1e8;
  --color-dark: #241a14;
  --color-brown: #5a4018;
  --color-light-brown: #b39060;
  --color-peach: #dab679; }

:root {
  --animation-time: 0.3s; }

.b-slide-figure {
  background-color: #ffffff;
  padding: 48px 0px 17px 25px;
  margin-top: -1px; }
  .b-slide-figure__noimage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-family: "Arimo-Regular";
    color: #081a27;
    font-size: 0.9rem;
    background: #eee;
    height: 189px;
    margin-bottom: 22px; }
    .b-slide-figure__noimage svg {
      height: 60px;
      width: 60px; }
  .b-slide-figure .slick-prev, .b-slide-figure .slick-next {
    width: 48px;
    height: 48px;
    border: solid 1px #ad7a1e;
    background-color: #ffffff;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: -40px;
    left: auto; }
    .b-slide-figure .slick-prev:before, .b-slide-figure .slick-next:before {
      content: "";
      width: 8px;
      height: 8px;
      -webkit-transform: rotate(-45deg);
         -moz-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
      opacity: 1; }
    .b-slide-figure .slick-prev:hover, .b-slide-figure .slick-next:hover {
      background-color: #ad7a1e; }
  .b-slide-figure .slick-arrow {
    top: -50px; }
  .b-slide-figure .slick-prev {
    right: 73px; }
    .b-slide-figure .slick-prev:before {
      border-right: none;
      border-bottom: none;
      border-top: 1px solid #ad7a1e;
      border-left: 1px solid #ad7a1e;
      margin-left: 4px; }
    .b-slide-figure .slick-prev:hover:before {
      border-top: 1px solid #ffffff;
      border-left: 1px solid #ffffff; }
  .b-slide-figure .slick-next {
    right: 10px; }
    .b-slide-figure .slick-next:before {
      border-left: none;
      border-top: none;
      border-right: 1px solid #ad7a1e;
      border-bottom: 1px solid #ad7a1e;
      margin-left: -4px; }
    .b-slide-figure .slick-next:hover:before {
      border-right: 1px solid #ffffff;
      border-bottom: 1px solid #ffffff; }
  .b-slide-figure__list {
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 3; }
    .b-slide-figure__list:before {
      pointer-events: none;
      content: "";
      width: 70px;
      background: #ffffff;
      height: 100%;
      display: block;
      position: absolute;
      right: 0;
      top: 0;
      z-index: 1;
      opacity: 0.4;
      width: -webkit-calc(100% - 225px);
      width: -moz-calc(100% - 225px);
      width: calc(100% - 225px); }
      @media (min-width: 420px) {
        .b-slide-figure__list:before {
          display: none; } }
  .b-slide-figure__title {
    font-family: "Arimo-Regular";
    font-weight: normal;
    font-size: 28px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #081a27;
    max-width: -webkit-calc(100% - 8px);
    max-width: -moz-calc(100% - 8px);
    max-width: calc(100% - 8px);
    margin-bottom: 32px;
    margin-top: 0;
    max-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }
  .b-slide-figure__link {
    display: block; }
    .b-slide-figure__link:hover .b-slide-figure__figcaption,
    .b-slide-figure__link:hover .b-slide-figure__time {
      color: #ad7a1e; }
    .b-slide-figure__link:hover .b-slide-figure__img {
      opacity: 0.5; }
  .b-slide-figure__figcaption, .b-slide-figure__img, .b-slide-figure__time {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s; }
  .b-slide-figure__figcaption {
    font-family: "Arimo-Regular";
    color: #081a27;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.9px;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    max-height: 96px; }
    @media (min-width: 1024px) {
      .b-slide-figure__figcaption {
        max-height: 112px; } }
  .b-slide-figure__img {
    width: 100%;
    height: 189px;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: 'object-fit: cover;';
    margin-bottom: 22px; }
  .b-slide-figure__time {
    font-family: "Tinos-Regular";
    color: #081a27;
    opacity: 0.5;
    font-size: 12px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    max-height: 16px; }
  .b-slide-figure .slick-slide {
    padding: 0 12px;
    height: 340px;
    width: 248px; }
  .b-slide-figure .slick-list {
    margin-left: -12px; }

@media (min-width: 768px) {
  .b-slide-figure__title {
    max-width: -webkit-calc(100% - 128px);
    max-width: -moz-calc(100% - 128px);
    max-width: calc(100% - 128px); } }

@media (min-width: 769px) {
  .b-slide-figure__title {
    font-size: 50px;
    line-height: 70px;
    max-height: 133px; } }

@media (min-width: 1024px) {
  .b-slide-figure__img {
    height: auto;
    max-height: 256px; }
  .b-slide-figure__figcaption {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 1px;
    margin-bottom: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical; }
  .b-slide-figure__time {
    font-size: 16px;
    line-height: 16px; }
  .b-slide-figure .slick-slide {
    height: auto; }
  .b-slide-figure__title {
    font-size: 50px;
    line-height: 70px; } }

@media (min-width: 1440px) {
  .b-slide-figure {
    padding: 63px 80px 48px 80px; }
    .b-slide-figure__title {
      font-size: 50px;
      line-height: 70px;
      margin-bottom: 44px; }
    .b-slide-figure .slick-list {
      margin: 0 -16px; }
    .b-slide-figure .slick-slide {
      padding: 0 16px;
      margin: 0; }
    .b-slide-figure .slick-prev, .b-slide-figure .slick-next {
      top: -75px; }
    .b-slide-figure .slick-prev {
      left: auto;
      right: 64px; }
    .b-slide-figure .slick-next {
      right: 0;
      left: auto; } }

:root {
  --color-gold: #ad7a1e;
  --white: #ffffff;
  --border-translucent:rgba(255, 255, 255, 0.5);
  --text-dark:#081a27;
  --blackout:rgba(0, 0, 0, 0.6);
  --dark-gray-brown:#241a14;
  --black:#000000;
  --dots:#999999;
  --dots-hover:#d8d8d8;
  --color-black: #000;
  --color-gray: #757575;
  --color-light-gray: #c1bebc;
  --color-silver: #e9e8e7;
  --color-pink: #f6f1e8;
  --color-dark: #241a14;
  --color-brown: #5a4018;
  --color-light-brown: #b39060;
  --color-peach: #dab679; }

:root {
  --animation-time: 0.3s; }

.b-scale {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
     -moz-box-orient: vertical;
     -moz-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  background-color: #241a14;
  border-bottom: 1px solid #e9e8e7; }
  .b-scale__noimage {
    background: #eee;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .b-scale__noimage svg {
      height: 60px;
      width: 60px; }
  .b-scale__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .b-scale__link {
    width: 100%;
    height: 0;
    padding-top: 100%;
    position: relative;
    display: block; }
  .b-scale__item {
    position: relative;
    width: -webkit-calc(100%/3);
    width: -moz-calc(100%/3);
    width: calc(100%/3);
    padding-bottom: -webkit-calc(100%/3);
    padding-bottom: -moz-calc(100%/3);
    padding-bottom: calc(100%/3);
    height: 0;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    overflow: hidden;
    display: inline-block;
    vertical-align: top; }
    .b-scale__item:hover {
      -webkit-transform: scale(1.2);
         -moz-transform: scale(1.2);
          -ms-transform: scale(1.2);
              transform: scale(1.2);
      z-index: 1; }
      .b-scale__item:hover .b-scale__img {
        height: 100%; }
  .b-scale__img {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-height: 100%;
    max-width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: 'object-fit: cover;';
    -o-object-position: 50% 0%;
       object-position: 50% 0%; }
  .b-scale__blockquote {
    margin: 0;
    padding: 25px; }
  .b-scale__text {
    font-family: "Tinos-Italic";
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    font-style: italic;
    margin-bottom: 9px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    max-height: 140px; }
    @media (min-width: 1024px) {
      .b-scale__text {
        max-height: 223px; } }
  .b-scale__description {
    font-family: "Arimo-Regular";
    font-size: 12px;
    line-height: 28px;
    letter-spacing: 0.7px;
    color: #ad7a1e;
    font-style: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    max-height: 21px; }
    @media (min-width: 1024px) {
      .b-scale__description {
        max-height: 24px; } }

@media (min-width: 500px) {
  .b-scale__item {
    width: -webkit-calc(100%/4);
    width: -moz-calc(100%/4);
    width: calc(100%/4);
    padding-bottom: -webkit-calc(100%/4);
    padding-bottom: -moz-calc(100%/4);
    padding-bottom: calc(100%/4); }
    .b-scale__item:nth-child(13), .b-scale__item:nth-child(14), .b-scale__item:nth-child(15) {
      display: none; } }

@media (min-width: 769px) {
  .b-scale__item {
    width: -webkit-calc(100%/5);
    width: -moz-calc(100%/5);
    width: calc(100%/5);
    padding-bottom: -webkit-calc(100%/5);
    padding-bottom: -moz-calc(100%/5);
    padding-bottom: calc(100%/5); }
    .b-scale__item:nth-child(13), .b-scale__item:nth-child(14), .b-scale__item:nth-child(15) {
      display: inline-block; } }

@media (min-width: 1024px) {
  .b-scale {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .b-scale__item:nth-child(n+13) {
      display: inline-block; }
    .b-scale__left {
      width: -webkit-calc(100% - 480px);
      width: -moz-calc(100% - 480px);
      width: calc(100% - 480px); }
    .b-scale__right {
      width: 480px; }
    .b-scale__text {
      font-size: 26px;
      line-height: 38px;
      margin-bottom: 30px; }
    .b-scale__description {
      font-size: 18px;
      line-height: 28px;
      letter-spacing: 1px; } }

@media (min-width: 1440px) {
  .b-scale__blockquote {
    padding: 0 80px; }
  .b-scale__left {
    width: -webkit-calc(100% - 640px);
    width: -moz-calc(100% - 640px);
    width: calc(100% - 640px); }
  .b-scale__right {
    width: 640px; } }

.b-white-line {
  width: 100%;
  background-color: #fff;
  height: 10px; }

:root {
  --color-gold: #ad7a1e;
  --white: #ffffff;
  --border-translucent:rgba(255, 255, 255, 0.5);
  --text-dark:#081a27;
  --blackout:rgba(0, 0, 0, 0.6);
  --dark-gray-brown:#241a14;
  --black:#000000;
  --dots:#999999;
  --dots-hover:#d8d8d8;
  --color-black: #000;
  --color-gray: #757575;
  --color-light-gray: #c1bebc;
  --color-silver: #e9e8e7;
  --color-pink: #f6f1e8;
  --color-dark: #241a14;
  --color-brown: #5a4018;
  --color-light-brown: #b39060;
  --color-peach: #dab679; }

:root {
  --animation-time: 0.3s; }

.b-recognize__left, .b-recognize__right {
  padding: 45px 24px; }

.b-recognize__left {
  padding-bottom: 51px; }

.b-recognize__wrap-left {
  background-color: #ad7a1e; }

.b-recognize__right {
  background-color: #EFE9DD;
  position: relative; }

.b-recognize .b-slide-figure {
  margin-right: -24px;
  padding: 0 0 17px 0;
  margin-top: 0; }
  .b-recognize .b-slide-figure .slick-prev, .b-recognize .b-slide-figure .slick-next {
    top: -48px; }

.b-recognize .b-slide-figure .slick-slide {
  width: 283px;
  height: 254px;
  margin-bottom: 63px; }

.b-recognize .b-slide-figure__img, .b-recognize .b-slide-figure__noimage {
  height: 193px; }

.b-recognize .b-slide-figure__list:before {
  width: -webkit-calc(100% - 259px);
  width: -moz-calc(100% - 259px);
  width: calc(100% - 259px); }

.b-recognize .b-slide-figure__figcaption {
  font-family: "Tinos-Regular";
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 44px; }
  @media (min-width: 1024px) {
    .b-recognize .b-slide-figure__figcaption {
      max-height: 52px; } }
  @media (min-width: 1440px) {
    .b-recognize .b-slide-figure__figcaption {
      max-height: 75px; } }

.b-recognize__link {
  padding: 35px 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  cursor: pointer;
  position: relative; }
  .b-recognize__link img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: 'object-fit: cover;'; }
  .b-recognize__link svg {
    width: 64px;
    height: 64px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    fill: #ffffff;
    margin-right: 17px; }
  .b-recognize__link:hover .b-recognize__text {
    text-decoration: underline; }

.b-recognize__item {
  height: 167px;
  border: solid 1px #ffffff;
  margin-bottom: 10px; }

.b-recognize__title {
  font-family: "Arimo-Regular";
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 1px;
  color: #ffffff;
  margin: 0;
  font-weight: normal;
  margin-bottom: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }
  .b-recognize__title--color {
    color: #081a27; }

.b-recognize__list {
  padding: 0;
  margin: 0;
  list-style: none; }

.b-recognize__text {
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  font-family: "Tinos-Regular";
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  max-height: 97px; }

.b-recognize__button {
  border: solid 1px #ffffff;
  width: 100%;
  text-align: center;
  font-family: "Arimo-Regular";
  font-size: 12px;
  letter-spacing: 1px;
  color: #ffffff;
  height: 48px;
  line-height: 48px;
  display: block;
  text-transform: uppercase; }
  .b-recognize__button:hover {
    background-color: #ffffff;
    color: #ad7a1e; }
  .b-recognize__button--right {
    border: solid 1px #ad7a1e;
    color: #ad7a1e; }
    .b-recognize__button--right:hover {
      background-color: #ad7a1e;
      color: #ffffff; }

.b-recognize .b-slide-figure, .b-recognize .slick-prev, .b-recognize .slick-next {
  background-color: #EFE9DD; }

@media (min-width: 769px) {
  .b-recognize {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .b-recognize__right {
      width: 60%; }
    .b-recognize__left, .b-recognize__right {
      padding-bottom: 51px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .b-recognize .slick-prev, .b-recognize .slick-next {
      top: -59px !important; }
    .b-recognize__item {
      width: auto; }
    .b-recognize__wrap-left {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      width: 40%; }
    .b-recognize__left {
      width: 100%; }
    .b-recognize__title {
      max-width: 440px;
      min-height: 60px; }
    .b-recognize__button {
      margin-top: auto;
      max-width: 100%; }
    .b-recognize .b-slide-figure .slick-slide {
      width: 400px;
      height: 410px; }
    .b-recognize .b-slide-figure__img, .b-recognize .b-slide-figure__noimage {
      height: 284px; } }

@media (min-width: 1024px) {
  .b-recognize__left {
    width: 100%; }
  .b-recognize .b-slide-figure .slick-slide {
    width: 500px;
    margin-bottom: 11px; }
  .b-recognize .b-slide-figure__img, .b-recognize .b-slide-figure__noimage {
    height: 310px;
    max-height: none; } }

@media (min-width: 1330px) {
  .b-recognize__wrap-left {
    width: 484px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .b-recognize__right {
    width: -webkit-calc(100% - 484px);
    width: -moz-calc(100% - 484px);
    width: calc(100% - 484px); }
  .b-recognize__text--big {
    max-width: none; }
  .b-recognize__list {
    font-size: 0;
    margin-bottom: 59px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .b-recognize__item {
    margin-bottom: 16px;
    vertical-align: top; }
    .b-recognize__item:first-child {
      width: 210px;
      height: 308px;
      display: inline-block;
      margin-right: 16px; }
    .b-recognize__item:nth-child(3) {
      width: 210px;
      height: 308px;
      display: inline-block; }
    .b-recognize__item:nth-child(2) {
      height: 210px;
      width: 100%;
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
         -moz-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
      .b-recognize__item:nth-child(2) .b-recognize__link {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .b-recognize__item:nth-child(2) .b-recognize__link img {
          -o-object-position: 50% 20%;
             object-position: 50% 20%; }
      .b-recognize__item:nth-child(2) svg {
        height: 70px;
        margin: 0;
        width: 70px;
        margin-right: 32px; }
  .b-recognize__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: self-start;
    -webkit-align-items: self-start;
       -moz-box-align: self-start;
        -ms-flex-align: self-start;
            align-items: self-start;
    padding: 26px 26px; }
    .b-recognize__link svg {
      width: 33px;
      height: 33px;
      margin-bottom: 21px; }
    .b-recognize__link:hover {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .b-recognize__link:hover img {
        opacity: 1;
        background-color: #000000; }
      .b-recognize__link:hover .b-recognize__text {
        display: none; }
      .b-recognize__link:hover svg {
        width: 80px;
        height: 80px;
        margin: 0;
        z-index: 1; }
  .b-recognize__text {
    font-size: 18px;
    left: 26px; } }

@media (min-width: 1440px) {
  .b-recognize__wrap-left {
    width: 572px; }
  .b-recognize__right {
    width: -webkit-calc(100% - 572px);
    width: -moz-calc(100% - 572px);
    width: calc(100% - 572px); }
  .b-recognize__left, .b-recognize__right {
    padding: 110px 24px 99px 80px; }
  .b-recognize__left {
    padding-right: 56px;
    width: 100%; }
  .b-recognize__title {
    font-size: 28px;
    line-height: 38px;
    max-width: 440px;
    margin-bottom: 39px; }
  .b-recognize .b-slide-figure {
    margin-bottom: 4px;
    padding-bottom: 17px; }
    .b-recognize .b-slide-figure__link {
      width: 100%; }
    .b-recognize .b-slide-figure__list {
      position: static; }
    .b-recognize .b-slide-figure__noimage {
      height: 434px;
      font-size: 22px; }
    .b-recognize .b-slide-figure .slick-prev, .b-recognize .b-slide-figure .slick-next {
      top: 139px !important; }
    .b-recognize .b-slide-figure .slick-prev {
      right: 144px; }
    .b-recognize .b-slide-figure .slick-next {
      right: 80px; }
  .b-recognize .b-slide-figure .slick-slide {
    width: 704px;
    height: auto;
    padding: 0 28px; }
  .b-recognize .b-slide-figure .slick-list {
    margin: 0 -25px; }
  .b-recognize .b-slide-figure__img {
    height: 100%;
    height: 434px;
    margin-bottom: 30px;
    max-height: none; }
  .b-recognize .b-slide-figure__figcaption {
    font-size: 28px;
    line-height: 40px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    margin-bottom: 17px; }
  .b-recognize .b-slide-figure__time {
    font-size: 18px;
    line-height: 18px;
    max-height: 18px; }
  .b-recognize__button, .b-recognize__button--right {
    width: auto;
    display: inline-block;
    padding: 0 41px;
    font-size: 14px;
    letter-spacing: 1.1px; }
  .b-recognize__button {
    max-width: 222px; }
    .b-recognize__button--right {
      width: 171px; }
  .b-recognize__button--right {
    font-family: "Arimo-Bold";
    line-height: 45px; }
  .b-recognize .b-slide-figure__list {
    max-width: none; } }

:root {
  --color-gold: #ad7a1e;
  --white: #ffffff;
  --border-translucent:rgba(255, 255, 255, 0.5);
  --text-dark:#081a27;
  --blackout:rgba(0, 0, 0, 0.6);
  --dark-gray-brown:#241a14;
  --black:#000000;
  --dots:#999999;
  --dots-hover:#d8d8d8;
  --color-black: #000;
  --color-gray: #757575;
  --color-light-gray: #c1bebc;
  --color-silver: #e9e8e7;
  --color-pink: #f6f1e8;
  --color-dark: #241a14;
  --color-brown: #5a4018;
  --color-light-brown: #b39060;
  --color-peach: #dab679; }

:root {
  --animation-time: 0.3s; }

:root {
  --color-gold: #ad7a1e;
  --white: #ffffff;
  --border-translucent:rgba(255, 255, 255, 0.5);
  --text-dark:#081a27;
  --blackout:rgba(0, 0, 0, 0.6);
  --dark-gray-brown:#241a14;
  --black:#000000;
  --dots:#999999;
  --dots-hover:#d8d8d8;
  --color-black: #000;
  --color-gray: #757575;
  --color-light-gray: #c1bebc;
  --color-silver: #e9e8e7;
  --color-pink: #f6f1e8;
  --color-dark: #241a14;
  --color-brown: #5a4018;
  --color-light-brown: #b39060;
  --color-peach: #dab679; }

:root {
  --animation-time: 0.3s; }

.b-wrap-bind {
  position: relative; }

.main-theme .b-header-right__link-text {
  min-height: auto; }

.main-theme .b-header-right__quote:before {
  display: none; }

.main-theme .b-header-right__quote::after {
  top: -70px; }

.main-theme .b-header-right__link-text:hover .b-header-right__blockquote,
.main-theme .b-header-right__link-text:hover .b-header-right__cite {
  color: #081a27; }

@media (min-width: 769px) {
  .main-theme .b-header-right {
    max-width: 49%;
    display: block; }
    .main-theme .b-header-right .b-wrap-bind__link-text {
      max-width: 49%; }
  .main-theme .b-header-right__cite {
    font-size: 18px; } }

@media (min-width: 1024px) {
  .main-theme .b-container--full-width {
    padding: 0 24px; }
  .main-theme .b-header-right {
    padding: 50px 25px 42px 25px;
    width: 50%; }
    .main-theme .b-header-right__link-text {
      max-width: none; }
  .main-theme .b-header-right__quote {
    font-size: 0;
    max-width: none; }
    .main-theme .b-header-right__quote:before {
      display: none; }
    .main-theme .b-header-right__quote:after {
      font-size: 130px;
      right: 0px; }
  .main-theme .b-header-right__blockquote,
  .main-theme .b-header-right__cite {
    font-size: 23px;
    line-height: 38px; } }

@media (min-width: 1440px) {
  .main-theme .b-header-right__blockquote,
  .main-theme .b-header-right__cite {
    font-size: 26px;
    line-height: 44px;
    letter-spacing: -1.6px; }
  .main-theme .b-header-right {
    max-width: 730px;
    width: 50%;
    padding: 79px 20px 42px 81px; }
  .main-theme .b-container--full-width {
    padding: 0 80px; }
  .main-theme .b-header-right__quote:after {
    top: -104px; } }

:root {
  --color-gold: #ad7a1e;
  --white: #ffffff;
  --border-translucent:rgba(255, 255, 255, 0.5);
  --text-dark:#081a27;
  --blackout:rgba(0, 0, 0, 0.6);
  --dark-gray-brown:#241a14;
  --black:#000000;
  --dots:#999999;
  --dots-hover:#d8d8d8;
  --color-black: #000;
  --color-gray: #757575;
  --color-light-gray: #c1bebc;
  --color-silver: #e9e8e7;
  --color-pink: #f6f1e8;
  --color-dark: #241a14;
  --color-brown: #5a4018;
  --color-light-brown: #b39060;
  --color-peach: #dab679; }

:root {
  --animation-time: 0.3s; }

.b-masonry {
  font-size: 0;
  padding: 0 12px;
  margin-bottom: 32px; }
  .b-masonry__item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 50px;
    width: 38%;
    margin: 0 12px;
    margin-bottom: 24px;
    min-height: 100px; }
    @media (min-width: 360px) {
      .b-masonry__item {
        width: 40%; } }
    @media (min-width: 550px) {
      .b-masonry__item {
        width: 27%; } }
    @media (min-width: 800px) {
      .b-masonry__item {
        width: 28%; } }
    @media (min-width: 950px) {
      .b-masonry__item {
        width: 29.8%; } }
    @media (min-width: 1024px) {
      .b-masonry__item {
        width: 22%; } }
    @media (min-width: 1440px) {
      .b-masonry__item {
        width: 16%; } }
    @media (min-width: 1500px) {
      .b-masonry__item {
        width: 16.2%; } }
    @media (min-width: 1700px) {
      .b-masonry__item {
        width: 16.4%; } }
  .b-masonry__wrap-img {
    display: inline-block;
    width: 100%; }
  .b-masonry img {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain; }
  .b-masonry__noimage {
    height: 250px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #eee; }
    .b-masonry__noimage svg {
      width: 60px;
      height: 60px; }
  .b-masonry__text {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.6);
    text-align: left;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    color: #fff;
    padding: 32px;
    font-weight: normal;
    font-style: normal;
    letter-spacing: normal;
    font-size: 12px;
    line-height: 14px; }
    @media (min-width: 769px) {
      .b-masonry__text {
        font-size: 14px;
        line-height: 17px; } }
    @media (min-width: 1024px) {
      .b-masonry__text {
        font-size: 16px;
        line-height: 24px; } }
  .b-masonry__link:hover .b-masonry__text {
    height: 100%;
    opacity: 1; }

@media (min-width: 1440px) {
  .b-masonry {
    padding: 0 79px;
    margin: 0 -12px;
    margin-bottom: 32px;
    width: 100%; } }

:root {
  --color-gold: #ad7a1e;
  --white: #ffffff;
  --border-translucent:rgba(255, 255, 255, 0.5);
  --text-dark:#081a27;
  --blackout:rgba(0, 0, 0, 0.6);
  --dark-gray-brown:#241a14;
  --black:#000000;
  --dots:#999999;
  --dots-hover:#d8d8d8;
  --color-black: #000;
  --color-gray: #757575;
  --color-light-gray: #c1bebc;
  --color-silver: #e9e8e7;
  --color-pink: #f6f1e8;
  --color-dark: #241a14;
  --color-brown: #5a4018;
  --color-light-brown: #b39060;
  --color-peach: #dab679; }

:root {
  --animation-time: 0.3s; }

.b-wrap-exponat {
  padding: 0 24px; }
  .b-wrap-exponat--longrid {
    padding: 48px 24px 24px;
    background-color: #f6f1e8; }
    .b-wrap-exponat--longrid .b-exponat-inner {
      padding-bottom: 0;
      padding-top: 0; }
    .b-wrap-exponat--longrid .b-exponat-inner__title {
      margin-top: 0; }
      .b-wrap-exponat--longrid .b-exponat-inner__title--cycle {
        margin-top: 24px; }
        @media (min-width: 1440px) {
          .b-wrap-exponat--longrid .b-exponat-inner__title--cycle {
            margin-top: 33px; } }
    .b-wrap-exponat--longrid .b-exponat-inner__themes, .b-wrap-exponat--longrid .b-exponat-inner__materials {
      border-top: 1px solid #C9A068;
      padding-top: 7px; }
    .b-wrap-exponat--longrid .b-slide-game {
      padding: 0; }
      .b-wrap-exponat--longrid .b-slide-game .slick-list {
        width: -webkit-calc(100% + 48px);
        width: -moz-calc(100% + 48px);
        width: calc(100% + 48px); }
    @media (max-width: 1100px) {
      .b-wrap-exponat--longrid .b-slide-game__item {
        opacity: 1; } }

@media (min-width: 768px) {
  .b-wrap-exponat--longrid .b-exponat-inner__materials--games .b-slide-game__list {
    width: -webkit-calc(100% + 16px);
    width: -moz-calc(100% + 16px);
    width: calc(100% + 16px);
    margin: 0 -8px; }
  .b-wrap-exponat--longrid .b-exponat-inner__materials--games .b-slide-game__item {
    display: inline-block;
    vertical-align: top;
    width: -webkit-calc(50% - 16px);
    width: -moz-calc(50% - 16px);
    width: calc(50% - 16px);
    margin: 0 8px 24px; } }

@media (min-width: 1024px) {
  .b-wrap-exponat--longrid {
    padding: 80px 0 40px; }
    .b-wrap-exponat--longrid .b-exponat-inner__img--right {
      height: 232px; }
    .b-wrap-exponat--longrid .b-exponat-inner__themes {
      padding-right: 0;
      margin-left: 22px;
      margin-right: 20px;
      width: -webkit-calc(50% - 42px);
      width: -moz-calc(50% - 42px);
      width: calc(50% - 42px); }
    .b-wrap-exponat--longrid .b-exponat-inner__materials {
      padding-left: 0;
      margin-left: 20px;
      width: -webkit-calc(50% - 40px);
      width: -moz-calc(50% - 40px);
      width: calc(50% - 40px); }
      .b-wrap-exponat--longrid .b-exponat-inner__materials--wide {
        width: -webkit-calc(100% - 40px);
        width: -moz-calc(100% - 40px);
        width: calc(100% - 40px); }
      .b-wrap-exponat--longrid .b-exponat-inner__materials--games {
        width: 100%;
        margin: 0; }
        .b-wrap-exponat--longrid .b-exponat-inner__materials--games .b-slide-game__list {
          width: 100%;
          margin: 0; }
        .b-wrap-exponat--longrid .b-exponat-inner__materials--games .b-slide-game__item {
          display: block;
          width: 100%;
          margin: 0 0 24px; }
      .b-wrap-exponat--longrid .b-exponat-inner__materials .slick-list {
        padding-right: 20px !important; }
      .b-wrap-exponat--longrid .b-exponat-inner__materials .slick-prev {
        right: 64px; }
      .b-wrap-exponat--longrid .b-exponat-inner__materials .slick-next {
        right: 0px; }
    .b-wrap-exponat--longrid .b-slide-game {
      padding: 0 !important; }
      .b-wrap-exponat--longrid .b-slide-game__item {
        width: 100%;
        display: block;
        margin: 0 0 24px;
        background-color: #ffffff;
        border-radius: 4px;
        position: relative;
        cursor: pointer;
        border-radius: 4px;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        transition: 0.3s; }
        .b-wrap-exponat--longrid .b-slide-game__item:hover .b-slide-game__overlay {
          visibility: visible;
          opacity: 1; }
      .b-wrap-exponat--longrid .b-slide-game__link {
        display: block; } }

@media (min-width: 1440px) {
  .b-wrap-exponat {
    padding: 0 75px; }
    .b-wrap-exponat--longrid {
      padding: 80px 75px 40px; }
      .b-wrap-exponat--longrid .b-exponat-inner {
        padding-bottom: 0; }
      .b-wrap-exponat--longrid .b-exponat-inner__img {
        height: 434px; }
        .b-wrap-exponat--longrid .b-exponat-inner__img--right {
          height: 232px; }
      .b-wrap-exponat--longrid .b-slide-game {
        padding: 0; }
        .b-wrap-exponat--longrid .b-slide-game .slick-list {
          width: -webkit-calc(100% + 120px);
          width: -moz-calc(100% + 120px);
          width: calc(100% + 120px);
          padding-right: 80px !important; } }

@media (min-width: 1500px) {
  .b-wrap-exponat--longrid .b-exponat-inner__themes {
    width: -webkit-calc(40% - 20px);
    width: -moz-calc(40% - 20px);
    width: calc(40% - 20px);
    margin-left: 0; }
  .b-wrap-exponat--longrid .b-exponat-inner__materials {
    width: -webkit-calc(60% - 20px);
    width: -moz-calc(60% - 20px);
    width: calc(60% - 20px); }
    .b-wrap-exponat--longrid .b-exponat-inner__materials--wide {
      width: 100%;
      margin-left: 0; }
    .b-wrap-exponat--longrid .b-exponat-inner__materials--games {
      width: 100%;
      margin: 0; }
  .b-wrap-exponat--longrid .b-slide-game__list {
    margin: 0 -20px;
    width: -webkit-calc(100% + 40px);
    width: -moz-calc(100% + 40px);
    width: calc(100% + 40px); }
  .b-wrap-exponat--longrid .b-slide-game__item {
    display: inline-block;
    vertical-align: top;
    margin: 0 20px 40px;
    width: -webkit-calc(50% - 40px);
    width: -moz-calc(50% - 40px);
    width: calc(50% - 40px); }
  .b-wrap-exponat--longrid .b-slide-game .slick-list {
    width: -webkit-calc(100% + 80px);
    width: -moz-calc(100% + 80px);
    width: calc(100% + 80px); }
  .b-wrap-exponat--longrid .b-slide-game .slick-prev {
    right: 88px; }
  .b-wrap-exponat--longrid .b-slide-game .slick-next {
    right: 24px; } }

.b-article-video {
  padding: 109px 24px 24px;
  position: relative; }
  @media (min-width: 1440px) {
    .b-article-video {
      padding: 113px 82px 24px 82px;
      padding-bottom: 25px; }
      .b-article-video .b-article-video__link {
        left: 82px; } }
  .b-article-video__link {
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0.8px;
    color: #241a14;
    z-index: 4;
    position: absolute;
    top: 24px;
    left: 24px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s; }
    .b-article-video__link:hover {
      color: #ad7a1e; }
      .b-article-video__link:hover svg {
        fill: #ad7a1e; }
    .b-article-video__link svg {
      fill: #241a14;
      width: 12px;
      height: 12px;
      margin-right: 28px;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      transition: 0.3s; }
  .b-article-video__wrap-content {
    max-width: 1060px;
    margin: 0 auto; }
  .b-article-video__wrap-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 16px;
    opacity: 0.5;
    font-family: "Arimo-Regular";
    letter-spacing: 1.1px;
    color: #241a14;
    font-size: 18px; }
    .b-article-video__wrap-text svg {
      fill: #241a14;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
         -moz-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 20px;
      height: 20px;
      margin-right: 6px;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      transition: 0.3s; }
  .b-article-video__title {
    font-family: "Arimo-Regular";
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 1px;
    margin-bottom: 24px;
    color: #241a14; }
  .b-article-video__text, .b-article-video__link-description {
    font-family: "Arimo-Regular";
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #241a14; }
  .b-article-video__text {
    margin-right: 5px; }
  .b-article-video__link-description {
    border-bottom: 1px solid #241a14; }
    .b-article-video__link-description--link {
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      transition: 0.3s; }
      .b-article-video__link-description--link:hover {
        color: #ad7a1e;
        border-bottom: 1px solid #ad7a1e; }
  .b-article-video__wrap-description-info {
    margin-bottom: 8px; }
  .b-article-video__comma {
    font-size: 16px; }
  .b-article-video__description {
    margin-bottom: 38px; }
  .b-article-video__video {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 35px; }
    .b-article-video__video iframe {
      width: 100%;
      max-width: 840px; }
    @media (max-width: 1023px) {
      .b-article-video__video {
        height: 320px; }
        .b-article-video__video iframe {
          height: 100%; } }
    @media (max-width: 768px) {
      .b-article-video__video {
        height: 220px; } }
  .b-article-video__wrap {
    width: 100%; }
    @media (min-width: 1024px) {
      .b-article-video__wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
           -moz-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 0 24px; } }
    @media (min-width: 1440px) {
      .b-article-video__wrap {
        padding: 0 80px; } }
    @media (min-width: 1800px) {
      .b-article-video__wrap {
        padding: 0 180px; } }
  @media (min-width: 1024px) {
    .b-article-video__inner {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 -webkit-calc(100% - 440px);
         -moz-box-flex: 1;
          -ms-flex: 1 1 calc(100% - 440px);
              flex: 1 1 calc(100% - 440px); } }
  .b-article-video__all-video {
    background-color: #F7F2E8;
    padding: 24px 18px 48px 24px; }
    .b-article-video__all-video--mobile {
      margin: 40px 0; }
      @media (min-width: 1024px) {
        .b-article-video__all-video--mobile {
          display: none; } }
    .b-article-video__all-video--desktop {
      display: none;
      width: 400px;
      min-width: 400px;
      margin-left: 20px; }
      @media (min-width: 1024px) {
        .b-article-video__all-video--desktop {
          display: block; } }
      @media (min-width: 1440px) {
        .b-article-video__all-video--desktop {
          margin-left: 40px; } }
    .b-article-video__all-video.opened .b-article-video__all-video-more:before {
      -webkit-transform: rotate(-135deg);
         -moz-transform: rotate(-135deg);
          -ms-transform: rotate(-135deg);
              transform: rotate(-135deg); }
    .b-article-video__all-video .ps__rail-y {
      width: 4px;
      top: 0;
      right: 0 !important;
      position: absolute;
      height: 100% !important;
      background-color: rgba(173, 122, 30, 0.25);
      border-radius: 2px; }
    .b-article-video__all-video .ps__thumb-y {
      opacity: 1;
      position: absolute;
      width: 4px;
      background-color: rgba(173, 122, 30, 0.5);
      border-radius: 2px;
      cursor: pointer;
      height: 258px !important;
      top: 0; }
  .b-article-video__all-video-title {
    font-size: 20px;
    font-weight: 400;
    line-height: 23px;
    color: #081a27;
    margin: 0 0 25px;
    padding-right: 24px;
    position: relative; }
    @media (min-width: 1024px) {
      .b-article-video__all-video-title {
        margin: 0 0 32px;
        padding-right: 0; } }
  .b-article-video__all-video-more {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    display: block;
    width: 24px;
    height: 24px;
    border: none;
    background-color: rgba(255, 255, 255, 0);
    padding: 0;
    cursor: pointer;
    z-index: 1; }
    @media (min-width: 1024px) {
      .b-article-video__all-video-more {
        display: none; } }
    .b-article-video__all-video-more:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      display: block;
      width: 8px;
      height: 8px;
      border-right: 2px solid #ad7a1e;
      border-bottom: 2px solid #ad7a1e;
      -webkit-transform: rotate(45deg);
         -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      transition: 0.3s;
      z-index: 1; }
  .b-article-video__all-video-list {
    position: relative;
    margin: 0;
    padding: 0 12px 0 0;
    max-height: 455px;
    overflow: hidden; }
    @media (min-width: 360px) {
      .b-article-video__all-video-list {
        padding: 0 34px 0 0; } }
    @media (min-width: 1024px) {
      .b-article-video__all-video-list {
        max-height: 535px; } }
  .b-article-video__all-video-item {
    border-radius: 2px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s; }
    .b-article-video__all-video-item a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      width: 100%;
      padding: 8px 0; }
      @media (min-width: 1024px) {
        .b-article-video__all-video-item a {
          padding: 16px 0; }
          .b-article-video__all-video-item a:hover .b-article-video__all-video-text {
            color: #ad7a1e; } }
    .b-article-video__all-video-item.active {
      background: #ffffff;
      -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16);
              box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16); }
      @media (min-width: 1024px) {
        .b-article-video__all-video-item.active {
          -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.16);
                  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.16); } }
  .b-article-video__all-video-number {
    min-width: 40px;
    font-family: "Tinos-Regular";
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    color: #ad7a1e;
    padding: 0 8px 0 2px; }
  .b-article-video__all-video-image {
    width: 100px;
    min-width: 100px;
    height: 75px;
    background-color: #eee; }
    .b-article-video__all-video-image img {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center; }
  .b-article-video__all-video-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    word-break: break-word;
    -webkit-hyphens: auto;
       -moz-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
    color: #081a27;
    padding: 0 8px 0 24px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    max-height: 80px; }
  .b-article-video--longrid {
    padding: 0;
    margin: 24px 0 52px; }
    .b-article-video--longrid .b-article-video__video {
      margin-bottom: 16px; }
    .b-article-video--longrid .b-article-video__description {
      margin-bottom: 0; }
    .b-article-video--longrid .b-article-video__wrap-description-info:last-child {
      margin-bottom: 0; }
    .b-article-video--longrid .b-article-video__label {
      width: 100%;
      max-width: 888px;
      margin: 0 auto;
      font-family: "Tinos-Regular";
      font-size: 16px;
      line-height: 19px;
      padding: 0 24px;
      color: #081a27;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      max-height: 59px; }
  .b-article-video--title {
    margin: 24px 0;
    padding: 88px 24px 0; }

@media (min-width: 769px) {
  .b-article-video__title {
    font-size: 35px;
    line-height: 50px; } }

@media (min-width: 1024px) {
  .b-article-video__link-text {
    font-size: 16px; }
  .b-article-video__link svg {
    width: 19px;
    height: 14px;
    margin-right: 22px; }
  .b-article-video__title {
    font-size: 50px;
    line-height: 70px; }
  .b-article-video__pre-line {
    font-size: 20px;
    line-height: 30px; }
  .b-article-video--longrid {
    margin: 40px 0 94px; }
    .b-article-video--longrid.b-article-video--title {
      margin-bottom: 20px; }
    .b-article-video--longrid .b-article-video__label {
      font-size: 18px;
      line-height: 21px;
      max-height: 65px; } }

:root {
  --color-gold: #ad7a1e;
  --white: #ffffff;
  --border-translucent:rgba(255, 255, 255, 0.5);
  --text-dark:#081a27;
  --blackout:rgba(0, 0, 0, 0.6);
  --dark-gray-brown:#241a14;
  --black:#000000;
  --dots:#999999;
  --dots-hover:#d8d8d8;
  --color-black: #000;
  --color-gray: #757575;
  --color-light-gray: #c1bebc;
  --color-silver: #e9e8e7;
  --color-pink: #f6f1e8;
  --color-dark: #241a14;
  --color-brown: #5a4018;
  --color-light-brown: #b39060;
  --color-peach: #dab679; }

:root {
  --animation-time: 0.3s; }

.b-materials {
  width: 100%;
  padding: 16px 0 24px;
  font-size: 0;
  position: relative; }
  .b-materials__result {
    width: 100%; }
  .b-materials__menu--above {
    width: 100%;
    padding: 8px 24px;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1;
    background-color: #ad7a1e; }
  .b-materials__wrap-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .b-materials__search {
    width: 100%;
    padding: 8px 0;
    margin-bottom: 26px;
    border-bottom: 2px solid #ad7a1e;
    position: relative; }
  .b-materials .awesomplete {
    width: -webkit-calc(100% - 24px);
    width: -moz-calc(100% - 24px);
    width: calc(100% - 24px);
    height: 24px;
    display: inline-block;
    vertical-align: top; }
    .b-materials .awesomplete ul {
      padding: 5px 0;
      list-style-type: none;
      position: absolute;
      z-index: 1;
      top: 32px;
      left: 0;
      width: -webkit-calc(100% + 24px);
      width: -moz-calc(100% + 24px);
      width: calc(100% + 24px);
      background-color: #ffffff;
      max-height: 192px;
      overflow: hidden; }
    .b-materials .awesomplete li {
      padding: 1px 1px;
      font-size: 18px;
      line-height: 24px; }
  .b-materials__input {
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: -webkit-calc(100% - 24px);
    width: -moz-calc(100% - 24px);
    width: calc(100% - 24px);
    height: 24px;
    padding: 1px 32px 1px 0;
    line-height: 24px;
    border: none;
    background: none;
    font-size: 18px;
    letter-spacing: 0.5px;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle;
    color: #081a27; }
    .b-materials__input:-webkit-autofill, .b-materials__input:-webkit-autofill:hover, .b-materials__input:-webkit-autofill:focus, .b-materials__input:-webkit-autofill:active {
      -webkit-box-shadow: 0 0 0 30px #ffffff inset; }
    .b-materials__input::-webkit-input-placeholder {
      opacity: 0.5;
      font-family: "Arimo-Regular";
      font-size: 18px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: 1px;
      color: #081a27;
      -webkit-transition: opacity 200ms;
      -moz-transition: opacity 200ms;
      transition: opacity 200ms;
      line-height: 24px; }
    .b-materials__input:-moz-placeholder {
      opacity: 0.5;
      font-family: "Arimo-Regular";
      font-size: 18px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: 1px;
      color: #081a27;
      -webkit-transition: opacity 200ms;
      -moz-transition: opacity 200ms;
      transition: opacity 200ms;
      line-height: 24px; }
    .b-materials__input::-moz-placeholder {
      opacity: 0.5;
      font-family: "Arimo-Regular";
      font-size: 18px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: 1px;
      color: #081a27;
      -webkit-transition: opacity 200ms;
      -moz-transition: opacity 200ms;
      transition: opacity 200ms;
      line-height: 24px; }
    .b-materials__input:-ms-input-placeholder {
      opacity: 0.5;
      font-family: "Arimo-Regular";
      font-size: 18px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: 1px;
      color: #081a27;
      -webkit-transition: opacity 200ms;
      -moz-transition: opacity 200ms;
      transition: opacity 200ms;
      line-height: 24px; }
    .b-materials__input:focus::-webkit-input-placeholder {
      opacity: 0; }
    .b-materials__input:focus:-moz-placeholder {
      opacity: 0; }
    .b-materials__input:focus::-moz-placeholder {
      opacity: 0; }
    .b-materials__input:focus:-ms-input-placeholder {
      opacity: 0; }
    .b-materials__input:required {
      -webkit-box-shadow: none !important;
              box-shadow: none !important;
      -moz-box-shadow: none !important;
      outline: none !important; }
    .b-materials__input:valid {
      -webkit-box-shadow: none !important;
              box-shadow: none !important;
      -moz-box-shadow: none !important;
      outline: none !important; }
    .b-materials__input:invalid {
      -webkit-box-shadow: none !important;
              box-shadow: none !important;
      -moz-box-shadow: none !important;
      outline: none !important; }
  .b-materials__overlay {
    display: inline-block;
    vertical-align: middle; }
  .b-materials__btn-search {
    width: 24px;
    height: 24px;
    border: none;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    background-color: #ffffff; }
    .b-materials__btn-search svg {
      width: 20px;
      height: 20px;
      fill: #ad7a1e; }
  .b-materials__triangle {
    display: none; }
  .b-materials__top-options {
    text-align: right;
    min-height: 24px; }
  .b-materials__list-filter, .b-materials__filter, .b-materials__filter span {
    display: inline-block;
    vertical-align: top; }
  .b-materials__list-filter {
    width: -webkit-calc(100% - 24px);
    width: -moz-calc(100% - 24px);
    width: calc(100% - 24px);
    padding: 0 0 0 1px;
    margin: 3px 0 0 0;
    list-style-type: none;
    position: relative;
    text-align: left;
    min-height: 23px; }
    @media (min-width: 1024px) {
      .b-materials__list-filter {
        min-height: 32px; } }
  .b-materials__item-filter, .b-materials__filter {
    font-size: 12px;
    letter-spacing: 0.6px;
    text-decoration: none; }
    .b-materials__item-filter span, .b-materials__filter span {
      cursor: pointer;
      display: inline-block;
      vertical-align: top;
      color: #000;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      transition: 0.3s; }
    .b-materials__item-filter span:first-child, .b-materials__filter span:first-child {
      text-decoration: underline;
      margin-right: 4px; }
    .b-materials__item-filter:hover span, .b-materials__filter:hover span {
      color: #ad7a1e; }
  .b-materials__addition {
    position: absolute;
    right: 157px;
    bottom: 0px;
    z-index: 1;
    height: 32px;
    padding: 2px 16px 0;
    background-color: #ffffff; }
    .b-materials__addition a {
      font-size: 12px;
      letter-spacing: 0.6px;
      text-decoration: none;
      color: #ad7a1e; }
  .b-materials__item-filter {
    margin: 0 8px 8px 0;
    display: none;
    background-color: #f6f1e8;
    text-align: center;
    list-style-type: none; }
    .b-materials__item-filter span:first-child {
      text-decoration: none; }
    .b-materials__item-filter--selected, .b-materials__item-filter--reset {
      display: inline-block;
      vertical-align: top;
      background: none; }
      .b-materials__item-filter--selected span:first-child, .b-materials__item-filter--reset span:first-child {
        text-decoration: underline; }
    .b-materials__item-filter--reset:hover svg {
      fill: #ad7a1e; }
  .b-materials .absolute {
    position: absolute;
    top: 0px;
    background-color: #ffffff;
    right: 8px; }
  .b-materials__filter span:first-child {
    display: none; }
  .b-materials__btn-cross {
    width: 16px;
    height: 16px;
    padding: 3px;
    margin: -2px 0 0 0px;
    border: none;
    background: none; }
    .b-materials__btn-cross svg {
      width: 100%;
      height: 100%;
      fill: #757575;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      transition: 0.3s; }
    .b-materials__btn-cross--selected {
      width: 24px;
      height: 24px;
      margin: 0; }
  .b-materials__btn-filter, .b-materials__btn-filter-filled {
    width: 20px;
    height: 20px;
    margin: 0 4px 0 0;
    padding: 0;
    border: none;
    background: none;
    display: inline-block; }
    .b-materials__btn-filter svg, .b-materials__btn-filter-filled svg {
      width: 20px;
      height: 20px;
      fill: #000;
      color: #000; }
  .b-materials .selected {
    background-color: #f6f1e8; }
  .b-materials .big {
    max-height: 32px;
    overflow: hidden; }
  .b-materials__more {
    font-size: 17px;
    font-weight: 700;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    transition: color .3s ease;
    color: #ad7a1e;
    display: none; }
  .b-materials .hide {
    display: none; }
  .b-materials__filters-selected {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: right;
    background-color: #ffffff;
    padding: 21px 0 0 0;
    z-index: 1001; }
  .b-materials__list-selected {
    padding: 21px 0 240px;
    margin: 0 0 30px;
    list-style-type: none; }
  .b-materials__item-selected {
    width: 100%;
    height: 32px;
    line-height: 32px;
    margin-bottom: 1px;
    background-color: #f6f1e8;
    padding: 0 8px;
    text-align: left; }
    .b-materials__item-selected a {
      font-size: 18px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      letter-spacing: 1px;
      color: #000; }
  .b-materials__btn-deny {
    width: 100%;
    height: 32px;
    border: 1px solid #ffffff;
    background-color: #ad7a1e;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.1px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    cursor: pointer; }
  .b-materials__list {
    width: auto;
    padding: 12px 0 15px;
    margin: 0 -8px;
    text-align: center; }
    .b-materials__list.js-slide-materials {
      text-align: left; }
      .b-materials__list.js-slide-materials .slick-list {
        text-align: left; }
      .b-materials__list.js-slide-materials .slick-track {
        min-width: 100%; }
  .b-materials__item {
    width: 100%;
    max-width: 50%;
    padding: 0 8px 26px;
    text-align: left;
    display: inline-block;
    vertical-align: top; }
    .b-materials__item a:hover .b-materials__strip {
      height: 100%; }
      .b-materials__item a:hover .b-materials__strip svg {
        width: 64px;
        height: 64px; }
    .b-materials__item a:hover .b-materials__text,
    .b-materials__item a:hover .b-materials__cycle,
    .b-materials__item a:hover .b-materials__date {
      color: #ad7a1e; }
    .b-materials__item--cycle a:hover .b-materials__strip {
      width: 100%; }
    .b-materials__item--cycle .b-materials__strip {
      left: auto;
      right: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 107px;
      height: 100%; }
      .b-materials__item--cycle .b-materials__strip svg {
        position: static;
        margin: 0;
        width: 40px;
        height: 40px; }
    .b-materials__item--interesting .b-materials__strip svg {
      fill: none; }
  .b-materials__img, .b-materials__noimage {
    width: 100%;
    height: 111px;
    position: relative;
    margin-bottom: 9px;
    display: block;
    background-color: #eee; }
    .b-materials__img img, .b-materials__noimage img {
      width: 100%;
      height: 100%;
      display: block;
      -o-object-fit: cover;
         object-fit: cover;
      font-family: 'object-fit: cover;'; }
  .b-materials__noimage {
    background-color: #eee;
    margin-bottom: 0;
    text-align: center; }
    .b-materials__noimage svg {
      width: 100%;
      height: 100%;
      max-width: 60px;
      display: inline-block;
      vertical-align: middle; }
      .b-materials__noimage svg:before {
        content: '';
        width: 0;
        height: 100%;
        display: inline-block;
        vertical-align: middle; }
  .b-materials__strip {
    width: 100%;
    height: 26px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    border: none;
    padding: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s; }
    .b-materials__strip svg {
      width: 18px;
      height: 18px;
      fill: #ffffff;
      color: #ffffff;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      transition: 0.3s;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto; }
  .b-materials__video {
    font-size: 12px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 1px;
    color: #ffffff;
    margin: 8px 0 0;
    padding: 0 5px; }
  .b-materials__text {
    font-size: 11px;
    line-height: 16px;
    color: #000;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 48px; }
  .b-materials__cycle {
    display: block;
    font-size: 11px;
    line-height: 16px;
    color: #000;
    margin-bottom: 10px;
    cursor: pointer; }
  .b-materials__date {
    font-size: 10px;
    letter-spacing: 0.2px;
    color: #757575; }
  .b-materials__text, .b-materials__cycle, .b-materials__date {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer; }
  .b-materials .xdsoft_autocomplete_dropdown {
    font-size: 15px;
    position: absolute;
    top: 42px !important;
    left: 0;
    z-index: 1;
    background-color: #fff;
    width: -webkit-calc(100% + 24px) !important;
    width: -moz-calc(100% + 24px) !important;
    width: calc(100% + 24px) !important;
    max-height: 182px !important;
    overflow: hidden !important; }
  .b-materials .xdsoft_autocomplete_dropdown > div {
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    padding: 1px 1px;
    font-size: 18px;
    line-height: 24px; }
    .b-materials .xdsoft_autocomplete_dropdown > div:hover, .b-materials .xdsoft_autocomplete_dropdown > div.active {
      background-color: #eee !important;
      color: #081a27 !important; }
  .b-materials .xdsoft_autocomplete {
    width: -webkit-calc(100% - 24px) !important;
    width: -moz-calc(100% - 24px) !important;
    width: calc(100% - 24px) !important; }
  .b-materials .xdsoft_autocomplete_hint {
    display: none !important; }
  .b-materials .open {
    max-height: 100% !important; }
    .b-materials .open .b-materials__item {
      display: inline-block !important; }

@media (min-width: 360px) {
  .b-materials__list {
    text-align: left; } }

.b-materials--video .b-materials__item {
  max-width: 33%; }

.b-materials--video-one .b-materials__item {
  max-width: none;
  width: 100%; }

.b-materials--result {
  padding: 16px 0 48px; }
  .b-materials--result .b-materials__list--themes {
    margin: 0;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    overflow: hidden;
    max-height: none; }
    .b-materials--result .b-materials__list--themes .b-materials__item {
      width: 100%;
      max-width: 100%;
      padding: 0 0 20px; }
    .b-materials--result .b-materials__list--themes .b-materials__img, .b-materials--result .b-materials__list--themes .b-materials__noimage {
      width: 100%;
      max-width: 100%;
      min-height: 218px; }
    .b-materials--result .b-materials__list--themes .b-materials__text {
      font-size: 16px;
      letter-spacing: normal;
      color: #000;
      margin-bottom: 8px;
      white-space: pre-line;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; }
    .b-materials--result .b-materials__list--themes .b-materials__cycle {
      font-size: 14px;
      line-height: normal;
      color: #000;
      margin-bottom: 8px; }
    .b-materials--result .b-materials__list--themes .b-materials__count {
      font-size: 14px;
      line-height: 19px;
      letter-spacing: 0.1px;
      color: #ad7a1e;
      white-space: pre-line;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      height: 38px; }
      .b-materials--result .b-materials__list--themes .b-materials__count img {
        width: 100%;
        height: 218px;
        display: block;
        margin-bottom: 9px; }
    .b-materials--result .b-materials__list--themes a:hover .b-materials__overlay {
      visibility: visible;
      opacity: 0.5; }
    .b-materials--result .b-materials__list--themes .b-materials__overlay {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      background-color: white;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: visibility 0s, opacity 0.3s linear;
      -moz-transition: visibility 0s, opacity 0.3s linear;
      transition: visibility 0s, opacity 0.3s linear; }
  .b-materials--result .b-materials__heading {
    width: 100%;
    display: block;
    padding: 10px 0 20px; }
  .b-materials--result .b-materials__heading-title, .b-materials--result .b-materials__heading-text {
    display: inline-block;
    font-family: "Arimo-Regular"; }
  .b-materials--result .b-materials__heading-title {
    font-size: 20px;
    color: #081a27;
    margin: 0 4px 0 0; }
  .b-materials--result .b-materials__heading-text {
    font-size: 12px;
    color: #757575; }
  .b-materials--result .b-materials__show-more {
    background-color: #ffffff;
    border: none;
    border-bottom: 1px solid #241a14;
    color: #241a14;
    font-family: "Arimo-Regular";
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 1px;
    padding: 0;
    cursor: pointer; }
  .b-materials--result .b-materials__full-width {
    width: 100%;
    text-align: center;
    margin-bottom: 28px; }
    .b-materials--result .b-materials__full-width:last-child {
      margin-bottom: 0; }
  .b-materials--result .b-materials__list--materials {
    overflow: hidden;
    max-height: none; }
  .b-materials--result .b-game-list {
    background-color: #ffffff;
    padding: 12px 0 0; }

@media (min-width: 520px) {
  .b-materials__item {
    max-width: -webkit-calc(100% / 3);
    max-width: -moz-calc(100% / 3);
    max-width: calc(100% / 3); } }

@media (min-width: 655px) {
  .b-materials .b-materials__list--themes .b-materials__item .b-materials__img {
    max-width: 100%; }
  .b-materials .b-materials__list--themes .b-materials__text {
    -webkit-line-clamp: 4; }
  .b-materials .b-materials__list--themes .b-materials__count {
    -webkit-line-clamp: 2; }
  .b-materials .b-materials__list--themes .b-materials__noimage svg {
    height: 218px; } }

@media (min-width: 768px) {
  .b-materials .b-materials__list--themes {
    margin: 0 -20px; }
    .b-materials .b-materials__list--themes .b-materials__item {
      padding: 0 20px 35px;
      max-width: 50%; } }

@media (min-width: 896px) {
  .b-materials .b-materials__list--themes .b-materials__img, .b-materials .b-materials__list--themes .b-materials__noimage {
    min-height: 250px; }
    .b-materials .b-materials__list--themes .b-materials__img img, .b-materials .b-materials__list--themes .b-materials__noimage img {
      height: 250px; }
  .b-materials .b-materials__list--themes .b-materials__noimage svg {
    height: 250px; } }

@media (min-width: 1232px) {
  .b-materials .b-materials__list--themes .b-materials__img, .b-materials .b-materials__list--themes .b-materials__noimage {
    min-height: 260px; }
    .b-materials .b-materials__list--themes .b-materials__img img, .b-materials .b-materials__list--themes .b-materials__noimage img {
      height: 260px; }
  .b-materials .b-materials__list--themes .b-materials__noimage svg {
    height: 260px; } }

@media (min-width: 1440px) {
  .b-materials .b-materials__list--themes .b-materials__img, .b-materials .b-materials__list--themes .b-materials__noimage {
    width: 100%;
    max-width: 100%;
    height: 208px;
    min-height: 0px;
    margin-bottom: 18px; }
    .b-materials .b-materials__list--themes .b-materials__img img, .b-materials .b-materials__list--themes .b-materials__noimage img {
      height: 208px; }
  .b-materials .b-materials__list--themes .b-materials__noimage svg {
    height: 208px; } }

@media (min-width: 1015px) {
  .b-materials .b-materials__list--themes .b-materials__list {
    padding: 12px 4px 15px; } }

@media (min-width: 1700px) {
  .b-materials .b-materials__list--themes .b-materials__img, .b-materials .b-materials__list--themes .b-materials__noimage {
    min-height: 295px; }
    .b-materials .b-materials__list--themes .b-materials__img img, .b-materials .b-materials__list--themes .b-materials__noimage img {
      height: 295px; }
  .b-materials .b-materials__list--themes .b-materials__noimage svg {
    height: 295px; } }

:root {
  --color-gold: #ad7a1e;
  --white: #ffffff;
  --border-translucent:rgba(255, 255, 255, 0.5);
  --text-dark:#081a27;
  --blackout:rgba(0, 0, 0, 0.6);
  --dark-gray-brown:#241a14;
  --black:#000000;
  --dots:#999999;
  --dots-hover:#d8d8d8;
  --color-black: #000;
  --color-gray: #757575;
  --color-light-gray: #c1bebc;
  --color-silver: #e9e8e7;
  --color-pink: #f6f1e8;
  --color-dark: #241a14;
  --color-brown: #5a4018;
  --color-light-brown: #b39060;
  --color-peach: #dab679; }

:root {
  --animation-time: 0.3s; }

@media (min-width: 1024px) {
  .b-materials {
    padding: 40px 0 24px; }
    .b-materials__search {
      width: 752px;
      margin: 0 auto;
      border: none;
      position: relative; }
    .b-materials__wrap-main {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
         -moz-box-orient: horizontal;
         -moz-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
    .b-materials .awesomplete {
      width: 583px;
      height: 48px;
      display: inline-block;
      vertical-align: top; }
      .b-materials .awesomplete ul {
        padding: 5px 0;
        list-style-type: none;
        position: absolute;
        z-index: 1;
        top: 48px;
        left: 0;
        width: 583px;
        background-color: #ffffff;
        max-height: 367px;
        overflow: hidden; }
      .b-materials .awesomplete li {
        padding: 5px 25px;
        font-size: 19px;
        line-height: 41px;
        letter-spacing: 0; }
    .b-materials__input {
      width: 583px;
      height: 48px;
      font-size: 19px;
      line-height: 48px;
      letter-spacing: 0.4px;
      border: 1px solid #ad7a1e;
      padding: 0 40px 0 25px;
      display: inline-block;
      vertical-align: top; }
      .b-materials__input::-webkit-input-placeholder {
        line-height: 48px; }
      .b-materials__input::-moz-placeholder {
        line-height: 48px; }
      .b-materials__input::-ms-input-placeholder {
        line-height: 48px; }
      .b-materials__input::placeholder {
        line-height: 48px; }
    .b-materials__overlay {
      display: inline-block;
      vertical-align: top;
      width: 168px;
      position: relative; }
    .b-materials__btn-search {
      width: 157px;
      height: 48px;
      background-color: #ad7a1e;
      border-right: 24px 0 24px 12px solid transparent transparent transparent #ad7a1e; }
      .b-materials__btn-search:before {
        content: 'НАЙТИ';
        display: inline-block;
        vertical-align: middle;
        font-family: "Arimo-Bold";
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        position: relative;
        font-size: 18px;
        letter-spacing: 1px;
        color: #ffffff;
        margin-right: -5px; }
      .b-materials__btn-search svg {
        display: none; }
    .b-materials__triangle {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 24px 0 24px 12px;
      border-color: transparent transparent transparent #ad7a1e; }
    .b-materials__list-filter {
      width: -webkit-calc(100% - 200px);
      width: -moz-calc(100% - 200px);
      width: calc(100% - 200px);
      margin: 22px 0 0 0;
      padding: 0 0 0 6px; }
    .b-materials__item-filter {
      margin: 0 12px 14px 0;
      display: inline-block;
      vertical-align: top;
      letter-spacing: 0.7px; }
      .b-materials__item-filter span {
        margin: 2px; }
      .b-materials__item-filter--selected {
        display: none; }
    .b-materials__filter {
      margin: 18px 0 0 0;
      padding: 0 6px 0 0;
      text-align: right;
      width: 200px; }
      .b-materials__filter span:first-child {
        display: inline-block;
        vertical-align: bottom;
        font-size: 16px;
        margin-right: 12px;
        letter-spacing: 1px; }
    .b-materials__btn-cross {
      margin: 0px 0 0 -6px; }
    .b-materials__btn-filter, .b-materials__btn-filter-filled {
      margin: 0; }
    .b-materials .selected {
      background-color: #f6f1e8; }
    .b-materials .hide {
      display: none; }
    .b-materials__list {
      overflow-y: hidden;
      margin: 0 -20px; }
    .b-materials__item {
      width: 100%;
      max-width: 33.33%;
      min-width: 20%;
      padding: 0 20px;
      margin-bottom: 16px; }
      .b-materials__item a:hover .b-materials__strip svg {
        width: 80px;
        height: 80px; }
    .b-materials__img, .b-materials__noimage {
      width: 100%;
      max-width: 100%;
      height: 168px;
      margin-bottom: 18px; }
    .b-materials__noimage {
      margin-bottom: 20px; }
    .b-materials__strip {
      height: 40px; }
      .b-materials__strip svg {
        width: 28px;
        height: 28px; }
    .b-materials__text {
      max-height: 116px;
      font-size: 19px;
      line-height: 29px;
      letter-spacing: -0.15px;
      margin-bottom: 10px;
      white-space: pre-line;
      -webkit-line-clamp: 4; }
    .b-materials__cycle {
      font-size: 14px;
      line-height: 18px; }
    .b-materials__date {
      font-size: 14px;
      letter-spacing: 0px; }
    .b-materials .xdsoft_autocomplete_dropdown {
      font-size: 19px;
      max-height: 227px !important;
      width: 582px !important;
      top: 48px !important; }
    .b-materials .xdsoft_autocomplete_dropdown > div {
      font-size: 19px;
      line-height: 41px; }
    .b-materials .xdsoft_autocomplete {
      width: 583px !important; }
    .b-materials--result {
      padding: 40px 0 32px; }
      .b-materials--result .b-materials__list--themes {
        width: auto;
        margin: 0 -20px;
        padding: 1px 3px 15px; }
        .b-materials--result .b-materials__list--themes .b-materials__item {
          padding: 0 20px 35px;
          width: 100%;
          min-width: 20%;
          margin: 0 !important; }
      .b-materials--result .b-materials__heading {
        padding: 22px 0 41px 6px; }
      .b-materials--result .b-materials__heading-title {
        font-size: 28px; }
      .b-materials--result .b-materials__heading-text {
        font-size: 16px; }
      .b-materials--result .b-materials__show-more {
        margin: 15px 0 32px; }
      .b-materials--result .b-materials__list--materials {
        max-height: none; } }

@media (min-width: 780px) {
  .b-materials__item {
    max-width: 33.33%; }
    .b-materials__item .b-materials__img {
      max-width: none;
      height: 168px; }
    .b-materials__item .b-materials__noimage {
      max-width: none;
      height: 100%; } }

@media (min-width: 1100px) {
  .b-materials__item {
    max-width: 25%; } }

@media (min-width: 1440px) {
  .b-materials__item {
    max-width: 20%; } }

@media (min-width: 1440px) {
  .b-materials .b-materials__list--themes .b-materials__item {
    max-width: 33.33%; }
  .b-materials--result .b-lecture-list {
    width: -webkit-calc(100% + 40px);
    width: -moz-calc(100% + 40px);
    width: calc(100% + 40px);
    margin: 0 -20px; }
    .b-materials--result .b-lecture-list__item {
      width: -webkit-calc((100% / 3) - 44px);
      width: -moz-calc((100% / 3) - 44px);
      width: calc((100% / 3) - 44px);
      margin: 0 20px 39px; }
      .b-materials--result .b-lecture-list__item a {
        padding: 24px 24px 0; } }

:root {
  --color-gold: #ad7a1e;
  --white: #ffffff;
  --border-translucent:rgba(255, 255, 255, 0.5);
  --text-dark:#081a27;
  --blackout:rgba(0, 0, 0, 0.6);
  --dark-gray-brown:#241a14;
  --black:#000000;
  --dots:#999999;
  --dots-hover:#d8d8d8;
  --color-black: #000;
  --color-gray: #757575;
  --color-light-gray: #c1bebc;
  --color-silver: #e9e8e7;
  --color-pink: #f6f1e8;
  --color-dark: #241a14;
  --color-brown: #5a4018;
  --color-light-brown: #b39060;
  --color-peach: #dab679; }

:root {
  --animation-time: 0.3s; }

@media (min-width: 1280px) {
  .b-materials__filter {
    margin-top: -42px; } }

.b-container--full-width {
  width: 100%;
  padding: 0 24px; }

.b-container--modal {
  width: 100%;
  padding: 0 16px; }

@media (min-width: 1024px) {
  .b-container--modal {
    padding: 0 40px; } }

@media (min-width: 1280px) {
  .b-container--full-width {
    width: 100%;
    margin: 0 auto;
    padding: 0 76px; } }

:root {
  --color-gold: #ad7a1e;
  --white: #ffffff;
  --border-translucent:rgba(255, 255, 255, 0.5);
  --text-dark:#081a27;
  --blackout:rgba(0, 0, 0, 0.6);
  --dark-gray-brown:#241a14;
  --black:#000000;
  --dots:#999999;
  --dots-hover:#d8d8d8;
  --color-black: #000;
  --color-gray: #757575;
  --color-light-gray: #c1bebc;
  --color-silver: #e9e8e7;
  --color-pink: #f6f1e8;
  --color-dark: #241a14;
  --color-brown: #5a4018;
  --color-light-brown: #b39060;
  --color-peach: #dab679; }

:root {
  --animation-time: 0.3s; }

@media (min-width: 1280px) {
  .b-materials__filter {
    margin-top: -42px; } }

:root {
  --color-gold: #ad7a1e;
  --white: #ffffff;
  --border-translucent:rgba(255, 255, 255, 0.5);
  --text-dark:#081a27;
  --blackout:rgba(0, 0, 0, 0.6);
  --dark-gray-brown:#241a14;
  --black:#000000;
  --dots:#999999;
  --dots-hover:#d8d8d8;
  --color-black: #000;
  --color-gray: #757575;
  --color-light-gray: #c1bebc;
  --color-silver: #e9e8e7;
  --color-pink: #f6f1e8;
  --color-dark: #241a14;
  --color-brown: #5a4018;
  --color-light-brown: #b39060;
  --color-peach: #dab679; }

:root {
  --animation-time: 0.3s; }

@media (min-width: 320px) {
  .b-key-words {
    display: none; }
  .hide {
    display: none; } }

:root {
  --color-gold: #ad7a1e;
  --white: #ffffff;
  --border-translucent:rgba(255, 255, 255, 0.5);
  --text-dark:#081a27;
  --blackout:rgba(0, 0, 0, 0.6);
  --dark-gray-brown:#241a14;
  --black:#000000;
  --dots:#999999;
  --dots-hover:#d8d8d8;
  --color-black: #000;
  --color-gray: #757575;
  --color-light-gray: #c1bebc;
  --color-silver: #e9e8e7;
  --color-pink: #f6f1e8;
  --color-dark: #241a14;
  --color-brown: #5a4018;
  --color-light-brown: #b39060;
  --color-peach: #dab679; }

:root {
  --animation-time: 0.3s; }

@media (min-width: 1024px) {
  .b-key-words {
    width: 100%;
    position: absolute;
    right: 0;
    z-index: 2;
    background-color: #241a14;
    padding: 50px 0 37px;
    display: block; }
    .b-key-words__list, .b-key-words__input {
      padding: 0;
      margin: 0;
      display: inline-block;
      vertical-align: top; }
    .b-key-words__list {
      width: 20%;
      list-style-type: none;
      padding: 0 26px 0 0;
      margin-right: 4px; }
      .b-key-words__list:nth-child(4) {
        margin: 0; }
    .b-key-words__item {
      position: relative;
      min-height: 32px;
      margin: 0 6px 8px 0;
      padding: 0 25px; }
      .b-key-words__item:before {
        content: '.';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 6px;
        margin: auto 0;
        margin-top: -12px;
        color: #ffffff;
        font-size: 32px; }
      .b-key-words__item a {
        font-size: 16px;
        line-height: 18px;
        color: #ffffff;
        display: inline-block;
        vertical-align: middle; }
        .b-key-words__item a:before {
          content: '';
          display: inline-block;
          vertical-align: middle;
          height: 32px; }
    .b-key-words .selected {
      background-color: #5a4018; }
    .b-key-words__input {
      width: -webkit-calc(20% - 32px);
      width: -moz-calc(20% - 32px);
      width: calc(20% - 32px);
      margin: 2px 0 0 6px;
      padding-bottom: 16px;
      border: none;
      border-bottom: 1px solid #dab679;
      background: inherit;
      color: #ffffff;
      font-size: 24px;
      letter-spacing: 1px;
      text-overflow: ellipsis; }
      .b-key-words__input::-webkit-input-placeholder {
        color: #ffffff; }
      .b-key-words__input::-moz-placeholder {
        color: #ffffff; }
      .b-key-words__input::-ms-input-placeholder {
        color: #ffffff; }
      .b-key-words__input::placeholder {
        color: #ffffff; }
    .b-key-words__btn-close {
      position: absolute;
      top: 8px;
      right: 8px;
      width: 24px;
      height: 24px;
      padding: 5px;
      border: none;
      background: inherit;
      cursor: pointer; }
      .b-key-words__btn-close svg {
        width: 100%;
        height: 100%;
        fill: #757575; } }

:root {
  --color-gold: #ad7a1e;
  --white: #ffffff;
  --border-translucent:rgba(255, 255, 255, 0.5);
  --text-dark:#081a27;
  --blackout:rgba(0, 0, 0, 0.6);
  --dark-gray-brown:#241a14;
  --black:#000000;
  --dots:#999999;
  --dots-hover:#d8d8d8;
  --color-black: #000;
  --color-gray: #757575;
  --color-light-gray: #c1bebc;
  --color-silver: #e9e8e7;
  --color-pink: #f6f1e8;
  --color-dark: #241a14;
  --color-brown: #5a4018;
  --color-light-brown: #b39060;
  --color-peach: #dab679; }

:root {
  --animation-time: 0.3s; }

.b-periods {
  display: none; }

.hide {
  display: none !important; }

:root {
  --color-gold: #ad7a1e;
  --white: #ffffff;
  --border-translucent:rgba(255, 255, 255, 0.5);
  --text-dark:#081a27;
  --blackout:rgba(0, 0, 0, 0.6);
  --dark-gray-brown:#241a14;
  --black:#000000;
  --dots:#999999;
  --dots-hover:#d8d8d8;
  --color-black: #000;
  --color-gray: #757575;
  --color-light-gray: #c1bebc;
  --color-silver: #e9e8e7;
  --color-pink: #f6f1e8;
  --color-dark: #241a14;
  --color-brown: #5a4018;
  --color-light-brown: #b39060;
  --color-peach: #dab679; }

:root {
  --animation-time: 0.3s; }

@media (min-width: 1024px) {
  .b-periods {
    width: 100%;
    position: absolute;
    right: 0;
    z-index: 9999;
    background-color: #241a14;
    padding: 53px 0 63px;
    display: block;
    font-size: 0; }
    .b-periods__string, .b-periods__menu, .b-periods__list, .b-periods__btn {
      display: inline-block;
      vertical-align: middle; }
    .b-periods__string {
      width: -webkit-calc(100% - 224px);
      width: -moz-calc(100% - 224px);
      width: calc(100% - 224px);
      padding-top: 8px; }
    .b-periods__list {
      width: 100%;
      padding: 0 40px 0 0;
      margin: 0;
      height: 24px;
      position: relative;
      list-style-type: none; }
      .b-periods__list .b-periods__item:nth-child(1) {
        left: 11px; }
        .b-periods__list .b-periods__item:nth-child(1):after {
          content: '-20000'; }
      .b-periods__list .b-periods__item:nth-child(2) {
        left: 109px; }
        .b-periods__list .b-periods__item:nth-child(2):after {
          content: '-3000'; }
      .b-periods__list .b-periods__item:nth-child(3) {
        left: 154px; }
        .b-periods__list .b-periods__item:nth-child(3):after {
          content: '-2000'; }
      .b-periods__list .b-periods__item:nth-child(4) {
        left: 203px; }
        .b-periods__list .b-periods__item:nth-child(4):after {
          content: '-1000'; }
      .b-periods__list .b-periods__item:nth-child(5) {
        left: 263px; }
        .b-periods__list .b-periods__item:nth-child(5):after {
          content: '-500'; }
      .b-periods__list .b-periods__item:nth-child(6) {
        left: 424px; }
        .b-periods__list .b-periods__item:nth-child(6):after {
          content: '0'; }
      .b-periods__list .b-periods__item:nth-child(7) {
        left: 677px; }
        .b-periods__list .b-periods__item:nth-child(7):after {
          content: '1500'; }
      .b-periods__list .b-periods__item:nth-child(8) {
        left: 729px; }
        .b-periods__list .b-periods__item:nth-child(8):after {
          content: '1600'; }
      .b-periods__list .b-periods__item:nth-child(9) {
        left: 781px; }
        .b-periods__list .b-periods__item:nth-child(9):after {
          content: '1700'; }
      .b-periods__list .b-periods__item:nth-child(10) {
        left: 833px; }
        .b-periods__list .b-periods__item:nth-child(10):after {
          content: '1800'; }
      .b-periods__list .b-periods__item:nth-child(11) {
        left: 885px; }
        .b-periods__list .b-periods__item:nth-child(11):after {
          content: '1900'; }
      .b-periods__list .b-periods__item:nth-child(12) {
        left: 937px; }
        .b-periods__list .b-periods__item:nth-child(12):after {
          content: '2000'; }
      .b-periods__list .b-periods__item:nth-child(13) {
        left: 983px; }
        .b-periods__list .b-periods__item:nth-child(13):after {
          content: '2200'; }
    .b-periods__item {
      position: absolute;
      top: 0;
      z-index: 1; }
      .b-periods__item:after {
        position: absolute;
        top: 32px;
        left: 0;
        opacity: 0.6;
        font-size: 10px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: 1px;
        color: #ffffff; }
    .b-periods__line-vertical {
      width: 1px;
      height: 24px;
      background-color: #ffffff;
      opacity: 0.5; }
    .b-periods__line-horisontal {
      width: 100%;
      height: 4px;
      line-height: 24px;
      background-color: #5a4018;
      margin: 10px 0; }
      .b-periods__line-horisontal--active {
        width: -webkit-calc(100% - 64px);
        width: -moz-calc(100% - 64px);
        width: calc(100% - 64px);
        height: 4px;
        display: inline-block;
        vertical-align: middle;
        background-color: #b39060; }
    .b-periods__active {
      width: 454px;
      padding: 0 8px;
      line-height: 24px;
      z-index: 2;
      top: 136px;
      left: 381px;
      position: absolute; }
    .b-periods__overlay {
      width: 32px;
      height: 24px;
      padding: 0 8px;
      text-align: center;
      display: inline-block;
      vertical-align: middle;
      background-color: #241a14; }
    .b-periods__btn {
      width: 16px;
      height: 16px;
      border: none;
      border-radius: 50%;
      background-color: #b39060;
      position: relative;
      padding: 0; }
    .b-periods__value {
      position: absolute;
      top: -36px;
      left: -11px;
      font-size: 16px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: 1px;
      text-align: center;
      color: #ffffff; }
    .b-periods__menu {
      width: 264px;
      padding-left: 40px; }
    .b-periods__title {
      font-size: 24px;
      font-weight: 400;
      letter-spacing: 1px;
      color: #ffffff;
      border-bottom: 1px solid #dab679;
      padding-bottom: 16px;
      margin: 0 0 24px; }
    .b-periods__period-prev, .b-periods__line, .b-periods__period-next {
      display: inline-block;
      vertical-align: middle; }
    .b-periods__periods {
      text-align: center;
      margin-bottom: 16px; }
    .b-periods__period-prev, .b-periods__period-next {
      width: 88px;
      height: 48px;
      border: 1px solid #ffffff;
      font-size: 18px;
      line-height: 48px;
      text-align: center;
      color: #ffffff;
      padding: 0 12px;
      background-color: #241a14;
      -moz-appearance: textfield; }
      .b-periods__period-prev::-webkit-input-placeholder, .b-periods__period-next::-webkit-input-placeholder {
        color: #ffffff; }
      .b-periods__period-prev::-moz-placeholder, .b-periods__period-next::-moz-placeholder {
        color: #ffffff; }
      .b-periods__period-prev::-ms-input-placeholder, .b-periods__period-next::-ms-input-placeholder {
        color: #ffffff; }
      .b-periods__period-prev::placeholder, .b-periods__period-next::placeholder {
        color: #ffffff; }
      .b-periods__period-prev::-webkit-outer-spin-button, .b-periods__period-prev::-webkit-inner-spin-button, .b-periods__period-next::-webkit-outer-spin-button, .b-periods__period-next::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0; }
    .b-periods__period-prev {
      margin-right: -webkit-calc((100% - 192px) / 2);
      margin-right: -moz-calc((100% - 192px) / 2);
      margin-right: calc((100% - 192px) / 2); }
    .b-periods__period-next {
      margin-left: -webkit-calc((100% - 192px) / 2);
      margin-left: -moz-calc((100% - 192px) / 2);
      margin-left: calc((100% - 192px) / 2); }
    .b-periods__line {
      width: 16px;
      height: 0;
      border: 1px solid #ffffff; }
    .b-periods__btn-apply {
      width: 100%;
      height: 48px;
      font-size: 14px;
      font-weight: bold;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: 1.1px;
      color: #ad7a1e;
      text-transform: uppercase;
      background-color: #241a14;
      border: 1px solid #ad7a1e;
      padding: 0; }
    .b-periods__btn-close {
      position: absolute;
      top: 8px;
      right: 8px;
      width: 24px;
      height: 24px;
      padding: 5px;
      border: none;
      background-color: #241a14;
      cursor: pointer; }
      .b-periods__btn-close svg {
        width: 100%;
        height: 100%;
        fill: #757575; }
    .b-periods .irs-with-grid {
      width: -webkit-calc(100% - 264px);
      width: -moz-calc(100% - 264px);
      width: calc(100% - 264px);
      display: inline-block;
      vertical-align: middle; }
    .b-periods .from, .b-periods .to {
      width: 32px;
      height: 32px;
      border: 8px solid #241a14;
      border-radius: 50%;
      background-color: #b39060;
      padding: 0;
      top: 18px;
      cursor: pointer;
      position: absolute;
      display: block;
      z-index: 1; }
    .b-periods .irs-bar {
      height: 4px;
      background-color: #b39060;
      top: 32px; }
    .b-periods .irs-line {
      height: 4px;
      background-color: #5a4018;
      top: 32px; }
    .b-periods .irs-from, .b-periods .irs-to, .b-periods .irs-single {
      background-color: inherit;
      font-size: 16px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: 1px;
      text-align: center;
      color: #ffffff;
      top: -10px; }
      .b-periods .irs-from:after, .b-periods .irs-to:after, .b-periods .irs-single:after {
        content: '';
        width: 0;
        height: 0;
        border: none; }
    .b-periods .irs-from {
      padding-left: 9px; }
    .b-periods .irs-to {
      padding-left: 22px; }
    .b-periods .small {
      display: none; }
    .b-periods .irs-grid-pol {
      top: -17px;
      height: 24px;
      opacity: 0.6; }
    .b-periods .irs-grid-text {
      font-size: 10px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: 1px;
      color: #ffffff;
      bottom: -5px; } }

:root {
  --color-gold: #ad7a1e;
  --white: #ffffff;
  --border-translucent:rgba(255, 255, 255, 0.5);
  --text-dark:#081a27;
  --blackout:rgba(0, 0, 0, 0.6);
  --dark-gray-brown:#241a14;
  --black:#000000;
  --dots:#999999;
  --dots-hover:#d8d8d8;
  --color-black: #000;
  --color-gray: #757575;
  --color-light-gray: #c1bebc;
  --color-silver: #e9e8e7;
  --color-pink: #f6f1e8;
  --color-dark: #241a14;
  --color-brown: #5a4018;
  --color-light-brown: #b39060;
  --color-peach: #dab679; }

:root {
  --animation-time: 0.3s; }

.b-pagination {
  width: 100%;
  padding: 14px 16px 10px;
  text-align: center; }
  .b-pagination__list {
    width: -webkit-calc(100% - 64px);
    width: -moz-calc(100% - 64px);
    width: calc(100% - 64px);
    max-width: 250px;
    padding: 0 13px;
    margin: 0;
    list-style-type: none;
    display: inline-block;
    vertical-align: middle;
    text-align: center; }
  .b-pagination__btn-prev, .b-pagination__btn-next {
    width: 32px;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #ad7a1e;
    background: none;
    padding: 0;
    position: relative;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    transition: 0.6s; }
    .b-pagination__btn-prev .b-pagination__icon, .b-pagination__btn-next .b-pagination__icon {
      width: 6px;
      height: 6px;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      border-left: 1px solid #ad7a1e;
      border-top: 1px solid #ad7a1e;
      opacity: 0.8;
      -webkit-transition: 0.6s;
      -moz-transition: 0.6s;
      transition: 0.6s; }
    .b-pagination__btn-prev:hover, .b-pagination__btn-next:hover {
      background-color: #ad7a1e;
      border: 1px solid #ad7a1e; }
      .b-pagination__btn-prev:hover .b-pagination__icon, .b-pagination__btn-next:hover .b-pagination__icon {
        border-left: 1px solid #ffffff;
        border-top: 1px solid #ffffff;
        opacity: 1; }
  .b-pagination__btn-prev .b-pagination__icon {
    left: 2px;
    -webkit-transform: rotate(315deg);
       -moz-transform: rotate(315deg);
        -ms-transform: rotate(315deg);
            transform: rotate(315deg); }
  .b-pagination__btn-next .b-pagination__icon {
    right: 2px;
    -webkit-transform: rotate(135deg);
       -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg); }
  .b-pagination__item {
    width: 20%;
    max-width: 50px;
    font-size: 18px;
    opacity: 0.8;
    text-align: center;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    transition: 0.6s;
    display: inline-block;
    vertical-align: top; }
    .b-pagination__item .b-pagination__link {
      display: block;
      color: #ad7a1e; }
    .b-pagination__item .active {
      color: #000; }
    .b-pagination__item:hover {
      opacity: 1; }
  .b-pagination--themes {
    padding: 16px 8px 24px 8px; }

:root {
  --color-gold: #ad7a1e;
  --white: #ffffff;
  --border-translucent:rgba(255, 255, 255, 0.5);
  --text-dark:#081a27;
  --blackout:rgba(0, 0, 0, 0.6);
  --dark-gray-brown:#241a14;
  --black:#000000;
  --dots:#999999;
  --dots-hover:#d8d8d8;
  --color-black: #000;
  --color-gray: #757575;
  --color-light-gray: #c1bebc;
  --color-silver: #e9e8e7;
  --color-pink: #f6f1e8;
  --color-dark: #241a14;
  --color-brown: #5a4018;
  --color-light-brown: #b39060;
  --color-peach: #dab679; }

:root {
  --animation-time: 0.3s; }

@media (min-width: 1024px) {
  .b-pagination {
    padding: 24px 8px;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    transition: 0.6s; }
    .b-pagination__list {
      padding: 0 30px;
      max-width: 214px; }
    .b-pagination__btn-prev, .b-pagination__btn-next {
      width: 48px;
      height: 48px; }
    .b-pagination.left {
      padding: 16px 272px 40px 8px; }
    .b-pagination--themes {
      padding: 26px 8px 12px 8px; }
      .b-pagination--themes.left {
        padding: 26px 272px 12px 8px; } }

:root {
  --color-gold: #ad7a1e;
  --white: #ffffff;
  --border-translucent:rgba(255, 255, 255, 0.5);
  --text-dark:#081a27;
  --blackout:rgba(0, 0, 0, 0.6);
  --dark-gray-brown:#241a14;
  --black:#000000;
  --dots:#999999;
  --dots-hover:#d8d8d8;
  --color-black: #000;
  --color-gray: #757575;
  --color-light-gray: #c1bebc;
  --color-silver: #e9e8e7;
  --color-pink: #f6f1e8;
  --color-dark: #241a14;
  --color-brown: #5a4018;
  --color-light-brown: #b39060;
  --color-peach: #dab679; }

:root {
  --animation-time: 0.3s; }

.b-themes {
  width: 100%;
  padding: 27px 0 24px;
  font-size: 0;
  position: relative; }
  .b-themes--search-result {
    padding-top: 0;
    padding-bottom: 0; }
    .b-themes--search-result .b-themes__item {
      height: 327px; }
    .b-themes--search-result .b-themes__list {
      padding-top: 0;
      max-height: none;
      overflow: hidden; }
    @media (min-width: 767px) {
      .b-themes--search-result .b-themes__item {
        height: 325px; } }
    @media (min-width: 896px) {
      .b-themes--search-result .b-themes__item {
        height: 356px; } }
    @media (min-width: 1024px) {
      .b-themes--search-result .b-themes__item {
        height: 380px; } }
    @media (min-width: 1232px) {
      .b-themes--search-result .b-themes__item {
        height: 390px; } }
    @media (min-width: 1440px) {
      .b-themes--search-result .b-themes__item {
        height: 346px; } }
    @media (min-width: 1700px) {
      .b-themes--search-result .b-themes__item {
        height: 443px; } }
  .b-themes__wrap-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .b-themes__list-options {
    display: none; }
  .b-themes__btn-cancel {
    display: none; }
  .b-themes__btn-search {
    width: 24px;
    height: 24px;
    border: none;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    background-color: inherit; }
    .b-themes__btn-search svg {
      width: 20px;
      height: 20px;
      fill: #ad7a1e; }
  .b-themes__triangle {
    display: none; }
  .b-themes__top-options {
    text-align: right;
    min-height: 24px; }
  .b-themes__list-filter, .b-themes__filter, .b-themes__filter span {
    display: inline-block;
    vertical-align: top; }
  .b-themes__list-filter {
    width: -webkit-calc(100% - 24px);
    width: -moz-calc(100% - 24px);
    width: calc(100% - 24px);
    padding: 0 0 0 1px;
    margin: 3px 0 0 0;
    list-style-type: none;
    position: relative;
    text-align: left;
    min-height: 23px; }
    @media (min-width: 1024px) {
      .b-themes__list-filter {
        min-height: 32px; } }
  .b-themes__item-filter, .b-themes__filter {
    font-size: 12px;
    letter-spacing: 0.6px;
    text-decoration: none; }
    .b-themes__item-filter span, .b-themes__filter span {
      cursor: pointer;
      display: inline-block;
      vertical-align: top;
      color: #000;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      transition: 0.3s; }
    .b-themes__item-filter span:first-child, .b-themes__filter span:first-child {
      text-decoration: underline;
      margin-right: 4px; }
    .b-themes__item-filter:hover span, .b-themes__filter:hover span {
      color: #ad7a1e; }
  .b-themes__addition {
    position: absolute;
    right: 157px;
    bottom: 0px;
    z-index: 1;
    height: 32px;
    padding: 2px 16px 0;
    background-color: #ffffff; }
    .b-themes__addition a {
      font-size: 12px;
      letter-spacing: 0.6px;
      text-decoration: none;
      color: #ad7a1e; }
  .b-themes__item-filter {
    margin: 0 17px 8px 0;
    display: none;
    background-color: #f6f1e8;
    text-align: center;
    list-style-type: none; }
    .b-themes__item-filter span:first-child {
      text-decoration: none; }
    .b-themes__item-filter--selected, .b-themes__item-filter--reset {
      display: inline-block;
      vertical-align: top;
      background: none; }
      .b-themes__item-filter--selected span:first-child, .b-themes__item-filter--reset span:first-child {
        text-decoration: underline; }
    .b-themes__item-filter--reset:hover svg {
      fill: #ad7a1e; }
  .b-themes .absolute {
    position: absolute;
    top: 0px;
    background-color: #ffffff;
    right: 8px; }
  .b-themes__filter span:first-child {
    display: none; }
  .b-themes__btn-cross {
    width: 16px;
    height: 16px;
    padding: 3px;
    margin: -3px 0 0 -4px;
    border: none;
    background: none; }
    .b-themes__btn-cross svg {
      width: 100%;
      height: 100%;
      fill: #757575; }
    .b-themes__btn-cross--selected {
      width: 24px;
      height: 24px;
      margin: 0; }
  .b-themes__btn-filter, .b-themes__btn-filter-filled {
    width: 20px;
    height: 20px;
    margin: 0 4px 0 0;
    padding: 0;
    border: none;
    background: none;
    display: inline-block; }
    .b-themes__btn-filter svg, .b-themes__btn-filter-filled svg {
      width: 20px;
      height: 20px; }
  .b-themes .selected {
    background-color: #f6f1e8; }
  .b-themes .big {
    max-height: 32px;
    overflow: hidden; }
  .b-themes__more {
    font-size: 17px;
    font-weight: 700;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    transition: color .3s ease;
    color: #ad7a1e;
    display: none; }
  .b-themes .hide {
    display: none; }
  .b-themes__period-prev, .b-themes__line, .b-themes__period-next {
    display: inline-block;
    vertical-align: middle; }
  .b-themes__periods {
    text-align: center;
    padding-top: 10px; }
  .b-themes__period-prev, .b-themes__period-next {
    width: 132px;
    height: 48px;
    border: 1px solid #000;
    font-size: 20px;
    line-height: 48px;
    text-align: center;
    text-overflow: ellipsis;
    padding: 0 12px;
    background-color: #ffffff; }
    .b-themes__period-prev::-webkit-input-placeholder, .b-themes__period-next::-webkit-input-placeholder {
      color: #000; }
    .b-themes__period-prev::-moz-placeholder, .b-themes__period-next::-moz-placeholder {
      color: #000; }
    .b-themes__period-prev::-ms-input-placeholder, .b-themes__period-next::-ms-input-placeholder {
      color: #000; }
    .b-themes__period-prev::placeholder, .b-themes__period-next::placeholder {
      color: #000; }
  .b-themes__period-prev {
    margin-right: -webkit-calc((100% - 280px) / 2);
    margin-right: -moz-calc((100% - 280px) / 2);
    margin-right: calc((100% - 280px) / 2); }
    @media (max-width: 340px) {
      .b-themes__period-prev {
        margin-right: -webkit-calc((100% - 272px) / 2);
        margin-right: -moz-calc((100% - 272px) / 2);
        margin-right: calc((100% - 272px) / 2); } }
  .b-themes__period-next {
    margin-left: -webkit-calc((100% - 280px) / 2);
    margin-left: -moz-calc((100% - 280px) / 2);
    margin-left: calc((100% - 280px) / 2); }
    @media (max-width: 340px) {
      .b-themes__period-next {
        margin-left: -webkit-calc((100% - 272px) / 2);
        margin-left: -moz-calc((100% - 272px) / 2);
        margin-left: calc((100% - 272px) / 2); } }
  .b-themes__line {
    width: 16px;
    height: 0;
    border: 1px solid #000; }
    @media (max-width: 340px) {
      .b-themes__line {
        width: 8px; } }
  .b-themes__menu {
    width: 100%;
    padding: 8px 24px;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1;
    background-color: #ad7a1e; }
    .b-themes__menu--above {
      z-index: 2; }
  .b-themes__btn-close, .b-themes__btn-apply {
    width: -webkit-calc(50% - 8px);
    width: -moz-calc(50% - 8px);
    width: calc(50% - 8px);
    height: 32px;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #ffffff;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 1.1px;
    background-color: #ad7a1e; }
  .b-themes__btn-close {
    margin-right: 8px; }
  .b-themes__btn-apply {
    margin-left: 8px; }
  .b-themes__filters-selected {
    width: -webkit-calc(100% + 48px);
    width: -moz-calc(100% + 48px);
    width: calc(100% + 48px);
    padding: 21px 24px 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: -24px;
    text-align: right;
    background-color: #ffffff;
    z-index: 3; }
  .b-themes__list-selected {
    padding: 21px 0 240px;
    margin: 0 0 30px;
    list-style-type: none; }
  .b-themes__item-selected {
    width: 100%;
    height: 32px;
    line-height: 32px;
    margin-bottom: 1px;
    background-color: #f6f1e8;
    padding: 0 8px;
    text-align: left; }
    .b-themes__item-selected a {
      font-size: 18px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      letter-spacing: 1px;
      color: #000; }
  .b-themes__btn-deny {
    width: 100%;
    height: 32px;
    border: 1px solid #ffffff;
    background-color: #ad7a1e;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.1px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    cursor: pointer; }
  .b-themes__list {
    width: auto;
    padding: 1px 0 15px;
    padding: 12px 0 15px;
    margin: 0;
    text-align: center; }
  .b-themes__item {
    width: 100%;
    max-width: 100%;
    padding: 0 0 20px;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    position: relative; }
    .b-themes__item img {
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      transition: 0.3s; }
    .b-themes__item a:hover .b-themes__text {
      color: #ad7a1e; }
    .b-themes__item a:hover .b-themes__overlay {
      visibility: visible;
      opacity: 0.5; }
  .b-themes__img, .b-themes__noimage {
    width: 100%;
    max-width: 100%;
    min-height: 218px;
    position: relative;
    display: block;
    margin-bottom: 10px;
    background-color: #eee; }
    .b-themes__img img, .b-themes__noimage img {
      width: 100%;
      height: 218px;
      display: block;
      margin-bottom: 9px;
      -o-object-fit: cover;
         object-fit: cover;
      font-family: 'object-fit: cover;'; }
  .b-themes__noimage {
    background-color: #eee;
    margin-bottom: 10px;
    text-align: center; }
    .b-themes__noimage svg {
      width: 100%;
      height: 218px;
      max-width: 60px;
      display: inline-block;
      vertical-align: middle; }
      .b-themes__noimage svg:before {
        content: '';
        width: 0;
        height: 100%;
        display: inline-block;
        vertical-align: middle; }
  .b-themes__overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: white;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s, opacity 0.3s linear;
    -moz-transition: visibility 0s, opacity 0.3s linear;
    transition: visibility 0s, opacity 0.3s linear; }
  .b-themes__text {
    font-size: 16px;
    letter-spacing: normal;
    color: #000;
    margin-bottom: 8px;
    white-space: pre-line;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 35px; }
  .b-themes__count {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 18px;
    letter-spacing: 0.1px;
    color: #ad7a1e;
    white-space: pre-line;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 36px; }
  .b-themes__text, .b-themes__count {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer; }
  .b-themes .xdsoft_autocomplete_dropdown {
    font-size: 15px; }
  .b-themes .xdsoft_autocomplete {
    width: -webkit-calc(100% - 24px) !important;
    width: -moz-calc(100% - 24px) !important;
    width: calc(100% - 24px) !important; }

@media (min-width: 360px) {
  .b-themes__list {
    text-align: left; } }

@media (min-width: 655px) {
  .b-themes__item .b-themes__img {
    max-width: 100%; }
  .b-themes__text {
    -webkit-line-clamp: 4; }
  .b-themes__noimage svg {
    height: 218px; } }

@media (min-width: 768px) {
  .b-themes__list {
    margin: 0 -20px; }
  .b-themes__item {
    padding: 0 20px 35px;
    max-width: 50%; } }

@media (min-width: 896px) {
  .b-themes__img, .b-themes__noimage {
    min-height: 250px; }
    .b-themes__img img, .b-themes__noimage img {
      height: 250px; }
  .b-themes__noimage svg {
    height: 250px; } }

@media (min-width: 1232px) {
  .b-themes__img, .b-themes__noimage {
    min-height: 260px; }
    .b-themes__img img, .b-themes__noimage img {
      height: 260px; }
  .b-themes__noimage svg {
    height: 260px; } }

@media (min-width: 1440px) {
  .b-themes__img, .b-themes__noimage {
    width: 100%;
    max-width: 100%;
    height: 208px;
    min-height: 0px;
    margin-bottom: 18px; }
    .b-themes__img img, .b-themes__noimage img {
      height: 208px; }
  .b-themes__noimage svg {
    height: 208px; } }

@media (min-width: 1015px) {
  .b-themes__list {
    padding: 12px 4px 15px; } }

@media (min-width: 1700px) {
  .b-themes__img, .b-themes__noimage {
    min-height: 295px; }
    .b-themes__img img, .b-themes__noimage img {
      height: 295px; }
  .b-themes__noimage svg {
    height: 295px; } }

:root {
  --color-gold: #ad7a1e;
  --white: #ffffff;
  --border-translucent:rgba(255, 255, 255, 0.5);
  --text-dark:#081a27;
  --blackout:rgba(0, 0, 0, 0.6);
  --dark-gray-brown:#241a14;
  --black:#000000;
  --dots:#999999;
  --dots-hover:#d8d8d8;
  --color-black: #000;
  --color-gray: #757575;
  --color-light-gray: #c1bebc;
  --color-silver: #e9e8e7;
  --color-pink: #f6f1e8;
  --color-dark: #241a14;
  --color-brown: #5a4018;
  --color-light-brown: #b39060;
  --color-peach: #dab679; }

:root {
  --animation-time: 0.3s; }

@media (min-width: 1024px) {
  .b-themes {
    padding: 58px 0 24px; }
    .b-themes--search-result {
      padding-top: 0;
      padding-bottom: 0; }
    .b-themes__list-options {
      display: block;
      width: -webkit-calc(100% - 200px);
      width: -moz-calc(100% - 200px);
      width: calc(100% - 200px);
      display: inline-block;
      vertical-align: top;
      padding: 0 0 0 4px;
      margin: 0; }
    .b-themes__item-options {
      display: inline-block;
      vertical-align: top;
      width: 24px;
      height: 24px;
      margin-right: 16px; }
      .b-themes__item-options a {
        display: block;
        width: 100%;
        height: 100%; }
      .b-themes__item-options svg {
        width: 100%;
        height: 100%; }
      .b-themes__item-options:last-child {
        margin-right: 0; }
    .b-themes__btn-cancel {
      width: 24px;
      height: 24px;
      padding: 4px;
      position: absolute;
      left: 546px;
      top: 0;
      bottom: 0;
      margin: auto 0;
      background: none;
      border: none;
      cursor: pointer;
      z-index: 1000;
      display: block; }
      .b-themes__btn-cancel svg {
        width: 100%;
        height: 100%; }
    .b-themes__btn-search {
      width: 157px;
      height: 48px;
      background-color: #ad7a1e;
      border-right: 24px 0 24px 12px solid transparent transparent transparent #ad7a1e; }
      .b-themes__btn-search:before {
        content: 'НАЙТИ';
        display: inline-block;
        vertical-align: middle;
        font-size: 18px;
        letter-spacing: 1px;
        color: #ffffff;
        margin-right: -5px; }
      .b-themes__btn-search svg {
        display: none; }
    .b-themes__triangle {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 24px 0 24px 12px;
      border-color: transparent transparent transparent #ad7a1e; }
    .b-themes__list-filter {
      width: -webkit-calc(100% - 200px);
      width: -moz-calc(100% - 200px);
      width: calc(100% - 200px);
      margin: 17px 0 0 0;
      padding: 0 0 0 3px; }
    .b-themes__item-filter {
      margin: 0 12px 14px 0;
      display: inline-block;
      vertical-align: top;
      letter-spacing: 0.7px; }
      .b-themes__item-filter span {
        margin: 2px; }
      .b-themes__item-filter--selected {
        display: none; }
    .b-themes__filter {
      margin: -22px 0 0 0;
      text-align: right;
      width: 200px;
      display: inline-block;
      vertical-align: top; }
      .b-themes__filter span:first-child {
        display: inline-block;
        vertical-align: bottom;
        font-size: 16px;
        margin-right: 12px;
        letter-spacing: 1px; }
    .b-themes__btn-cross {
      margin: 0px 0 0 -6px; }
    .b-themes__btn-filter, .b-themes__btn-filter-filled {
      margin: 0; }
    .b-themes .selected {
      background-color: #f6f1e8; }
    .b-themes__list {
      width: auto;
      margin: 0 -20px;
      padding: 1px 3px 15px;
      text-align: left; }
    .b-themes .hide {
      display: none; }
    .b-themes__period-prev, .b-themes__line, .b-themes__period-next {
      display: inline-block;
      vertical-align: middle; }
    .b-themes__periods {
      text-align: center;
      padding-top: 10px; }
    .b-themes__period-prev, .b-themes__period-next {
      width: 88px;
      height: 48px;
      border: 1px solid #000;
      font-size: 20px;
      line-height: 48px;
      text-align: center;
      text-overflow: ellipsis;
      padding: 0 12px; }
      .b-themes__period-prev::-webkit-input-placeholder, .b-themes__period-next::-webkit-input-placeholder {
        color: #000; }
      .b-themes__period-prev::-moz-placeholder, .b-themes__period-next::-moz-placeholder {
        color: #000; }
      .b-themes__period-prev::-ms-input-placeholder, .b-themes__period-next::-ms-input-placeholder {
        color: #000; }
      .b-themes__period-prev::placeholder, .b-themes__period-next::placeholder {
        color: #000; }
    .b-themes__period-prev {
      margin-right: -webkit-calc((100% - 192px) / 2);
      margin-right: -moz-calc((100% - 192px) / 2);
      margin-right: calc((100% - 192px) / 2); }
    .b-themes__period-next {
      margin-left: -webkit-calc((100% - 192px) / 2);
      margin-left: -moz-calc((100% - 192px) / 2);
      margin-left: calc((100% - 192px) / 2); }
    .b-themes__line {
      width: 16px;
      height: 0;
      border: 1px solid #000; }
    .b-themes__period {
      font-size: 16px;
      color: #000;
      line-height: 16px;
      letter-spacing: 1px;
      border-bottom: 1px solid #000; }
    .b-themes__menu {
      display: none; }
    .b-themes__item {
      padding: 0 20px 35px;
      width: 100%;
      min-width: 20%;
      margin: 0 !important; }
    .b-themes__text {
      max-height: 116px;
      font-size: 19px;
      line-height: 29px;
      letter-spacing: -0.15px;
      margin-bottom: 9px;
      white-space: pre-line;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical; }
    .b-themes__count {
      font-size: 14px; }
    .b-themes .xdsoft_autocomplete_dropdown {
      font-size: 19px; }
    .b-themes .xdsoft_autocomplete_dropdown > div {
      line-height: 41px; }
    .b-themes .xdsoft_autocomplete {
      width: 583px !important; } }

@media (min-width: 1440px) {
  .b-themes__item {
    max-width: 33.33%; } }

:root {
  --color-gold: #ad7a1e;
  --white: #ffffff;
  --border-translucent:rgba(255, 255, 255, 0.5);
  --text-dark:#081a27;
  --blackout:rgba(0, 0, 0, 0.6);
  --dark-gray-brown:#241a14;
  --black:#000000;
  --dots:#999999;
  --dots-hover:#d8d8d8;
  --color-black: #000;
  --color-gray: #757575;
  --color-light-gray: #c1bebc;
  --color-silver: #e9e8e7;
  --color-pink: #f6f1e8;
  --color-dark: #241a14;
  --color-brown: #5a4018;
  --color-light-brown: #b39060;
  --color-peach: #dab679; }

:root {
  --animation-time: 0.3s; }

@media (min-width: 1280px) {
  .b-themes__filter {
    margin-top: -22px; } }

:root {
  --color-gold: #ad7a1e;
  --white: #ffffff;
  --border-translucent:rgba(255, 255, 255, 0.5);
  --text-dark:#081a27;
  --blackout:rgba(0, 0, 0, 0.6);
  --dark-gray-brown:#241a14;
  --black:#000000;
  --dots:#999999;
  --dots-hover:#d8d8d8;
  --color-black: #000;
  --color-gray: #757575;
  --color-light-gray: #c1bebc;
  --color-silver: #e9e8e7;
  --color-pink: #f6f1e8;
  --color-dark: #241a14;
  --color-brown: #5a4018;
  --color-light-brown: #b39060;
  --color-peach: #dab679; }

:root {
  --animation-time: 0.3s; }

.b-information {
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 198px;
  background-color: #ffffff;
  text-align: left;
  padding: 8px 8px 16px 8px;
  position: relative;
  overflow: hidden;
  top: auto;
  left: auto;
  right: auto; }
  .b-information .b-container--full-width {
    background-color: #f6f1e8;
    padding: 14px 16px;
    position: relative;
    overflow: hidden;
    z-index: 2; }
    .b-information .b-container--full-width .ps__rail-y {
      width: 4px;
      border-radius: 2px;
      background-color: rgba(250, 250, 250, 0.25);
      top: 0;
      right: 0 !important;
      position: absolute; }
    .b-information .b-container--full-width .ps__thumb-y {
      width: 4px;
      opacity: 1;
      border-radius: 10px;
      position: absolute;
      background-color: rgba(250, 250, 250, 0.3);
      cursor: pointer; }
  .b-information--desktop {
    display: none; }
  .b-information p {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
    white-space: pre-line;
    color: #081a27;
    margin-bottom: 20px; }
  .b-information__close {
    display: none; }
  .b-information__decoration {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
    position: absolute; }
    .b-information__decoration span {
      position: absolute;
      display: block;
      background-color: #ad7a1e;
      z-index: 1; }
      .b-information__decoration span:first-child {
        top: 0;
        left: 0;
        width: 160px;
        height: 8px; }
      .b-information__decoration span:nth-child(2) {
        top: auto;
        left: auto;
        right: 0;
        bottom: 0;
        width: 8px;
        height: 100%;
        max-height: 226px; }
      .b-information__decoration span:nth-child(3) {
        top: auto;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 16px; }
      .b-information__decoration span:nth-child(4) {
        top: 0;
        left: 0;
        width: 8px;
        height: 100%; }

@media (min-width: 769px) {
  .b-information {
    display: none;
    position: absolute;
    right: 28px;
    top: 0;
    width: 45%;
    height: 690px;
    padding: 24px;
    z-index: 5;
    padding-right: 10px; }
    .b-information .b-container--full-width {
      padding: 0;
      padding-right: 38px;
      height: 100%; }
    .b-information--desktop {
      display: block; } }

@media (min-width: 1024px) {
  .b-information {
    top: 40px;
    max-width: 489px; }
    .b-information p {
      font-size: 16px;
      line-height: 26px; } }

@media (min-width: 1024px) {
  .b-information {
    top: 40px;
    right: 40px;
    height: 842px; } }

@media (min-width: 1440px) {
  .b-information {
    top: 144px;
    padding: 49px 10px 49px 48px;
    right: 80px;
    height: 842px; }
    .b-information p {
      margin-bottom: 26px; }
    .b-information .b-container--full-width {
      padding-right: 45px; } }

:root {
  --color-gold: #ad7a1e;
  --white: #ffffff;
  --border-translucent:rgba(255, 255, 255, 0.5);
  --text-dark:#081a27;
  --blackout:rgba(0, 0, 0, 0.6);
  --dark-gray-brown:#241a14;
  --black:#000000;
  --dots:#999999;
  --dots-hover:#d8d8d8;
  --color-black: #000;
  --color-gray: #757575;
  --color-light-gray: #c1bebc;
  --color-silver: #e9e8e7;
  --color-pink: #f6f1e8;
  --color-dark: #241a14;
  --color-brown: #5a4018;
  --color-light-brown: #b39060;
  --color-peach: #dab679; }

:root {
  --animation-time: 0.3s; }

:root {
  --color-gold: #ad7a1e;
  --white: #ffffff;
  --border-translucent:rgba(255, 255, 255, 0.5);
  --text-dark:#081a27;
  --blackout:rgba(0, 0, 0, 0.6);
  --dark-gray-brown:#241a14;
  --black:#000000;
  --dots:#999999;
  --dots-hover:#d8d8d8;
  --color-black: #000;
  --color-gray: #757575;
  --color-light-gray: #c1bebc;
  --color-silver: #e9e8e7;
  --color-pink: #f6f1e8;
  --color-dark: #241a14;
  --color-brown: #5a4018;
  --color-light-brown: #b39060;
  --color-peach: #dab679; }

:root {
  --animation-time: 0.3s; }

.b-all-themes {
  padding-top: 20px;
  margin-bottom: 47px; }
  .b-all-themes .b-materials {
    padding: 0; }
    .b-all-themes .b-materials__title {
      font-size: 20px;
      font-weight: 400;
      line-height: 30px;
      letter-spacing: 1px;
      color: #081a27;
      margin: 8px 0 16px;
      padding: 24px 0 0;
      position: relative; }
      .b-all-themes .b-materials__title:before {
        content: '';
        position: absolute;
        top: 0;
        left: -24px;
        display: block;
        width: -webkit-calc(100% + 48px);
        width: -moz-calc(100% + 48px);
        width: calc(100% + 48px);
        height: 1px;
        background-color: #e9e9e9;
        z-index: 1; }
      .b-all-themes .b-materials__title:first-child {
        margin: 0 0 16px;
        padding: 4px 0 0; }
        .b-all-themes .b-materials__title:first-child:before {
          content: none; }
    .b-all-themes .b-materials--one .b-materials__list {
      padding-top: 0;
      padding-bottom: 0; }
    @media (max-width: 360px) {
      .b-all-themes .b-materials--one .b-materials__item {
        max-width: 100%; } }
    .b-all-themes .b-materials--one .b-materials__text {
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 16px;
      max-height: 72px; }
      @media (min-width: 1024px) {
        .b-all-themes .b-materials--one .b-materials__text {
          font-size: 17px;
          line-height: 29px;
          margin-bottom: 14px;
          max-height: 116px; } }
    .b-all-themes .b-materials--one .b-materials__date {
      font-size: 12px;
      line-height: 16px; }
      @media (min-width: 1024px) {
        .b-all-themes .b-materials--one .b-materials__date {
          font-size: 16px;
          line-height: 16px; } }
    @media (min-width: 1000px) {
      .b-all-themes .b-materials--one .b-materials__img {
        height: 190px; } }
    @media (min-width: 1024px) {
      .b-all-themes .b-materials--one .b-materials__list {
        padding: 0;
        margin: 0 -8px; } }
    @media (min-width: 1220px) {
      .b-all-themes .b-materials--one .b-materials__img {
        height: 205px; } }
    @media (min-width: 1440px) {
      .b-all-themes .b-materials--one .b-materials__list {
        padding: 0;
        margin: 0 -20px;
        width: auto; }
      .b-all-themes .b-materials--one .b-materials__item {
        padding: 0px 20px 29px; }
      .b-all-themes .b-materials--one .b-materials__img {
        height: 218px; } }
    @media (min-width: 1880px) {
      .b-all-themes .b-materials--one .b-materials__img {
        height: 260px; } }
    @media (max-width: 360px) {
      .b-all-themes .b-materials--one__img, .b-all-themes .b-materials--one__noimage {
        max-width: 100%;
        height: 236px;
        margin-bottom: 21px; } }
    @media (min-width: 1000px) {
      .b-all-themes .b-materials--one__img, .b-all-themes .b-materials--one__noimage {
        height: 190px; } }
    @media (min-width: 1024px) {
      .b-all-themes .b-materials--one__img, .b-all-themes .b-materials--one__noimage {
        margin-bottom: 18px; } }
    @media (min-width: 1220px) {
      .b-all-themes .b-materials--one__img, .b-all-themes .b-materials--one__noimage {
        height: 205px; } }
    @media (min-width: 1440px) {
      .b-all-themes .b-materials--one__img, .b-all-themes .b-materials--one__noimage {
        height: 218px; } }
    @media (min-width: 1880px) {
      .b-all-themes .b-materials--one__img, .b-all-themes .b-materials--one__noimage {
        height: 260px; } }
  .b-all-themes__list {
    width: auto;
    max-height: 445px;
    overflow-y: hidden;
    text-align: left;
    padding: 0 0 15px;
    margin: 0 -8px;
    text-align: left;
    font-size: 0; }
  .b-all-themes__item {
    width: 100%;
    padding: 0 8px 34px;
    text-align: left;
    display: inline-block;
    vertical-align: top; }
    @media (min-width: 360px) {
      .b-all-themes__item {
        width: 50%; } }
    .b-all-themes__item a:hover .b-all-themes__strip {
      height: 100%; }
      .b-all-themes__item a:hover .b-all-themes__strip svg {
        width: 64px;
        height: 64px; }
    .b-all-themes__item a:hover .b-all-themes__text, .b-all-themes__item a:hover .b-all-themes__date {
      color: #ad7a1e; }
  .b-all-themes__img {
    width: 100%;
    height: 174px;
    position: relative;
    margin-bottom: 78px;
    display: block; }
    @media (min-width: 360px) {
      .b-all-themes__img {
        height: 111px; } }
    @media (min-width: 450px) {
      .b-all-themes__img {
        height: 141px; } }
    .b-all-themes__img img {
      width: 100%;
      height: 100%;
      display: block;
      margin-bottom: 8px;
      -o-object-fit: cover;
         object-fit: cover;
      font-family: 'object-fit: cover;'; }
  .b-all-themes__strip {
    width: 100%;
    height: 26px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    border: none;
    padding: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s; }
    .b-all-themes__strip svg {
      width: 18px;
      height: 18px;
      fill: #ffffff;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      transition: 0.3s;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto; }
  .b-all-themes__text {
    font-size: 11px;
    line-height: 16px;
    color: #000;
    margin-bottom: 11px; }
  .b-all-themes__date {
    font-size: 10px;
    letter-spacing: 0.2px;
    color: #757575; }
  .b-all-themes__text, .b-all-themes__date {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer; }

@media (min-width: 769px) {
  .b-all-themes__list {
    max-height: none; } }

:root {
  --color-gold: #ad7a1e;
  --white: #ffffff;
  --border-translucent:rgba(255, 255, 255, 0.5);
  --text-dark:#081a27;
  --blackout:rgba(0, 0, 0, 0.6);
  --dark-gray-brown:#241a14;
  --black:#000000;
  --dots:#999999;
  --dots-hover:#d8d8d8;
  --color-black: #000;
  --color-gray: #757575;
  --color-light-gray: #c1bebc;
  --color-silver: #e9e8e7;
  --color-pink: #f6f1e8;
  --color-dark: #241a14;
  --color-brown: #5a4018;
  --color-light-brown: #b39060;
  --color-peach: #dab679; }

:root {
  --animation-time: 0.3s; }

@media (min-width: 1024px) {
  .b-all-themes {
    padding-top: 0; }
    .b-all-themes .b-materials__title {
      font-size: 28px;
      line-height: 48px;
      margin: 36px 0 40px;
      padding: 40px 0 0; }
      .b-all-themes .b-materials__title:first-child {
        margin: 0 0 40px;
        padding: 4px 0 0; } }

@media (min-width: 1440px) {
  .b-all-themes {
    margin-bottom: 9px;
    padding-top: 0; }
    .b-all-themes .b-materials__title:before {
      left: -80px;
      width: -webkit-calc(100% + 160px);
      width: -moz-calc(100% + 160px);
      width: calc(100% + 160px); }
    .b-all-themes .b-materials__list {
      margin: 0 -20px;
      width: auto; }
    .b-all-themes .b-materials__item {
      max-width: 25%;
      padding: 0 20px;
      margin-bottom: 0; } }

:root {
  --color-gold: #ad7a1e;
  --white: #ffffff;
  --border-translucent:rgba(255, 255, 255, 0.5);
  --text-dark:#081a27;
  --blackout:rgba(0, 0, 0, 0.6);
  --dark-gray-brown:#241a14;
  --black:#000000;
  --dots:#999999;
  --dots-hover:#d8d8d8;
  --color-black: #000;
  --color-gray: #757575;
  --color-light-gray: #c1bebc;
  --color-silver: #e9e8e7;
  --color-pink: #f6f1e8;
  --color-dark: #241a14;
  --color-brown: #5a4018;
  --color-light-brown: #b39060;
  --color-peach: #dab679; }

:root {
  --animation-time: 0.3s; }

.b-all-exponats {
  padding: 22px 0 48px;
  background-color: #f6f1e8;
  text-align: center; }
  .b-all-exponats__title {
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.1px;
    color: #000;
    margin-bottom: 0;
    margin-bottom: 27px;
    text-align: left; }
  .b-all-exponats__more {
    width: auto;
    display: inline-block;
    margin: 0 auto;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 1px;
    color: #000;
    border: 0;
    border-bottom: 1px solid;
    background: transparent;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    padding: 0;
    cursor: pointer; }
    .b-all-exponats__more:hover {
      color: #ad7a1e; }
  .b-all-exponats--longrid {
    margin: 24px 0; }
    .b-all-exponats--longrid .b-text-page-preline {
      margin-bottom: 0; }

:root {
  --color-gold: #ad7a1e;
  --white: #ffffff;
  --border-translucent:rgba(255, 255, 255, 0.5);
  --text-dark:#081a27;
  --blackout:rgba(0, 0, 0, 0.6);
  --dark-gray-brown:#241a14;
  --black:#000000;
  --dots:#999999;
  --dots-hover:#d8d8d8;
  --color-black: #000;
  --color-gray: #757575;
  --color-light-gray: #c1bebc;
  --color-silver: #e9e8e7;
  --color-pink: #f6f1e8;
  --color-dark: #241a14;
  --color-brown: #5a4018;
  --color-light-brown: #b39060;
  --color-peach: #dab679; }

:root {
  --animation-time: 0.3s; }

@media (min-width: 1024px) {
  .b-all-exponats__title {
    font-size: 28px; }
  .b-all-exponats--longrid {
    margin: 40px 0; } }

:root {
  --color-gold: #ad7a1e;
  --white: #ffffff;
  --border-translucent:rgba(255, 255, 255, 0.5);
  --text-dark:#081a27;
  --blackout:rgba(0, 0, 0, 0.6);
  --dark-gray-brown:#241a14;
  --black:#000000;
  --dots:#999999;
  --dots-hover:#d8d8d8;
  --color-black: #000;
  --color-gray: #757575;
  --color-light-gray: #c1bebc;
  --color-silver: #e9e8e7;
  --color-pink: #f6f1e8;
  --color-dark: #241a14;
  --color-brown: #5a4018;
  --color-light-brown: #b39060;
  --color-peach: #dab679; }

:root {
  --animation-time: 0.3s; }

.b-aside-filter {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  position: fixed;
  z-index: 1003;
  top: 0;
  left: 0;
  padding: 10px 24px 0px;
  overflow-y: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
  .b-aside-filter__component .b-aside-filter__aside-list {
    max-height: 0px !important; }
  .b-aside-filter__component.active .b-aside-filter__aside-list {
    max-height: 2000px !important; }
  .b-aside-filter__content {
    height: auto;
    margin-bottom: 60px; }
  .b-aside-filter__aside-list {
    list-style-type: none;
    position: relative;
    overflow: hidden !important;
    text-align: left;
    padding: 0;
    margin: 0 0 0;
    max-height: 0px;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    transition: 0.3s linear; }
    .b-aside-filter__aside-list .ps__rail-y {
      width: 4px;
      top: 0;
      right: 0 !important;
      position: absolute;
      height: 100% !important;
      background-color: #e9e8e7;
      border-radius: 2px; }
    .b-aside-filter__aside-list .ps__thumb-y {
      opacity: 1;
      border-radius: 10px;
      position: absolute;
      width: 4px;
      background-color: #c1bebc;
      border-radius: 2px;
      cursor: pointer;
      height: 180px !important;
      top: 0; }
    .b-aside-filter__aside-list--svg .b-aside-filter__aside-item {
      padding: 0 8px; }
      .b-aside-filter__aside-list--svg .b-aside-filter__aside-item a {
        margin: 0;
        padding: 4px 0;
        width: -webkit-calc(100% - 32px);
        width: -moz-calc(100% - 32px);
        width: calc(100% - 32px); }
    .b-aside-filter__aside-list--key-words {
      height: 280px; }
  .b-aside-filter__title, .b-aside-filter__aside-list, .b-aside-filter__periods {
    width: 100%;
    max-width: 360px; }
  .b-aside-filter__component .b-aside-filter__full-width {
    display: none; }
  .b-aside-filter__component.active a:after {
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .b-aside-filter__component.active .b-aside-filter__aside-list {
    margin: 0 0 17px; }
  .b-aside-filter__title {
    font-size: 24px;
    line-height: 1.44;
    letter-spacing: 1px;
    margin: 0 0 17px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ad7a1e;
    text-align: left;
    cursor: pointer; }
    .b-aside-filter__title--disclosed {
      position: relative; }
      .b-aside-filter__title--disclosed a:after {
        content: '';
        position: absolute;
        top: 13px;
        right: 1px;
        width: 8px;
        height: 8px;
        border-bottom: 2px solid #000;
        border-right: 2px solid #000;
        -webkit-transform: rotate(225deg);
           -moz-transform: rotate(225deg);
            -ms-transform: rotate(225deg);
                transform: rotate(225deg);
        -webkit-transition: 0.3s ease;
        -moz-transition: 0.3s ease;
        transition: 0.3s ease; }
    .b-aside-filter__title a {
      color: #000; }
  .b-aside-filter__aside-item {
    width: 99%;
    font-size: 16px;
    padding: 4px 0 4px 6px;
    line-height: 24px;
    letter-spacing: 0.1px;
    margin-bottom: 8px; }
    .b-aside-filter__aside-item:last-of-type {
      margin-bottom: 0; }
    .b-aside-filter__aside-item a {
      color: #000;
      vertical-align: top;
      display: inline-block;
      width: -webkit-calc(100% - 16px);
      width: -moz-calc(100% - 16px);
      width: calc(100% - 16px); }
    .b-aside-filter__aside-item:before {
      content: '•';
      display: inline-block;
      vertical-align: top;
      margin: 0 10px 0 0;
      font-size: 16px; }
    .b-aside-filter__aside-item--play-white:before, .b-aside-filter__aside-item--pdf-white:before, .b-aside-filter__aside-item--list-black:before, .b-aside-filter__aside-item--in-focus:before, .b-aside-filter__aside-item--academy:before, .b-aside-filter__aside-item--lecture:before, .b-aside-filter__aside-item--podcast:before, .b-aside-filter__aside-item--video:before, .b-aside-filter__aside-item--interesting:before {
      content: '';
      width: 24px;
      height: 32px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: 24px 24px;
      display: inline-block;
      vertical-align: top;
      margin-right: 8px; }
    .b-aside-filter__aside-item--play-white:before {
      background-image: url(../images/sprites/svg/play-black-materials.svg); }
    .b-aside-filter__aside-item--pdf-white:before {
      background-image: url(../images/sprites/svg/pdf-white-materials.svg); }
    .b-aside-filter__aside-item--list-black:before {
      background-image: url(../images/sprites/svg/list-black-materials.svg); }
    .b-aside-filter__aside-item--in-focus:before {
      background-image: url(../images/sprites/svg/in-focus-materials.svg);
      background-size: 27px 27px; }
    .b-aside-filter__aside-item--academy:before {
      background-image: url(../images/sprites/svg/academy-materials.svg); }
    .b-aside-filter__aside-item--lecture:before {
      background-image: url(../images/sprites/svg/lecture-black.svg);
      background-size: 19px 19px; }
    .b-aside-filter__aside-item--podcast:before {
      background-image: url(../images/sprites/svg/podcast-materials.svg);
      background-size: 19px 19px; }
    .b-aside-filter__aside-item--video:before {
      background-image: url(../images/sprites/svg/cycle-materials.svg);
      background-size: 17px 17px; }
    .b-aside-filter__aside-item--interesting:before {
      background-image: url(../images/sprites/svg/interesting-materials.svg);
      background-size: 20px 20px; }
  .b-aside-filter__key-words {
    border-bottom: 1px solid #757575;
    padding-bottom: 7px;
    margin: -1px 0 11px; }
  .b-aside-filter__input-key-words, .b-aside-filter__btn-key-words {
    display: inline-block;
    vertical-align: middle; }
  .b-aside-filter__input-key-words {
    width: -webkit-calc(100% - 24px);
    width: -moz-calc(100% - 24px);
    width: calc(100% - 24px);
    height: 16px;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.7px;
    border: none;
    padding-right: 8px;
    background-color: #ffffff; }
  .b-aside-filter__btn-key-words {
    width: 24px;
    height: 24px;
    border: none;
    background-color: inherit;
    padding: 0; }
    .b-aside-filter__btn-key-words svg {
      width: 100%;
      height: 100%; }
  .b-aside-filter__full-width {
    display: none; }
  .b-aside-filter__all {
    font-size: 16px;
    color: #000;
    line-height: 16px;
    letter-spacing: 1px;
    border-bottom: 1px solid #000; }
  .b-aside-filter__period-prev, .b-aside-filter__line, .b-aside-filter__period-next {
    display: inline-block;
    vertical-align: middle; }
  .b-aside-filter__periods {
    text-align: center;
    padding-top: 10px; }
  .b-aside-filter__period-prev, .b-aside-filter__period-next {
    width: 132px;
    height: 48px;
    border: 1px solid #000;
    font-size: 20px;
    line-height: 48px;
    text-align: center;
    text-overflow: ellipsis;
    padding: 0 12px;
    background-color: #ffffff; }
    .b-aside-filter__period-prev::-webkit-input-placeholder, .b-aside-filter__period-next::-webkit-input-placeholder {
      color: #000; }
    .b-aside-filter__period-prev::-moz-placeholder, .b-aside-filter__period-next::-moz-placeholder {
      color: #000; }
    .b-aside-filter__period-prev::-ms-input-placeholder, .b-aside-filter__period-next::-ms-input-placeholder {
      color: #000; }
    .b-aside-filter__period-prev::placeholder, .b-aside-filter__period-next::placeholder {
      color: #000; }
    .b-aside-filter__period-prev[type='number'], .b-aside-filter__period-next[type='number'] {
      -moz-appearance: textfield; }
    .b-aside-filter__period-prev::-webkit-outer-spin-button, .b-aside-filter__period-prev::-webkit-inner-spin-button, .b-aside-filter__period-next::-webkit-outer-spin-button, .b-aside-filter__period-next::-webkit-inner-spin-button {
      -webkit-appearance: none; }
  .b-aside-filter .hide {
    display: none; }
  .b-aside-filter__period-prev {
    margin-right: -webkit-calc((100% - 280px) / 2);
    margin-right: -moz-calc((100% - 280px) / 2);
    margin-right: calc((100% - 280px) / 2); }
    @media (max-width: 340px) {
      .b-aside-filter__period-prev {
        margin-right: -webkit-calc((100% - 272px) / 2);
        margin-right: -moz-calc((100% - 272px) / 2);
        margin-right: calc((100% - 272px) / 2); } }
  .b-aside-filter__period-next {
    margin-left: -webkit-calc((100% - 280px) / 2);
    margin-left: -moz-calc((100% - 280px) / 2);
    margin-left: calc((100% - 280px) / 2); }
    @media (max-width: 340px) {
      .b-aside-filter__period-next {
        margin-left: -webkit-calc((100% - 272px) / 2);
        margin-left: -moz-calc((100% - 272px) / 2);
        margin-left: calc((100% - 272px) / 2); } }
  .b-aside-filter__line {
    width: 16px;
    height: 0;
    border: 1px solid #000; }
    @media (max-width: 340px) {
      .b-aside-filter__line {
        width: 8px; } }
  .b-aside-filter__menu {
    padding: 8px 24px;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1;
    background-color: #ad7a1e;
    width: 100%; }
    .b-aside-filter__menu--above {
      z-index: 2; }
  .b-aside-filter__btn-apply {
    width: 100%;
    height: 32px;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #ffffff;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 1.1px;
    background-color: #ad7a1e; }

:root {
  --color-gold: #ad7a1e;
  --white: #ffffff;
  --border-translucent:rgba(255, 255, 255, 0.5);
  --text-dark:#081a27;
  --blackout:rgba(0, 0, 0, 0.6);
  --dark-gray-brown:#241a14;
  --black:#000000;
  --dots:#999999;
  --dots-hover:#d8d8d8;
  --color-black: #000;
  --color-gray: #757575;
  --color-light-gray: #c1bebc;
  --color-silver: #e9e8e7;
  --color-pink: #f6f1e8;
  --color-dark: #241a14;
  --color-brown: #5a4018;
  --color-light-brown: #b39060;
  --color-peach: #dab679; }

:root {
  --animation-time: 0.3s; }

@media (min-width: 1024px) {
  .b-aside-filter {
    width: 224px;
    height: 100%;
    display: block;
    background-color: #ffffff;
    padding: 0 0 1px;
    text-align: right;
    position: static;
    overflow: hidden;
    margin-left: 40px; }
    .b-aside-filter__all {
      display: inline-block !important; }
    .b-aside-filter.hide {
      display: none; }
    .b-aside-filter__aside-list {
      padding: 0;
      overflow: hidden;
      margin: 0; }
      .b-aside-filter__aside-list--svg .b-aside-filter__aside-item {
        padding: 0 8px; }
        .b-aside-filter__aside-list--svg .b-aside-filter__aside-item a {
          margin: 0; }
      .b-aside-filter__aside-list--key-words {
        height: auto; }
        .b-aside-filter__aside-list--key-words .b-aside-filter__aside-item:nth-child(n+8) {
          display: none; }
        .b-aside-filter__aside-list--key-words.active {
          height: 522px;
          max-height: 522px; }
          .b-aside-filter__aside-list--key-words.active .b-aside-filter__aside-item:nth-child(n+8) {
            display: block; }
    .b-aside-filter .show-acc {
      padding: 0 0 22px; }
    .b-aside-filter__component.active .b-aside-filter__full-width {
      display: block; }
    .b-aside-filter__component.active .b-aside-filter__aside-list {
      margin: 0 0 34px; }
    .b-aside-filter__title {
      font-size: 24px;
      line-height: 1.44;
      letter-spacing: 1px;
      margin: 0 0 17px;
      padding-bottom: 10px;
      border-bottom: 1px solid #ad7a1e; }
      .b-aside-filter__title:first-child {
        letter-spacing: 0.2px; }
      .b-aside-filter__title a {
        color: #000; }
      .b-aside-filter__title--disclosed {
        position: relative; }
        .b-aside-filter__title--disclosed a:after {
          content: '';
          position: absolute;
          top: 13px;
          right: 1px;
          width: 8px;
          height: 8px;
          border-bottom: 2px solid #000;
          border-right: 2px solid #000; }
    .b-aside-filter__title, .b-aside-filter__aside-list, .b-aside-filter__periods {
      max-width: 100%; }
    .b-aside-filter__aside-item {
      font-size: 16px;
      line-height: 24px;
      letter-spacing: 0.1px;
      margin-bottom: 8px; }
    .b-aside-filter__key-words {
      border-bottom: 1px solid #757575;
      padding-bottom: 7px;
      margin: -1px 0 11px; }
    .b-aside-filter__input-key-words, .b-aside-filter__btn-key-words {
      display: inline-block;
      vertical-align: middle; }
    .b-aside-filter__input-key-words {
      width: -webkit-calc(100% - 24px);
      width: -moz-calc(100% - 24px);
      width: calc(100% - 24px);
      height: 16px;
      font-size: 14px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      letter-spacing: 0.6px;
      border: none;
      padding-right: 8px; }
    .b-aside-filter__btn-key-words {
      width: 24px;
      height: 24px;
      border: none;
      background-color: inherit;
      padding: 0; }
      .b-aside-filter__btn-key-words svg {
        width: 100%;
        height: 100%; }
    .b-aside-filter__full-width {
      width: 100%;
      text-align: right;
      margin: -12px 0 34px;
      display: block; }
      .b-aside-filter__full-width--period {
        margin: 21px 0 0 0; }
    .b-aside-filter__list {
      width: auto;
      margin: 0 -20px;
      padding: 1px 0 15px;
      overflow-y: hidden;
      text-align: left;
      clear: left; }
    .b-aside-filter__period-prev, .b-aside-filter__line, .b-aside-filter__period-next {
      display: inline-block;
      vertical-align: middle; }
    .b-aside-filter__periods {
      text-align: center;
      padding-top: 10px; }
    .b-aside-filter__period-prev, .b-aside-filter__period-next {
      width: 88px;
      height: 48px;
      border: 1px solid #000;
      font-size: 18px;
      line-height: 48px;
      text-align: center;
      padding: 0 12px; }
      .b-aside-filter__period-prev::-webkit-input-placeholder, .b-aside-filter__period-next::-webkit-input-placeholder {
        color: #000; }
      .b-aside-filter__period-prev::-moz-placeholder, .b-aside-filter__period-next::-moz-placeholder {
        color: #000; }
      .b-aside-filter__period-prev::-ms-input-placeholder, .b-aside-filter__period-next::-ms-input-placeholder {
        color: #000; }
      .b-aside-filter__period-prev::placeholder, .b-aside-filter__period-next::placeholder {
        color: #000; }
    .b-aside-filter__period-prev {
      margin-right: -webkit-calc((100% - 192px) / 2);
      margin-right: -moz-calc((100% - 192px) / 2);
      margin-right: calc((100% - 192px) / 2); }
    .b-aside-filter__period-next {
      margin-left: -webkit-calc((100% - 192px) / 2);
      margin-left: -moz-calc((100% - 192px) / 2);
      margin-left: calc((100% - 192px) / 2); }
    .b-aside-filter__line {
      width: 16px;
      height: 0;
      border: 1px solid #000; }
    .b-aside-filter__period {
      font-size: 16px;
      color: #000;
      line-height: 16px;
      letter-spacing: 1px;
      border-bottom: 1px solid #000; }
    .b-aside-filter__menu {
      display: none; }
    .b-aside-filter--themes {
      margin-top: -8px; } }

:root {
  --color-gold: #ad7a1e;
  --white: #ffffff;
  --border-translucent:rgba(255, 255, 255, 0.5);
  --text-dark:#081a27;
  --blackout:rgba(0, 0, 0, 0.6);
  --dark-gray-brown:#241a14;
  --black:#000000;
  --dots:#999999;
  --dots-hover:#d8d8d8;
  --color-black: #000;
  --color-gray: #757575;
  --color-light-gray: #c1bebc;
  --color-silver: #e9e8e7;
  --color-pink: #f6f1e8;
  --color-dark: #241a14;
  --color-brown: #5a4018;
  --color-light-brown: #b39060;
  --color-peach: #dab679; }

:root {
  --animation-time: 0.3s; }

.b-modal-exponat {
  position: absolute;
  width: -webkit-calc(100% - 16px);
  width: -moz-calc(100% - 16px);
  width: calc(100% - 16px);
  height: 98vh;
  overflow: hidden !important;
  top: 5px;
  left: 8px;
  -webkit-box-shadow: 0px 2px 25px 3px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 2px 25px 3px rgba(0, 0, 0, 0.75);
  z-index: 10000;
  background-color: #ffffff;
  padding: 40px 0 0; }
  .b-modal-exponat__close {
    width: 24px;
    height: 24px;
    padding: 4px;
    cursor: pointer;
    position: fixed;
    right: 24px;
    top: 21px;
    background: none;
    border: none;
    z-index: 1; }
    .b-modal-exponat__close svg {
      width: 100%;
      height: 100%; }
  .b-modal-exponat .ps__rail-y {
    width: 4px;
    top: 0;
    right: 0 !important;
    position: absolute;
    height: 100% !important;
    background-color: #e9e8e7;
    border-radius: 2px; }
  .b-modal-exponat .ps__thumb-y {
    opacity: 1;
    border-radius: 10px;
    position: absolute;
    width: 4px;
    background-color: #c1bebc;
    border-radius: 2px;
    cursor: pointer; }
  .b-modal-exponat--new .b-exponat-slider__item a, .b-modal-exponat--new .b-exponat-slider__noimage {
    height: 400px; }
  .b-modal-exponat--new .b-exponat-slider .slick-dots {
    bottom: -30px; }
  .b-modal-exponat--new .b-exponat-slider .slick-prev, .b-modal-exponat--new .b-exponat-slider .slick-next {
    top: 0;
    position: fixed; }
  .b-modal-exponat--new .b-exponat-slider .slick-prev {
    left: 80px; }
  .b-modal-exponat--new .b-exponat-slider .slick-next {
    right: 80px; }
  .b-modal-exponat--new .b-wrap-exponat--longrid {
    background-color: #ffffff; }
  .b-modal-exponat--game {
    padding: 0; }
    .b-modal-exponat--game .b-modal-exponat__close {
      position: absolute;
      top: 16px;
      right: 16px; }
      .b-modal-exponat--game .b-modal-exponat__close svg {
        fill: #828282;
        color: #828282; }
    .b-modal-exponat--game .b-game-banner__back {
      display: none; }
  .b-modal-exponat__text {
    font-family: "Tinos-Regular";
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    white-space: pre-line;
    padding: 30px 0; }
    .b-modal-exponat__text p {
      max-width: 1060px;
      margin: 0 auto 20px; }
      .b-modal-exponat__text p:last-child {
        margin: 0 auto; }
  @media (min-width: 700px) {
    .b-modal-exponat--game {
      padding: 0; }
      .b-modal-exponat--game .b-modal-exponat__close {
        top: 30px; } }

:root {
  --color-gold: #ad7a1e;
  --white: #ffffff;
  --border-translucent:rgba(255, 255, 255, 0.5);
  --text-dark:#081a27;
  --blackout:rgba(0, 0, 0, 0.6);
  --dark-gray-brown:#241a14;
  --black:#000000;
  --dots:#999999;
  --dots-hover:#d8d8d8;
  --color-black: #000;
  --color-gray: #757575;
  --color-light-gray: #c1bebc;
  --color-silver: #e9e8e7;
  --color-pink: #f6f1e8;
  --color-dark: #241a14;
  --color-brown: #5a4018;
  --color-light-brown: #b39060;
  --color-peach: #dab679; }

:root {
  --animation-time: 0.3s; }

@media (min-width: 1024px) {
  .b-modal-exponat {
    width: -webkit-calc(100% - 80px);
    width: -moz-calc(100% - 80px);
    width: calc(100% - 80px);
    height: 99vh;
    top: 5px;
    left: 40px; }
    .b-modal-exponat__close {
      right: 56px;
      top: 21px; }
    .b-modal-exponat--new {
      padding: 80px 0 0; }
      .b-modal-exponat--new .b-exponat-slider__item a, .b-modal-exponat--new .b-exponat-slider__img, .b-modal-exponat--new .b-exponat-slider__noimage {
        height: 80vh; }
      .b-modal-exponat--new .b-exponat-slider .slick-dots {
        bottom: -36px; }
      .b-modal-exponat--new .b-exponat-slider .slick-prev {
        left: 80px; }
      .b-modal-exponat--new .b-exponat-slider .slick-next {
        right: 80px; } }

.b-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999; }

:root {
  --color-gold: #ad7a1e;
  --white: #ffffff;
  --border-translucent:rgba(255, 255, 255, 0.5);
  --text-dark:#081a27;
  --blackout:rgba(0, 0, 0, 0.6);
  --dark-gray-brown:#241a14;
  --black:#000000;
  --dots:#999999;
  --dots-hover:#d8d8d8;
  --color-black: #000;
  --color-gray: #757575;
  --color-light-gray: #c1bebc;
  --color-silver: #e9e8e7;
  --color-pink: #f6f1e8;
  --color-dark: #241a14;
  --color-brown: #5a4018;
  --color-light-brown: #b39060;
  --color-peach: #dab679; }

:root {
  --animation-time: 0.3s; }

.b-exponat-article {
  background-color: #f6f1e8;
  text-align: center;
  padding: 4px 0 60px;
  margin-top: 40px; }
  .b-exponat-article--overlay {
    width: 100%;
    position: absolute;
    top: 454px;
    z-index: -1;
    margin: 0 !important;
    padding: 0 !important;
    background-color: #f6f1e8; }
  .b-exponat-article__title {
    font-family: "Arimo-Regular";
    font-size: 28px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.36;
    letter-spacing: 1.5px;
    text-align: center;
    color: #081a27;
    margin-top: 20px;
    margin-bottom: 18px; }
  .b-exponat-article__text {
    font-family: "Tinos-Regular";
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.56;
    letter-spacing: normal;
    color: #241a14;
    margin-bottom: 8px; }
    .b-exponat-article__text:last-child {
      margin-bottom: 0; }
  .b-exponat-article__title, .b-exponat-article__text {
    white-space: pre-line;
    width: 100%; }

:root {
  --color-gold: #ad7a1e;
  --white: #ffffff;
  --border-translucent:rgba(255, 255, 255, 0.5);
  --text-dark:#081a27;
  --blackout:rgba(0, 0, 0, 0.6);
  --dark-gray-brown:#241a14;
  --black:#000000;
  --dots:#999999;
  --dots-hover:#d8d8d8;
  --color-black: #000;
  --color-gray: #757575;
  --color-light-gray: #c1bebc;
  --color-silver: #e9e8e7;
  --color-pink: #f6f1e8;
  --color-dark: #241a14;
  --color-brown: #5a4018;
  --color-light-brown: #b39060;
  --color-peach: #dab679; }

:root {
  --animation-time: 0.3s; }

@media (min-width: 1024px) {
  .b-exponat-article {
    padding: 4px 0 52px;
    margin-top: 50px; }
    .b-exponat-article--overlay {
      top: 556px; }
    .b-exponat-article__title, .b-exponat-article__text {
      width: 100%;
      margin-left: auto;
      margin-right: auto; } }

@media (min-width: 1440px) {
  .b-exponat-article__title, .b-exponat-article__text {
    width: 1060px; } }

:root {
  --color-gold: #ad7a1e;
  --white: #ffffff;
  --border-translucent:rgba(255, 255, 255, 0.5);
  --text-dark:#081a27;
  --blackout:rgba(0, 0, 0, 0.6);
  --dark-gray-brown:#241a14;
  --black:#000000;
  --dots:#999999;
  --dots-hover:#d8d8d8;
  --color-black: #000;
  --color-gray: #757575;
  --color-light-gray: #c1bebc;
  --color-silver: #e9e8e7;
  --color-pink: #f6f1e8;
  --color-dark: #241a14;
  --color-brown: #5a4018;
  --color-light-brown: #b39060;
  --color-peach: #dab679; }

:root {
  --animation-time: 0.3s; }

.b-exponat-inner {
  padding: 42px 0 9px;
  font-size: 0; }
  .b-exponat-inner__themes, .b-exponat-inner__materials {
    width: 100%;
    display: block; }
  .b-exponat-inner__themes {
    padding: 0 0 44px 0; }
  .b-exponat-inner__title {
    font-size: 20px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.36;
    letter-spacing: 1.7px;
    margin-bottom: 33px;
    margin-top: 8px; }
  .b-exponat-inner__theme {
    width: 100%;
    display: block; }
    .b-exponat-inner__theme:hover .b-exponat-inner__overlay {
      visibility: visible;
      opacity: 0.5; }
    .b-exponat-inner__theme:hover .b-exponat-inner__text {
      color: #ad7a1e; }
    .b-exponat-inner__theme:hover .b-exponat-inner__count--article {
      color: #ad7a1e; }
  .b-exponat-inner__column {
    display: block;
    width: 100%; }
  .b-exponat-inner__img {
    width: 100%;
    height: 218px;
    position: relative;
    margin-bottom: 30px;
    background-color: #eee; }
    @media (min-width: 430px) {
      .b-exponat-inner__img {
        height: 240px; } }
    @media (min-width: 550px) {
      .b-exponat-inner__img {
        height: 300px; } }
    @media (min-width: 650px) {
      .b-exponat-inner__img {
        height: 350px; } }
    .b-exponat-inner__img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      font-family: 'object-fit: cover;';
      display: block; }
    .b-exponat-inner__img--right {
      height: 111px;
      margin-bottom: 20px; }
  .b-exponat-inner__overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: white;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s, opacity 0.3s linear;
    -moz-transition: visibility 0s, opacity 0.3s linear;
    transition: visibility 0s, opacity 0.3s linear; }
  .b-exponat-inner__text {
    font-family: "Tinos-Regular";
    font-size: 17px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: 0.3px;
    color: #081a27;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 45px; }
    .b-exponat-inner__text--right {
      font-size: 11px;
      line-height: 16px;
      letter-spacing: 0px;
      font-family: unset;
      color: #000;
      margin-bottom: 11px;
      -webkit-line-clamp: 4;
      max-height: 62px; }
    .b-exponat-inner__text--article {
      font-family: "Arimo-Regular";
      color: #081a27;
      font-size: 16px;
      line-height: 24px;
      letter-spacing: 0.9px;
      margin-bottom: 8px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
      max-height: 96px; }
      @media (min-width: 1024px) {
        .b-exponat-inner__text--article {
          max-height: 112px; } }
  .b-exponat-inner__count {
    font-family: "Tinos-Regular";
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #ad7a1e;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 32px; }
    .b-exponat-inner__count--article {
      font-family: "Tinos-Regular";
      color: #ad7a1e;
      font-size: 14px;
      line-height: 18px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      max-height: 16px; }
  .b-exponat-inner__list-themes, .b-exponat-inner__list-materials {
    padding: 0;
    margin: 0;
    list-style-type: none; }
  .b-exponat-inner__item-themes {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 0 0 20px; }
  .b-exponat-inner__list-materials {
    margin: 0 -8px; }
  .b-exponat-inner__item-materials {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding: 0 8px 10px; }
    .b-exponat-inner__item-materials a:hover .b-exponat-inner__strip {
      height: 100%; }
      .b-exponat-inner__item-materials a:hover .b-exponat-inner__strip svg {
        width: 64px;
        height: 64px; }
    .b-exponat-inner__item-materials a:hover .b-exponat-inner__text,
    .b-exponat-inner__item-materials a:hover .b-materials__cycle,
    .b-exponat-inner__item-materials a:hover .b-exponat-inner__date {
      color: #ad7a1e;
      opacity: 1; }
    .b-exponat-inner__item-materials--cycle a:hover .b-exponat-inner__strip {
      width: 100%; }
    .b-exponat-inner__item-materials--cycle .b-exponat-inner__strip {
      left: auto;
      right: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 107px;
      height: 100%; }
      .b-exponat-inner__item-materials--cycle .b-exponat-inner__strip svg {
        position: static;
        margin: 0;
        width: 40px;
        height: 40px; }
    .b-exponat-inner__item-materials--interesting .b-exponat-inner__strip svg {
      fill: none; }
  .b-exponat-inner__strip {
    width: 100%;
    height: 26px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    border: none;
    padding: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s; }
    .b-exponat-inner__strip svg {
      width: 18px;
      height: 18px;
      fill: #ffffff;
      color: #ffffff;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      transition: 0.3s;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto; }
  .b-exponat-inner__date {
    font-size: 10px;
    letter-spacing: 0.2px;
    color: #757575;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s; }

@media (min-width: 524px) {
  .b-exponat-inner__list-materials {
    margin: 0 -8px; }
  .b-exponat-inner__item-materials {
    width: -webkit-calc(100% / 3);
    width: -moz-calc(100% / 3);
    width: calc(100% / 3);
    padding: 0 8px 10px; } }

@media (min-width: 688px) {
  .b-exponat-inner__item-materials {
    width: 25%; } }

@media (min-width: 780px) {
  .b-exponat-inner__item-materials {
    width: 20%; } }

@media (min-width: 768px) {
  .b-exponat-inner__themes.no-materials {
    width: 100%; }
    .b-exponat-inner__themes.no-materials .b-exponat-inner__column {
      display: inline-block;
      vertical-align: top;
      width: 50%; }
      .b-exponat-inner__themes.no-materials .b-exponat-inner__column .b-exponat-inner__item-themes {
        width: 100%; }
      .b-exponat-inner__themes.no-materials .b-exponat-inner__column .b-lecture-list__item {
        width: -webkit-calc(100% - 20px);
        width: -moz-calc(100% - 20px);
        width: calc(100% - 20px); }
      .b-exponat-inner__themes.no-materials .b-exponat-inner__column:first-child {
        padding-right: 20px; }
      .b-exponat-inner__themes.no-materials .b-exponat-inner__column:last-child {
        padding-left: 20px; }
    .b-exponat-inner__themes.no-materials .b-exponat-inner__title--cycle {
      margin-top: 0 !important; }
  .b-exponat-inner__img {
    height: 240px; }
    .b-exponat-inner__img--right {
      height: 111px; }
  .b-exponat-inner__list-themes {
    margin: 0 -8px; }
  .b-exponat-inner__item-themes {
    width: 50%;
    padding: 0 8px 20px; } }

:root {
  --color-gold: #ad7a1e;
  --white: #ffffff;
  --border-translucent:rgba(255, 255, 255, 0.5);
  --text-dark:#081a27;
  --blackout:rgba(0, 0, 0, 0.6);
  --dark-gray-brown:#241a14;
  --black:#000000;
  --dots:#999999;
  --dots-hover:#d8d8d8;
  --color-black: #000;
  --color-gray: #757575;
  --color-light-gray: #c1bebc;
  --color-silver: #e9e8e7;
  --color-pink: #f6f1e8;
  --color-dark: #241a14;
  --color-brown: #5a4018;
  --color-light-brown: #b39060;
  --color-peach: #dab679; }

:root {
  --animation-time: 0.3s; }

@media (min-width: 1024px) {
  .b-exponat-inner {
    padding: 42px 0 25px; }
    .b-exponat-inner__themes, .b-exponat-inner__materials {
      width: 50%;
      display: inline-block;
      vertical-align: top; }
    .b-exponat-inner__themes {
      padding-right: 20px;
      padding-bottom: 0; }
      .b-exponat-inner__themes.no-materials {
        width: 100%; }
        .b-exponat-inner__themes.no-materials .b-exponat-inner__column .b-lecture-list__item {
          width: 100%; }
    .b-exponat-inner__materials {
      padding-left: 21px; }
    .b-exponat-inner__title {
      font-size: 28px;
      margin-bottom: 34px;
      margin-top: 20px; }
    .b-exponat-inner__img {
      height: 315px; } }
    @media (min-width: 1024px) and (min-width: 1200px) {
      .b-exponat-inner__img {
        height: 370px; } }
    @media (min-width: 1024px) and (min-width: 1300px) {
      .b-exponat-inner__img {
        height: 413px; } }
    @media (min-width: 1024px) and (min-width: 1500px) {
      .b-exponat-inner__img {
        height: 450px; } }
    @media (min-width: 1024px) and (min-width: 1650px) {
      .b-exponat-inner__img {
        height: 550px; } }

@media (min-width: 1024px) {
      .b-exponat-inner__img--right {
        height: 232px; }
    .b-exponat-inner__item-themes {
      width: 100%;
      padding: 0 0 20px; }
    .b-exponat-inner__list-materials, .b-exponat-inner__list-themes {
      margin: 0; }
    .b-exponat-inner__item-materials {
      width: 50%;
      padding: 0 8px 20px; }
      .b-exponat-inner__item-materials a:hover .b-materials__strip svg {
        width: 80px;
        height: 80px; }
    .b-exponat-inner__text {
      max-height: 116px;
      font-size: 19px;
      line-height: 29px;
      letter-spacing: -0.15px;
      margin-bottom: 9px;
      white-space: pre-line;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical; }
      .b-exponat-inner__text--right {
        max-height: 116px;
        font-size: 19px;
        line-height: 29px;
        letter-spacing: -0.15px;
        margin-bottom: 14px;
        white-space: pre-line;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical; }
      .b-exponat-inner__text--article {
        font-size: 18px;
        line-height: 28px;
        letter-spacing: 1px;
        margin-bottom: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical; }
    .b-exponat-inner__count {
      font-size: 12px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: 19px;
      letter-spacing: 0.1px;
      color: #ad7a1e;
      white-space: pre-line;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      max-height: 36px; }
      .b-exponat-inner__count--article {
        font-size: 16px;
        line-height: 16px; }
    .b-exponat-inner__strip {
      height: 40px; }
      .b-exponat-inner__strip svg {
        width: 28px;
        height: 28px; }
    .b-exponat-inner__date {
      font-size: 14px;
      letter-spacing: 0px; } }

:root {
  --color-gold: #ad7a1e;
  --white: #ffffff;
  --border-translucent:rgba(255, 255, 255, 0.5);
  --text-dark:#081a27;
  --blackout:rgba(0, 0, 0, 0.6);
  --dark-gray-brown:#241a14;
  --black:#000000;
  --dots:#999999;
  --dots-hover:#d8d8d8;
  --color-black: #000;
  --color-gray: #757575;
  --color-light-gray: #c1bebc;
  --color-silver: #e9e8e7;
  --color-pink: #f6f1e8;
  --color-dark: #241a14;
  --color-brown: #5a4018;
  --color-light-brown: #b39060;
  --color-peach: #dab679; }

:root {
  --animation-time: 0.3s; }

@media (min-width: 1441px) {
  .b-exponat-inner__item-materials {
    width: -webkit-calc(100% / 3);
    width: -moz-calc(100% / 3);
    width: calc(100% / 3); }
  .b-exponat-inner__text--article {
    font-size: 28px;
    line-height: 40px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    max-height: 195px; }
  .b-exponat-inner__count--article {
    font-size: 18px;
    line-height: 18px;
    max-height: 36px; } }

@media (min-width: 1920px) {
  .b-exponat-inner__item-themes {
    width: 100%;
    padding: 0 0 20px; } }

:root {
  --color-gold: #ad7a1e;
  --white: #ffffff;
  --border-translucent:rgba(255, 255, 255, 0.5);
  --text-dark:#081a27;
  --blackout:rgba(0, 0, 0, 0.6);
  --dark-gray-brown:#241a14;
  --black:#000000;
  --dots:#999999;
  --dots-hover:#d8d8d8;
  --color-black: #000;
  --color-gray: #757575;
  --color-light-gray: #c1bebc;
  --color-silver: #e9e8e7;
  --color-pink: #f6f1e8;
  --color-dark: #241a14;
  --color-brown: #5a4018;
  --color-light-brown: #b39060;
  --color-peach: #dab679; }

:root {
  --animation-time: 0.3s; }

.b-exponat-slider {
  padding: 0 0 0 0;
  position: relative; }
  .b-exponat-slider .b-modal-social__close {
    display: none; }
  .b-exponat-slider__text {
    opacity: 0.8;
    font-family: "Tinos-Regular";
    font-size: 16px;
    line-height: 28px;
    color: #241a14;
    max-width: 730px;
    margin: 0 auto;
    margin-bottom: 15px;
    white-space: pre-line;
    text-align: -webkit-center;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    max-height: 140px; }
  .b-exponat-slider__link {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 1px;
    color: #081a27;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    padding-left: 4px;
    display: none; }
    .b-exponat-slider__link:before {
      content: '←';
      display: inline-block;
      vertical-align: middle;
      margin-right: 20px;
      margin-top: -5px;
      font-size: 16px;
      color: #081a27; }
    .b-exponat-slider__link:hover {
      color: #ad7a1e; }
      .b-exponat-slider__link:hover:before {
        color: #ad7a1e; }
  .b-exponat-slider__full-width {
    width: 100%;
    padding-right: 5%;
    text-align: right;
    margin-bottom: 8px; }
  .b-exponat-slider__count-main {
    font-size: 14px;
    color: #241a14;
    width: auto; }
    .b-exponat-slider__count-main span:last-child {
      color: #ad7a1e; }
  .b-exponat-slider__count {
    font-size: 14px;
    color: #ffffff;
    width: 100%;
    text-align: right;
    display: none;
    padding-bottom: 6px;
    position: absolute;
    top: 19px;
    right: 40px; }
    @media (min-width: 1023px) {
      .b-exponat-slider__count {
        top: 17px;
        right: 56px; } }
  .b-exponat-slider__span {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.8px;
    color: #081a27;
    display: inline-block;
    vertical-align: top; }
    .b-exponat-slider__span:last-child {
      color: #ad7a1e; }
  .b-exponat-slider__list {
    padding: 0;
    width: 100%;
    text-align: center;
    max-width: 1280px;
    margin: 0 auto;
    margin-bottom: 0 !important; }
  .b-exponat-slider__item, .b-exponat-slider__noimage {
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    background-color: #eee;
    height: auto; }
    .b-exponat-slider__item a, .b-exponat-slider__noimage a {
      width: 100%;
      height: 100%;
      display: block;
      cursor: default; }
  .b-exponat-slider__item {
    background-color: #ffffff; }
  .b-exponat-slider__noimage {
    background-image: none;
    height: 390px; }
    .b-exponat-slider__noimage svg {
      width: 60px;
      height: 100%; }
  .b-exponat-slider__img {
    width: 100%;
    height: 390px;
    overflow: hidden;
    position: relative; }
    .b-exponat-slider__img img {
      max-width: 100%;
      max-height: 100%;
      margin: auto;
      background-color: #eee;
      -o-object-fit: contain;
         object-fit: contain;
      font-family: 'object-fit: contain;';
      -webkit-transition: width 0.3s, height 0.3s;
      -moz-transition: width 0.3s, height 0.3s;
      transition: width 0.3s, height 0.3s;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      cursor: url(../../../images/sprites/svg/magnifier.svg), auto; }
      .b-exponat-slider__img img.no-max-width {
        max-width: none;
        max-height: none; }
      .b-exponat-slider__img img.min-height {
        min-height: 100%; }
    .b-exponat-slider__img:hover .b-exponat-slider__controls {
      visibility: visible;
      opacity: 1; }
  .b-exponat-slider__controls {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 40px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
       -moz-transform: translate(-50%);
        -ms-transform: translate(-50%);
            transform: translate(-50%);
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: left;
    border: none;
    padding: 0;
    list-style-type: none;
    font-size: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s, opacity 0.3s linear;
    -moz-transition: visibility 0s, opacity 0.3s linear;
    transition: visibility 0s, opacity 0.3s linear; }
    .b-exponat-slider__controls--full {
      display: none; }
  .b-exponat-slider #increase, .b-exponat-slider #decrease {
    display: none; }
  .b-exponat-slider__control {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 40px;
    height: 100%;
    padding: 8px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    display: inline-block;
    vertical-align: top;
    line-height: 24px;
    opacity: 0.5;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s; }
    .b-exponat-slider__control:nth-child(1) svg {
      -webkit-transform: rotate(-90deg);
         -moz-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
              transform: rotate(-90deg); }
    .b-exponat-slider__control svg {
      width: 100%;
      height: 100%;
      fill: #ffffff;
      color: #ffffff;
      opacity: 0.5;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      transition: 0.3s; }
    .b-exponat-slider__control:hover, .b-exponat-slider__control:hover svg {
      opacity: 1; }
  .b-exponat-slider .slick-prev, .b-exponat-slider .slick-next, .b-exponat-slider .b-exponat-slider__page-prev, .b-exponat-slider .b-exponat-slider__page-next {
    width: 48px;
    height: 48px;
    border: solid 1px #ad7a1e;
    background-color: #ffffff;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: -30%;
    bottom: 0;
    margin: auto 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    display: none !important; }
    .b-exponat-slider .slick-prev:before, .b-exponat-slider .slick-next:before, .b-exponat-slider .b-exponat-slider__page-prev:before, .b-exponat-slider .b-exponat-slider__page-next:before {
      content: "";
      width: 8px;
      height: 8px;
      -webkit-transform: rotate(-45deg);
         -moz-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
      opacity: 1; }
    .b-exponat-slider .slick-prev:hover, .b-exponat-slider .slick-next:hover, .b-exponat-slider .b-exponat-slider__page-prev:hover, .b-exponat-slider .b-exponat-slider__page-next:hover {
      background-color: #ad7a1e; }
  .b-exponat-slider .b-exponat-slider__page-prev, .b-exponat-slider .b-exponat-slider__page-next {
    position: fixed;
    top: 0; }
  .b-exponat-slider .slick-prev, .b-exponat-slider .b-exponat-slider__page-prev {
    left: 0; }
    .b-exponat-slider .slick-prev:before, .b-exponat-slider .b-exponat-slider__page-prev:before {
      border-right: none;
      border-bottom: none;
      border-top: 1px solid #ad7a1e;
      border-left: 1px solid #ad7a1e;
      margin-left: 4px; }
    .b-exponat-slider .slick-prev:hover:before, .b-exponat-slider .b-exponat-slider__page-prev:hover:before {
      border-top: 1px solid #ffffff;
      border-left: 1px solid #ffffff; }
  .b-exponat-slider .slick-next, .b-exponat-slider .b-exponat-slider__page-next {
    right: 0; }
    .b-exponat-slider .slick-next:before, .b-exponat-slider .b-exponat-slider__page-next:before {
      border-left: none;
      border-top: none;
      border-right: 1px solid #ad7a1e;
      border-bottom: 1px solid #ad7a1e;
      margin-left: -4px; }
    .b-exponat-slider .slick-next:hover:before, .b-exponat-slider .b-exponat-slider__page-next:hover:before {
      border-right: 1px solid #ffffff;
      border-bottom: 1px solid #ffffff; }
  .b-exponat-slider .b-exponat-slider__page-prev {
    left: 80px; }
  .b-exponat-slider .b-exponat-slider__page-next {
    right: 80px; }
  .b-exponat-slider .slick-dots {
    bottom: 290px;
    left: 0; }
    .b-exponat-slider .slick-dots li {
      width: 9px;
      height: 9px;
      border: 1px solid #757575;
      border-radius: 50%;
      background: none;
      background-color: #ffffff;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      transition: 0.3s;
      vertical-align: middle;
      margin: 0 13px; }
    .b-exponat-slider .slick-dots li:hover {
      background-color: #ad7a1e;
      border: 1px solid #ad7a1e; }
    .b-exponat-slider .slick-dots .slick-active {
      width: 12px;
      height: 12px;
      background: none;
      background-color: #ad7a1e;
      border: 1px solid #ad7a1e; }
    .b-exponat-slider .slick-dots button:before {
      content: ""; }
  .b-exponat-slider--article .b-exponat-article {
    display: none; }
  .b-exponat-slider--article .slick-arrow {
    top: -20% !important; }

.b-page-sl-zoom {
  padding: 44px 24px 0px; }
  .b-page-sl-zoom .slick-dots {
    position: static; }
  .b-page-sl-zoom .b-exponat-slider__list {
    max-width: 1280px;
    margin: 0 auto; }
  .b-page-sl-zoom .b-exponat-slider__img {
    margin-bottom: 16px; }
  .b-page-sl-zoom .slick-arrow {
    width: 48px;
    height: 48px;
    border: 1px solid #ad7a1e;
    background-color: #fff;
    cursor: pointer;
    z-index: 1; }
    .b-page-sl-zoom .slick-arrow:hover {
      background-color: #ad7a1e; }
  .b-page-sl-zoom .slick-prev,
  .b-page-sl-zoom .slick-next {
    -webkit-transform: translate(0, 0);
       -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    top: 40%;
    text-align: center; }
    .b-page-sl-zoom .slick-prev:before,
    .b-page-sl-zoom .slick-next:before {
      content: "";
      width: 8px;
      height: 8px;
      -webkit-transform: rotate(-45deg);
         -moz-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
      opacity: 1;
      display: inline-block; }
  .b-page-sl-zoom .slick-prev {
    left: 0; }
    .b-page-sl-zoom .slick-prev:before {
      border-right: none;
      border-bottom: none;
      border-top: 1px solid #ad7a1e;
      border-left: 1px solid #ad7a1e;
      margin-left: 4px; }
    .b-page-sl-zoom .slick-prev:hover:before {
      border-top: 1px solid #ffffff;
      border-left: 1px solid #ffffff; }
  .b-page-sl-zoom .slick-next {
    right: 0; }
    .b-page-sl-zoom .slick-next:before {
      border-left: none;
      border-top: none;
      border-right: 1px solid #ad7a1e;
      border-bottom: 1px solid #ad7a1e;
      margin-left: -4px; }
    .b-page-sl-zoom .slick-next:hover:before {
      border-right: 1px solid #ffffff;
      border-bottom: 1px solid #ffffff; }
  .b-page-sl-zoom--longrid {
    background-color: #f6f1e8;
    margin: 0 0 24px;
    padding: 24px 0; }
    .b-page-sl-zoom--longrid .slick-prev, .b-page-sl-zoom--longrid .slick-next, .b-page-sl-zoom--longrid .b-exponat-slider__item, .b-page-sl-zoom--longrid .slick-dots li {
      background-color: #f6f1e8; }
    .b-page-sl-zoom--longrid .b-text-page-preline {
      margin-bottom: 0; }
    .b-page-sl-zoom--longrid .b-container--full-width {
      padding: 0 24px;
      max-width: 1384px; }

:root {
  --color-gold: #ad7a1e;
  --white: #ffffff;
  --border-translucent:rgba(255, 255, 255, 0.5);
  --text-dark:#081a27;
  --blackout:rgba(0, 0, 0, 0.6);
  --dark-gray-brown:#241a14;
  --black:#000000;
  --dots:#999999;
  --dots-hover:#d8d8d8;
  --color-black: #000;
  --color-gray: #757575;
  --color-light-gray: #c1bebc;
  --color-silver: #e9e8e7;
  --color-pink: #f6f1e8;
  --color-dark: #241a14;
  --color-brown: #5a4018;
  --color-light-brown: #b39060;
  --color-peach: #dab679; }

:root {
  --animation-time: 0.3s; }

@media (min-width: 1024px) {
  .b-exponat-slider {
    padding: 0 0 0 0; }
    .b-exponat-slider__text {
      font-size: 18px; }
    .b-exponat-slider__link {
      font-size: 16px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: 1;
      letter-spacing: 1px; }
      .b-exponat-slider__link:before {
        margin-right: 20px;
        margin-top: -5px;
        font-size: 16px; }
    .b-exponat-slider__full-width {
      padding-right: 25%; }
    .b-exponat-slider__count, .b-exponat-slider__count-main {
      font-size: 16px; }
    .b-exponat-slider__span {
      font-size: 18px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: 1.8px; }
    .b-exponat-slider__list {
      padding: 0 56px; }
    .b-exponat-slider__img, .b-exponat-slider__noimage {
      height: 480px; }
    .b-exponat-slider__item {
      height: auto; }
    .b-exponat-slider .slick-prev, .b-exponat-slider .slick-next, .b-exponat-slider .b-exponat-slider__page-prev, .b-exponat-slider .b-exponat-slider__page-next {
      display: -webkit-box !important;
      display: -webkit-flex !important;
      display: -moz-box !important;
      display: -ms-flexbox !important;
      display: flex !important; }
    .b-exponat-slider .slick-dots {
      bottom: 284px; }
      .b-exponat-slider .slick-dots li {
        width: 12px;
        height: 12px;
        margin: 0 17px; }
      .b-exponat-slider .slick-dots .slick-active {
        width: 16px;
        height: 16px; }
    .b-exponat-slider--longrid {
      margin: 40px 0; }
  .b-page-sl-zoom--longrid {
    margin: 0 0 40px;
    padding: 40px 0; } }

@media (min-width: 1280px) {
  .b-page-sl-zoom--longrid .b-container--full-width {
    padding: 0 52px; } }

:root {
  --color-gold: #ad7a1e;
  --white: #ffffff;
  --border-translucent:rgba(255, 255, 255, 0.5);
  --text-dark:#081a27;
  --blackout:rgba(0, 0, 0, 0.6);
  --dark-gray-brown:#241a14;
  --black:#000000;
  --dots:#999999;
  --dots-hover:#d8d8d8;
  --color-black: #000;
  --color-gray: #757575;
  --color-light-gray: #c1bebc;
  --color-silver: #e9e8e7;
  --color-pink: #f6f1e8;
  --color-dark: #241a14;
  --color-brown: #5a4018;
  --color-light-brown: #b39060;
  --color-peach: #dab679; }

:root {
  --animation-time: 0.3s; }

.b-white-page {
  width: 100%;
  height: 2420px;
  background-color: #ffffff; }

:root {
  --color-gold: #ad7a1e;
  --white: #ffffff;
  --border-translucent:rgba(255, 255, 255, 0.5);
  --text-dark:#081a27;
  --blackout:rgba(0, 0, 0, 0.6);
  --dark-gray-brown:#241a14;
  --black:#000000;
  --dots:#999999;
  --dots-hover:#d8d8d8;
  --color-black: #000;
  --color-gray: #757575;
  --color-light-gray: #c1bebc;
  --color-silver: #e9e8e7;
  --color-pink: #f6f1e8;
  --color-dark: #241a14;
  --color-brown: #5a4018;
  --color-light-brown: #b39060;
  --color-peach: #dab679; }

:root {
  --animation-time: 0.3s; }

.b-btn-close {
  width: 184px;
  height: 48px;
  background-color: #ad7a1e;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Arimo-Regular";
  font-size: 14px;
  line-height: 48px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 1.1px;
  cursor: pointer;
  margin: 30px auto 0;
  text-align: center;
  margin-bottom: 30px; }

:root {
  --color-gold: #ad7a1e;
  --white: #ffffff;
  --border-translucent:rgba(255, 255, 255, 0.5);
  --text-dark:#081a27;
  --blackout:rgba(0, 0, 0, 0.6);
  --dark-gray-brown:#241a14;
  --black:#000000;
  --dots:#999999;
  --dots-hover:#d8d8d8;
  --color-black: #000;
  --color-gray: #757575;
  --color-light-gray: #c1bebc;
  --color-silver: #e9e8e7;
  --color-pink: #f6f1e8;
  --color-dark: #241a14;
  --color-brown: #5a4018;
  --color-light-brown: #b39060;
  --color-peach: #dab679; }

:root {
  --animation-time: 0.3s; }

@media (min-width: 1024px) {
  .b-btn-close {
    margin: 0 auto;
    margin-bottom: 30px; } }

:root {
  --color-gold: #ad7a1e;
  --white: #ffffff;
  --border-translucent:rgba(255, 255, 255, 0.5);
  --text-dark:#081a27;
  --blackout:rgba(0, 0, 0, 0.6);
  --dark-gray-brown:#241a14;
  --black:#000000;
  --dots:#999999;
  --dots-hover:#d8d8d8;
  --color-black: #000;
  --color-gray: #757575;
  --color-light-gray: #c1bebc;
  --color-silver: #e9e8e7;
  --color-pink: #f6f1e8;
  --color-dark: #241a14;
  --color-brown: #5a4018;
  --color-light-brown: #b39060;
  --color-peach: #dab679; }

:root {
  --animation-time: 0.3s; }

.b-no-result {
  width: 100%;
  padding: 0 0 15px; }
  .b-no-result__top, .b-no-result__center {
    width: 100%; }
  .b-no-result__top {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0.8px;
    color: #081a27;
    text-align: left; }
  .b-no-result__center {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    line-height: normal;
    color: #000;
    text-align: center;
    padding: 100px 0; }
  .b-no-result__text, .b-no-result__in, .b-no-result__out, .b-no-result__link {
    display: inline-block;
    vertical-align: top; }
  .b-no-result__link {
    color: #ad7a1e;
    text-decoration: underline;
    padding: 6px; }
  @media (min-width: 1024px) {
    .b-no-result__top {
      padding: 0 0 0 6px;
      line-height: 1; }
    .b-no-result__center {
      padding: 150px 0; }
    .b-no-result__link {
      padding: 0; } }

:root {
  --color-gold: #ad7a1e;
  --white: #ffffff;
  --border-translucent:rgba(255, 255, 255, 0.5);
  --text-dark:#081a27;
  --blackout:rgba(0, 0, 0, 0.6);
  --dark-gray-brown:#241a14;
  --black:#000000;
  --dots:#999999;
  --dots-hover:#d8d8d8;
  --color-black: #000;
  --color-gray: #757575;
  --color-light-gray: #c1bebc;
  --color-silver: #e9e8e7;
  --color-pink: #f6f1e8;
  --color-dark: #241a14;
  --color-brown: #5a4018;
  --color-light-brown: #b39060;
  --color-peach: #dab679; }

:root {
  --animation-time: 0.3s; }

.b-not-found {
  width: 100%;
  padding: 100px 0; }
  .b-not-found__wrap {
    width: 100%;
    margin: 0 auto;
    padding: 0; }
  .b-not-found__title {
    font-family: "Tinos-Italic";
    font-size: 64px;
    font-weight: bold;
    font-style: italic;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ad7a1e;
    margin: 0; }
  .b-not-found__text, .b-not-found__link {
    font-family: "Arimo-Regular";
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
    white-space: pre-line; }
  .b-not-found__text {
    color: #000;
    margin-bottom: 4px; }
  .b-not-found__link {
    color: #ad7a1e;
    text-decoration: underline; }
  @media (min-width: 420px) {
    .b-not-found__wrap {
      width: 420px; } }
  @media (min-width: 768px) {
    .b-not-found {
      padding: 180px 0; } }
  @media (min-width: 1024px) {
    .b-not-found {
      padding: 230px 0; }
      .b-not-found__wrap {
        width: 495px;
        padding: 0 0 0 25px; }
      .b-not-found__title {
        font-size: 128px;
        margin: 0 0 14px; }
      .b-not-found__text, .b-not-found__link {
        font-size: 16px; }
      .b-not-found__text {
        margin-bottom: 6px; } }

:root {
  --color-gold: #ad7a1e;
  --white: #ffffff;
  --border-translucent:rgba(255, 255, 255, 0.5);
  --text-dark:#081a27;
  --blackout:rgba(0, 0, 0, 0.6);
  --dark-gray-brown:#241a14;
  --black:#000000;
  --dots:#999999;
  --dots-hover:#d8d8d8;
  --color-black: #000;
  --color-gray: #757575;
  --color-light-gray: #c1bebc;
  --color-silver: #e9e8e7;
  --color-pink: #f6f1e8;
  --color-dark: #241a14;
  --color-brown: #5a4018;
  --color-light-brown: #b39060;
  --color-peach: #dab679; }

:root {
  --animation-time: 0.3s; }

.b-notice {
  width: 100%;
  height: 298px;
  position: fixed;
  left: 0;
  bottom: 0;
  background-color: #241a14;
  opacity: 0.9;
  padding: 34px 48px;
  z-index: 1004; }
  .b-notice__container {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden !important;
    text-align: left;
    padding: 0 5% 0 0; }
  .b-notice__text {
    font-family: "Arimo-Regular";
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0.1px;
    color: #ffffff;
    padding-bottom: 31px;
    white-space: pre-line; }
    .b-notice__text:nth-child(1) {
      padding-top: 8px; }
  .b-notice__close {
    width: 24px;
    height: 24px;
    padding: 4px;
    cursor: pointer;
    position: absolute;
    right: 16px;
    top: 16px;
    background-color: #241a14;
    opacity: 0.9;
    border: none; }
    .b-notice__close svg {
      width: 100%;
      height: 100%;
      fill: #ffffff;
      color: #ffffff; }
  .b-notice .hide-scroll .ps__rail-y {
    display: none; }
  .b-notice .ps__rail-y {
    width: 4px;
    top: 0;
    right: 0 !important;
    position: absolute;
    height: 100% !important;
    background-color: #e9e8e7;
    border-radius: 2px; }
  .b-notice .ps__thumb-y {
    opacity: 1;
    border-radius: 10px;
    position: absolute;
    width: 4px;
    background-color: #c1bebc;
    border-radius: 2px;
    cursor: pointer; }
  @media (min-width: 1024px) {
    .b-notice {
      padding: 34px 80px; }
      .b-notice__container {
        padding: 0 45% 0 0; } }

:root {
  --color-gold: #ad7a1e;
  --white: #ffffff;
  --border-translucent:rgba(255, 255, 255, 0.5);
  --text-dark:#081a27;
  --blackout:rgba(0, 0, 0, 0.6);
  --dark-gray-brown:#241a14;
  --black:#000000;
  --dots:#999999;
  --dots-hover:#d8d8d8;
  --color-black: #000;
  --color-gray: #757575;
  --color-light-gray: #c1bebc;
  --color-silver: #e9e8e7;
  --color-pink: #f6f1e8;
  --color-dark: #241a14;
  --color-brown: #5a4018;
  --color-light-brown: #b39060;
  --color-peach: #dab679; }

:root {
  --animation-time: 0.3s; }

.b-longrid-exponats {
  padding: 22px 0 48px;
  background-color: #f6f1e8; }
  .b-longrid-exponats__title {
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.1px;
    color: #000;
    margin-bottom: 0;
    margin-bottom: 27px;
    text-align: left; }

:root {
  --color-gold: #ad7a1e;
  --white: #ffffff;
  --border-translucent:rgba(255, 255, 255, 0.5);
  --text-dark:#081a27;
  --blackout:rgba(0, 0, 0, 0.6);
  --dark-gray-brown:#241a14;
  --black:#000000;
  --dots:#999999;
  --dots-hover:#d8d8d8;
  --color-black: #000;
  --color-gray: #757575;
  --color-light-gray: #c1bebc;
  --color-silver: #e9e8e7;
  --color-pink: #f6f1e8;
  --color-dark: #241a14;
  --color-brown: #5a4018;
  --color-light-brown: #b39060;
  --color-peach: #dab679; }

:root {
  --animation-time: 0.3s; }

@media (min-width: 1024px) {
  .b-longrid-exponats__title {
    font-size: 28px; } }

:root {
  --color-gold: #ad7a1e;
  --white: #ffffff;
  --border-translucent:rgba(255, 255, 255, 0.5);
  --text-dark:#081a27;
  --blackout:rgba(0, 0, 0, 0.6);
  --dark-gray-brown:#241a14;
  --black:#000000;
  --dots:#999999;
  --dots-hover:#d8d8d8;
  --color-black: #000;
  --color-gray: #757575;
  --color-light-gray: #c1bebc;
  --color-silver: #e9e8e7;
  --color-pink: #f6f1e8;
  --color-dark: #241a14;
  --color-brown: #5a4018;
  --color-light-brown: #b39060;
  --color-peach: #dab679; }

:root {
  --animation-time: 0.3s; }

.b-longrid-text {
  width: 100%;
  padding: 0 24px;
  margin-bottom: 83px; }
  .b-longrid-text__text {
    font-family: "Tinos-Regular";
    font-size: 16px;
    color: #241a14;
    line-height: 24px;
    max-width: 1056px;
    margin: 0 auto; }
    .b-longrid-text__text:last-child {
      font-style: italic;
      color: #ad7a1e; }

:root {
  --color-gold: #ad7a1e;
  --white: #ffffff;
  --border-translucent:rgba(255, 255, 255, 0.5);
  --text-dark:#081a27;
  --blackout:rgba(0, 0, 0, 0.6);
  --dark-gray-brown:#241a14;
  --black:#000000;
  --dots:#999999;
  --dots-hover:#d8d8d8;
  --color-black: #000;
  --color-gray: #757575;
  --color-light-gray: #c1bebc;
  --color-silver: #e9e8e7;
  --color-pink: #f6f1e8;
  --color-dark: #241a14;
  --color-brown: #5a4018;
  --color-light-brown: #b39060;
  --color-peach: #dab679; }

:root {
  --animation-time: 0.3s; }

@media (min-width: 1024px) {
  .b-longrid-text {
    padding: 0 24px; }
    .b-longrid-text__text {
      font-size: 20px;
      line-height: 30px; } }

.b-full-screen {
  display: none;
  overflow: hidden;
  z-index: 10001;
  position: fixed;
  top: -70px;
  -webkit-transform: translateY(70px);
     -moz-transform: translateY(70px);
      -ms-transform: translateY(70px);
          transform: translateY(70px);
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100vh !important;
  background-color: #000; }
  .b-full-screen .b-exponat-slider {
    width: 100%;
    height: 100%;
    padding: 1vh; }
    .b-full-screen .b-exponat-slider .b-modal-social__close {
      display: block;
      opacity: 1;
      z-index: 10000; }
      .b-full-screen .b-exponat-slider .b-modal-social__close:before, .b-full-screen .b-exponat-slider .b-modal-social__close:after {
        background-color: #ffffff; }
  .b-full-screen .b-exponat-slider__text {
    display: none; }
  .b-full-screen .b-exponat-slider__page-prev,
  .b-full-screen .b-exponat-slider__page-next {
    z-index: 10000; }
  .b-full-screen .b-exponat-slider__page-prev,
  .b-full-screen .b-exponat-slider__page-next {
    background-color: #1a1a1a;
    border: none;
    border-radius: 50%; }
    .b-full-screen .b-exponat-slider__page-prev:before,
    .b-full-screen .b-exponat-slider__page-next:before {
      border: none;
      width: 0;
      height: 0;
      border-style: solid;
      -webkit-transform: rotate(0deg);
         -moz-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
              transform: rotate(0deg);
      margin: 0; }
    .b-full-screen .b-exponat-slider__page-prev:hover,
    .b-full-screen .b-exponat-slider__page-next:hover {
      background-color: #1a1a1a; }
      .b-full-screen .b-exponat-slider__page-prev:hover:before,
      .b-full-screen .b-exponat-slider__page-next:hover:before {
        border: none;
        width: 0;
        height: 0;
        border-style: solid;
        -webkit-transform: rotate(0deg);
           -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
                transform: rotate(0deg); }
  .b-full-screen .b-exponat-slider__page-prev {
    left: 20px; }
    .b-full-screen .b-exponat-slider__page-prev:before {
      border-width: 8px 8px 8px 0;
      border-color: transparent #ffffff transparent transparent; }
    .b-full-screen .b-exponat-slider__page-prev:hover:before {
      border-width: 8px 8px 8px 0;
      border-color: transparent #ffffff transparent transparent; }
  .b-full-screen .b-exponat-slider__img {
    width: 100%;
    height: 100%;
    padding: 1vh 1vw;
    text-align: center; }
    .b-full-screen .b-exponat-slider__img img {
      width: auto;
      background: none;
      height: auto;
      max-width: 100%;
      max-height: 100%;
      cursor: default; }
  .b-full-screen .b-exponat-slider__page-next {
    right: 20px; }
    .b-full-screen .b-exponat-slider__page-next:before {
      border-width: 8px 0 8px 8px;
      border-color: transparent transparent transparent #ffffff; }
    .b-full-screen .b-exponat-slider__page-next:hover:before {
      border-width: 8px 0 8px 8px;
      border-color: transparent transparent transparent #ffffff; }
  .b-full-screen .b-exponat-slider__count {
    width: auto;
    display: none !important;
    z-index: 10000; }
    @media (min-width: 1023px) {
      .b-full-screen .b-exponat-slider__count {
        display: block !important; } }
  .b-full-screen .slick-dots {
    display: none; }
  .b-full-screen #increase, .b-full-screen #decrease {
    display: none; }
  .b-full-screen #increase-full, .b-full-screen #decrease-full {
    display: inline-block;
    cursor: pointer; }
  .b-full-screen .b-exponat-slider__controls--full {
    display: block;
    position: absolute;
    bottom: 20px;
    right: -28px;
    left: auto;
    opacity: 0;
    visibility: hidden;
    z-index: 10000; }
    @media (min-width: 1023px) {
      .b-full-screen .b-exponat-slider__controls--full {
        display: block;
        opacity: 1;
        visibility: visible; } }
  .b-full-screen .b-exponat-article {
    display: none; }
  .b-full-screen .hidden {
    display: none !important; }
  .b-full-screen.white {
    background-color: #ffffff; }
    .b-full-screen.white .b-exponat-slider__count {
      color: #1a1a1a; }
    .b-full-screen.white .b-modal-social__close:before, .b-full-screen.white .b-modal-social__close:after {
      background-color: #1a1a1a; }
    .b-full-screen.white .b-exponat-slider__controls {
      background-color: #ffffff; }
    .b-full-screen.white .b-exponat-slider__control svg {
      fill: #1a1a1a;
      color: #1a1a1a; }

.open {
  display: block; }

:root {
  --color-gold: #ad7a1e;
  --white: #ffffff;
  --border-translucent:rgba(255, 255, 255, 0.5);
  --text-dark:#081a27;
  --blackout:rgba(0, 0, 0, 0.6);
  --dark-gray-brown:#241a14;
  --black:#000000;
  --dots:#999999;
  --dots-hover:#d8d8d8;
  --color-black: #000;
  --color-gray: #757575;
  --color-light-gray: #c1bebc;
  --color-silver: #e9e8e7;
  --color-pink: #f6f1e8;
  --color-dark: #241a14;
  --color-brown: #5a4018;
  --color-light-brown: #b39060;
  --color-peach: #dab679; }

:root {
  --animation-time: 0.3s; }

.b-longrid-title {
  width: 100%;
  max-width: 100%;
  font-weight: 300;
  margin: 24px auto 24px;
  padding: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-align: left; }
  .b-longrid-title.h2 {
    font-size: 24px;
    letter-spacing: 0.6px;
    -webkit-line-clamp: 3;
    max-height: 85px; }
  .b-longrid-title.h3 {
    font-size: 16px;
    -webkit-line-clamp: 3;
    max-height: 53px;
    padding: 0 24px; }
  .b-longrid-title.h4 {
    font-family: "Arimo-Regular";
    font-size: 28px;
    font-weight: normal;
    line-height: 1.43;
    letter-spacing: 0.9px;
    color: #ffffff;
    margin: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 115px;
    z-index: 3;
    padding: 0 24px;
    display: inline-block;
    vertical-align: middle; }
    @media (min-width: 769px) {
      .b-longrid-title.h4 {
        max-height: 203px; } }
    .b-longrid-title.h4--black {
      color: #241a14; }
  .b-longrid-title--text {
    margin-top: -16px !important;
    margin-bottom: 12px !important; }
  .b-longrid-title--gray {
    border-bottom: 1px solid #081a27; }
  .b-longrid-title--back {
    background-color: #f6f1e8; }
  .b-longrid-title--gold {
    border-bottom: 1px solid #ad7a1e; }
  @media (min-width: 769px) {
    .b-longrid-title.h4 {
      font-size: 50px;
      line-height: 70px; } }
  @media (min-width: 1024px) {
    .b-longrid-title {
      max-width: 1440px;
      margin: 40px auto 40px; }
      .b-longrid-title.h2 {
        font-size: 36px;
        max-height: 125px; }
      .b-longrid-title.h3 {
        font-size: 28px;
        max-height: 96px; }
      .b-longrid-title.h4 {
        margin: 0 auto; }
      .b-longrid-title--text {
        margin-top: -32px !important;
        margin-bottom: 24px !important; }
      .b-longrid-title--back {
        padding: 0 16px; } }
  @media (min-width: 1280px) {
    .b-longrid-title.h3 {
      padding: 0 80px; }
    .b-longrid-title.h4 {
      padding: 0 450px 0 80px; } }
  @media (min-width: 1440px) {
    .b-longrid-title.h4 {
      font-size: 50px;
      line-height: 70px; } }

.b-longrid-title-wrap {
  padding: 0 24px;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto; }
  @media (min-width: 1280px) {
    .b-longrid-title-wrap {
      padding: 0 80px; } }

:root {
  --color-gold: #ad7a1e;
  --white: #ffffff;
  --border-translucent:rgba(255, 255, 255, 0.5);
  --text-dark:#081a27;
  --blackout:rgba(0, 0, 0, 0.6);
  --dark-gray-brown:#241a14;
  --black:#000000;
  --dots:#999999;
  --dots-hover:#d8d8d8;
  --color-black: #000;
  --color-gray: #757575;
  --color-light-gray: #c1bebc;
  --color-silver: #e9e8e7;
  --color-pink: #f6f1e8;
  --color-dark: #241a14;
  --color-brown: #5a4018;
  --color-light-brown: #b39060;
  --color-peach: #dab679; }

:root {
  --animation-time: 0.3s; }

.b-longrid-pdf {
  width: 100%;
  background-color: #ad7a1e;
  padding: 24px;
  margin: 24px 0; }
  .b-longrid-pdf__title {
    font-family: "Arimo-Regular";
    font-weight: 300;
    font-size: 16px;
    color: #ffffff;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto 16px; }
  .b-longrid-pdf__link {
    padding: 35px 28px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    max-width: 1060px;
    height: 100%;
    cursor: pointer;
    position: relative;
    margin: 0 auto;
    border: 1px solid #ffffff;
    border-radius: 2px; }
    .b-longrid-pdf__link svg {
      width: 64px;
      height: 64px;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
         -moz-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      fill: #ffffff;
      margin-right: 17px; }
    .b-longrid-pdf__link:hover .b-longrid-pdf__text {
      text-decoration: underline; }
  .b-longrid-pdf__text {
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    font-family: "Tinos-Regular";
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    max-height: 97px; }
  @media (min-width: 1024px) {
    .b-longrid-pdf {
      padding: 40px 24px;
      margin: 40px 0; }
      .b-longrid-pdf__title {
        font-size: 28px;
        margin: 0 auto 32px; }
      .b-longrid-pdf__text {
        font-size: 18px;
        left: 26px; } }
  @media (min-width: 1280px) {
    .b-longrid-pdf {
      padding: 40px 80px; } }

:root {
  --color-gold: #ad7a1e;
  --white: #ffffff;
  --border-translucent:rgba(255, 255, 255, 0.5);
  --text-dark:#081a27;
  --blackout:rgba(0, 0, 0, 0.6);
  --dark-gray-brown:#241a14;
  --black:#000000;
  --dots:#999999;
  --dots-hover:#d8d8d8;
  --color-black: #000;
  --color-gray: #757575;
  --color-light-gray: #c1bebc;
  --color-silver: #e9e8e7;
  --color-pink: #f6f1e8;
  --color-dark: #241a14;
  --color-brown: #5a4018;
  --color-light-brown: #b39060;
  --color-peach: #dab679; }

:root {
  --animation-time: 0.3s; }

.b-longrid-play {
  width: 100%;
  background-color: #ad7a1e;
  padding: 24px;
  margin: 24px 0; }
  .b-longrid-play__title {
    font-family: "Arimo-Regular";
    font-weight: 300;
    font-size: 16px;
    color: #ffffff;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto 16px; }
  .b-longrid-play__link-wrap {
    width: 100%;
    max-width: 1060px;
    border: 1px solid #ffffff;
    border-radius: 2px;
    margin: 0 auto;
    padding: 35px 28px; }
  .b-longrid-play__link {
    width: 100%;
    height: 100%;
    cursor: pointer;
    position: relative;
    margin-bottom: 14px;
    display: block; }
    .b-longrid-play__link svg {
      width: 64px;
      height: 64px;
      fill: #ffffff;
      margin-right: 17px; }
    .b-longrid-play__link svg, .b-longrid-play__link .b-longrid-play__right {
      display: inline-block;
      vertical-align: middle; }
    .b-longrid-play__link:hover .b-longrid-play__text {
      text-decoration: underline; }
    .b-longrid-play__link:last-child {
      margin-bottom: 0; }
  .b-longrid-play__right {
    width: -webkit-calc(100% - 81px);
    width: -moz-calc(100% - 81px);
    width: calc(100% - 81px); }
  .b-longrid-play__text, .b-longrid-play__link-text {
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    font-family: "Tinos-Regular";
    max-width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    max-height: 97px;
    margin-bottom: 8px; }
  .b-longrid-play__link-text {
    margin: 0 76px -36px 94px;
    width: -webkit-calc(100% - 170px);
    width: -moz-calc(100% - 170px);
    width: calc(100% - 170px);
    position: relative;
    z-index: 2; }
  .b-longrid-play__line, .b-longrid-play__count, .b-longrid-play__volume {
    display: inline-block;
    vertical-align: middle; }
  .b-longrid-play__line {
    width: -webkit-calc(100% - 115px);
    width: -moz-calc(100% - 115px);
    width: calc(100% - 115px);
    height: 4px;
    border: none;
    background-color: white;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 4px;
    margin-right: 12px;
    position: relative; }
    .b-longrid-play__line .b-longrid-play__progress {
      position: absolute;
      top: 0;
      left: 0;
      width: 0;
      width: 0;
      height: 4px;
      background-color: white;
      opacity: 2;
      border: none;
      border-radius: 4px; }
  .b-longrid-play__count {
    font-family: "Tinos-Regular";
    font-size: 16px;
    color: #ffffff;
    margin-right: 16px; }
  .b-longrid-play__volume {
    width: 16px;
    height: 14px; }
    .b-longrid-play__volume svg {
      width: 100%;
      height: 100%;
      display: block; }
  .b-longrid-play .plyr__controls {
    background-color: #ad7a1e !important; }
  .b-longrid-play .plyr__controls__item.plyr__control {
    display: none;
    vertical-align: middle;
    width: 64px;
    height: 64px;
    margin-right: 17px !important;
    padding: 0;
    border: 6px solid #ffffff;
    border-radius: 50%;
    background-color: #ad7a1e !important;
    cursor: pointer;
    text-align: center; }
    .b-longrid-play .plyr__controls__item.plyr__control:first-child {
      display: inline-block; }
    .b-longrid-play .plyr__controls__item.plyr__control svg {
      display: inline-block;
      width: 50%;
      height: 50%;
      fill: #ffffff;
      color: #ffffff;
      margin-left: 5px; }
      .b-longrid-play .plyr__controls__item.plyr__control svg.icon--pressed {
        display: none;
        margin: 0; }
    .b-longrid-play .plyr__controls__item.plyr__control.plyr__control--pressed svg.icon--pressed {
      display: inline-block; }
    .b-longrid-play .plyr__controls__item.plyr__control.plyr__control--pressed svg.icon--not-pressed {
      display: none; }
  .b-longrid-play .plyr__controls__item.plyr__progress__container {
    margin: 28px 0 0; }
    .b-longrid-play .plyr__controls__item.plyr__progress__container .plyr__progress {
      display: block;
      width: 100%;
      max-width: 790px;
      margin: 0;
      left: 0; }
      .b-longrid-play .plyr__controls__item.plyr__progress__container .plyr__progress input {
        display: block;
        width: 100%;
        margin: 0; }
      .b-longrid-play .plyr__controls__item.plyr__progress__container .plyr__progress span.plyr__tooltip {
        display: none !important; }
  .b-longrid-play .plyr__progress__buffer {
    display: block !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    background: rgba(255, 255, 255, 0.5) !important;
    color: rgba(255, 255, 255, 0.5) !important; }
  .b-longrid-play .plyr__controls__item.plyr__time--current.plyr__time {
    color: #ffffff;
    margin-right: 19px;
    margin-left: 6px;
    margin-top: 28px;
    width: 50px; }
  .b-longrid-play .plyr__controls__item.plyr__volume {
    background-color: #ad7a1e !important;
    -webkit-transition: 0.3s !important;
    -moz-transition: 0.3s !important;
    transition: 0.3s !important;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 32px;
    min-width: 0;
    margin-top: 28px; }
    .b-longrid-play .plyr__controls__item.plyr__volume button {
      background-color: #ad7a1e !important;
      -webkit-transition: 0.3s !important;
      -moz-transition: 0.3s !important;
      transition: 0.3s !important;
      width: 30px;
      height: 30px; }
    .b-longrid-play .plyr__controls__item.plyr__volume svg {
      fill: #ffffff !important;
      -webkit-transition: 0.3s !important;
      -moz-transition: 0.3s !important;
      transition: 0.3s !important;
      width: 100%;
      height: 100%; }
    .b-longrid-play .plyr__controls__item.plyr__volume input {
      width: 0;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: 0.3s !important;
      -moz-transition: 0.3s !important;
      transition: 0.3s !important;
      position: absolute;
      width: 45px;
      max-width: 45px;
      -webkit-transform: rotate(270deg);
         -moz-transform: rotate(270deg);
          -ms-transform: rotate(270deg);
              transform: rotate(270deg);
      right: -12px;
      bottom: 42px; }
      .b-longrid-play .plyr__controls__item.plyr__volume input:hover {
        width: 45px;
        opacity: 1;
        visibility: visible; }
    .b-longrid-play .plyr__controls__item.plyr__volume:hover input {
      width: 45px;
      opacity: 1;
      visibility: visible; }
  .b-longrid-play .plyr__controls__item.plyr__menu {
    display: none; }
  @media (min-width: 1024px) {
    .b-longrid-play {
      padding: 40px 24px;
      margin: 40px 0; }
      .b-longrid-play__title {
        font-size: 28px;
        margin-bottom: 32px;
        margin: 0 auto 1em; }
      .b-longrid-play__text, .b-longrid-play__link-text {
        font-size: 18px;
        left: 26px;
        margin-bottom: 12px; }
      .b-longrid-play__link-text {
        margin: 0 76px -36px 94px;
        left: 0;
        width: -webkit-calc(100% - 170px);
        width: -moz-calc(100% - 170px);
        width: calc(100% - 170px); }
      .b-longrid-play__line {
        margin-right: 14px; }
      .b-longrid-play__count {
        font-size: 14px;
        margin-right: 24px; } }
  @media (min-width: 1280px) {
    .b-longrid-play {
      padding: 40px 80px; } }

:root {
  --color-gold: #ad7a1e;
  --white: #ffffff;
  --border-translucent:rgba(255, 255, 255, 0.5);
  --text-dark:#081a27;
  --blackout:rgba(0, 0, 0, 0.6);
  --dark-gray-brown:#241a14;
  --black:#000000;
  --dots:#999999;
  --dots-hover:#d8d8d8;
  --color-black: #000;
  --color-gray: #757575;
  --color-light-gray: #c1bebc;
  --color-silver: #e9e8e7;
  --color-pink: #f6f1e8;
  --color-dark: #241a14;
  --color-brown: #5a4018;
  --color-light-brown: #b39060;
  --color-peach: #dab679; }

:root {
  --animation-time: 0.3s; }

.b-longrid-menu {
  width: 100%;
  height: 100%;
  min-height: 425px;
  max-height: 100vh;
  background-color: #241a14;
  position: fixed;
  top: 0;
  margin: auto 0;
  padding: 54px 0 40px 80px;
  z-index: 1003;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  right: -100%; }
  .b-longrid-menu__list {
    width: 100%;
    height: 100%;
    min-height: 331px;
    padding: 0 80px 0 0;
    margin: 0;
    list-style-type: none;
    text-align: left;
    position: relative;
    overflow: hidden; }
  .b-longrid-menu__item {
    width: 100%;
    height: auto;
    padding: 0;
    margin-bottom: 31px;
    display: block;
    border-bottom: 1px solid #241a14; }
    .b-longrid-menu__item a {
      display: block;
      width: 100%;
      height: 100%;
      font-family: "Arimo-Regular";
      font-size: 14px;
      color: #ffffff;
      letter-spacing: normal;
      line-height: 20px;
      text-align: left;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      transition: 0.3s;
      padding: 0 0 8px; }
      .b-longrid-menu__item a:hover {
        border-bottom: 1px solid #ad7a1e; }
    .b-longrid-menu__item:nth-last-child(3) {
      margin-bottom: 1px; }
  .b-longrid-menu__close {
    width: 24px;
    height: 24px;
    position: fixed;
    right: -100%;
    top: 16px;
    padding: 7px;
    background-color: #241a14;
    cursor: pointer;
    border: none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s; }
    .b-longrid-menu__close.show {
      right: 16px; }
  .b-longrid-menu__close-mark {
    width: 100%;
    height: 100%;
    background-color: #241a14;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    opacity: 0.5;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .b-longrid-menu .ps__rail-y {
    width: 4px;
    right: 26px !important;
    left: -webkit-calc(100% - 26px) !important;
    left: -moz-calc(100% - 26px) !important;
    left: calc(100% - 26px) !important;
    position: absolute;
    background-color: #e9e8e7;
    border-radius: 2px; }
  .b-longrid-menu .ps__rail-x {
    position: absolute;
    bottom: 0 !important; }
  .b-longrid-menu .ps__thumb-y {
    opacity: 1;
    position: absolute;
    width: 4px;
    background-color: #c1bebc;
    border-radius: 2px;
    cursor: pointer; }

.b-longrid-open {
  width: 40px;
  height: 40px;
  background-color: #241a14;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  position: fixed;
  top: 176px;
  right: 16px;
  padding: 0;
  text-align: left;
  opacity: 0.6;
  z-index: 10; }
  .b-longrid-open__text, .b-longrid-open__mark {
    display: none; }
  .b-longrid-open__text {
    font-family: "Arimo-Regular";
    text-transform: uppercase;
    color: #ffffff; }
  .b-longrid-open__mark {
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    opacity: 0.5;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .b-longrid-open:hover {
    opacity: 1; }
  .b-longrid-open span {
    display: block;
    width: 24px;
    height: 1px;
    background-color: #ffffff;
    margin: 0 auto 8px; }
    .b-longrid-open span:last-child {
      margin-bottom: 0; }

.show {
  right: 0; }

@media (min-width: 1023px) {
  .b-longrid-menu {
    width: 440px;
    height: auto;
    min-height: 425px;
    max-height: 100vh;
    top: 0; }
    .b-longrid-menu__list {
      height: 100%;
      max-height: -webkit-calc(100vh - 94px);
      max-height: -moz-calc(100vh - 94px);
      max-height: calc(100vh - 94px); }
    .b-longrid-menu__item a {
      font-size: 17px;
      letter-spacing: 0.9px;
      line-height: 28px; }
    .b-longrid-menu__close {
      top: 16px; }
    .b-longrid-menu.full-height {
      top: 0;
      height: 100%;
      max-height: none; }
      .b-longrid-menu.full-height .b-longrid-menu__close {
        top: 16px; }
  .b-longrid-open {
    width: 160px;
    height: 56px;
    padding: 0 16px 0 24px;
    right: 0;
    opacity: 0.3; }
    .b-longrid-open__text, .b-longrid-open__mark {
      display: inline-block;
      vertical-align: middle; }
    .b-longrid-open__text {
      font-size: 17px; }
    .b-longrid-open span {
      display: none; } }

:root {
  --color-gold: #ad7a1e;
  --white: #ffffff;
  --border-translucent:rgba(255, 255, 255, 0.5);
  --text-dark:#081a27;
  --blackout:rgba(0, 0, 0, 0.6);
  --dark-gray-brown:#241a14;
  --black:#000000;
  --dots:#999999;
  --dots-hover:#d8d8d8;
  --color-black: #000;
  --color-gray: #757575;
  --color-light-gray: #c1bebc;
  --color-silver: #e9e8e7;
  --color-pink: #f6f1e8;
  --color-dark: #241a14;
  --color-brown: #5a4018;
  --color-light-brown: #b39060;
  --color-peach: #dab679; }

:root {
  --animation-time: 0.3s; }

.b-longrid-button {
  width: 100%;
  padding: 2px 24px 42px;
  margin: 24px 0;
  display: block;
  background-color: #f6f1e8; }
  .b-longrid-button__title {
    font-family: "Arimo-Regular";
    font-weight: 300;
    font-size: 16px;
    color: #241a14;
    width: 100%;
    max-width: 1280px;
    margin: 26px auto 16px; }
  .b-longrid-button p {
    margin-bottom: 30px; }
  .b-longrid-button__btn {
    height: auto;
    min-width: 180px;
    min-height: 40px;
    margin: 40px auto 0;
    padding: 0 16px;
    border: 1px solid #ad7a1e;
    background-color: #ad7a1e;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    display: block; }
    .b-longrid-button__btn:hover {
      background-color: #f6f1e8; }
      .b-longrid-button__btn:hover .b-longrid-button__text, .b-longrid-button__btn:hover .b-longrid-button__sign svg {
        color: #ad7a1e; }
      .b-longrid-button__btn:hover .b-longrid-button__sign svg {
        fill: #ad7a1e; }
    .b-longrid-button__btn:before {
      content: '';
      width: 0;
      height: 100%;
      display: inline-block;
      vertical-align: middle; }
  .b-longrid-button__text, .b-longrid-button__sign {
    display: inline-block;
    vertical-align: middle; }
  .b-longrid-button__text {
    max-width: -webkit-calc(100% - 20px);
    max-width: -moz-calc(100% - 20px);
    max-width: calc(100% - 20px);
    margin-right: 8px;
    color: #ffffff;
    font-family: "Arimo-Regular";
    font-size: 10px;
    line-height: 24px;
    text-transform: uppercase;
    text-align: left; }
  .b-longrid-button__sign {
    width: 12px;
    height: 12px; }
    .b-longrid-button__sign svg {
      width: 100%;
      height: 100%;
      display: block;
      color: #ffffff;
      fill: #ffffff; }

@media (min-width: 1024px) {
  .b-longrid-button {
    margin: 40px 0;
    padding: 18px 40px 88px; }
    .b-longrid-button__title {
      font-size: 28px;
      letter-spacing: 0.6px;
      margin: 34px auto 44px; }
    .b-longrid-button__btn {
      min-height: 48px;
      max-width: 1058px;
      margin: 70px auto 0;
      padding: 7px 34px; }
    .b-longrid-button__text {
      font-size: 16px;
      line-height: 32px;
      max-width: 968px; } }

:root {
  --color-gold: #ad7a1e;
  --white: #ffffff;
  --border-translucent:rgba(255, 255, 255, 0.5);
  --text-dark:#081a27;
  --blackout:rgba(0, 0, 0, 0.6);
  --dark-gray-brown:#241a14;
  --black:#000000;
  --dots:#999999;
  --dots-hover:#d8d8d8;
  --color-black: #000;
  --color-gray: #757575;
  --color-light-gray: #c1bebc;
  --color-silver: #e9e8e7;
  --color-pink: #f6f1e8;
  --color-dark: #241a14;
  --color-brown: #5a4018;
  --color-light-brown: #b39060;
  --color-peach: #dab679; }

:root {
  --animation-time: 0.3s; }

.b-longrid-number {
  display: block;
  width: 100%;
  padding: 0 24px;
  margin: 0 0 64px; }
  .b-longrid-number__wrap {
    display: block;
    width: 100%;
    max-width: 1060px;
    margin: 0 auto;
    font-size: 0;
    position: relative; }
  .b-longrid-number__line {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 2px;
    background-color: #C9A068;
    margin: 8px 0 40px;
    opacity: 0.2; }
  .b-longrid-number__number {
    display: inline-block;
    vertical-align: middle;
    font-family: "Tinos-Regular";
    font-size: 144px;
    line-height: 166px;
    color: #C9A068;
    margin-left: 16px;
    cursor: default;
    opacity: 0.2; }
  .b-longrid-number__theme {
    display: block;
    margin: 0 0 20px; }
    .b-longrid-number__theme a {
      text-decoration: underline;
      color: #ad7a1e; }
      .b-longrid-number__theme a:hover {
        text-decoration: none; }
  .b-longrid-number__text {
    font-family: "Arimo-Regular";
    font-size: 17px;
    line-height: 28px;
    letter-spacing: 1px;
    color: #ad7a1e; }
  .b-longrid-number__left, .b-longrid-number__middle, .b-longrid-number__right {
    display: inline-block;
    vertical-align: top; }
  .b-longrid-number__left, .b-longrid-number__right {
    width: -webkit-calc(50% - 60px);
    width: -moz-calc(50% - 60px);
    width: calc(50% - 60px); }
  .b-longrid-number__left .b-longrid-number__link svg {
    margin: 0 16px -2px 0; }
  .b-longrid-number__right {
    text-align: right; }
    .b-longrid-number__right .b-longrid-number__link svg {
      margin: 0 0 -2px 16px;
      -webkit-transform: rotate(180deg);
         -moz-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
  .b-longrid-number__link {
    display: inline-block;
    font-family: "Arimo-Regular";
    font-size: 16px;
    line-height: 24px;
    color: #ad7a1e;
    letter-spacing: 1px;
    text-decoration: underline;
    cursor: pointer; }
    .b-longrid-number__link svg {
      display: inline-block;
      width: 16px;
      height: 16px;
      fill: #ad7a1e;
      color: #ad7a1e; }
    .b-longrid-number__link:hover {
      text-decoration: none; }
  .b-longrid-number__middle {
    width: 120px;
    font-family: "Arimo-Regular";
    font-weight: normal;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 1px;
    text-align: center;
    color: #ad7a1e; }
    .b-longrid-number__middle span.large {
      font-size: 28px; }
  @media (max-width: 1023px) {
    .b-longrid-number {
      margin: 0 0 24px; }
      .b-longrid-number__number {
        font-size: 120px;
        line-height: 140px; } }
  @media (max-width: 768px) {
    .b-longrid-number__left, .b-longrid-number__right {
      width: 50%;
      margin: 0 0 38px; }
    .b-longrid-number__left .b-longrid-number__link svg {
      margin: 0 8px -2px 0; }
    .b-longrid-number__right .b-longrid-number__link svg {
      margin: 0 0 -2px 8px; }
    .b-longrid-number__middle {
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      top: auto;
      bottom: 0; } }
  @media (max-width: 520px) {
    .b-longrid-number__link {
      font-size: 14px;
      line-height: 18px;
      letter-spacing: 0; }
      .b-longrid-number__link svg {
        display: none; } }

:root {
  --color-gold: #ad7a1e;
  --white: #ffffff;
  --border-translucent:rgba(255, 255, 255, 0.5);
  --text-dark:#081a27;
  --blackout:rgba(0, 0, 0, 0.6);
  --dark-gray-brown:#241a14;
  --black:#000000;
  --dots:#999999;
  --dots-hover:#d8d8d8;
  --color-black: #000;
  --color-gray: #757575;
  --color-light-gray: #c1bebc;
  --color-silver: #e9e8e7;
  --color-pink: #f6f1e8;
  --color-dark: #241a14;
  --color-brown: #5a4018;
  --color-light-brown: #b39060;
  --color-peach: #dab679; }

:root {
  --animation-time: 0.3s; }

.b-longrid-video-slider {
  display: block;
  width: 100%;
  margin: 0;
  padding: 60px 0 40px;
  background-color: #f6f1e8; }
  .b-longrid-video-slider__title {
    font-family: "Arimo-Regular";
    font-size: 32px;
    line-height: 58px;
    letter-spacing: 0.64px;
    color: #081a27;
    padding: 0 190px;
    margin: 0; }
  .b-longrid-video-slider__list {
    margin: 0;
    padding: 52px 0 0;
    list-style-type: none; }
  .b-longrid-video-slider__item {
    display: block;
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0.6;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s; }
    .b-longrid-video-slider__item iframe {
      display: inline-block;
      max-width: 100%; }
  .b-longrid-video-slider__video {
    display: block;
    width: 100%;
    max-width: 840px;
    margin: 0 auto 24px;
    text-align: center;
    background-color: #eee; }
    @media (max-width: 1023px) {
      .b-longrid-video-slider__video {
        height: 320px; }
        .b-longrid-video-slider__video iframe {
          height: 100%; } }
    @media (max-width: 768px) {
      .b-longrid-video-slider__video {
        height: 220px; } }
  .b-longrid-video-slider__subtitle {
    font-family: "Tinos-Regular";
    font-size: 18px;
    line-height: 28px;
    color: #241a14;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 84px;
    width: 100%;
    max-width: 840px;
    margin: 0 auto;
    white-space: pre-line;
    text-align: left; }
  .b-longrid-video-slider .slick-slide {
    margin: 0 95px; }
  .b-longrid-video-slider .slick-slide.slick-active .b-longrid-video-slider__item, .b-longrid-video-slider .slick-slide.slick-current .b-longrid-video-slider__item {
    opacity: 1; }
  .b-longrid-video-slider .slick-prev, .b-longrid-video-slider .slick-next {
    position: absolute;
    top: -30px;
    left: auto;
    display: block;
    width: 48px;
    height: 48px;
    border: 1px solid #ad7a1e;
    background-color: #f6f1e8;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer; }
    .b-longrid-video-slider .slick-prev:before, .b-longrid-video-slider .slick-next:before {
      content: '';
      width: 8px;
      height: 8px;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      -webkit-transform: rotate(45deg);
         -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
    .b-longrid-video-slider .slick-prev:hover, .b-longrid-video-slider .slick-next:hover {
      background-color: #ad7a1e; }
  .b-longrid-video-slider .slick-prev {
    right: 246px; }
    .b-longrid-video-slider .slick-prev:before {
      left: 5px;
      border-left: 2px solid #ad7a1e;
      border-bottom: 2px solid #ad7a1e; }
    .b-longrid-video-slider .slick-prev:hover:before {
      border-left: 2px solid #ffffff;
      border-bottom: 2px solid #ffffff; }
  .b-longrid-video-slider .slick-next {
    right: 190px; }
    .b-longrid-video-slider .slick-next:before {
      right: 5px;
      border-top: 2px solid #ad7a1e;
      border-right: 2px solid #ad7a1e; }
    .b-longrid-video-slider .slick-next:hover:before {
      border-top: 2px solid #ffffff;
      border-right: 2px solid #ffffff; }
  @media (max-width: 1023px) {
    .b-longrid-video-slider__title {
      padding: 0 80px; }
    .b-longrid-video-slider__subtitle {
      font-size: 16px;
      line-height: 24px;
      height: 72px;
      padding: 0 16px; }
    .b-longrid-video-slider .slick-slide {
      margin: 0 45px; }
    .b-longrid-video-slider .slick-prev {
      right: 136px; }
    .b-longrid-video-slider .slick-next {
      right: 80px; } }
  @media (max-width: 520px) {
    .b-longrid-video-slider__title {
      font-size: 16px;
      line-height: 24px;
      padding: 0 24px; }
    .b-longrid-video-slider .slick-slide {
      margin: 0 8px; }
    .b-longrid-video-slider .slick-prev, .b-longrid-video-slider .slick-next {
      top: -12px; }
    .b-longrid-video-slider .slick-prev {
      right: 78px; }
    .b-longrid-video-slider .slick-next {
      right: 22px; } }

:root {
  --color-gold: #ad7a1e;
  --white: #ffffff;
  --border-translucent:rgba(255, 255, 255, 0.5);
  --text-dark:#081a27;
  --blackout:rgba(0, 0, 0, 0.6);
  --dark-gray-brown:#241a14;
  --black:#000000;
  --dots:#999999;
  --dots-hover:#d8d8d8;
  --color-black: #000;
  --color-gray: #757575;
  --color-light-gray: #c1bebc;
  --color-silver: #e9e8e7;
  --color-pink: #f6f1e8;
  --color-dark: #241a14;
  --color-brown: #5a4018;
  --color-light-brown: #b39060;
  --color-peach: #dab679; }

:root {
  --animation-time: 0.3s; }

.b-longrid-autors {
  display: block;
  width: 100%;
  margin: 0;
  padding: 60px 0;
  background-color: #f6f1e8; }
  .b-longrid-autors__title {
    font-family: "Arimo-Regular";
    font-size: 28px;
    line-height: 48px;
    letter-spacing: 0.64px;
    color: #081a27;
    margin: 0 0 40px;
    padding: 0 80px; }
  .b-longrid-autors__list {
    display: block;
    width: 100%;
    max-width: 803px;
    margin: 0 auto;
    padding: 40px 64px;
    list-style-type: none;
    background-color: #ffffff;
    font-size: 0; }
  .b-longrid-autors__item {
    display: block;
    width: 100%;
    padding: 0 0 40px;
    margin: 0 0 40px;
    border-bottom: 1px solid rgba(8, 26, 39, 0.2); }
    .b-longrid-autors__item--last {
      border: none;
      padding: 0;
      margin: 0; }
    .b-longrid-autors__item.more .b-longrid-autors__more {
      display: inline-block; }
    .b-longrid-autors__item.show-comment .b-longrid-autors__comment {
      display: block;
      max-height: none; }
    .b-longrid-autors__item.show-comment .b-longrid-autors__more span:first-child {
      display: none; }
    .b-longrid-autors__item.show-comment .b-longrid-autors__more span:last-child {
      display: inline-block; }
  .b-longrid-autors__left, .b-longrid-autors__right {
    display: inline-block;
    vertical-align: top; }
  .b-longrid-autors__left {
    width: -webkit-calc(100% - 120px);
    width: -moz-calc(100% - 120px);
    width: calc(100% - 120px);
    padding-right: 40px;
    text-align: center; }
  .b-longrid-autors__right {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #f6f1e8;
    background-image: url(../images/sprites/svg/avatar.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 72px 72px; }
    .b-longrid-autors__right img {
      display: block;
      width: 100%;
      height: 100%;
      border-radius: 50%; }
  .b-longrid-autors__name, .b-longrid-autors__comment {
    white-space: pre-line;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: #081a27;
    text-align: left; }
  .b-longrid-autors__name {
    font-family: "Arimo-Regular";
    font-size: 28px;
    line-height: 38px;
    -webkit-line-clamp: 2;
    max-height: 76px;
    margin: 0 0 16px; }
  .b-longrid-autors__comment {
    font-family: "Tinos-Regular";
    font-size: 18px;
    line-height: 28px;
    -webkit-line-clamp: 20;
    max-height: 560px;
    margin: 0; }
  .b-longrid-autors__more {
    display: none;
    border: none;
    border-bottom: 1px solid;
    background-color: #ffffff;
    margin: 16px 0 0;
    padding: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s; }
    .b-longrid-autors__more span {
      font-family: "Tinos-Regular";
      font-size: 16px;
      font-weight: normal;
      line-height: 1.5;
      letter-spacing: 1px;
      color: #000000;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      transition: 0.3s;
      cursor: pointer; }
      .b-longrid-autors__more span:first-child {
        display: inline-block; }
      .b-longrid-autors__more span:last-child {
        display: none; }
    .b-longrid-autors__more:hover {
      border-bottom: 1px solid #ad7a1e; }
      .b-longrid-autors__more:hover span {
        color: #ad7a1e; }
  @media (max-width: 1023px) {
    .b-longrid-autors__title {
      padding: 0 60px; } }
  @media (max-width: 767px) {
    .b-longrid-autors__list {
      padding: 24px; }
    .b-longrid-autors__item {
      padding: 0 0 24px;
      margin: 0 0 24px; }
      .b-longrid-autors__item--last {
        padding: 0;
        margin: 0; }
      .b-longrid-autors__item.show-comment .b-longrid-autors__comment {
        max-height: none; }
    .b-longrid-autors__left {
      width: -webkit-calc(100% - 80px);
      width: -moz-calc(100% - 80px);
      width: calc(100% - 80px);
      padding-right: 16px; }
    .b-longrid-autors__right {
      width: 80px;
      height: 80px;
      background-size: 56px 56px; }
    .b-longrid-autors__name {
      font-size: 20px;
      line-height: 28px;
      max-height: 56px; }
    .b-longrid-autors__comment {
      font-size: 16px;
      line-height: 18px;
      max-height: 360px; } }
  @media (max-width: 520px) {
    .b-longrid-autors__title {
      font-size: 16px;
      line-height: 24px;
      padding: 0 24px; } }

:root {
  --color-gold: #ad7a1e;
  --white: #ffffff;
  --border-translucent:rgba(255, 255, 255, 0.5);
  --text-dark:#081a27;
  --blackout:rgba(0, 0, 0, 0.6);
  --dark-gray-brown:#241a14;
  --black:#000000;
  --dots:#999999;
  --dots-hover:#d8d8d8;
  --color-black: #000;
  --color-gray: #757575;
  --color-light-gray: #c1bebc;
  --color-silver: #e9e8e7;
  --color-pink: #f6f1e8;
  --color-dark: #241a14;
  --color-brown: #5a4018;
  --color-light-brown: #b39060;
  --color-peach: #dab679; }

:root {
  --animation-time: 0.3s; }

.b-wysiwyg {
  width: 100%;
  display: block;
  margin: 24px 0; }
  .b-wysiwyg h1, .b-wysiwyg h2, .b-wysiwyg h3, .b-wysiwyg h4, .b-wysiwyg h5, .b-wysiwyg h6 {
    width: 100%;
    max-width: 1440px;
    font-weight: 300;
    margin: 24px auto;
    padding: 0 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 16px;
    -webkit-line-clamp: 3; }
  .b-wysiwyg h1 {
    font-family: "Arimo-Regular";
    font-size: 28px;
    letter-spacing: 0.9px;
    padding: 0 24px;
    max-width: 1440px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical; }
  .b-wysiwyg h2 {
    font-size: 24px;
    letter-spacing: 0.6px;
    -webkit-line-clamp: 3;
    max-height: 85px; }
  .b-wysiwyg h3 {
    font-size: 16px;
    -webkit-line-clamp: 3;
    max-height: 53px; }
  .b-wysiwyg p, .b-wysiwyg li {
    white-space: pre-line;
    font-family: "Tinos-Regular";
    font-size: 16px;
    line-height: 20px;
    color: #241a14;
    max-width: 1104px;
    margin: 0 auto 37px;
    padding: 0 24px; }
    .b-wysiwyg p:last-child, .b-wysiwyg li:last-child {
      margin-bottom: 0; }
  .b-wysiwyg a {
    text-decoration: underline;
    color: #ad7a1e; }
  .b-wysiwyg ul, .b-wysiwyg ol {
    margin: 0 auto 37px;
    padding: 0 24px 0 64px;
    max-width: 1104px; }
  .b-wysiwyg li {
    padding: 0;
    margin-bottom: 8px; }
    .b-wysiwyg li:last-child {
      margin-bottom: 0; }
  .b-wysiwyg img {
    display: block;
    width: 100%;
    max-width: 1056px;
    margin: 0 auto 10px;
    height: auto;
    max-height: 390px;
    -o-object-fit: contain;
       object-fit: contain;
    font-family: 'object-fit: contain;'; }
  .b-wysiwyg.background-pink-2 {
    margin: 0;
    padding: 24px 0; }
  @media (min-width: 769px) {
    .b-wysiwyg h1 {
      font-size: 50px;
      line-height: 70px; } }
  @media (min-width: 1024px) {
    .b-wysiwyg {
      margin: 40px 0; }
      .b-wysiwyg h1, .b-wysiwyg h2, .b-wysiwyg h3, .b-wysiwyg h4, .b-wysiwyg h5, .b-wysiwyg h6 {
        margin: 40px auto;
        font-size: 28px; }
      .b-wysiwyg h1 {
        font-size: 50px;
        line-height: 70px; }
      .b-wysiwyg h2 {
        font-size: 36px;
        max-height: 125px; }
      .b-wysiwyg h3 {
        font-size: 28px;
        max-height: 96px; }
      .b-wysiwyg p, .b-wysiwyg li {
        font-size: 20px;
        line-height: 30px; }
      .b-wysiwyg.background-pink-2 {
        margin: 0;
        padding: 40px 0; } }
  @media (min-width: 1280px) {
    .b-wysiwyg h2, .b-wysiwyg h3, .b-wysiwyg h4, .b-wysiwyg h5, .b-wysiwyg h6 {
      padding: 0 80px; }
    .b-wysiwyg h1 {
      padding: 0 450px 0 80px; } }
  @media (min-width: 1440px) {
    .b-wysiwyg img {
      height: auto;
      max-height: 630px;
      margin-bottom: 24px; } }

:root {
  --color-gold: #ad7a1e;
  --white: #ffffff;
  --border-translucent:rgba(255, 255, 255, 0.5);
  --text-dark:#081a27;
  --blackout:rgba(0, 0, 0, 0.6);
  --dark-gray-brown:#241a14;
  --black:#000000;
  --dots:#999999;
  --dots-hover:#d8d8d8;
  --color-black: #000;
  --color-gray: #757575;
  --color-light-gray: #c1bebc;
  --color-silver: #e9e8e7;
  --color-pink: #f6f1e8;
  --color-dark: #241a14;
  --color-brown: #5a4018;
  --color-light-brown: #b39060;
  --color-peach: #dab679; }

:root {
  --animation-time: 0.3s; }

.b-authors {
  background-color: #EFE9DD;
  padding: 40px 0 40px 24px; }
  @media (min-width: 1024px) {
    .b-authors {
      padding: 64px 80px 14px; } }
  .b-authors__title {
    font-size: 20px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 1px;
    color: #081a27;
    margin: 0 0 18px;
    padding-right: 140px; }
    @media (min-width: 1024px) {
      .b-authors__title {
        font-size: 28px;
        line-height: 48px;
        margin: 0 0 40px;
        padding-right: 0; } }
  .b-authors__list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 0; }
    @media (min-width: 1024px) {
      .b-authors__list {
        width: -webkit-calc(100% + 40px);
        width: -moz-calc(100% + 40px);
        width: calc(100% + 40px);
        margin: 0 -20px; } }
  .b-authors__item {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    height: 357px;
    background-color: #ffffff;
    padding: 24px; }
    @media (min-width: 1024px) {
      .b-authors__item {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -moz-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        vertical-align: top;
        height: 284px;
        width: -webkit-calc(50% - 40px);
        width: -moz-calc(50% - 40px);
        width: calc(50% - 40px);
        margin: 0 20px 40px;
        padding: 40px; } }
  .b-authors__wrap {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
    @media (min-width: 1024px) {
      .b-authors__wrap {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
           -moz-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        width: -webkit-calc(100% - 120px);
        width: -moz-calc(100% - 120px);
        width: calc(100% - 120px);
        padding-right: 40px; } }
  .b-authors__name {
    font-size: 20px;
    font-weight: 400;
    line-height: 23px;
    color: #081a27;
    margin: 0 0 16px;
    word-break: break-word;
    -webkit-hyphens: auto;
       -moz-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 69px; }
    @media (min-width: 1024px) {
      .b-authors__name {
        font-size: 28px;
        line-height: 38px;
        -webkit-line-clamp: 2;
        max-height: 76px; } }
  .b-authors__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #081a27;
    margin: 0 0 16px;
    word-break: break-word;
    -webkit-hyphens: auto;
       -moz-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    max-height: 144px; }
    @media (min-width: 1024px) {
      .b-authors__text {
        font-size: 18px;
        line-height: 28px;
        -webkit-line-clamp: 4;
        max-height: 112px; } }
  .b-authors__image {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 64px;
    height: 64px;
    min-height: 64px;
    border-radius: 50%;
    background-color: #f6f1e8;
    background-image: url(../images/sprites/svg/avatar.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 70% 70%;
    overflow: hidden;
    margin: 0 0 16px; }
    @media (min-width: 1024px) {
      .b-authors__image {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
           -moz-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        width: 120px;
        height: 120px;
        min-width: 120px;
        min-height: 120px; } }
    .b-authors__image img {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain;
      -o-object-position: center;
         object-position: center; }
      .b-authors__image img[src="null"] {
        display: none; }
  .b-authors__position {
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    text-transform: uppercase;
    color: #000000;
    margin: 10px 0 6px; }
    @media (max-width: 1023px) {
      .b-authors__position {
        font-size: 12px;
        line-height: 12px;
        margin: 0 0 8px; } }
  .b-authors .slick-slide {
    margin-right: 16px; }
  .b-authors .slick-prev,
  .b-authors .slick-next {
    width: 48px;
    height: 48px;
    border: solid 1px #ad7a1e;
    background-color: #EFE9DD;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: -42px;
    left: auto; }
    @media (min-width: 1024px) {
      .b-authors .slick-prev,
      .b-authors .slick-next {
        display: none; } }
    .b-authors .slick-prev:before,
    .b-authors .slick-next:before {
      content: "";
      width: 8px;
      height: 8px;
      -webkit-transform: rotate(-45deg);
         -moz-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
      opacity: 1; }
    .b-authors .slick-prev:hover,
    .b-authors .slick-next:hover {
      background-color: #ad7a1e; }
  .b-authors .slick-prev {
    right: 88px; }
    .b-authors .slick-prev:before {
      border-right: none;
      border-bottom: none;
      border-top: 1px solid #ad7a1e;
      border-left: 1px solid #ad7a1e;
      margin-left: 4px; }
    .b-authors .slick-prev:hover:before {
      border-top: 1px solid #ffffff;
      border-left: 1px solid #ffffff; }
  .b-authors .slick-next {
    right: 24px; }
    .b-authors .slick-next:before {
      border-left: none;
      border-top: none;
      border-right: 1px solid #ad7a1e;
      border-bottom: 1px solid #ad7a1e;
      margin-left: -4px; }
    .b-authors .slick-next:hover:before {
      border-right: 1px solid #ffffff;
      border-bottom: 1px solid #ffffff; }

.b-modal {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100vw;
  height: 100vh;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  z-index: -1; }
  .b-modal.active {
    opacity: 1;
    visibility: visible;
    z-index: 1005; }
  .b-modal__content {
    position: relative;
    background-color: #ffffff;
    max-height: -webkit-calc(100vh - 48px);
    max-height: -moz-calc(100vh - 48px);
    max-height: calc(100vh - 48px);
    overflow: hidden; }
  .b-modal__close {
    position: absolute;
    top: 12px;
    left: auto;
    right: 20px;
    display: block;
    width: 16px;
    height: 16px;
    background: transparent;
    border: none;
    padding: 0;
    z-index: 1; }
    .b-modal__close svg {
      display: block;
      width: 100%;
      height: 100%;
      fill: #ffffff;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      transition: 0.3s; }
    @media (min-width: 1024px) {
      .b-modal__close:hover svg {
        fill: #ad7a1e; } }
    @media (max-width: 1023px) {
      .b-modal__close {
        right: 16px; } }

.b-modal--dictionary .b-modal__content {
  width: 100%;
  max-width: 846px; }
  @media (max-width: 1023px) {
    .b-modal--dictionary .b-modal__content {
      width: 846px;
      max-width: -webkit-calc(100vw - 48px);
      max-width: -moz-calc(100vw - 48px);
      max-width: calc(100vw - 48px); } }

.b-modal--dictionary .b-modal__label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  background-color: #8D2A25;
  padding: 0 20px; }
  @media (max-width: 1023px) {
    .b-modal--dictionary .b-modal__label {
      padding: 0 16px; } }
  .b-modal--dictionary .b-modal__label svg {
    display: block;
    width: 18px;
    height: 24px;
    fill: #ffffff; }

.b-modal--dictionary .b-modal__inner {
  padding: 30px 30px 40px;
  max-height: -webkit-calc(100vh - 88px);
  max-height: -moz-calc(100vh - 88px);
  max-height: calc(100vh - 88px);
  overflow-x: hidden;
  overflow-y: auto; }

.b-modal--dictionary .b-modal__title {
  font-size: 24px;
  font-weight: 400;
  line-height: 29px;
  color: #000000;
  margin: 0 0 40px; }
  @media (max-width: 1023px) {
    .b-modal--dictionary .b-modal__title {
      font-size: 18px;
      line-height: 22px;
      margin: 0 0 16px; } }

.b-modal--dictionary .b-modal__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  white-space: pre-line;
  color: #000000;
  margin: 0; }

.b-modal--dictionary.b-modal--comment .b-modal__label {
  background-color: #454545; }

.b-modal--dictionary.b-modal--comment .b-modal__title {
  margin: 0 0 20px; }
  @media (max-width: 1023px) {
    .b-modal--dictionary.b-modal--comment .b-modal__title {
      margin: 0 0 16px; } }

.b-longrid-materials {
  background-color: #F7F2E8;
  padding: 60px 0 80px 80px;
  position: relative; }
  @media (max-width: 1023px) {
    .b-longrid-materials {
      padding: 65px 0 60px 24px; } }
  .b-longrid-materials__title {
    font-size: 32px;
    font-weight: 400;
    line-height: 38px;
    word-break: break-word;
    -webkit-hyphens: auto;
       -moz-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
    margin: 0 0 34px;
    padding-right: 200px; }
    @media (max-width: 1023px) {
      .b-longrid-materials__title {
        margin: 0 0 42px;
        padding-right: 144px; } }
    @media (max-width: 359px) {
      .b-longrid-materials__title {
        padding-right: 120px; } }
  .b-longrid-materials .b-materials {
    padding: 0 !important; }
  .b-longrid-materials .b-materials__item {
    max-width: 100% !important;
    padding: 0 !important; }
  .b-longrid-materials .b-materials__img {
    height: 111px; }
    @media (min-width: 780px) {
      .b-longrid-materials .b-materials__img {
        height: 168px; } }
    @media (min-width: 1000px) {
      .b-longrid-materials .b-materials__img {
        height: 190px; } }
    @media (min-width: 1220px) {
      .b-longrid-materials .b-materials__img {
        height: 205px; } }
    @media (min-width: 1440px) {
      .b-longrid-materials .b-materials__img {
        height: 218px; } }
    @media (min-width: 1880px) {
      .b-longrid-materials .b-materials__img {
        height: 260px; } }
  .b-longrid-materials .b-materials__text {
    font-size: 16px;
    line-height: 24px;
    max-height: 72px; }
    @media (min-width: 1024px) {
      .b-longrid-materials .b-materials__text {
        font-size: 17px;
        line-height: 29px;
        max-height: 87px;
        -webkit-line-clamp: 3; } }
  .b-longrid-materials .b-materials__date {
    font-size: 12px;
    line-height: 16px; }
    @media (min-width: 1024px) {
      .b-longrid-materials .b-materials__date {
        font-size: 16px; } }
  .b-longrid-materials .slick-list {
    margin: 0 -10px;
    padding-right: 80px !important; }
    @media (max-width: 1023px) {
      .b-longrid-materials .slick-list {
        padding-right: 24px !important; } }
  .b-longrid-materials .slick-slide {
    margin: 0 10px; }
  .b-longrid-materials .slick-prev,
  .b-longrid-materials .slick-next {
    width: 48px;
    height: 48px;
    border: solid 1px #ad7a1e;
    background-color: rgba(255, 255, 255, 0);
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: -53px;
    left: auto; }
    @media (max-width: 1023px) {
      .b-longrid-materials .slick-prev,
      .b-longrid-materials .slick-next {
        top: -61px; } }
    .b-longrid-materials .slick-prev:before,
    .b-longrid-materials .slick-next:before {
      content: "";
      width: 8px;
      height: 8px;
      -webkit-transform: rotate(-45deg);
         -moz-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
      opacity: 1; }
    .b-longrid-materials .slick-prev:hover,
    .b-longrid-materials .slick-next:hover {
      background-color: #ad7a1e; }
  .b-longrid-materials .slick-prev {
    right: 136px; }
    @media (max-width: 1023px) {
      .b-longrid-materials .slick-prev {
        right: 80px; } }
    @media (max-width: 359px) {
      .b-longrid-materials .slick-prev {
        right: 64px; } }
    .b-longrid-materials .slick-prev:before {
      border-right: none;
      border-bottom: none;
      border-top: 1px solid #ad7a1e;
      border-left: 1px solid #ad7a1e;
      margin-left: 4px; }
    .b-longrid-materials .slick-prev:hover:before {
      border-top: 1px solid #ffffff;
      border-left: 1px solid #ffffff; }
  .b-longrid-materials .slick-next {
    right: 80px; }
    @media (max-width: 1023px) {
      .b-longrid-materials .slick-next {
        right: 24px; } }
    @media (max-width: 359px) {
      .b-longrid-materials .slick-next {
        right: 8px; } }
    .b-longrid-materials .slick-next:before {
      border-left: none;
      border-top: none;
      border-right: 1px solid #ad7a1e;
      border-bottom: 1px solid #ad7a1e;
      margin-left: -4px; }
    .b-longrid-materials .slick-next:hover:before {
      border-right: 1px solid #ffffff;
      border-bottom: 1px solid #ffffff; }

.b-longrid-menu-new {
  width: 100%;
  background-color: #ffffff;
  border-bottom: 6px solid #ad7a1e;
  padding: 0 80px;
  position: relative; }
  @media (max-width: 1023px) {
    .b-longrid-menu-new {
      padding: 0 22px; } }
  @media (max-width: 520px) {
    .b-longrid-menu-new {
      padding: 0 12px; } }
  .b-longrid-menu-new__list {
    width: -webkit-calc(100% + 10px);
    width: -moz-calc(100% + 10px);
    width: calc(100% + 10px);
    margin: 0 -5px;
    padding: 0;
    list-style-type: none;
    font-size: 0; }
    @media (max-width: 1023px) {
      .b-longrid-menu-new__list {
        width: -webkit-calc(100% + 8px);
        width: -moz-calc(100% + 8px);
        width: calc(100% + 8px);
        margin: 0 -4px; } }
    @media (max-width: 359px) {
      .b-longrid-menu-new__list {
        width: -webkit-calc(100% + 4px);
        width: -moz-calc(100% + 4px);
        width: calc(100% + 4px);
        margin: 0 -2px; } }
  .b-longrid-menu-new__item {
    display: inline-block;
    vertical-align: top;
    margin: 10px 5px 0;
    position: relative;
    cursor: pointer; }
    @media (min-width: 1024px) {
      .b-longrid-menu-new__item:hover .b-longrid-menu-new__link {
        color: #ffffff;
        background-color: #ad7a1e; }
        .b-longrid-menu-new__item:hover .b-longrid-menu-new__link svg {
          stroke: #ffffff; } }
    @media (max-width: 1023px) {
      .b-longrid-menu-new__item {
        margin: 8px 4px 0; } }
    @media (max-width: 359px) {
      .b-longrid-menu-new__item {
        margin: 8px 2px 0; } }
  .b-longrid-menu-new__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    color: #ad7a1e;
    background-color: #F7F2E8;
    border: none;
    padding: 13px 20px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s; }
    @media (max-width: 1023px) {
      .b-longrid-menu-new__link {
        font-size: 16px;
        line-height: 16px;
        padding: 13px 16px; } }
    @media (max-width: 359px) {
      .b-longrid-menu-new__link {
        padding: 13px 12px; } }
    .b-longrid-menu-new__link.active {
      color: #ffffff;
      background-color: #ad7a1e; }
      .b-longrid-menu-new__link.active .b-longrid-menu-new__sign svg {
        stroke: #ffffff; }
  .b-longrid-menu-new__sign {
    display: block;
    width: 26px;
    height: 14px;
    margin-right: 12px;
    position: relative;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s; }
    @media (min-width: 1024px) {
      .b-longrid-menu-new__sign:hover {
        opacity: 0.7; } }
    .b-longrid-menu-new__sign svg {
      display: block;
      width: 100%;
      height: 100%;
      stroke: #ad7a1e;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      transition: 0.3s; }
  .b-longrid-menu-new__inner {
    position: absolute;
    top: 100%;
    left: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 930px;
    background-color: rgba(173, 122, 30, 0.9);
    padding: 26px 30px 38px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    cursor: default; }
    .b-longrid-menu-new__inner.show {
      opacity: 1;
      visibility: visible;
      z-index: 10; }
    @media (max-width: 1023px) {
      .b-longrid-menu-new__inner {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        max-width: 100vw;
        height: 100vh;
        padding: 60px 24px 32px; }
        .b-longrid-menu-new__inner.show {
          z-index: 10; } }
  .b-longrid-menu-new__inner-close {
    display: none;
    position: absolute;
    top: 16px;
    left: auto;
    right: 26px;
    width: 24px;
    height: 24px;
    z-index: 1; }
    @media (max-width: 1023px) {
      .b-longrid-menu-new__inner-close {
        display: block; } }
    .b-longrid-menu-new__inner-close svg {
      display: block;
      width: 100%;
      height: 100%;
      fill: #ffffff; }
  .b-longrid-menu-new__inner-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 30px;
    width: 100%;
    position: relative; }
    @media (max-width: 1023px) {
      .b-longrid-menu-new__inner-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 0;
        max-height: -webkit-calc(100vh - 92px);
        max-height: -moz-calc(100vh - 92px);
        max-height: calc(100vh - 92px);
        padding-right: 24px;
        overflow-x: hidden;
        overflow-y: auto; }
        .b-longrid-menu-new__inner-wrap::-webkit-scrollbar {
          width: 6px !important; }
        .b-longrid-menu-new__inner-wrap::-webkit-scrollbar-track {
          background: rgba(255, 255, 255, 0.3) !important;
          border-radius: 90px !important; }
        .b-longrid-menu-new__inner-wrap::-webkit-scrollbar-thumb {
          background: rgba(255, 255, 255, 0.5) !important;
          border-radius: 90px !important;
          cursor: pointer !important; } }
  .b-longrid-menu-new__column {
    width: -webkit-calc(100% / 6);
    width: -moz-calc(100% / 6);
    width: calc(100% / 6);
    min-width: 120px; }
    @media (max-width: 1023px) {
      .b-longrid-menu-new__column {
        width: 100%;
        margin: 0 0 18px; }
        .b-longrid-menu-new__column:last-child {
          margin: 0; } }
  .b-longrid-menu-new__inner-title {
    height: 28px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    color: #ffffff;
    margin: 0 0 22px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    overflow: visible;
    cursor: pointer; }
    @media (min-width: 1024px) {
      .b-longrid-menu-new__inner-title:hover {
        color: #241a14; } }
    @media (max-width: 1023px) {
      .b-longrid-menu-new__inner-title {
        height: auto;
        max-height: 28px; } }
    .b-longrid-menu-new__inner-title span {
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      max-height: 28px; }
    .b-longrid-menu-new__inner-title:after {
      content: "";
      position: absolute;
      top: auto;
      bottom: -10px;
      display: block;
      width: 100%;
      height: 2px;
      background-color: rgba(255, 255, 255, 0.5);
      z-index: 1; }
      @media (max-width: 1023px) {
        .b-longrid-menu-new__inner-title:after {
          max-width: 120px; } }
  .b-longrid-menu-new__inner-list {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  .b-longrid-menu-new__inner-item {
    margin: 0 0 6px;
    cursor: pointer; }
    @media (min-width: 1024px) {
      .b-longrid-menu-new__inner-item:hover a {
        color: #241a14; } }
    .b-longrid-menu-new__inner-item a {
      font-size: 12px;
      font-weight: 400;
      line-height: 12px;
      color: #ffffff;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      transition: 0.3s; }
  .b-longrid-menu-new.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10; }

.b-longrid-gallery {
  padding: 40px 80px 80px; }
  @media (max-width: 1023px) {
    .b-longrid-gallery {
      padding: 40px 24px 48px; } }
  .b-longrid-gallery__title {
    font-size: 40px;
    font-weight: 400;
    line-height: 40px;
    border-bottom: 1px solid #ad7a1e;
    margin: 0 0 30px;
    padding: 0 0 30px; }
    @media (max-width: 1023px) {
      .b-longrid-gallery__title {
        font-size: 28px;
        line-height: 28px;
        margin: 0 0 24px;
        padding: 0 0 16px; } }
  .b-longrid-gallery__text {
    max-width: 1060px;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    white-space: pre-line;
    color: #241a14;
    margin: 0 auto 30px; }
    .b-longrid-gallery__text:last-child {
      margin: 0 auto; }
    @media (max-width: 1023px) {
      .b-longrid-gallery__text {
        margin: 0 auto 24px; }
        .b-longrid-gallery__text:last-child {
          margin: 0 auto; } }
  .b-longrid-gallery .b-masonry {
    width: -webkit-calc(100% + 40px);
    width: -moz-calc(100% + 40px);
    width: calc(100% + 40px);
    margin: 0 -20px;
    padding: 0; }
    @media (max-width: 1023px) {
      .b-longrid-gallery .b-masonry {
        width: -webkit-calc(100% + 24px);
        width: -moz-calc(100% + 24px);
        width: calc(100% + 24px);
        margin: 0 -12px; } }
    .b-longrid-gallery .b-masonry__item {
      width: -webkit-calc(20% - 40px);
      width: -moz-calc(20% - 40px);
      width: calc(20% - 40px);
      margin: 0 20px 40px; }
      @media (max-width: 1500px) {
        .b-longrid-gallery .b-masonry__item {
          width: -webkit-calc(25% - 40px);
          width: -moz-calc(25% - 40px);
          width: calc(25% - 40px); } }
      @media (max-width: 1023px) {
        .b-longrid-gallery .b-masonry__item {
          width: -webkit-calc(100% / 3 - 24px);
          width: -moz-calc(100% / 3 - 24px);
          width: calc(100% / 3 - 24px);
          margin: 0 12px 24px; } }
      @media (max-width: 520px) {
        .b-longrid-gallery .b-masonry__item {
          width: -webkit-calc(50% - 24px);
          width: -moz-calc(50% - 24px);
          width: calc(50% - 24px); } }
  .b-longrid-gallery .b-authors {
    background-color: rgba(255, 255, 255, 0);
    margin: 36px 0 0;
    padding: 0; }
    @media (min-width: 1024px) {
      .b-longrid-gallery .b-authors {
        width: -webkit-calc(100% + 20px);
        width: -moz-calc(100% + 20px);
        width: calc(100% + 20px);
        margin: 60px 0 0;
        padding: 0; } }
    .b-longrid-gallery .b-authors__list {
      margin: 0; }
      @media (min-width: 1024px) {
        .b-longrid-gallery .b-authors__list {
          margin: 0 -10px; } }
    .b-longrid-gallery .b-authors__item {
      display: block !important;
      height: auto;
      margin: 0 0 16px;
      padding: 16px; }
      .b-longrid-gallery .b-authors__item:last-child {
        margin: 0; }
      @media (min-width: 1024px) {
        .b-longrid-gallery .b-authors__item {
          display: inline-block !important;
          height: 298px;
          margin: 0 10px 20px;
          padding: 20px 20px 30px 30px; }
          .b-longrid-gallery .b-authors__item:last-child {
            margin: 0 10px 20px; } }
    .b-longrid-gallery .b-authors__content {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
    .b-longrid-gallery .b-authors__wrap {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
         -moz-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
         -moz-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      padding-right: 16px; }
    @media (min-width: 1024px) {
      .b-longrid-gallery .b-authors__name {
        -webkit-line-clamp: 3;
        max-height: 114px; } }
    .b-longrid-gallery .b-authors__image {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
         -moz-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      width: 76px;
      min-width: 76px;
      height: 76px;
      min-height: 76px;
      border-radius: 0; }
      @media (min-width: 1024px) {
        .b-longrid-gallery .b-authors__image {
          width: 106px;
          min-width: 106px;
          height: 106px;
          min-height: 106px; } }
      .b-longrid-gallery .b-authors__image img {
        -o-object-fit: cover;
           object-fit: cover; }
    .b-longrid-gallery .b-authors__text:last-child {
      margin: 0; }
  .b-longrid-gallery--about {
    background-color: #F7F2E9; }

.b-game-filters {
  display: block;
  width: 100%;
  background-color: #EFE9DD;
  padding: 22px 0 2px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: top; }
  .b-game-filters__top {
    display: block;
    width: 100%;
    text-align: right;
    padding: 0 0 16px; }
  .b-game-filters__filters-mobile, .b-game-filters__btn-reset {
    display: inline-block;
    vertical-align: middle; }
  .b-game-filters__filters-mobile {
    margin-right: -webkit-calc(100% - 256px);
    margin-right: -moz-calc(100% - 256px);
    margin-right: calc(100% - 256px);
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ad7a1e;
    background-color: #EFE9DD;
    border: none;
    padding: 0;
    cursor: pointer; }
    .b-game-filters__filters-mobile svg {
      display: inline-block;
      vertical-align: middle;
      width: 12px;
      height: 14px;
      margin-right: 6px;
      fill: #ad7a1e; }
  .b-game-filters__btn-reset {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 1px;
    height: 18px;
    color: #ffffff;
    border: 1px solid #ad7a1e;
    border-radius: 2px;
    padding: 0 21px 0 7px;
    background-color: #ad7a1e;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    position: relative; }
    .b-game-filters__btn-reset svg {
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto 0;
      right: 6px;
      width: 10px;
      height: 10px;
      fill: #ffffff;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      transition: 0.3s; }
    .b-game-filters__btn-reset span {
      display: none; }
    .b-game-filters__btn-reset:hover {
      background-color: #EFE9DD;
      color: #ad7a1e; }
      .b-game-filters__btn-reset:hover svg {
        fill: #ad7a1e; }
  .b-game-filters__left, .b-game-filters__right, .b-game-filters__filters-modal {
    background-color: #ffffff; }
  .b-game-filters__left {
    width: 100%;
    display: block;
    margin: 0 0 24px;
    background-color: #ffffff;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    border-radius: 4px; }
    .b-game-filters__left:hover .b-game-filters__overlay {
      visibility: visible;
      opacity: 1; }
    .b-game-filters__left--ellipse .b-game-filters__info {
      background-image: url(../images/sprites/svg/ellipse-cut.svg); }
    .b-game-filters__left--triangle .b-game-filters__info {
      background-image: url(../images/sprites/svg/triangle-cut.svg); }
    .b-game-filters__left--rectangle .b-game-filters__info {
      background-image: url(../images/sprites/svg/rectangle-cut.svg); }
  .b-game-filters__right {
    display: none; }
  .b-game-filters__filters-modal {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 16px 32px 340px;
    z-index: 11; }
  .b-game-filters__link {
    display: block; }
  .b-game-filters__info {
    display: block;
    width: 100%;
    padding: 202px 0 32px;
    background-position: bottom left;
    background-size: auto 66%;
    background-repeat: no-repeat;
    position: relative;
    z-index: 2; }
  .b-game-filters__image {
    width: 100%;
    display: block;
    position: absolute;
    height: 188px;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    margin: 0 auto;
    background-color: #eee;
    z-index: 1;
    overflow: hidden; }
    .b-game-filters__image img {
      display: block;
      position: absolute;
      top: 0;
      left: 50%;
      right: 0;
      bottom: auto;
      margin: auto;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: top;
         object-position: top;
      font-family: "object-fit: cover;";
      -webkit-transform: translate(-50%, 0);
         -moz-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
              transform: translate(-50%, 0); }
  .b-game-filters__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s; }
    .b-game-filters__overlay img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      display: block;
      width: auto;
      height: auto;
      min-width: 0;
      min-height: 0;
      max-width: 100%;
      max-height: 100%; }
  .b-game-filters__right-levels {
    display: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 24px;
    left: auto;
    right: 32px;
    z-index: 4; }
  .b-game-filters__right-level {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 14px;
    width: 20px;
    height: 20px; }
    .b-game-filters__right-level svg {
      display: block;
      max-width: 100%;
      max-height: 100%;
      fill: #000000;
      color: #000000; }
  .b-game-filters__levels {
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 34px;
    right: 26px; }
  .b-game-filters__level {
    display: inline-block;
    vertical-align: bottom;
    width: 20px;
    height: 20px;
    margin-right: 10px; }
    .b-game-filters__level--last {
      margin: 0; }
    .b-game-filters__level svg {
      fill: #828282;
      color: #828282;
      display: block;
      max-width: 100%;
      max-height: 100%; }
  .b-game-filters__title, .b-game-filters__date {
    padding: 0 24px; }
  .b-game-filters__title {
    display: block;
    width: 100%;
    margin: 0 0 18px;
    font-size: 24px;
    font-weight: normal;
    line-height: 32px;
    letter-spacing: 1px;
    color: #081a27;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 96px; }
  .b-game-filters__date {
    display: block;
    font-family: "Tinos-Regular";
    font-size: 12px;
    color: #081a27;
    margin: 0 0 16px; }
  .b-game-filters__btn {
    display: inline-block;
    height: 24px;
    font-weight: bold;
    font-size: 10px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #241a14;
    text-transform: uppercase;
    padding: 0 25px;
    margin-left: 24px;
    border: none;
    border-radius: 32px;
    background-color: #ffffff; }
  .b-game-filters__right-title {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 1px;
    color: #000000;
    margin: 0 0 24px; }
  .b-game-filters__category {
    display: block;
    width: 100%;
    margin: 0 0 36px; }
  .b-game-filters__name {
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #828282;
    margin: 0 0 16px; }
    .b-game-filters__name--theme {
      margin: 0 0 8px; }
  .b-game-filters__list {
    padding: 0;
    margin: 0; }
  .b-game-filters__item {
    display: inline-block;
    vertical-align: bottom;
    width: 40px;
    height: 40px;
    margin-right: 40px;
    cursor: pointer;
    position: relative; }
    .b-game-filters__item:last-child {
      margin: 0; }
    .b-game-filters__item svg {
      display: block;
      max-width: 100%;
      max-height: 85%;
      fill: #828282;
      color: #828282;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      transition: 0.3s;
      position: absolute;
      top: auto;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto 0; }
    .b-game-filters__item.active svg {
      fill: #ad7a1e;
      color: #ad7a1e; }
  .b-game-filters__select {
    display: block;
    width: 100%;
    height: 40px;
    border: 1px solid #C7CAD1;
    border-radius: 4px;
    font-size: 16px;
    line-height: 38px;
    color: #241a14;
    background-color: #ffffff;
    padding: 0 12px;
    position: relative;
    cursor: pointer;
    margin: 0 0 200px; }
    .b-game-filters__select:after {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 5px 5px 0 5px;
      border-color: #000000 transparent transparent transparent;
      position: absolute;
      top: 0;
      bottom: 0;
      left: auto;
      right: 18px;
      margin: auto 0; }
  .b-game-filters__options {
    display: none;
    border: 1px solid #C7CAD1;
    border-radius: 4px;
    position: absolute;
    width: 100%;
    top: 42px;
    left: 0;
    background-color: #ffffff;
    padding: 0;
    margin: 0;
    list-style-type: none;
    z-index: 3; }
    .b-game-filters__options.show {
      display: block; }
  .b-game-filters__option {
    color: #828282;
    padding: 0 12px;
    position: relative; }
    .b-game-filters__option svg {
      display: none;
      position: absolute;
      top: 0;
      left: auto;
      bottom: 0;
      right: 19px;
      width: 18px;
      fill: #ad7a1e;
      color: #ad7a1e;
      margin: auto 0; }
    .b-game-filters__option:hover {
      color: #ad7a1e;
      background-color: #EFE9DD; }
    .b-game-filters__option.active {
      color: #ad7a1e;
      background-color: #EFE9DD; }
      .b-game-filters__option.active svg {
        display: block; }
  .b-game-filters__submit {
    position: fixed;
    width: -webkit-calc(100% - 64px);
    width: -moz-calc(100% - 64px);
    width: calc(100% - 64px);
    display: block;
    height: 128px;
    line-height: 48px;
    background-color: #ad7a1e;
    color: #ffffff;
    border: none;
    border-top: 40px solid #ffffff;
    border-bottom: 40px solid #ffffff;
    padding: 0;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    margin: 0 auto;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer; }
  .b-game-filters__close {
    position: absolute;
    top: 20px;
    left: auto;
    right: 20px;
    width: 16px;
    height: 16px;
    cursor: pointer; }
    .b-game-filters__close svg {
      display: block;
      max-width: 100%;
      max-height: 100%; }
  .b-game-filters__no-results-top {
    display: block;
    width: 100%;
    height: 112px;
    position: relative;
    border-radius: 4px 4px 0 0;
    background-color: #EFE9DD; }
  .b-game-filters__no-results-icon {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -44px;
    display: block;
    width: 88px;
    height: 88px;
    border: none;
    border-radius: 50%;
    background-color: #ffffff;
    z-index: 1; }
    .b-game-filters__no-results-icon svg {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      display: block;
      width: 40px;
      height: 40px;
      fill: #ad7a1e;
      color: #ad7a1e; }
  .b-game-filters__no-results-title {
    display: block;
    margin: 98px auto 82px;
    width: 100%;
    max-width: 320px;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    letter-spacing: 1px;
    color: #081a27; }
  .b-game-filters__no-results-btn {
    display: block;
    width: 100%;
    max-width: -webkit-calc(100% - 32px);
    max-width: -moz-calc(100% - 32px);
    max-width: calc(100% - 32px);
    height: 32px;
    line-height: 30px;
    border: 1px solid #ad7a1e;
    background-color: #ad7a1e;
    padding: 0;
    margin: 82px auto 0;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s; }
    .b-game-filters__no-results-btn:hover {
      background-color: #ffffff;
      color: #ad7a1e; }
  .b-game-filters--no-results {
    min-height: 100vh; }
    .b-game-filters--no-results .b-game-filters__left {
      padding: 0 0 16px;
      cursor: default; }
  @media (min-width: 670px) {
    .b-game-filters {
      padding: 89px 0 0;
      background-image: url(../images/game/background.png); }
      .b-game-filters__filters-mobile {
        display: none; }
      .b-game-filters__btn-reset span {
        display: inline; }
      .b-game-filters__left, .b-game-filters__right {
        display: inline-block;
        vertical-align: top;
        width: 100%; }
      .b-game-filters__left {
        display: inline-block;
        width: -webkit-calc(50% - 12px);
        width: -moz-calc(50% - 12px);
        width: calc(50% - 12px);
        margin: 0 24px 24px 0; }
        .b-game-filters__left--no-results {
          padding: 0 0 86px; }
      .b-game-filters__right {
        position: static;
        -webkit-box-shadow: none;
                box-shadow: none;
        padding: 40px 24px 30px;
        width: -webkit-calc(50% - 12px);
        width: -moz-calc(50% - 12px);
        width: calc(50% - 12px);
        height: auto;
        overflow: visible;
        max-height: none;
        border-radius: 4px; }
      .b-game-filters__image {
        height: 240px; }
      .b-game-filters__info {
        padding: 272px 0 42px;
        background-size: auto 59%; }
      .b-game-filters__levels {
        bottom: 42px;
        right: 36px;
        width: 100px;
        text-align: right; }
        .b-game-filters__levels .tooltip {
          text-align: left; }
      .b-game-filters__level {
        width: 26px;
        height: 26px;
        margin-right: 18px; }
        .b-game-filters__level--last {
          margin: 0; }
      .b-game-filters__title {
        margin: 0 0 12px;
        font-size: 32px;
        font-weight: bold;
        line-height: 40px;
        -webkit-line-clamp: 4;
        height: 160px; }
      .b-game-filters__date {
        font-size: 16px;
        margin: 0 0 24px; }
      .b-game-filters__right-title, .b-game-filters__submit, .b-game-filters__close {
        display: none; }
      .b-game-filters__item {
        margin-right: 40px; }
      .b-game-filters__btn {
        height: 32px;
        font-size: 12px;
        line-height: 32px;
        padding: 0 32px;
        margin-left: 32px;
        border-radius: 32px; }
      .b-game-filters__name--theme {
        margin: 105px 0 8px; }
      .b-game-filters__select {
        width: 226px;
        margin: 0; }
      .b-game-filters__no-results-top {
        height: 133px; }
      .b-game-filters__no-results-title {
        margin: 148px auto 122px;
        font-size: 24px;
        line-height: 40px; }
      .b-game-filters__no-results-btn {
        max-width: 264px;
        height: 48px;
        line-height: 46px;
        font-size: 14px; }
      .b-game-filters--no-results .b-game-filters__left {
        padding: 0 0 30px; } }
  @media (min-width: 768px) {
    .b-game-filters__item {
      margin-right: 48px; } }
  @media (min-width: 1024px) {
    .b-game-filters__image {
      height: 300px; }
    .b-game-filters__info {
      padding: 332px 0 42px; }
    .b-game-filters__item {
      margin-right: 32px; }
      .b-game-filters__item:hover svg {
        fill: #ad7a1e;
        color: #ad7a1e; }
    .b-game-filters__name--theme {
      margin: 166px 0 8px; } }
  @media (min-width: 1200px) {
    .b-game-filters__item {
      margin-right: 48px; } }
  @media (min-width: 1024px) {
    .b-game-filters {
      padding: 89px 0 24px; }
      .b-game-filters__left, .b-game-filters__right {
        display: inline-block;
        vertical-align: top; }
      .b-game-filters__left {
        width: -webkit-calc(100% / 3 * 2 - 14px);
        width: -moz-calc(100% / 3 * 2 - 14px);
        width: calc(100% / 3 * 2 - 14px);
        margin-right: 40px;
        margin-bottom: 0;
        padding: 0; }
        .b-game-filters__left--ellipse .b-game-filters__info {
          background-image: url(../images/sprites/svg/ellipse-big-cut.svg);
          background-size: auto 74%; }
        .b-game-filters__left--triangle .b-game-filters__info {
          background-image: url(../images/sprites/svg/triangle-big-cut.svg);
          background-size: auto 100%; }
        .b-game-filters__left--rectangle .b-game-filters__info {
          background-image: url(../images/sprites/svg/rectangle-big-cut.svg);
          background-size: auto 73%; }
        .b-game-filters__left--no-results {
          padding: 0 0 86px; }
      .b-game-filters__right {
        width: -webkit-calc(100% / 3 - 26px);
        width: -moz-calc(100% / 3 - 26px);
        width: calc(100% / 3 - 26px);
        padding: 42px 40px; }
      .b-game-filters__image {
        left: auto;
        bottom: 0;
        margin: auto 0;
        width: -webkit-calc(100% - 400px);
        width: -moz-calc(100% - 400px);
        width: calc(100% - 400px);
        height: 100%; }
        .b-game-filters__image img {
          bottom: 0;
          left: 0;
          -webkit-transform: none;
             -moz-transform: none;
              -ms-transform: none;
                  transform: none; }
      .b-game-filters__overlay img {
        min-width: 0;
        min-height: 0;
        width: auto; }
      .b-game-filters__right-levels {
        display: block; }
      .b-game-filters__info {
        padding: 42px -webkit-calc(100% - 400px) 42px 40px;
        padding: 42px -moz-calc(100% - 400px) 42px 40px;
        padding: 42px calc(100% - 400px) 42px 40px; }
      .b-game-filters__levels {
        padding: 0 2px;
        margin: 0;
        text-align: left;
        top: 42px;
        left: 40px;
        right: auto;
        bottom: auto; }
      .b-game-filters__level {
        width: 22px;
        height: 26px;
        margin-right: 18px; }
        .b-game-filters__level--last {
          margin: 0; }
      .b-game-filters__title {
        font-weight: bold;
        font-size: 40px;
        line-height: 48px;
        letter-spacing: 3px;
        margin: 146px 0 10px;
        padding: 0;
        -webkit-line-clamp: 4;
        height: 192px; }
      .b-game-filters__date {
        font-size: 16px;
        margin: 10px 0 22px;
        padding: 0; }
      .b-game-filters__btn {
        height: 32px;
        font-size: 12px;
        line-height: 32px;
        padding: 0 32px;
        margin: 0; }
      .b-game-filters__name--theme {
        margin: 0 0 8px; }
      .b-game-filters__select {
        width: 100%; }
      .b-game-filters__no-results-top {
        height: 112px; }
      .b-game-filters__no-results-title {
        margin: 98px auto 82px; }
      .b-game-filters__no-results-btn {
        width: 296px; }
      .b-game-filters--no-results .b-game-filters__left {
        padding: 0 0 86px; } }
  @media (min-width: 1400px) {
    .b-game-filters__image {
      width: -webkit-calc(100% - 434px);
      width: -moz-calc(100% - 434px);
      width: calc(100% - 434px); }
    .b-game-filters__info {
      padding: 42px -webkit-calc(100% - 434px) 42px 40px;
      padding: 42px -moz-calc(100% - 434px) 42px 40px;
      padding: 42px calc(100% - 434px) 42px 40px; } }
  @media (min-width: 1900px) {
    .b-game-filters__left {
      width: -webkit-calc(100% / 4 * 3 - 12px);
      width: -moz-calc(100% / 4 * 3 - 12px);
      width: calc(100% / 4 * 3 - 12px); }
    .b-game-filters__right {
      width: -webkit-calc(100% / 4 - 28px);
      width: -moz-calc(100% / 4 - 28px);
      width: calc(100% / 4 - 28px); }
    .b-game-filters__overlay img {
      width: auto; } }

.b-game-list {
  display: block;
  width: 100%;
  background-color: #EFE9DD;
  padding: 4px 0 22px; }
  .b-game-list__list {
    padding: 0;
    margin: 0; }
  .b-game-list__item {
    width: 100%;
    display: block;
    margin: 0 0 24px;
    background-color: #ffffff;
    border-radius: 4px;
    position: relative; }
    .b-game-list__item:hover .b-game-list__overlay {
      visibility: visible;
      opacity: 1; }
    .b-game-list__item--ellipse .b-game-list__info {
      background-image: url(../images/sprites/svg/ellipse-cut.svg);
      background-size: auto 66%; }
    .b-game-list__item--ellipse:hover .b-game-list__title {
      color: #081a27; }
    .b-game-list__item--triangle .b-game-list__info {
      background-image: url(../images/sprites/svg/triangle-cut.svg);
      background-size: auto 74%; }
    .b-game-list__item--rectangle .b-game-list__info {
      background-image: url(../images/sprites/svg/rectangle-cut.svg);
      background-size: auto 59%; }
  .b-game-list__link {
    display: block; }
  .b-game-list__image {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 188px;
    background-color: #eee;
    z-index: 1;
    overflow: hidden; }
    .b-game-list__image img {
      display: block;
      position: absolute;
      top: 0;
      left: 50%;
      right: 0;
      bottom: auto;
      margin: auto;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: top;
         object-position: top;
      font-family: "object-fit: cover;";
      -webkit-transform: translate(-50%, 0);
         -moz-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
              transform: translate(-50%, 0); }
  .b-game-list__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s; }
    .b-game-list__overlay img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      display: block;
      width: auto;
      height: auto;
      min-width: 0;
      min-height: 0;
      max-width: 100%;
      max-height: 100%;
      -webkit-transform: none;
         -moz-transform: none;
          -ms-transform: none;
              transform: none; }
  .b-game-list__info {
    display: block;
    width: 100%;
    padding: 202px 0 32px;
    position: relative;
    z-index: 2;
    background-position: bottom left;
    background-repeat: no-repeat; }
  .b-game-list__title, .b-game-list__date {
    padding: 0 24px; }
  .b-game-list__title {
    display: block;
    width: 100%;
    margin: 0 0 18px;
    font-size: 24px;
    font-weight: normal;
    line-height: 32px;
    letter-spacing: 1px;
    color: #081a27;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 96px; }
  .b-game-list__date {
    display: block;
    font-family: "Tinos-Regular";
    font-size: 12px;
    color: #081a27;
    margin: 0 0 16px; }
  .b-game-list__btn {
    display: inline-block;
    height: 24px;
    font-weight: bold;
    font-size: 10px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #241a14;
    text-transform: uppercase;
    padding: 0 25px;
    margin-left: 24px;
    border: none;
    border-radius: 32px;
    background-color: #ffffff; }
  .b-game-list__levels {
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 30px;
    right: 26px; }
  .b-game-list__level {
    display: inline-block;
    vertical-align: bottom;
    width: 20px;
    height: 20px;
    margin-right: 10px; }
    .b-game-list__level--last {
      margin: 0; }
    .b-game-list__level svg {
      display: block;
      max-width: 100%;
      max-height: 100%;
      margin: auto;
      fill: #828282;
      color: #828282; }
  .b-game-list__btn-more {
    display: block;
    width: 100%;
    height: 48px;
    line-height: 46px;
    border: 1px solid #ad7a1e;
    background-color: #EFE9DD;
    margin: 24px 0 0;
    padding: 0;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ad7a1e;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s; }
    .b-game-list__btn-more:hover {
      background-color: #ad7a1e;
      color: #EFE9DD; }
  @media (min-width: 670px) {
    .b-game-list {
      padding: 0 0 36px; }
      .b-game-list__list {
        padding: 0;
        margin: 0 -12px; }
      .b-game-list__item {
        display: inline-block;
        vertical-align: top;
        width: -webkit-calc(50% - 24px);
        width: -moz-calc(50% - 24px);
        width: calc(50% - 24px);
        margin: 0 12px 24px; }
        .b-game-list__item:last-child {
          margin-bottom: 0; }
        .b-game-list__item--ellipse .b-game-list__info {
          background-size: auto 59%; }
      .b-game-list__image {
        height: 240px; }
      .b-game-list__info {
        padding: 272px 0 42px; }
      .b-game-list__title, .b-game-list__date {
        padding: 0 32px; }
      .b-game-list__title {
        margin: 0 0 12px;
        font-size: 32px;
        font-weight: bold;
        line-height: 40px;
        -webkit-line-clamp: 4;
        height: 160px; }
      .b-game-list__date {
        font-size: 16px;
        margin: 0 0 24px; }
      .b-game-list__btn {
        height: 32px;
        font-size: 12px;
        line-height: 32px;
        padding: 0 32px;
        margin-left: 32px;
        border-radius: 32px; }
      .b-game-list__levels {
        bottom: 42px;
        right: 30px;
        width: 100px;
        text-align: right; }
        .b-game-list__levels .tooltip {
          text-align: left; }
      .b-game-list__level {
        width: 26px;
        height: 26px;
        margin-right: 12px; }
        .b-game-list__level--last {
          margin: 0; }
      .b-game-list__btn-more {
        width: 312px;
        margin: 48px auto 0; } }
  @media (min-width: 1024px) {
    .b-game-list__image {
      height: 300px; }
    .b-game-list__info {
      padding: 332px 0 42px; } }
  @media (min-width: 1024px) {
    .b-game-list {
      padding: 24px 0 72px; }
      .b-game-list__list {
        margin: 0 -20px; }
      .b-game-list__item {
        width: -webkit-calc((100% / 3) - 40px);
        width: -moz-calc((100% / 3) - 40px);
        width: calc((100% / 3) - 40px);
        margin: 0 20px 48px; }
        .b-game-list__item:last-child {
          margin-bottom: 0; }
      .b-game-list__image {
        height: 240px; }
      .b-game-list__info {
        padding: 272px 0 42px; }
      .b-game-list__title, .b-game-list__date {
        padding: 0 40px; }
      .b-game-list__btn {
        margin-left: 40px; } }
  @media (min-width: 1900px) {
    .b-game-list__list {
      margin: 0 -20px; }
    .b-game-list__item {
      width: -webkit-calc(25% - 40px);
      width: -moz-calc(25% - 40px);
      width: calc(25% - 40px);
      margin: 0 20px 48px; }
      .b-game-list__item:last-child {
        margin-bottom: 0; } }

.b-game-banner {
  display: block;
  width: 100%;
  padding: 0;
  position: relative; }
  .b-game-banner__background {
    display: block;
    width: 100%;
    background-position: bottom left;
    background-size: auto 61%;
    background-repeat: no-repeat;
    padding: 248px 0 38px;
    position: relative;
    z-index: 2; }
  .b-game-banner--ellipse .b-game-banner__background {
    background-image: url(../images/sprites/svg/ellipse-cut.svg); }
  .b-game-banner--triangle .b-game-banner__background {
    background-image: url(../images/sprites/svg/triangle-cut.svg); }
  .b-game-banner--rectangle .b-game-banner__background {
    background-image: url(../images/sprites/svg/rectangle-cut.svg); }
  .b-game-banner__back {
    display: none; }
    .b-game-banner__back svg, .b-game-banner__back span {
      display: inline-block;
      vertical-align: middle;
      color: #241a14;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      transition: 0.3s; }
    .b-game-banner__back svg {
      width: 16px;
      height: 16px;
      margin-right: 8px; }
    .b-game-banner__back span {
      font-size: 16px; }
    .b-game-banner__back:hover svg, .b-game-banner__back:hover span {
      color: #ad7a1e; }
    .b-game-banner__back:hover svg {
      fill: #ad7a1e; }
  .b-game-banner__title, .b-game-banner__date {
    padding: 0; }
  .b-game-banner__title {
    display: block;
    width: 100%;
    margin: 0 0 18px;
    font-size: 24px;
    font-weight: normal;
    line-height: 32px;
    letter-spacing: 1px;
    color: #081a27;
    overflow: hidden;
    min-height: 96px; }
    .b-game-banner__title.low {
      font-size: 18px;
      line-height: normal; }
  .b-game-banner__date {
    display: block;
    font-family: "Tinos-Regular";
    font-size: 12px;
    color: #081a27;
    margin: 0 0 22px; }
  .b-game-banner__btn {
    display: inline-block;
    height: 24px;
    font-weight: bold;
    font-size: 10px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #241a14;
    text-transform: uppercase;
    padding: 0 25px;
    margin-left: 0;
    border: none;
    border-radius: 32px;
    background-color: #ffffff;
    cursor: default; }
  .b-game-banner__levels {
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 34px;
    left: auto;
    right: 42px; }
  .b-game-banner__level {
    display: inline-block;
    vertical-align: bottom;
    width: 20px;
    height: 20px;
    margin-right: 10px; }
    .b-game-banner__level--last {
      margin: 0; }
    .b-game-banner__level svg {
      fill: #241a14;
      color: #241a14;
      display: block;
      max-width: 100%;
      max-height: 100%;
      opacity: 0.4; }
  .b-game-banner__aside {
    width: 100%;
    display: block;
    position: absolute;
    height: 216px;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    margin: 0 auto;
    background-color: #eee;
    z-index: 1;
    overflow: hidden; }
    .b-game-banner__aside img {
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: auto;
      left: 0;
      right: 0;
      bottom: auto;
      margin: auto;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: top;
         object-position: top; }
  @media (min-width: 768px) {
    .b-game-banner__back {
      display: table; }
    .b-game-banner__background {
      padding: 32px -webkit-calc(100% - 354px) 40px 0;
      padding: 32px -moz-calc(100% - 354px) 40px 0;
      padding: 32px calc(100% - 354px) 40px 0; }
    .b-game-banner--ellipse .b-game-banner__background {
      background-image: url(../images/sprites/svg/ellipse-big-cut.svg);
      background-size: auto 84%; }
    .b-game-banner--triangle .b-game-banner__background {
      background-image: url(../images/sprites/svg/triangle-big-cut.svg);
      background-size: auto 100%; }
    .b-game-banner--rectangle .b-game-banner__background {
      background-image: url(../images/sprites/svg/rectangle-big-cut.svg);
      background-size: auto 81%; }
    .b-game-banner__title {
      margin: 100px 0 0; }
    .b-game-banner__levels {
      bottom: 50px;
      left: 240px;
      width: 100px;
      text-align: right; }
      .b-game-banner__levels .tooltip {
        text-align: left; }
    .b-game-banner__level {
      width: 26px;
      height: 26px;
      margin-right: 18px; }
      .b-game-banner__level--last {
        margin: 0; }
    .b-game-banner__aside {
      left: auto;
      bottom: 0;
      margin: auto 0;
      width: -webkit-calc(100% - 354px);
      width: -moz-calc(100% - 354px);
      width: calc(100% - 354px);
      height: 100%; }
      .b-game-banner__aside img {
        width: auto;
        min-width: 100%;
        height: 100%;
        bottom: 0; } }
  @media (min-width: 1024px) {
    .b-game-banner__background {
      padding: 32px -webkit-calc(100% - 514px) 40px 0;
      padding: 32px -moz-calc(100% - 514px) 40px 0;
      padding: 32px calc(100% - 514px) 40px 0; }
    .b-game-banner--ellipse .b-game-banner__background {
      background-image: url(../images/sprites/svg/ellipse-big-cut.svg);
      background-size: auto 75%; }
    .b-game-banner--triangle .b-game-banner__background {
      background-image: url(../images/sprites/svg/triangle-big-cut.svg);
      background-size: auto 100%; }
    .b-game-banner--rectangle .b-game-banner__background {
      background-image: url(../images/sprites/svg/rectangle-big-cut.svg);
      background-size: auto 84%; }
    .b-game-banner__title {
      font-weight: bold;
      font-size: 40px;
      line-height: 48px;
      letter-spacing: 3px;
      margin: 202px 0 0;
      padding: 0;
      min-height: 192px; }
      .b-game-banner__title.low {
        font-size: 28px;
        line-height: normal; }
    .b-game-banner__date {
      font-size: 16px;
      margin: 8px 0 22px;
      padding: 0; }
    .b-game-banner__btn {
      height: 32px;
      font-size: 12px;
      line-height: 32px;
      padding: 0 32px;
      margin: 0; }
    .b-game-banner__levels {
      left: 350px; }
    .b-game-banner__level {
      width: 22px;
      height: 26px;
      margin-right: 18px; }
      .b-game-banner__level--last {
        margin: 0; }
    .b-game-banner__aside {
      left: auto;
      bottom: 0;
      margin: auto 0;
      width: -webkit-calc(100% - 514px);
      width: -moz-calc(100% - 514px);
      width: calc(100% - 514px);
      height: 100%; }
      .b-game-banner__aside img {
        width: auto;
        height: auto;
        min-width: 100%;
        min-height: 100%;
        top: 0;
        bottom: 0;
        margin: auto 0; } }

.b-game-info {
  display: block;
  width: -webkit-calc(100% + 48px);
  width: -moz-calc(100% + 48px);
  width: calc(100% + 48px);
  margin: 0 -24px;
  padding: 40px 0;
  background-color: #f6f1e8;
  position: relative; }
  .b-game-info__text {
    font-family: "Tinos-Regular";
    font-size: 20px;
    line-height: 30px;
    color: #241a14;
    white-space: pre-line;
    margin: 0 auto 40px;
    padding: 0 24px;
    max-width: 1140px; }
  .b-game-info__btn-play {
    display: block;
    width: 100%;
    max-width: 141px;
    height: 48px;
    line-height: 46px;
    margin: 40px auto 0;
    padding: 0;
    border: 1px solid #ad7a1e;
    border-radius: 4px;
    background-color: #ad7a1e;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer; }
    .b-game-info__btn-play:hover {
      background-color: rgba(255, 255, 255, 0);
      color: #ad7a1e; }
  @media (min-width: 768px) {
    .b-game-info {
      width: 100%;
      margin: 0;
      padding: 56px 40px;
      background-color: #ffffff; }
      .b-game-info:after {
        content: '';
        position: absolute;
        top: auto;
        left: 0;
        width: 100%;
        height: 1px;
        bottom: -2px;
        z-index: 0;
        background-color: #828282; }
      .b-game-info__text {
        padding: 0; } }
  @media (min-width: 1024px) {
    .b-game-info {
      padding: 72px 80px; } }

.b-game-result {
  display: block;
  width: 100%;
  padding: 56px 0 24px; }
  .b-game-result__title {
    display: block;
    width: 100%;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 1px;
    color: #081a27;
    margin: 0 0 24px;
    white-space: pre-line; }
  .b-game-result__text {
    display: block;
    width: 100%;
    font-weight: bold;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    letter-spacing: 1px;
    white-space: pre-line; }
  .b-game-result--good .b-game-result__text {
    color: #6E9F8B; }
  .b-game-result--bad .b-game-result__text {
    color: #EB5757; }
  @media (min-width: 700px) {
    .b-game-result {
      padding: 147px 0 64px;
      background-color: #EFE9DD; }
      .b-game-result__title {
        max-width: 500px;
        font-size: 32px;
        line-height: 48px;
        text-align: center;
        margin: 0 auto 40px; }
      .b-game-result__text {
        font-size: 48px;
        line-height: normal; } }

.b-modal-slider {
  display: block;
  width: 100%;
  background-color: #EFE9DD;
  padding: 10px 0 24px;
  font-size: 0; }
  .b-modal-slider__container {
    display: block;
    width: 100%;
    padding: 0 16px; }
  .b-modal-slider__list {
    padding: 0;
    width: 100%;
    text-align: center;
    position: relative; }
    .b-modal-slider__list img, .b-modal-slider__list .b-modal-slider__title, .b-modal-slider__list .b-modal-slider__text {
      display: none; }
  .b-modal-slider__item, .b-modal-slider__noimage {
    width: 100%;
    display: block;
    margin: 0 auto;
    background-color: #eee;
    height: 173px;
    cursor: default; }
  .b-modal-slider__item {
    background-color: #EFE9DD; }
  .b-modal-slider__noimage {
    background-image: none;
    margin: 0 0 32px; }
    .b-modal-slider__noimage svg {
      width: 60px;
      height: 100%; }
  .b-modal-slider__img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    margin: 0 0 32px; }
    .b-modal-slider__img img {
      max-width: 100%;
      max-height: 100%;
      margin: auto;
      background-color: #eee;
      -o-object-fit: contain;
         object-fit: contain;
      font-family: 'object-fit: contain;';
      -webkit-transition: width 0.3s, height 0.3s;
      -moz-transition: width 0.3s, height 0.3s;
      transition: width 0.3s, height 0.3s;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      cursor: url(../../../images/sprites/svg/magnifier.svg), auto; }
      .b-modal-slider__img img.no-max-width {
        max-width: none;
        max-height: none; }
      .b-modal-slider__img img.min-height {
        min-height: 100%; }
    .b-modal-slider__img:hover .b-exponat-slider__controls {
      visibility: visible;
      opacity: 1; }
  .b-modal-slider .slick-dotted.slick-slider {
    margin-bottom: 0; }
  .b-modal-slider .slick-slide {
    padding: 0 0 8px; }
  .b-modal-slider .slick-prev, .b-modal-slider .slick-next {
    width: 48px;
    height: 48px;
    border: none;
    border-radius: 50%;
    background-color: #ffffff;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: 0;
    bottom: 100px;
    margin: auto 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s; }
    .b-modal-slider .slick-prev:before, .b-modal-slider .slick-next:before {
      content: "";
      width: 8px;
      height: 8px;
      -webkit-transform: rotate(-45deg);
         -moz-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
      opacity: 1; }
  .b-modal-slider .slick-prev {
    left: 0; }
    .b-modal-slider .slick-prev:before {
      border-right: none;
      border-bottom: none;
      border-top: 1px solid #828282;
      border-left: 1px solid #828282;
      margin-left: 4px; }
  .b-modal-slider .slick-next {
    right: 0; }
    .b-modal-slider .slick-next:before {
      border-left: none;
      border-top: none;
      border-right: 1px solid #828282;
      border-bottom: 1px solid #828282;
      margin-left: -4px; }
  .b-modal-slider .slick-disabled {
    opacity: 0.5;
    cursor: default; }
  .b-modal-slider .slick-dots {
    top: 186px;
    left: 0; }
    .b-modal-slider .slick-dots li {
      width: 16px;
      height: 16px;
      border: 2px solid #EFE9DD;
      border-radius: 50%;
      background: none;
      background-color: #EFE9DD;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      transition: 0.3s;
      vertical-align: middle;
      margin: 0 17px;
      position: relative; }
      .b-modal-slider .slick-dots li:hover {
        border: 2px solid #828282; }
      .b-modal-slider .slick-dots li:before {
        content: '';
        width: 8px;
        height: 8px;
        border: none;
        border-radius: 50%;
        background-color: #828282;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto; }
      .b-modal-slider .slick-dots li button {
        padding: 0;
        margin: 0;
        border: none; }
        .b-modal-slider .slick-dots li button:before {
          content: none; }
    .b-modal-slider .slick-dots .slick-active {
      border: 2px solid #828282; }
  .b-modal-slider__title, .b-modal-slider__text {
    display: block;
    width: 100%;
    white-space: pre-line;
    font-family: "Tinos-Regular"; }
  .b-modal-slider__title {
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 8px;
    letter-spacing: 1px;
    color: #081a27; }
  .b-modal-slider__text {
    font-size: 14px;
    line-height: 16px;
    color: #828282;
    margin: 0; }
  .b-modal-slider--videos {
    text-align: center; }
    .b-modal-slider--videos .b-modal-slider__img {
      height: 173px; }
    .b-modal-slider--videos #player {
      width: 100%;
      height: 100%; }
  @media (min-width: 700px) {
    .b-modal-slider {
      padding: 16px 0 104px; }
      .b-modal-slider__container {
        padding: 0 80px; }
      .b-modal-slider__list {
        padding: 0 87px; }
      .b-modal-slider__item, .b-modal-slider__noimage {
        height: 462px; }
      .b-modal-slider__noimage {
        margin: 0 0 56px; }
      .b-modal-slider__img {
        margin: 0 0 56px; }
      .b-modal-slider .slick-prev, .b-modal-slider .slick-next {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -moz-box !important;
        display: -ms-flexbox !important;
        display: flex !important; }
      .b-modal-slider .slick-dots {
        top: 478px; }
      .b-modal-slider__title {
        font-size: 28px;
        line-height: 40px; }
      .b-modal-slider__text {
        font-size: 18px;
        line-height: 28px; }
      .b-modal-slider--videos .b-modal-slider__img {
        height: 462px; } }
  @media (min-width: 1024px) {
    .b-modal-slider__container {
      padding: 0 180px; } }
  @media (min-width: 1900px) {
    .b-modal-slider--videos .b-modal-slider__img {
      height: 620px; } }

.b-modal-answers {
  display: block;
  width: 100%;
  padding: 24px 0 72px; }
  .b-modal-answers__container {
    display: block;
    width: 100%;
    padding: 0 16px; }
  .b-modal-answers__title {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 1px;
    margin: 12px 0 24px;
    white-space: pre-line;
    color: #081a27; }
  .b-modal-answers__list {
    padding: 0;
    margin: 0;
    list-style-type: none; }
  .b-modal-answers__item {
    display: block;
    width: 100%;
    background-color: #EFE9DD;
    padding: 8px 17px;
    margin: 0 auto 8px;
    font-size: 14px;
    letter-spacing: 1px;
    color: #ad7a1e;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s; }
    .b-modal-answers__item:last-child {
      margin: 0 auto; }
    .b-modal-answers__item span {
      margin-right: 8px; }
    .b-modal-answers__item.correct, .b-modal-answers__item.wrong {
      color: #ffffff; }
      .b-modal-answers__item.correct .b-modal-answers__percent, .b-modal-answers__item.wrong .b-modal-answers__percent {
        color: #ffffff; }
    .b-modal-answers__item.correct {
      background-color: rgba(110, 159, 139, 0.5); }
    .b-modal-answers__item.wrong {
      background-color: rgba(235, 87, 87, 0.5); }
  .b-modal-answers__text-wrap {
    position: relative;
    z-index: 2; }
  .b-modal-answers__item-answer {
    display: none;
    width: -webkit-calc(100% + 32px);
    width: -moz-calc(100% + 32px);
    width: calc(100% + 32px);
    margin: 0 -16px 16px;
    padding: 16px;
    background-color: #EFE9DD;
    font-size: 0;
    overflow: hidden;
    text-align: left; }
  .b-modal-answers__item-answer-title {
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    letter-spacing: 1px;
    margin: 0 0 8px; }
    .b-modal-answers__item-answer-title--correct {
      color: #6E9F8B; }
    .b-modal-answers__item-answer-title--wrong {
      color: #EB5757; }
  .b-modal-answers__img {
    display: block;
    width: 100%;
    margin: 0 0 24px;
    position: relative; }
    .b-modal-answers__img img {
      display: inline-block;
      vertical-align: middle;
      width: 100%;
      height: auto;
      min-height: 80px;
      background-color: #eee; }
  .b-modal-answers__text {
    display: block;
    width: 100%;
    margin: 0 0 16px;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 1px;
    color: #081a27;
    white-space: pre-line; }
    .b-modal-answers__text:last-child {
      margin: 0; }
  .b-modal-answers__btn-next {
    max-width: 420px;
    height: 48px;
    line-height: 46px;
    margin: 32px auto 0;
    padding: 0 24px;
    background-color: #ad7a1e;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    border: 1px solid #ad7a1e;
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    display: block; }
    .b-modal-answers__btn-next:hover {
      background-color: #ffffff;
      color: #ad7a1e; }
  .b-modal-answers__percent-line {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #EBDEC7;
    border-radius: 4px 0 0 4px;
    z-index: 1; }
    .b-modal-answers__percent-line--p12 {
      width: 12%; }
    .b-modal-answers__percent-line--p34 {
      width: 34%; }
    .b-modal-answers__percent-line--p29 {
      width: 29%; }
    .b-modal-answers__percent-line--p24 {
      width: 24%; }
    .b-modal-answers__percent-line--p3 {
      width: 3%; }
  .b-modal-answers__percent {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: auto;
    right: 16px;
    font-size: 14px;
    line-height: 32px;
    letter-spacing: 1px;
    color: #ad7a1e; }
  .b-modal-answers__answers-wrap {
    display: block;
    width: 100%;
    text-align: center; }
  .b-modal-answers.show .b-modal-answers__percent-line, .b-modal-answers.show .b-modal-answers__percent {
    display: block; }
  .b-modal-answers.show .b-modal-answers__item {
    padding-right: 60px; }
    .b-modal-answers.show .b-modal-answers__item.correct .b-modal-answers__percent-line {
      background-color: #6E9F8B; }
    .b-modal-answers.show .b-modal-answers__item.wrong .b-modal-answers__percent-line {
      background-color: #EB5757; }
  .b-modal-answers--images .b-modal-answers__list {
    margin: 0 -6px;
    font-size: 0; }
  .b-modal-answers--images .b-modal-answers__item {
    margin: 0 6px 8px;
    padding: 0;
    display: inline-block;
    vertical-align: top;
    width: -webkit-calc(50% - 12px);
    width: -moz-calc(50% - 12px);
    width: calc(50% - 12px);
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0); }
    .b-modal-answers--images .b-modal-answers__item--correct .b-modal-answers__icon {
      background-color: #6E9F8B; }
      .b-modal-answers--images .b-modal-answers__item--correct .b-modal-answers__icon svg:first-child {
        display: block; }
      .b-modal-answers--images .b-modal-answers__item--correct .b-modal-answers__icon svg:last-child {
        display: none; }
    .b-modal-answers--images .b-modal-answers__item--wrong .b-modal-answers__icon {
      background-color: #EB5757; }
      .b-modal-answers--images .b-modal-answers__item--wrong .b-modal-answers__icon svg:first-child {
        display: none; }
      .b-modal-answers--images .b-modal-answers__item--wrong .b-modal-answers__icon svg:last-child {
        display: block; }
    .b-modal-answers--images .b-modal-answers__item.answered .b-modal-answers__overlay {
      opacity: 1;
      visibility: visible; }
  .b-modal-answers--images .b-modal-answers__image {
    display: block;
    width: 100%;
    height: 96px;
    position: relative;
    cursor: pointer;
    background-color: #EFE9DD; }
    .b-modal-answers--images .b-modal-answers__image img {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      max-width: 100%;
      max-height: 100%; }
  .b-modal-answers--images .b-modal-answers__overlay {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s; }
  .b-modal-answers--images .b-modal-answers__icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 32px;
    height: 32px;
    border: 1px solid #ffffff;
    border-radius: 50%; }
    .b-modal-answers--images .b-modal-answers__icon svg {
      width: 14px;
      height: 14px;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      fill: #ffffff;
      color: #ffffff; }
  .b-modal-answers--images .b-modal-answers__percent {
    display: none;
    position: static;
    width: 100%;
    margin: 4px 0 0;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 1px;
    color: #ad7a1e;
    text-align: center; }
  .b-modal-answers--images.show .b-modal-answers__percent {
    display: block; }
  .b-modal-answers--images.show .b-modal-answers__item {
    padding-right: 0; }
  .b-modal-answers--yes-no .b-modal-answers__item {
    display: block;
    width: 220px;
    height: 48px;
    line-height: 48px;
    margin: 0 auto 16px;
    padding: 0;
    background-color: #EFE9DD;
    border: none;
    border-radius: 4px;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ad7a1e;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s; }
    .b-modal-answers--yes-no .b-modal-answers__item span {
      display: none; }
    .b-modal-answers--yes-no .b-modal-answers__item.answered {
      color: #ffffff; }
    .b-modal-answers--yes-no .b-modal-answers__item:nth-child(2) {
      margin-bottom: 40px; }
  .b-modal-answers--yes-no.show .b-modal-answers__item {
    padding: 0; }
    .b-modal-answers--yes-no.show .b-modal-answers__item span {
      display: inline; }
    .b-modal-answers--yes-no.show .b-modal-answers__item--correct.answered {
      background-color: #6E9F8B; }
    .b-modal-answers--yes-no.show .b-modal-answers__item--wrong.answered {
      background-color: #EB5757; }
  @media (min-width: 520px) {
    .b-modal-answers--images .b-modal-answers__image {
      height: 156px; } }
  @media (min-width: 700px) {
    .b-modal-answers {
      padding: 64px 0 160px; }
      .b-modal-answers__container {
        padding: 0 80px; }
      .b-modal-answers__title {
        font-size: 32px;
        line-height: 48px;
        margin: 20px 0 40px; }
      .b-modal-answers__item {
        padding: 16px 24px;
        font-size: 18px; }
      .b-modal-answers__item-answer {
        width: -webkit-calc(100% + 240px);
        width: -moz-calc(100% + 240px);
        width: calc(100% + 240px);
        margin: 0 -120px 16px;
        padding: 32px 80px; }
        .b-modal-answers__item-answer::after {
          content: " ";
          display: block;
          height: 0;
          clear: both; }
      .b-modal-answers__item-answer-title {
        font-size: 24px;
        margin: 0 0 16px; }
      .b-modal-answers__img {
        display: block;
        width: -webkit-calc(30% - 34px);
        width: -moz-calc(30% - 34px);
        width: calc(30% - 34px);
        margin: 0 34px 0 0;
        float: left; }
      .b-modal-answers__text {
        display: block;
        width: 100%;
        font-size: 18px;
        line-height: 22px; }
      .b-modal-answers__btn-next {
        margin: 40px auto 0; }
      .b-modal-answers__percent {
        right: 24px;
        font-size: 18px;
        line-height: 53px; }
      .b-modal-answers.show .b-modal-answers__item {
        padding-right: 68px; }
      .b-modal-answers--images .b-modal-answers__list {
        margin: 0 -20px; }
      .b-modal-answers--images .b-modal-answers__item {
        margin: 0 20px 44px;
        width: -webkit-calc(33% - 40px);
        width: -moz-calc(33% - 40px);
        width: calc(33% - 40px); }
      .b-modal-answers--images .b-modal-answers__image {
        height: 197px; }
      .b-modal-answers--images .b-modal-answers__icon {
        width: 64px;
        height: 64px;
        border: 2px solid #ffffff; }
        .b-modal-answers--images .b-modal-answers__icon svg {
          width: 28px;
          height: 28px; }
      .b-modal-answers--images .b-modal-answers__percent {
        font-size: 18px;
        line-height: 22px; }
      .b-modal-answers--images.show .b-modal-answers__item {
        padding-right: 0; }
      .b-modal-answers--yes-no .b-modal-answers__item {
        display: inline-block;
        vertical-align: middle;
        margin: 16px 20px 40px auto; }
        .b-modal-answers--yes-no .b-modal-answers__item:nth-child(2) {
          margin: 16px auto 40px 20px; }
      .b-modal-answers--yes-no.show .b-modal-answers__item {
        padding: 0; } }
  @media (min-width: 1024px) {
    .b-modal-answers__container {
      padding: 0 180px; }
    .b-modal-answers__item-answer {
      width: -webkit-calc(100% + 520px);
      width: -moz-calc(100% + 520px);
      width: calc(100% + 520px);
      margin: 0 -260px 16px;
      padding: 32px 180px; }
    .b-modal-answers__img {
      min-height: 140px; } }
  @media (min-width: 1400px) {
    .b-modal-answers__container {
      padding: 0 353px; }
    .b-modal-answers__item-answer {
      width: -webkit-calc(100% + 706px);
      width: -moz-calc(100% + 706px);
      width: calc(100% + 706px);
      margin: 0 -353px 16px; }
    .b-modal-answers__img {
      min-height: 200px; } }
  @media (min-width: 1900px) {
    .b-modal-answers__item {
      max-width: 820px; } }

.b-modal-count {
  display: block;
  width: 100%;
  padding: 76px 0 12px;
  background-color: #EFE9DD;
  font-size: 0; }
  .b-modal-count__container {
    display: block;
    width: 100%;
    padding: 0 16px; }
  .b-modal-count__top {
    display: block;
    width: 100%;
    margin: 0; }
  .b-modal-count__left, .b-modal-count__right, .b-modal-count__count-answers, .b-modal-count__top-text {
    display: inline-block;
    vertical-align: middle; }
  .b-modal-count__left {
    width: 60%; }
  .b-modal-count__right {
    width: 40%; }
  .b-modal-count__count-answers {
    width: 24px;
    height: 24px;
    background-color: #6E9F8B;
    border: none;
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
    margin-right: 8px;
    font-size: 12px;
    color: #ffffff; }
  .b-modal-count__top-text {
    font-size: 12px;
    letter-spacing: 1px;
    color: #828282; }
  .b-modal-count__right {
    text-align: right; }
  @media (min-width: 700px) {
    .b-modal-count {
      padding: 40px 0 16px; }
      .b-modal-count__container {
        padding: 0 80px; }
      .b-modal-count__count-answers {
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin-right: 10px;
        font-size: 20px; }
      .b-modal-count__top-text {
        font-size: 16px; } }
  @media (min-width: 1024px) {
    .b-modal-count__container {
      padding: 0 180px; } }

.b-modal-slider-result {
  display: block;
  width: 100%;
  padding: 24px 0 40px;
  font-size: 0; }
  .b-modal-slider-result__container {
    display: block;
    width: 100%;
    padding: 0 16px; }
  .b-modal-slider-result__title {
    display: block;
    width: 100%;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    letter-spacing: 1px;
    color: #081a27;
    margin: 0 0 24px; }
  .b-modal-slider-result__list {
    padding: 0;
    margin: 0;
    list-style-type: none; }
  .b-modal-slider-result__item {
    position: relative;
    min-height: 50px;
    background-color: #eee; }
    .b-modal-slider-result__item img {
      display: block;
      margin: 0 auto;
      max-width: 100%; }
  .b-modal-slider-result .slick-list {
    margin: 0 -8px; }
  .b-modal-slider-result .slick-slide {
    margin: 0 8px;
    padding: 0 0 8px; }
  .b-modal-slider-result .slick-prev, .b-modal-slider-result .slick-next {
    width: 48px;
    height: 48px;
    border: solid 1px #ad7a1e;
    background-color: #ffffff;
    z-index: 1;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0; }
    .b-modal-slider-result .slick-prev:before, .b-modal-slider-result .slick-next:before {
      content: "";
      width: 8px;
      height: 8px;
      -webkit-transform: rotate(-45deg);
         -moz-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
      opacity: 1; }
    .b-modal-slider-result .slick-prev:hover, .b-modal-slider-result .slick-next:hover {
      background-color: #ad7a1e; }
  .b-modal-slider-result .slick-prev {
    left: -72px; }
    .b-modal-slider-result .slick-prev:before {
      border-right: none;
      border-bottom: none;
      border-top: 1px solid #ad7a1e;
      border-left: 1px solid #ad7a1e;
      margin-left: 4px; }
    .b-modal-slider-result .slick-prev:hover:before {
      border-top: 1px solid #ffffff;
      border-left: 1px solid #ffffff; }
  .b-modal-slider-result .slick-next {
    left: auto;
    right: -72px; }
    .b-modal-slider-result .slick-next:before {
      border-left: none;
      border-top: none;
      border-right: 1px solid #ad7a1e;
      border-bottom: 1px solid #ad7a1e;
      margin-left: -4px; }
    .b-modal-slider-result .slick-next:hover:before {
      border-right: 1px solid #ffffff;
      border-bottom: 1px solid #ffffff; }
  .b-modal-slider-result__pagination {
    display: none;
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 1px;
    color: #ad7a1e;
    margin: 64px 0 0; }
    .b-modal-slider-result__pagination span.b-modal-slider-result__from {
      color: #081a27; }
  .b-modal-slider-result .b-masonry__text {
    display: none; }
  @media (min-width: 700px) {
    .b-modal-slider-result {
      padding: 48px 0 64px; }
      .b-modal-slider-result__container {
        padding: 0 80px; }
      .b-modal-slider-result__title {
        font-size: 32px;
        line-height: 48px; }
      .b-modal-slider-result .slick-list {
        margin: 0 -20px; }
      .b-modal-slider-result .slick-slide {
        margin: 0 20px; }
      .b-modal-slider-result__pagination {
        display: block; }
      .b-modal-slider-result .b-masonry__text {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex; } }
  @media (min-width: 1024px) {
    .b-modal-slider-result__container {
      padding: 0 180px; }
    .b-modal-slider-result__item {
      min-height: 60px; } }
  @media (min-width: 1280px) {
    .b-modal-slider-result__item {
      min-height: 100px; } }
  @media (min-width: 1440px) {
    .b-modal-slider-result__item {
      min-width: 120px; } }
  @media (min-width: 1600px) {
    .b-modal-slider-result__item {
      min-width: 150px; } }
  @media (min-width: 1900px) {
    .b-modal-slider-result__item {
      min-width: 200px; } }

.b-modal-footer {
  display: block;
  width: 100%;
  background-color: #EFE9DD;
  padding: 24px 0 72px;
  font-size: 0; }
  .b-modal-footer__container {
    display: block;
    width: 100%;
    max-width: 214px;
    margin: 0 auto; }
  .b-modal-footer__text {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 1px;
    color: #081a27;
    margin: 0 0 16px; }
  .b-modal-footer__list, .b-modal-footer__wrap-icon {
    padding: 0;
    margin: 0 -20px 40px;
    list-style-type: none;
    text-align: center; }
    .b-modal-footer__list button, .b-modal-footer__wrap-icon button {
      display: inline-block;
      vertical-align: middle;
      margin: 0 20px;
      width: 40px;
      height: 40px;
      position: relative; }
      .b-modal-footer__list button svg, .b-modal-footer__wrap-icon button svg {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 40px;
        height: 40px;
        max-width: 100%;
        max-height: 100%; }
  .b-modal-footer__wrap-icon {
    width: -webkit-calc(100% + 120px);
    width: -moz-calc(100% + 120px);
    width: calc(100% + 120px);
    margin: 0 -60px 40px; }
  .b-modal-footer__item {
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px; }
    .b-modal-footer__item a {
      display: block;
      width: 100%; }
      .b-modal-footer__item a svg {
        display: block;
        width: 40px;
        height: 40px; }
  .b-modal-footer__btn {
    display: block;
    width: 100%;
    height: 48px;
    line-height: 46px;
    border: 1px solid #ad7a1e;
    border-radius: 4px;
    background-color: #EFE9DD;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ad7a1e;
    padding: 0;
    margin: 0 0 16px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s; }
    .b-modal-footer__btn--last {
      margin: 0 0 40px; }
    .b-modal-footer__btn:hover {
      background-color: #ad7a1e;
      color: #ffffff; }
  .b-modal-footer__links {
    display: block;
    width: 100%; }
    .b-modal-footer__links a {
      display: block;
      width: 100%;
      text-decoration: underline;
      margin: 0 0 24px;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      transition: 0.3s; }
      .b-modal-footer__links a:last-child {
        margin: 0; }
      .b-modal-footer__links a:hover {
        color: #ad7a1e; }
  @media (min-width: 700px) {
    .b-modal-footer {
      padding: 82px 0 138px; }
      .b-modal-footer__container {
        max-width: 420px; }
      .b-modal-footer__text {
        font-size: 18px;
        line-height: 22px;
        margin: 0 0 24px; }
      .b-modal-footer__list, .b-modal-footer__wrap-icon {
        margin: 0 -24px 48px; }
        .b-modal-footer__list button, .b-modal-footer__wrap-icon button {
          margin: 0 24px;
          width: 48px;
          height: 48px; }
          .b-modal-footer__list button svg, .b-modal-footer__wrap-icon button svg {
            width: 48px;
            height: 48px; }
      .b-modal-footer__wrap-icon {
        width: -webkit-calc(100% + 48px);
        width: -moz-calc(100% + 48px);
        width: calc(100% + 48px); }
      .b-modal-footer__item {
        padding: 0 24px; }
        .b-modal-footer__item a svg {
          width: 48px;
          height: 48px; }
      .b-modal-footer__btn {
        margin: 0 0 20px; }
        .b-modal-footer__btn--last {
          margin: 0 0 48px; }
      .b-modal-footer__links a {
        width: 100%;
        margin: 0;
        text-align: center; }
        .b-modal-footer__links a.b-modal-footer__text--right {
          text-align: right; } }
  @media (max-width: 420px) {
    .b-modal-footer__wrap-icon button {
      margin: 0 12px; } }

.b-game-puzzle {
  display: block;
  width: 100%;
  height: 100%;
  padding: 56px 0 0;
  position: relative; }
  .b-game-puzzle #img {
    width: 300px;
    height: 300px;
    position: relative;
    margin: 0px auto;
    display: block; }
    .b-game-puzzle #img img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    @media (min-width: 1024px) {
      .b-game-puzzle #img {
        width: 600px;
        height: 600px; } }
  .b-game-puzzle #puzzlearea {
    width: 300px;
    height: 300px;
    position: relative;
    margin: 0px auto;
    display: none; }
    @media (min-width: 1024px) {
      .b-game-puzzle #puzzlearea {
        width: 600px;
        height: 600px; } }
  .b-game-puzzle .piece {
    width: 75px;
    height: 75px;
    border: none;
    font-size: 40pt;
    position: absolute;
    cursor: default;
    background-image: url(http://iss-dev.kamis.ru/api/spf/0nw-htVNWxiG6PRozvk_SrgGRRARbbTErenVSTe9ePa3cNp-s1_5fuFbt1-5M9nf.jpg?w=300&h=300); }
    .b-game-puzzle .piece div {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      display: block;
      width: 25px;
      height: 25px;
      border: none;
      border-radius: 50%;
      background-color: #586BBC;
      font-size: 14px;
      line-height: 25px;
      letter-spacing: 1px;
      text-align: center;
      color: #ffffff;
      opacity: 0.5;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      transition: 0.3s; }
    @media (min-width: 1024px) {
      .b-game-puzzle .piece {
        width: 200px;
        height: 200px;
        background-image: url(http://iss-dev.kamis.ru/api/spf/0nw-htVNWxiG6PRozvk_SrgGRRARbbTErenVSTe9ePa3cNp-s1_5fuFbt1-5M9nf.jpg?w=800&h=800); }
        .b-game-puzzle .piece div {
          width: 64px;
          height: 64px;
          font-size: 32px;
          line-height: 64px; } }
  .b-game-puzzle #winner {
    color: red;
    font-weight: bold; }
  .b-game-puzzle #controls {
    display: block;
    width: 100%;
    margin: 24px 0 0;
    text-align: center;
    position: relative;
    padding: 66px 0 0; }
    .b-game-puzzle #controls button {
      width: 204px;
      height: 48px;
      display: block;
      margin: 0 auto 8px;
      background-color: #ad7a1e;
      border: 1px solid #ad7a1e;
      border-radius: 4px;
      font-weight: bold;
      font-size: 12px;
      line-height: 46px;
      letter-spacing: 1px;
      text-transform: uppercase;
      color: #ffffff;
      cursor: pointer;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      transition: 0.3s; }
      .b-game-puzzle #controls button.hide-numbers {
        background-color: #EFE9DD;
        color: #ad7a1e;
        border: 1px solid #EFE9DD; }
        .b-game-puzzle #controls button.hide-numbers:hover {
          border: 1px solid #ad7a1e; }
      .b-game-puzzle #controls button.shuffle {
        margin: 0 auto; }
      .b-game-puzzle #controls button.hide-numbers, .b-game-puzzle #controls button.shuffle {
        display: none; }
      .b-game-puzzle #controls button:hover {
        background-color: #ffffff;
        color: #ad7a1e; }
    @media (min-width: 1024px) {
      .b-game-puzzle #controls {
        margin: 48px 0 0;
        padding: 0; }
        .b-game-puzzle #controls button {
          display: inline-block;
          vertical-align: middle;
          margin: 0 auto;
          width: 220px; }
          .b-game-puzzle #controls button.hide-numbers, .b-game-puzzle #controls button.shuffle {
            display: none; }
          .b-game-puzzle #controls button.hide-numbers {
            background-color: #ad7a1e;
            border: 1px solid #ad7a1e;
            color: #ffffff; }
            .b-game-puzzle #controls button.hide-numbers:hover {
              background-color: #ffffff;
              color: #ad7a1e; } }
  .b-game-puzzle #timer {
    display: none;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    font-weight: bold;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 1px;
    color: #6E9F8B;
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }
    @media (min-width: 1024px) {
      .b-game-puzzle #timer {
        position: static;
        vertical-align: middle;
        width: auto;
        font-size: 48px;
        line-height: 48px;
        margin: 0 75px; } }
  .b-game-puzzle.start #img {
    display: none; }
  .b-game-puzzle.start #puzzlearea {
    display: block; }
  .b-game-puzzle.start #controls button {
    display: none; }
    .b-game-puzzle.start #controls button.hide-numbers, .b-game-puzzle.start #controls button.shuffle {
      display: block; }
  @media (min-width: 1024px) {
    .b-game-puzzle.start #controls button.hide-numbers, .b-game-puzzle.start #controls button.shuffle {
      display: inline-block; } }
  .b-game-puzzle.start #timer {
    display: block; }
    @media (min-width: 1024px) {
      .b-game-puzzle.start #timer {
        display: inline-block;
        width: auto; } }
  .b-game-puzzle--new {
    text-align: center; }
    .b-game-puzzle--new .b-game-puzzle__full {
      display: inline-block;
      font-family: "Arimo-Regular";
      font-size: 16px;
      color: #081a27;
      text-decoration: underline;
      margin: 0 0 16px;
      padding: 0 8px; }
      .b-game-puzzle--new .b-game-puzzle__full:hover {
        text-decoration: none; }
    .b-game-puzzle--new .b-game-puzzle__full-img {
      display: none;
      position: absolute;
      top: 89px;
      left: 0;
      width: 100%;
      height: -webkit-calc(100% - 89px);
      height: -moz-calc(100% - 89px);
      height: calc(100% - 89px);
      z-index: 201;
      background-color: #ffffff; }
      .b-game-puzzle--new .b-game-puzzle__full-img img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: auto;
        margin: auto;
        display: block;
        max-width: 100%;
        max-height: -webkit-calc(100% - 47px);
        max-height: -moz-calc(100% - 47px);
        max-height: calc(100% - 47px);
        min-height: 200px;
        -o-object-fit: cover;
           object-fit: cover;
        font-family: "object-fit: cover;";
        -o-object-position: top;
           object-position: top; }
      .b-game-puzzle--new .b-game-puzzle__full-img.show {
        display: block; }
  @media (min-width: 700px) {
    .b-game-puzzle {
      padding: 64px 0; }
      .b-game-puzzle--new .b-game-puzzle__full-img {
        top: 95px;
        height: -webkit-calc(100% - 95px);
        height: -moz-calc(100% - 95px);
        height: calc(100% - 95px); }
        .b-game-puzzle--new .b-game-puzzle__full-img img {
          max-height: -webkit-calc(100% - 53px);
          max-height: -moz-calc(100% - 53px);
          max-height: calc(100% - 53px); } }
  @media (min-width: 1024px) {
    .b-game-puzzle {
      padding: 108px 0; }
      .b-game-puzzle--new {
        padding: 48px 0 108px; }
        .b-game-puzzle--new .b-game-puzzle__full {
          font-size: 18px;
          margin: 0 0 24px; }
        .b-game-puzzle--new .b-game-puzzle__full-img {
          top: 92px;
          left: 40px;
          width: -webkit-calc(100% - 80px);
          width: -moz-calc(100% - 80px);
          width: calc(100% - 80px);
          height: -webkit-calc(100% - 92px);
          height: -moz-calc(100% - 92px);
          height: calc(100% - 92px); }
          .b-game-puzzle--new .b-game-puzzle__full-img img {
            min-height: 600px;
            max-height: -webkit-calc(100% - 50px);
            max-height: -moz-calc(100% - 50px);
            max-height: calc(100% - 50px); } }

.barley-break-game-panel {
  margin: 50px;
  position: relative;
  border: 1px solid #000; }

.barley-break-game-panel-substrate {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: .2;
  z-index: 1; }

.barley-break-game-tile {
  z-index: 200;
  text-align: center;
  vertical-align: middle;
  line-height: 150px;
  font-size: 30px;
  width: 25%;
  height: 25%;
  position: absolute;
  padding: auto;
  cursor: not-allowed;
  opacity: 1; }

.barley-break-game-tile span {
  background-color: #d3d3d3; }

.barley-break-game-tile.movable {
  cursor: pointer; }

.barley-break-game-panel {
  display: block;
  margin: 0 auto 24px; }
  .barley-break-game-panel .barley-break-game-tile span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 25px;
    height: 25px;
    border: none;
    border-radius: 50%;
    background-color: #586BBC;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 1px;
    text-align: center;
    color: #ffffff;
    opacity: 0.5;
    z-index: 202; }
  .barley-break-game-panel .barley-break-game-tile:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    background-color: #000000;
    opacity: 0.3;
    z-index: 201; }
  .barley-break-game-panel .barley-break-game-tile.movable:hover span {
    opacity: 1; }
  .barley-break-game-panel .barley-break-game-tile.movable:hover:before {
    display: block; }
  @media (min-width: 1024px) {
    .barley-break-game-panel {
      margin: 0 auto; }
      .barley-break-game-panel .barley-break-game-tile span {
        width: 64px;
        height: 64px;
        font-size: 32px;
        line-height: 64px; } }

.b-game-loto-slider {
  display: block;
  width: 100%;
  background-color: #EFE9DD;
  padding: 36px 0 12px;
  font-size: 0;
  text-align: center; }
  .b-game-loto-slider__container {
    display: block;
    width: 100%;
    padding: 0 16px; }
  .b-game-loto-slider__title {
    display: block;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #081a27;
    margin: 0; }
  .b-game-loto-slider__number {
    display: block;
    font-size: 12px;
    line-height: 32px;
    letter-spacing: 1px;
    color: #EB5757;
    margin: 0 0 6px; }
  .b-game-loto-slider__list {
    padding: 0;
    margin: 0;
    list-style-type: none; }
  .b-game-loto-slider__item {
    display: block;
    height: 150px; }
  .b-game-loto-slider__img {
    display: block;
    height: 100%;
    position: relative;
    text-align: center;
    overflow: hidden;
    min-width: 40px;
    background-color: #eee; }
    .b-game-loto-slider__img img {
      display: inline-block;
      vertical-align: top;
      height: 100%;
      cursor: pointer; }
  .b-game-loto-slider .slick-list {
    margin: 0 -4px; }
  .b-game-loto-slider .slick-slide {
    margin: 0 4px; }
  .b-game-loto-slider .slick-prev, .b-game-loto-slider .slick-next {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 50%;
    background-color: #ffffff;
    z-index: 1;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
            transform: none; }
    .b-game-loto-slider .slick-prev:before, .b-game-loto-slider .slick-next:before {
      content: "";
      width: 6px;
      height: 6px;
      -webkit-transform: rotate(-45deg);
         -moz-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
      opacity: 1; }
  .b-game-loto-slider .slick-prev {
    left: 0; }
    .b-game-loto-slider .slick-prev:before {
      border-right: none;
      border-bottom: none;
      border-top: 1px solid #828282;
      border-left: 1px solid #828282;
      margin-left: 2px; }
  .b-game-loto-slider .slick-next {
    right: 0; }
    .b-game-loto-slider .slick-next:before {
      border-left: none;
      border-top: none;
      border-right: 1px solid #828282;
      border-bottom: 1px solid #828282;
      margin-left: -2px; }
  .b-game-loto-slider .slick-disabled {
    opacity: 0.5;
    cursor: default; }
  .b-game-loto-slider .slick-dots {
    display: block !important;
    bottom: -40px;
    left: 0; }
    .b-game-loto-slider .slick-dots li {
      width: 16px;
      height: 16px;
      border: 2px solid #EFE9DD;
      border-radius: 50%;
      background: none;
      background-color: #EFE9DD;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      transition: 0.3s;
      vertical-align: middle;
      margin: 0 17px;
      position: relative; }
      .b-game-loto-slider .slick-dots li:hover {
        border: 2px solid #828282; }
      .b-game-loto-slider .slick-dots li:before {
        content: '';
        width: 8px;
        height: 8px;
        border: none;
        border-radius: 50%;
        background-color: #828282;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto; }
      .b-game-loto-slider .slick-dots li button {
        padding: 0;
        margin: 0;
        border: none; }
        .b-game-loto-slider .slick-dots li button:before {
          content: none; }
    .b-game-loto-slider .slick-dots .slick-active {
      border: 2px solid #828282; }
  .b-game-loto-slider .dndDragging {
    opacity: 0.5;
    cursor: default; }
  @media (min-width: 700px) {
    .b-game-loto-slider {
      padding: 72px 0 24px; }
      .b-game-loto-slider__title {
        font-size: 24px;
        line-height: 28px; } }
  @media (min-width: 1024px) {
    .b-game-loto-slider {
      padding: 24px 0 12px; }
      .b-game-loto-slider__container {
        padding: 0 80px; }
      .b-game-loto-slider__title {
        font-size: 28px;
        line-height: 32px;
        margin: 0 0 12px; }
      .b-game-loto-slider__number {
        font-size: 15px;
        margin: 0 0 12px; }
      .b-game-loto-slider__item {
        height: 140px; }
      .b-game-loto-slider__img {
        min-width: 60px; }
      .b-game-loto-slider .slick-list {
        margin: 0 -8px; }
      .b-game-loto-slider .slick-slide {
        margin: 0 8px; }
      .b-game-loto-slider .slick-prev, .b-game-loto-slider .slick-next {
        width: 48px;
        height: 48px;
        border: none;
        border-radius: 50%;
        background-color: #ffffff;
        z-index: 1;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto 0;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        transition: 0.3s; }
        .b-game-loto-slider .slick-prev:before, .b-game-loto-slider .slick-next:before {
          content: "";
          width: 8px;
          height: 8px;
          -webkit-transform: rotate(-45deg);
             -moz-transform: rotate(-45deg);
              -ms-transform: rotate(-45deg);
                  transform: rotate(-45deg);
          opacity: 1; }
      .b-game-loto-slider .slick-prev {
        left: -32px; }
        .b-game-loto-slider .slick-prev:before {
          margin-left: 2px; }
      .b-game-loto-slider .slick-next {
        right: -32px; }
        .b-game-loto-slider .slick-next:before {
          margin-left: -2px; } }
  @media (min-width: 1400px) {
    .b-game-loto-slider {
      padding: 42px 0 24px; }
      .b-game-loto-slider__container {
        padding: 0 180px; }
      .b-game-loto-slider__title {
        font-size: 32px;
        line-height: 48px;
        margin: 0 0 16px; }
      .b-game-loto-slider__number {
        font-size: 16px;
        margin: 0 0 24px; }
      .b-game-loto-slider__item {
        height: 200px; }
      .b-game-loto-slider__img {
        min-width: 80px; } }

.b-game-loto-squares {
  display: block;
  width: 100%;
  padding: 24px 0 60px;
  text-align: center;
  font-size: 0; }
  .b-game-loto-squares__container {
    display: block;
    padding: 0 24px; }
  .b-game-loto-squares__title {
    display: none;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 1px;
    color: #B1B0AD;
    margin: 0 0 16px; }
  .b-game-loto-squares__list {
    padding: 0;
    margin: 0 -18px;
    list-style-type: none; }
  .b-game-loto-squares__item {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin: 0 0 16px; }
  .b-game-loto-squares__square {
    display: block;
    width: -webkit-calc(100% - 36px);
    width: -moz-calc(100% - 36px);
    width: calc(100% - 36px);
    height: 100px;
    border: 1px dashed #ad7a1e;
    border-radius: 8px;
    background-color: #EFE9DD;
    margin: 0 18px 20px;
    position: relative;
    cursor: pointer; }
    .b-game-loto-squares__square img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      display: block;
      max-width: -webkit-calc(100% - 6px);
      max-width: -moz-calc(100% - 6px);
      max-width: calc(100% - 6px);
      max-height: -webkit-calc(100% - 6px);
      max-height: -moz-calc(100% - 6px);
      max-height: calc(100% - 6px);
      z-index: 3; }
  .b-game-loto-squares__number {
    display: block;
    position: absolute;
    right: -16px;
    bottom: -16px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border: none;
    border-radius: 50%;
    background-color: #27AE60;
    font-size: 14px;
    text-align: center;
    letter-spacing: 1px;
    color: #ffffff;
    z-index: 1; }
    .b-game-loto-squares__number--zero {
      background-color: #6E9F8B; }
  .b-game-loto-squares__text {
    font-size: 14px;
    line-height: 18px;
    color: #081a27; }
  .b-game-loto-squares .dndDragover {
    position: relative; }
    .b-game-loto-squares .dndDragover:before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      border-radius: 8px;
      background-color: #000000;
      opacity: 0.3;
      z-index: 2; }
  .b-game-loto-squares__square-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
    margin: 8px;
    width: -webkit-calc(100% - 16px);
    width: -moz-calc(100% - 16px);
    width: calc(100% - 16px);
    height: -webkit-calc(100% - 16px);
    height: -moz-calc(100% - 16px);
    height: calc(100% - 16px);
    position: relative;
    z-index: 3; }
  .b-game-loto-squares__square-item {
    display: inline-block;
    vertical-align: top; }
  .b-game-loto-squares__square-img {
    display: block;
    height: 115px;
    text-align: center; }
    .b-game-loto-squares__square-img img {
      position: static;
      display: inline-block;
      vertical-align: top;
      height: 100%;
      max-width: 100%;
      max-height: 100%;
      cursor: pointer; }
  .b-game-loto-squares .slick-list {
    margin: 0 -4px; }
  .b-game-loto-squares .slick-slide {
    margin: 0 4px;
    display: inline-block !important; }
  .b-game-loto-squares .slick-track {
    margin-left: 0 !important; }
  .b-game-loto-squares .slick-prev, .b-game-loto-squares .slick-next {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 16px;
    height: -webkit-calc(100% + 16px);
    height: -moz-calc(100% + 16px);
    height: calc(100% + 16px);
    border: none;
    border-radius: 32px;
    background-color: #ad7a1e;
    z-index: 1;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
            transform: none; }
    .b-game-loto-squares .slick-prev:before, .b-game-loto-squares .slick-next:before {
      content: "";
      width: 6px;
      height: 6px;
      -webkit-transform: rotate(-45deg);
         -moz-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
      opacity: 0.6; }
  .b-game-loto-squares .slick-prev {
    left: -28px; }
    .b-game-loto-squares .slick-prev:before {
      border-right: none;
      border-bottom: none;
      border-top: 2px solid #ffffff;
      border-left: 2px solid #ffffff;
      margin-left: 2px; }
  .b-game-loto-squares .slick-next {
    right: -28px; }
    .b-game-loto-squares .slick-next:before {
      border-left: none;
      border-top: none;
      border-right: 2px solid #ffffff;
      border-bottom: 2px solid #ffffff;
      margin-left: -2px; }
  .b-game-loto-squares .slick-disabled {
    opacity: 0.5;
    cursor: default; }
  .b-game-loto-squares__image, .b-game-loto-squares__result {
    display: block;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    position: relative;
    overflow: hidden; }
    .b-game-loto-squares__image img, .b-game-loto-squares__result img {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: auto;
      height: 80px;
      border: 1px solid #ffffff;
      cursor: pointer;
      z-index: 1; }
    .b-game-loto-squares__image img.background, .b-game-loto-squares__result img.background {
      position: static;
      width: 100%;
      height: auto;
      border: none;
      cursor: default; }
  .b-game-loto-squares--single .b-game-loto-squares__item {
    width: 100%; }
  .b-game-loto-squares--single .b-game-loto-squares__square {
    width: 100%;
    height: 131px;
    margin: 0; }
    .b-game-loto-squares--single .b-game-loto-squares__square img {
      position: static;
      display: inline-block;
      vertical-align: top;
      width: auto !important;
      height: 100%;
      max-width: 100%;
      max-height: 100%;
      cursor: pointer; }
  .b-game-loto-squares--single .b-game-loto-squares__title {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    line-height: 131px;
    font-size: 12px; }
  .b-game-loto-squares--image .b-game-loto-squares__container {
    padding: 0 16px; }
  .b-game-loto-squares--image .b-game-loto-squares__title {
    display: block; }
  .b-game-loto-squares--new .b-game-loto-squares__image, .b-game-loto-squares--new .b-game-loto-squares__result {
    display: block;
    width: 100%; }
  .b-game-loto-squares--new .b-game-loto-squares__image {
    margin: 0 auto 20px; }
    .b-game-loto-squares--new .b-game-loto-squares__image img {
      position: static;
      width: 100%;
      height: auto;
      max-height: 600px;
      cursor: url(../../../images/sprites/svg/magnifier.svg), auto; }
  .b-game-loto-squares--new .b-game-loto-squares__result {
    margin: 0 auto;
    height: 140px; }
    .b-game-loto-squares--new .b-game-loto-squares__result .b-game-loto-squares__title {
      line-height: 140px;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      z-index: 0;
      cursor: default; }
    .b-game-loto-squares--new .b-game-loto-squares__result.active .b-game-loto-squares__overlay {
      visibility: visible;
      opacity: 1; }
  .b-game-loto-squares--new .b-game-loto-squares__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s; }
  @media (min-width: 360px) {
    .b-game-loto-squares--new .b-game-loto-squares__result {
      height: 160px; }
      .b-game-loto-squares--new .b-game-loto-squares__result .b-game-loto-squares__title {
        line-height: 160px; } }
  @media (min-width: 700px) {
    .b-game-loto-squares__square {
      margin: 0 18px 12px; }
    .b-game-loto-squares--new .b-game-loto-squares__result {
      height: 220px; }
      .b-game-loto-squares--new .b-game-loto-squares__result .b-game-loto-squares__title {
        line-height: 160px; } }
  @media (min-width: 1024px) {
    .b-game-loto-squares {
      padding: 24px 0 160px; }
      .b-game-loto-squares__container {
        padding: 0 120px; }
      .b-game-loto-squares__title {
        display: block;
        margin: 0 0 12px; }
      .b-game-loto-squares__list {
        margin: 0 -39px; }
      .b-game-loto-squares__item {
        width: 25%;
        margin: 0; }
      .b-game-loto-squares__square {
        width: -webkit-calc(100% - 78px);
        width: -moz-calc(100% - 78px);
        width: calc(100% - 78px);
        height: 100px;
        margin: 0 39px 24px; }
      .b-game-loto-squares__number {
        right: -20px;
        bottom: -20px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 20px; }
      .b-game-loto-squares__text {
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 1px; }
      .b-game-loto-squares__square-list {
        margin: 16px;
        width: -webkit-calc(100% - 32px);
        width: -moz-calc(100% - 32px);
        width: calc(100% - 32px);
        height: -webkit-calc(100% - 32px);
        height: -moz-calc(100% - 32px);
        height: calc(100% - 32px); }
      .b-game-loto-squares__square-img {
        height: 208px; }
      .b-game-loto-squares .slick-prev, .b-game-loto-squares .slick-next {
        width: 48px;
        height: 48px;
        border-radius: 50%; }
        .b-game-loto-squares .slick-prev:before, .b-game-loto-squares .slick-next:before {
          width: 10px;
          height: 10px; }
      .b-game-loto-squares .slick-prev {
        left: -40px; }
        .b-game-loto-squares .slick-prev:before {
          border-top: 3px solid #ffffff;
          border-left: 3px solid #ffffff;
          margin-left: 4px; }
      .b-game-loto-squares .slick-next {
        right: -40px; }
        .b-game-loto-squares .slick-next:before {
          border-right: 3px solid #ffffff;
          border-bottom: 3px solid #ffffff;
          margin-left: -4px; }
      .b-game-loto-squares__image img, .b-game-loto-squares__result img {
        height: 120px;
        border: 2px solid #ffffff; }
      .b-game-loto-squares--single .b-game-loto-squares__container {
        padding: 0 80px; }
      .b-game-loto-squares--single .b-game-loto-squares__item {
        width: 100%; }
      .b-game-loto-squares--single .b-game-loto-squares__square {
        height: 240px; }
      .b-game-loto-squares--single .b-game-loto-squares__title {
        line-height: 240px; }
      .b-game-loto-squares--image .b-game-loto-squares__container {
        padding: 0 120px; }
      .b-game-loto-squares--image .b-game-loto-squares__title {
        display: none; }
      .b-game-loto-squares--new .b-game-loto-squares__container {
        padding: 0 24px; }
      .b-game-loto-squares--new .b-game-loto-squares__image, .b-game-loto-squares--new .b-game-loto-squares__result {
        display: inline-block;
        vertical-align: middle;
        height: 300px; }
      .b-game-loto-squares--new .b-game-loto-squares__image {
        width: 500px;
        margin: 0 20px 0 0; }
        .b-game-loto-squares--new .b-game-loto-squares__image img {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          margin: auto;
          width: auto;
          max-width: 100%;
          max-height: 100%; }
      .b-game-loto-squares--new .b-game-loto-squares__result {
        width: -webkit-calc(100% - 542px);
        width: -moz-calc(100% - 542px);
        width: calc(100% - 542px);
        margin: 0 0 0 20px; }
        .b-game-loto-squares--new .b-game-loto-squares__result .b-game-loto-squares__title {
          line-height: 300px; } }
  @media (min-width: 1200px) {
    .b-game-loto-squares--new .b-game-loto-squares__container {
      padding: 0 200px; }
    .b-game-loto-squares--new .b-game-loto-squares__image {
      width: 480px; }
    .b-game-loto-squares--new .b-game-loto-squares__result {
      width: -webkit-calc(100% - 520px);
      width: -moz-calc(100% - 520px);
      width: calc(100% - 520px); } }
  @media (min-width: 1400px) {
    .b-game-loto-squares__container {
      padding: 0 220px; }
    .b-game-loto-squares__title {
      margin: 0 0 32px; }
    .b-game-loto-squares__square {
      height: 170px;
      margin: 0 39px 32px; }
    .b-game-loto-squares__text {
      font-size: 20px;
      line-height: 24px; }
    .b-game-loto-squares__image, .b-game-loto-squares__result {
      max-width: 565px; }
      .b-game-loto-squares__image img, .b-game-loto-squares__result img {
        height: 150px; }
    .b-game-loto-squares--single .b-game-loto-squares__container {
      padding: 0 180px; }
    .b-game-loto-squares--image .b-game-loto-squares__title {
      display: block; }
    .b-game-loto-squares--new .b-game-loto-squares__image, .b-game-loto-squares--new .b-game-loto-squares__result {
      height: 340px; }
    .b-game-loto-squares--new .b-game-loto-squares__image {
      width: 560px; }
    .b-game-loto-squares--new .b-game-loto-squares__result {
      width: -webkit-calc(100% - 600px);
      width: -moz-calc(100% - 600px);
      width: calc(100% - 600px); }
      .b-game-loto-squares--new .b-game-loto-squares__result .b-game-loto-squares__title {
        line-height: 340px; }
    .b-game-loto-squares--new .b-game-loto-squares__container {
      padding: 0 220px; } }

.b-modal-square {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10001; }
  .b-modal-square__close {
    display: block;
    width: 24px;
    height: 24px;
    padding: 4px;
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer; }
    .b-modal-square__close svg {
      display: block;
      width: 100%;
      height: 100%;
      fill: #828282;
      color: #828282; }
  .b-modal-square__inner-wrap {
    position: absolute;
    top: 5px;
    left: 8px;
    right: 8px;
    width: -webkit-calc(100% - 32px);
    width: -moz-calc(100% - 32px);
    width: calc(100% - 32px);
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    max-height: -webkit-calc(100vh - 10px);
    max-height: -moz-calc(100vh - 10px);
    max-height: calc(100vh - 10px);
    margin: 0 auto;
    padding: 56px 0 64px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 2px 25px 3px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 2px 25px 3px rgba(0, 0, 0, 0.75);
    overflow: hidden; }
  .b-modal-square__inner {
    display: block;
    width: 100%;
    margin: 0 auto;
    max-width: -webkit-calc(100% - 16px);
    max-width: -moz-calc(100% - 16px);
    max-width: calc(100% - 16px); }
  .b-modal-square__img {
    display: block;
    max-width: -webkit-calc(100% - 32px);
    max-width: -moz-calc(100% - 32px);
    max-width: calc(100% - 32px);
    height: 300px;
    margin: 0 auto;
    padding: 0 16px;
    position: relative; }
    .b-modal-square__img img {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      max-width: 100%;
      max-height: 100%; }
  .b-modal-square__title {
    display: block;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    letter-spacing: 1px;
    color: #EB5757;
    margin: 24px auto 0;
    padding: 0 32px;
    max-width: 640px; }
  .b-modal-square__text {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 1px;
    color: #081a27;
    white-space: pre-line;
    margin: 16px 0 0;
    padding: 0 32px; }
  .b-modal-square--image .b-modal-square__inner-wrap {
    top: 24px;
    max-width: 100%;
    height: -webkit-calc(100vh - 40px);
    height: -moz-calc(100vh - 40px);
    height: calc(100vh - 40px);
    max-height: -webkit-calc(100vh - 40px);
    max-height: -moz-calc(100vh - 40px);
    max-height: calc(100vh - 40px); }
  .b-modal-square--image .b-modal-square__inner {
    height: 100%; }
  .b-modal-square--image .b-modal-square__img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    padding: 0; }
    .b-modal-square--image .b-modal-square__img img {
      position: static;
      width: 100%;
      max-width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain;
      -o-object-position: center;
         object-position: center; }
  @media (min-width: 1024px) {
    .b-modal-square__inner-wrap {
      top: 88px;
      left: 0;
      right: 0;
      width: 960px;
      max-height: -webkit-calc(100vh - 140px);
      max-height: -moz-calc(100vh - 140px);
      max-height: calc(100vh - 140px);
      padding: 48px 0 80px; }
    .b-modal-square__inner {
      max-width: 960px; }
    .b-modal-square__img {
      max-width: -webkit-calc(100% - 160px);
      max-width: -moz-calc(100% - 160px);
      max-width: calc(100% - 160px);
      padding: 0 80px; }
    .b-modal-square__title {
      margin: 40px auto 0;
      padding: 0 80px; }
    .b-modal-square__text {
      font-size: 18px;
      padding: 0 80px; }
    .b-modal-square--image .b-modal-square__inner-wrap {
      top: 100px;
      width: 960px;
      height: -webkit-calc(100vh - 200px);
      height: -moz-calc(100vh - 200px);
      height: calc(100vh - 200px);
      max-height: -webkit-calc(100vh - 200px);
      max-height: -moz-calc(100vh - 200px);
      max-height: calc(100vh - 200px);
      padding: 48px 80px; }
    .b-modal-square--image .b-modal-square__inner {
      max-width: 960px; }
    .b-modal-square--image .b-modal-square__img {
      width: 100%;
      max-width: 100%;
      height: 100%;
      padding: 0; }
      .b-modal-square--image .b-modal-square__img img {
        width: 100%;
        max-width: 100%;
        height: 100%; } }

:root {
  --color-gold: #ad7a1e;
  --white: #ffffff;
  --border-translucent:rgba(255, 255, 255, 0.5);
  --text-dark:#081a27;
  --blackout:rgba(0, 0, 0, 0.6);
  --dark-gray-brown:#241a14;
  --black:#000000;
  --dots:#999999;
  --dots-hover:#d8d8d8;
  --color-black: #000;
  --color-gray: #757575;
  --color-light-gray: #c1bebc;
  --color-silver: #e9e8e7;
  --color-pink: #f6f1e8;
  --color-dark: #241a14;
  --color-brown: #5a4018;
  --color-light-brown: #b39060;
  --color-peach: #dab679; }

:root {
  --animation-time: 0.3s; }

.b-slide-game {
  display: block;
  width: 100%;
  background-color: #EFE9DD;
  padding: 48px 0px 17px 25px; }
  .b-slide-game__top-title {
    font-family: "Arimo-Regular";
    font-weight: normal;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #081a27;
    max-width: -webkit-calc(100% - 25px);
    max-width: -moz-calc(100% - 25px);
    max-width: calc(100% - 25px);
    margin-bottom: 12px;
    margin-top: 0;
    max-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }
  .b-slide-game__list {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .b-slide-game__list.js-slide-game {
      text-align: left; }
      .b-slide-game__list.js-slide-game .slick-list {
        text-align: left; }
      .b-slide-game__list.js-slide-game .slick-track {
        min-width: 100%; }
  .b-slide-game__item {
    width: 100%;
    display: block;
    margin: 0 0 24px;
    background-color: #ffffff;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    border-radius: 4px;
    opacity: 0.6;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s; }
    .b-slide-game__item:hover .b-slide-game__overlay {
      visibility: visible;
      opacity: 1; }
    .b-slide-game__item--ellipse .b-slide-game__info {
      background-image: url(../images/sprites/svg/ellipse-cut.svg);
      background-size: auto 66%; }
    .b-slide-game__item--triangle .b-slide-game__info {
      background-image: url(../images/sprites/svg/triangle-cut.svg);
      background-size: auto 74%; }
    .b-slide-game__item--rectangle .b-slide-game__info {
      background-image: url(../images/sprites/svg/rectangle-cut.svg);
      background-size: auto 59%; }
  .b-slide-game .slick-slide.slick-current .b-slide-game__item {
    opacity: 1; }
  .b-slide-game__link {
    display: block; }
  .b-slide-game__info {
    display: block;
    width: 100%;
    padding: 202px 0 32px;
    background-position: bottom left;
    background-size: auto 66%;
    background-repeat: no-repeat;
    position: relative;
    z-index: 2; }
  .b-slide-game__image {
    width: 100%;
    display: block;
    position: absolute;
    height: 188px;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    margin: 0 auto;
    background-color: #eee;
    z-index: 1;
    overflow: hidden; }
    .b-slide-game__image img {
      display: block;
      position: absolute;
      top: 0;
      left: 50%;
      right: 0;
      bottom: auto;
      margin: auto;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      font-family: "object-fit: cover;";
      -o-object-position: top;
         object-position: top;
      -webkit-transform: translate(-50%, 0);
         -moz-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
              transform: translate(-50%, 0); }
  .b-slide-game__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s; }
    .b-slide-game__overlay img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      display: block;
      width: auto;
      height: auto;
      min-width: 0;
      min-height: 0;
      max-width: 100%;
      max-height: 100%;
      -webkit-transform: none;
         -moz-transform: none;
          -ms-transform: none;
              transform: none; }
  .b-slide-game__levels {
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 34px;
    right: 26px; }
  .b-slide-game__level {
    display: inline-block;
    vertical-align: bottom;
    width: 20px;
    height: 20px;
    margin-right: 10px; }
    .b-slide-game__level--last {
      margin: 0; }
    .b-slide-game__level svg {
      fill: #828282;
      color: #828282;
      display: block;
      max-width: 100%;
      max-height: 100%; }
  .b-slide-game__title, .b-slide-game__date {
    padding: 0 24px; }
  .b-slide-game__title {
    display: block;
    width: 100%;
    margin: 0 0 18px;
    font-size: 24px;
    font-weight: normal;
    line-height: 32px;
    letter-spacing: 1px;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 96px; }
  .b-slide-game__date {
    display: block;
    font-family: "Tinos-Regular";
    font-size: 12px;
    color: #081a27;
    margin: 0 0 16px; }
  .b-slide-game__btn {
    display: inline-block;
    height: 24px;
    font-weight: bold;
    font-size: 10px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #241a14;
    text-transform: uppercase;
    padding: 0 25px;
    margin-left: 24px;
    border: none;
    border-radius: 32px;
    background-color: #ffffff; }
  .b-slide-game__btn-more {
    border: solid 1px #ad7a1e;
    width: -webkit-calc(100% - 25px);
    width: -moz-calc(100% - 25px);
    width: calc(100% - 25px);
    text-align: center;
    font-family: "Arimo-Regular";
    font-size: 12px;
    letter-spacing: 1px;
    color: #ad7a1e;
    height: 48px;
    line-height: 48px;
    display: block;
    text-transform: uppercase; }
    .b-slide-game__btn-more:hover {
      background-color: #ad7a1e;
      color: #ffffff; }
  .b-slide-game .slick-prev, .b-slide-game .slick-next {
    width: 48px;
    height: 48px;
    border: solid 1px #ad7a1e;
    background-color: #EFE9DD;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: -24px;
    left: auto; }
    .b-slide-game .slick-prev:before, .b-slide-game .slick-next:before {
      content: "";
      width: 8px;
      height: 8px;
      -webkit-transform: rotate(-45deg);
         -moz-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
      opacity: 1; }
    .b-slide-game .slick-prev:hover, .b-slide-game .slick-next:hover {
      background-color: #ad7a1e; }
  .b-slide-game .slick-list {
    margin: 0 -8px !important;
    padding-right: 25px !important;
    padding-top: 20px !important; }
  .b-slide-game .slick-slide {
    margin: 0 8px !important; }
  .b-slide-game .slick-prev {
    right: 73px; }
    .b-slide-game .slick-prev:before {
      border-right: none;
      border-bottom: none;
      border-top: 1px solid #ad7a1e;
      border-left: 1px solid #ad7a1e;
      margin-left: 4px; }
    .b-slide-game .slick-prev:hover:before {
      border-top: 1px solid #ffffff;
      border-left: 1px solid #ffffff; }
  .b-slide-game .slick-next {
    right: 10px; }
    .b-slide-game .slick-next:before {
      border-left: none;
      border-top: none;
      border-right: 1px solid #ad7a1e;
      border-bottom: 1px solid #ad7a1e;
      margin-left: -4px; }
    .b-slide-game .slick-next:hover:before {
      border-right: 1px solid #ffffff;
      border-bottom: 1px solid #ffffff; }
  .b-slide-game--new {
    background-color: #ffffff; }
    .b-slide-game--new .b-slide-game__item {
      border: 1px solid rgba(131, 141, 147, 0.3); }
    .b-slide-game--new .slick-prev,
    .b-slide-game--new .slick-next {
      background-color: rgba(255, 255, 255, 0); }
      .b-slide-game--new .slick-prev:hover,
      .b-slide-game--new .slick-next:hover {
        background-color: #ad7a1e; }
  @media (min-width: 520px) {
    .b-slide-game__top-title {
      font-size: 24px;
      max-width: -webkit-calc(100% - 124px);
      max-width: -moz-calc(100% - 124px);
      max-width: calc(100% - 124px); } }
  @media (min-width: 1024px) {
    .b-slide-game {
      padding: 80px 0 80px 80px; }
      .b-slide-game__top-title {
        max-width: -webkit-calc(100% - 200px);
        max-width: -moz-calc(100% - 200px);
        max-width: calc(100% - 200px);
        font-size: 28px;
        line-height: 48px;
        margin-bottom: 8px;
        max-height: 96px; }
      .b-slide-game__item {
        padding: 0; }
        .b-slide-game__item--ellipse .b-slide-game__info {
          background-image: url(../images/sprites/svg/ellipse-big-cut.svg);
          background-size: auto 79%; }
        .b-slide-game__item--triangle .b-slide-game__info {
          background-image: url(../images/sprites/svg/triangle-big-cut-2.svg);
          background-size: auto 100%; }
        .b-slide-game__item--rectangle .b-slide-game__info {
          background-image: url(../images/sprites/svg/rectangle-big-cut.svg);
          background-size: auto 81%; }
      .b-slide-game__image {
        left: auto;
        bottom: 0;
        margin: auto 0;
        width: -webkit-calc(100% - 250px);
        width: -moz-calc(100% - 250px);
        width: calc(100% - 250px);
        height: 100%; }
        .b-slide-game__image img {
          width: auto;
          min-width: 100%;
          height: 100%;
          bottom: 0;
          left: 0;
          -webkit-transform: none;
             -moz-transform: none;
              -ms-transform: none;
                  transform: none; }
      .b-slide-game__overlay img {
        min-width: 0;
        height: auto; }
      .b-slide-game__info {
        padding: 24px -webkit-calc(100% - 250px) 24px 40px;
        padding: 24px -moz-calc(100% - 250px) 24px 40px;
        padding: 24px calc(100% - 250px) 24px 40px; }
      .b-slide-game__levels {
        padding: 0 2px;
        margin: 0;
        text-align: left;
        top: 22px;
        left: 40px;
        right: auto;
        bottom: auto; }
      .b-slide-game__level {
        width: 18px;
        height: 26px;
        margin-right: 14px; }
        .b-slide-game__level--last {
          margin: 0; }
      .b-slide-game__title {
        font-weight: bold;
        font-size: 22px;
        line-height: 30px;
        letter-spacing: 1.7px;
        margin: 66px 0 2px;
        padding: 0;
        -webkit-line-clamp: 4;
        height: 116px; }
      .b-slide-game__date {
        font-size: 16px;
        margin: 2px 0 22px;
        padding: 0; }
      .b-slide-game__btn {
        height: 32px;
        font-size: 12px;
        line-height: 32px;
        padding: 0 32px;
        margin: 0; }
      .b-slide-game__btn-more {
        display: inline-block;
        max-width: 168px;
        padding: 0 32px;
        font-size: 14px;
        letter-spacing: 1.1px;
        margin: 16px 0 0; }
      .b-slide-game .slick-list {
        margin: 0 -20px !important;
        padding-right: 80px !important;
        padding-top: 32px !important; }
      .b-slide-game .slick-slide {
        margin: 0 20px !important; }
      .b-slide-game .slick-prev, .b-slide-game .slick-next {
        top: -32px; }
      .b-slide-game .slick-prev {
        right: 144px; }
      .b-slide-game .slick-next {
        right: 80px; }
      .b-slide-game--new {
        padding: 40px 0 80px 80px; } }
  @media (min-width: 1100px) {
    .b-slide-game__item {
      opacity: 1; } }
  @media (min-width: 1200px) {
    .b-slide-game__image {
      width: -webkit-calc(100% - 290px);
      width: -moz-calc(100% - 290px);
      width: calc(100% - 290px); }
    .b-slide-game__info {
      padding: 24px -webkit-calc(100% - 272px) 24px 40px;
      padding: 24px -moz-calc(100% - 272px) 24px 40px;
      padding: 24px calc(100% - 272px) 24px 40px; } }

:root {
  --color-gold: #ad7a1e;
  --white: #ffffff;
  --border-translucent:rgba(255, 255, 255, 0.5);
  --text-dark:#081a27;
  --blackout:rgba(0, 0, 0, 0.6);
  --dark-gray-brown:#241a14;
  --black:#000000;
  --dots:#999999;
  --dots-hover:#d8d8d8;
  --color-black: #000;
  --color-gray: #757575;
  --color-light-gray: #c1bebc;
  --color-silver: #e9e8e7;
  --color-pink: #f6f1e8;
  --color-dark: #241a14;
  --color-brown: #5a4018;
  --color-light-brown: #b39060;
  --color-peach: #dab679; }

:root {
  --animation-time: 0.3s; }

.b-lecture-list {
  display: block;
  width: -webkit-calc(100% + 40px);
  width: -moz-calc(100% + 40px);
  width: calc(100% + 40px);
  padding: 2px 0 0;
  margin: 0 -20px;
  list-style-type: none; }
  .b-lecture-list__item {
    display: inline-block;
    vertical-align: top;
    width: -webkit-calc((100% / 3) - 44px);
    width: -moz-calc((100% / 3) - 44px);
    width: calc((100% / 3) - 44px);
    margin: 0 20px 39px;
    position: relative; }
    .b-lecture-list__item a {
      display: block;
      padding: 24px 24px 0;
      cursor: pointer; }
    .b-lecture-list__item:hover .b-lecture-list__hidden {
      opacity: 1;
      visibility: visible; }
    .b-lecture-list__item:hover .b-lecture-list__subtitle {
      color: #ad7a1e; }
  .b-lecture-list__background {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 348px;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover;";
    z-index: 0; }
  .b-lecture-list__background-top, .b-lecture-list__background-left, .b-lecture-list__background-right, .b-lecture-list__background-bottom {
    position: absolute;
    background-color: #ad7a1e; }
  .b-lecture-list__background-top {
    top: 0;
    left: 0;
    width: 160px;
    height: 8px; }
  .b-lecture-list__background-left {
    top: 0;
    left: 0;
    width: 8px;
    height: 310px; }
  .b-lecture-list__background-right {
    top: auto;
    left: auto;
    right: 0;
    bottom: 0;
    width: 8px;
    height: 144px; }
  .b-lecture-list__background-bottom {
    top: auto;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px; }
  .b-lecture-list__img {
    display: block;
    width: 100%;
    height: 269px;
    margin: 0 0 24px;
    background-color: #eee; }
    .b-lecture-list__img img {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: top;
         object-position: top; }
  .b-lecture-list__inner-list {
    display: block;
    width: -webkit-calc(100% + 32px);
    width: -moz-calc(100% + 32px);
    width: calc(100% + 32px);
    height: 32px;
    padding: 0 0 8px;
    margin: 0 -16px;
    list-style-type: none; }
  .b-lecture-list__inner-item {
    display: inline-block;
    vertical-align: top;
    font-family: "Arimo-Regular";
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #ffffff;
    padding: 0 16px;
    position: relative; }
    .b-lecture-list__inner-item:before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto 0;
      left: -2px;
      display: block;
      width: 4px;
      height: 4px;
      background-color: #ffffff;
      border-radius: 50%; }
    .b-lecture-list__inner-item:first-child:before {
      content: none; }
  .b-lecture-list__hidden {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 8px;
    left: 8px;
    width: -webkit-calc(100% - 16px);
    width: -moz-calc(100% - 16px);
    width: calc(100% - 16px);
    height: -webkit-calc(100% - 146px);
    height: -moz-calc(100% - 146px);
    height: calc(100% - 146px);
    background-color: rgba(173, 122, 30, 0.9);
    padding: 40px 40px 36px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    z-index: 1; }
  .b-lecture-list__text {
    font-family: "Arimo-Regular";
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    max-height: 192px;
    margin: 0 0 16px; }
  .b-lecture-list__open {
    width: 70px;
    display: block;
    margin: 0 auto;
    font-family: "Arimo-Regular";
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 1px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    border-bottom: 1px solid #ffffff;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s; }
    .b-lecture-list__open:hover {
      color: #241a14;
      border-bottom: 1px solid #241a14; }
  .b-lecture-list__subtitle {
    display: block;
    font-family: "Tinos-Regular";
    font-weight: normal;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 1px;
    color: #241a14;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    padding: 8px 0;
    height: 98px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s; }
  @media (max-width: 1620px) {
    .b-lecture-list__item {
      width: -webkit-calc(50% - 42px);
      width: -moz-calc(50% - 42px);
      width: calc(50% - 42px); } }
  @media (max-width: 1200px) {
    .b-lecture-list__inner-list {
      width: -webkit-calc(100% + 16px);
      width: -moz-calc(100% + 16px);
      width: calc(100% + 16px);
      margin: 0 -8px; }
    .b-lecture-list__inner-item {
      padding: 0 8px; } }
  @media (max-width: 1023px) {
    .b-lecture-list {
      width: -webkit-calc(100% + 30px);
      width: -moz-calc(100% + 30px);
      width: calc(100% + 30px);
      margin: 0 -15px; }
      .b-lecture-list__item {
        width: -webkit-calc(50% - 32px);
        width: -moz-calc(50% - 32px);
        width: calc(50% - 32px);
        margin: 0 15px 20px; }
      .b-lecture-list__hidden {
        height: -webkit-calc(100% - 112px);
        height: -moz-calc(100% - 112px);
        height: calc(100% - 112px); }
      .b-lecture-list__text {
        font-size: 14px;
        line-height: normal;
        -webkit-line-clamp: 12; }
      .b-lecture-list__open {
        width: 66px;
        font-size: 14px;
        line-height: 14px; }
      .b-lecture-list__subtitle {
        font-size: 16px;
        line-height: normal;
        height: 64px; } }
  @media (max-width: 767px) {
    .b-lecture-list {
      width: 100%;
      margin: 0; }
      .b-lecture-list__item {
        width: 100%;
        margin: 0 0 20px; }
      .b-lecture-list__inner-item {
        font-size: 12px;
        letter-spacing: 0; } }

:root {
  --color-gold: #ad7a1e;
  --white: #ffffff;
  --border-translucent:rgba(255, 255, 255, 0.5);
  --text-dark:#081a27;
  --blackout:rgba(0, 0, 0, 0.6);
  --dark-gray-brown:#241a14;
  --black:#000000;
  --dots:#999999;
  --dots-hover:#d8d8d8;
  --color-black: #000;
  --color-gray: #757575;
  --color-light-gray: #c1bebc;
  --color-silver: #e9e8e7;
  --color-pink: #f6f1e8;
  --color-dark: #241a14;
  --color-brown: #5a4018;
  --color-light-brown: #b39060;
  --color-peach: #dab679; }

:root {
  --animation-time: 0.3s; }

.b-slide-lecture {
  display: block;
  width: 100%;
  background-color: #ffffff;
  padding: 48px 0px 17px 25px; }
  .b-slide-lecture__top-title {
    font-family: "Arimo-Regular";
    font-weight: normal;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #081a27;
    max-width: -webkit-calc(100% - 25px);
    max-width: -moz-calc(100% - 25px);
    max-width: calc(100% - 25px);
    margin-bottom: 12px;
    margin-top: 0;
    max-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }
  .b-slide-lecture__btn-more {
    border: solid 1px #ad7a1e;
    width: -webkit-calc(100% - 25px);
    width: -moz-calc(100% - 25px);
    width: calc(100% - 25px);
    text-align: center;
    font-family: "Arimo-Regular";
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #ad7a1e;
    height: 48px;
    line-height: 48px;
    display: block;
    text-transform: uppercase; }
    .b-slide-lecture__btn-more:hover {
      background-color: #ad7a1e;
      color: #ffffff; }
  .b-slide-lecture .slick-prev, .b-slide-lecture .slick-next {
    width: 48px;
    height: 48px;
    border: solid 1px #ad7a1e;
    background-color: #ffffff;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: -24px;
    left: auto; }
    .b-slide-lecture .slick-prev:before, .b-slide-lecture .slick-next:before {
      content: "";
      width: 8px;
      height: 8px;
      -webkit-transform: rotate(-45deg);
         -moz-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
      opacity: 1; }
    .b-slide-lecture .slick-prev:hover, .b-slide-lecture .slick-next:hover {
      background-color: #ad7a1e; }
  .b-slide-lecture .slick-list {
    margin: 0 -8px !important;
    padding-right: 25px !important;
    padding-top: 20px !important; }
  .b-slide-lecture .slick-track {
    margin-left: 0; }
  .b-slide-lecture .slick-slide {
    margin: 0 8px !important; }
  .b-slide-lecture .slick-prev {
    right: 87px; }
    .b-slide-lecture .slick-prev:before {
      border-right: none;
      border-bottom: none;
      border-top: 1px solid #ad7a1e;
      border-left: 1px solid #ad7a1e;
      margin-left: 4px; }
    .b-slide-lecture .slick-prev:hover:before {
      border-top: 1px solid #ffffff;
      border-left: 1px solid #ffffff; }
  .b-slide-lecture .slick-next {
    right: 24px; }
    .b-slide-lecture .slick-next:before {
      border-left: none;
      border-top: none;
      border-right: 1px solid #ad7a1e;
      border-bottom: 1px solid #ad7a1e;
      margin-left: -4px; }
    .b-slide-lecture .slick-next:hover:before {
      border-right: 1px solid #ffffff;
      border-bottom: 1px solid #ffffff; }
  .b-slide-lecture--longrid .b-materials__item {
    max-width: 100%;
    padding: 8px; }
    .b-slide-lecture--longrid .b-materials__item.b-active {
      background-color: #f6f1e8; }
      .b-slide-lecture--longrid .b-materials__item.b-active a, .b-slide-lecture--longrid .b-materials__item.b-active p, .b-slide-lecture--longrid .b-materials__item.b-active time {
        cursor: default; }
      .b-slide-lecture--longrid .b-materials__item.b-active p {
        color: #000000; }
      .b-slide-lecture--longrid .b-materials__item.b-active time {
        color: #757575; }
      .b-slide-lecture--longrid .b-materials__item.b-active .b-materials__strip {
        height: 26px; }
        .b-slide-lecture--longrid .b-materials__item.b-active .b-materials__strip svg {
          width: 18px;
          height: 18px; }
  .b-slide-lecture--theme {
    padding-top: 34px;
    padding-bottom: 0; }
    .b-slide-lecture--theme .b-lecture-list__item {
      margin-bottom: 0; }
  @media (min-width: 520px) {
    .b-slide-lecture__top-title {
      font-size: 24px;
      max-width: -webkit-calc(100% - 124px);
      max-width: -moz-calc(100% - 124px);
      max-width: calc(100% - 124px); } }
  @media (min-width: 1024px) {
    .b-slide-lecture {
      padding: 80px 0 80px 80px; }
      .b-slide-lecture__top-title {
        max-width: -webkit-calc(100% - 200px);
        max-width: -moz-calc(100% - 200px);
        max-width: calc(100% - 200px);
        font-size: 28px;
        line-height: 48px;
        margin-bottom: 8px;
        max-height: 96px; }
      .b-slide-lecture__btn-more {
        display: inline-block;
        max-width: 252px;
        padding: 0 32px;
        font-size: 14px;
        letter-spacing: 1.1px;
        margin: 0; }
      .b-slide-lecture .slick-list {
        margin: 0 -20px !important;
        padding-right: 80px !important;
        padding-top: 32px !important; }
      .b-slide-lecture .slick-slide {
        margin: 0 20px !important; }
      .b-slide-lecture .slick-prev, .b-slide-lecture .slick-next {
        top: -32px; }
      .b-slide-lecture .slick-prev {
        right: 164px; }
      .b-slide-lecture .slick-next {
        right: 100px; }
      .b-slide-lecture--longrid .b-materials__item {
        padding: 20px !important; }
        .b-slide-lecture--longrid .b-materials__item.b-active .b-materials__strip {
          height: 40px; }
          .b-slide-lecture--longrid .b-materials__item.b-active .b-materials__strip svg {
            width: 28px;
            height: 28px; }
      .b-slide-lecture--theme {
        padding-top: 40px;
        padding-bottom: 40px; } }

:root {
  --color-gold: #ad7a1e;
  --white: #ffffff;
  --border-translucent:rgba(255, 255, 255, 0.5);
  --text-dark:#081a27;
  --blackout:rgba(0, 0, 0, 0.6);
  --dark-gray-brown:#241a14;
  --black:#000000;
  --dots:#999999;
  --dots-hover:#d8d8d8;
  --color-black: #000;
  --color-gray: #757575;
  --color-light-gray: #c1bebc;
  --color-silver: #e9e8e7;
  --color-pink: #f6f1e8;
  --color-dark: #241a14;
  --color-brown: #5a4018;
  --color-light-brown: #b39060;
  --color-peach: #dab679; }

:root {
  --animation-time: 0.3s; }

.b-lecture-cycle {
  display: block;
  width: 100%; }
  .b-lecture-cycle .b-wysiwyg,
  .b-lecture-cycle .b-all-exponats,
  .b-lecture-cycle .b-slide-game,
  .b-lecture-cycle .b-article-video__all-video,
  .b-lecture-cycle .b-wrap-exponat--longrid,
  .b-lecture-cycle .b-authors {
    background-color: #F7F2E9; }
  .b-lecture-cycle .b-wysiwyg {
    margin: 0;
    padding: 46px 0;
    text-align: center; }
    .b-lecture-cycle .b-wysiwyg p {
      font-size: 20px;
      line-height: 30px;
      text-align: left;
      display: block; }
      .b-lecture-cycle .b-wysiwyg p.open {
        display: block;
        max-height: none; }
  .b-lecture-cycle .b-materials {
    padding: 0; }
    .b-lecture-cycle .b-materials__list {
      overflow: visible;
      padding: 0; }
    .b-lecture-cycle .b-materials__item {
      max-width: 100%; }
      .b-lecture-cycle .b-materials__item a {
        display: block; }
      .b-lecture-cycle .b-materials__item.b-two-digit .b-materials__line {
        width: -webkit-calc(100% - 80px);
        width: -moz-calc(100% - 80px);
        width: calc(100% - 80px); }
    .b-lecture-cycle .b-materials__img {
      height: 220px;
      max-width: 100%; }
    .b-lecture-cycle .b-materials__date {
      display: block; }
    .b-lecture-cycle .b-materials__text {
      height: 48px;
      margin-bottom: 32px; }
    .b-lecture-cycle .b-materials__number, .b-lecture-cycle .b-materials__line {
      display: inline-block;
      vertical-align: bottom;
      margin: -28px 0 0; }
    .b-lecture-cycle .b-materials__number {
      font-family: "Tinos-Regular";
      font-weight: normal;
      font-size: 80px;
      line-height: 92px;
      color: #EFE9DD; }
    .b-lecture-cycle .b-materials__line {
      width: -webkit-calc(100% - 40px);
      width: -moz-calc(100% - 40px);
      width: calc(100% - 40px);
      height: 2px;
      background-color: #EFE9DD;
      margin: 0 0 36px; }
  .b-lecture-cycle .b-slide-game .slick-prev, .b-lecture-cycle .b-slide-game .slick-next {
    background-color: #F7F2E9; }
    .b-lecture-cycle .b-slide-game .slick-prev:hover, .b-lecture-cycle .b-slide-game .slick-next:hover {
      background-color: #ad7a1e; }
  .b-lecture-cycle .b-longrid-pdf {
    margin: 0; }
  .b-lecture-cycle .b-all-exponats {
    margin: 0; }
  .b-lecture-cycle .b-lecture-list__subtitle {
    width: -webkit-calc(100% + 48px);
    width: -moz-calc(100% + 48px);
    width: calc(100% + 48px);
    margin: 0 -24px; }
  @media (min-width: 1024px) {
    .b-lecture-cycle .b-wysiwyg {
      padding: 80px 0; }
    .b-lecture-cycle .b-materials__item {
      padding: 0; }
      .b-lecture-cycle .b-materials__item.b-two-digit .b-materials__line {
        width: -webkit-calc(100% - 144px);
        width: -moz-calc(100% - 144px);
        width: calc(100% - 144px); }
    .b-lecture-cycle .b-materials .slick-list {
      padding-top: 32px !important; }
    .b-lecture-cycle .b-materials .slick-slide:first-child .b-materials__item {
      padding-left: 20px; }
    .b-lecture-cycle .b-materials .slick-slide:last-child .b-materials__item {
      padding-right: 20px; }
    .b-lecture-cycle .b-materials__text {
      height: 116px; }
    .b-lecture-cycle .b-materials__number, .b-lecture-cycle .b-materials__line {
      margin: -48px 0 0; }
    .b-lecture-cycle .b-materials__number {
      font-size: 144px;
      line-height: 166px; }
    .b-lecture-cycle .b-materials__line {
      width: -webkit-calc(100% - 72px);
      width: -moz-calc(100% - 72px);
      width: calc(100% - 72px);
      margin: 0 0 64px; }
    .b-lecture-cycle .b-slide-lecture {
      padding: 80px 0 70px 80px; }
    .b-lecture-cycle .b-slide-game {
      padding: 80px 0 54px 80px; }
    .b-lecture-cycle .b-longrid-pdf {
      padding: 80px; }
      .b-lecture-cycle .b-longrid-pdf__link {
        padding: 30px 28px; }
    .b-lecture-cycle .b-all-exponats {
      padding: 64px 0 98px; }
    .b-lecture-cycle .b-exponat-inner {
      padding: 60px 0 68px; }
    .b-lecture-cycle .b-lecture-list__item {
      width: 100%;
      margin: 0; }
    .b-lecture-cycle .b-lecture-list__img {
      height: 387px; }
    .b-lecture-cycle .b-lecture-list__background {
      height: 467px; }
    .b-lecture-cycle .b-lecture-list__background-left {
      height: 430px; }
    .b-lecture-cycle .b-lecture-list__subtitle {
      width: 100%;
      margin: 0; } }
  @media (min-width: 1440px) {
    .b-lecture-cycle .b-wysiwyg p {
      padding: 0; } }

/* Ion.RangeSlider
// css version 2.0.3
// © 2013-2014 Denis Ineshin | IonDen.com
// ===================================================================================================================*/
/* =====================================================================================================================
// RangeSlider */
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important; }

.irs-line-left, .irs-line-mid, .irs-line-right {
  position: absolute;
  display: block;
  top: 0; }

.irs-line-left {
  left: 0;
  width: 11%; }

.irs-line-mid {
  left: 9%;
  width: 82%; }

.irs-line-right {
  right: 0;
  width: 11%; }

.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0; }

.irs-bar-edge {
  position: absolute;
  display: block;
  top: 0;
  left: 0; }

.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0; }

.irs-handle {
  position: absolute;
  display: block;
  cursor: default;
  z-index: 1; }

.irs-handle.type_last {
  z-index: 2; }

.irs-min {
  position: absolute;
  display: block;
  left: 0;
  cursor: default; }

.irs-max {
  position: absolute;
  display: block;
  right: 0;
  cursor: default; }

.irs-from, .irs-to, .irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap; }

.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px; }

.irs-with-grid .irs-grid {
  display: block; }

.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000; }

.irs-grid-pol.small {
  height: 4px; }

.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000; }

.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2; }

.irs-disabled {
  opacity: 0.4; }

.lt-ie9 .irs-disabled {
  filter: alpha(opacity=40); }

.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important; }

.irs-line-mid,
.irs-line-left,
.irs-line-right,
.irs-bar,
.irs-bar-edge
.irs {
  height: 40px; }

.irs-with-grid {
  height: 60px; }

.irs-line {
  height: 12px;
  top: 25px; }

.irs-line-left {
  height: 12px;
  background-position: 0 -30px; }

.irs-line-mid {
  height: 12px;
  background-position: 0 0; }

.irs-line-right {
  height: 12px;
  background-position: 100% -30px; }

.irs-bar {
  height: 12px;
  top: 25px;
  background-position: 0 -60px; }

.irs-bar-edge {
  top: 25px;
  height: 12px;
  width: 9px;
  background-position: 0 -90px; }

.irs-shadow {
  height: 3px;
  top: 34px;
  background: #000;
  opacity: 0.25; }

.lt-ie9 .irs-shadow {
  filter: alpha(opacity=25); }

.irs-handle {
  width: 16px;
  height: 18px;
  top: 22px;
  background-position: 0 -120px; }

.irs-handle.state_hover, .irs-handle:hover {
  background-position: 0 -150px; }

.irs-min, .irs-max {
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  top: 0;
  padding: 1px 3px;
  background: #e1e4e9;
  border-radius: 4px; }

.irs-from, .irs-to, .irs-single {
  color: #fff;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background: #ed5565;
  border-radius: 4px; }

.irs-from:after, .irs-to:after, .irs-single:after {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #ed5565; }

.irs-grid-pol {
  background: #e1e4e9; }

.irs-grid-text {
  color: #999; }

.xdsoft_autocomplete,
.xdsoft_autocomplete div,
.xdsoft_autocomplete span {
  /*	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;*/ }

.xdsoft_autocomplete {
  display: inline;
  position: relative;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  text-align: start; }

.xdsoft_autocomplete .xdsoft_input {
  position: relative;
  z-index: 2; }

.xdsoft_autocomplete .xdsoft_autocomplete_dropdown {
  position: absolute;
  border: 1px solid #ccc;
  border-top-color: #d9d9d9;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  cursor: default;
  display: none;
  z-index: 1001;
  margin-top: -1px;
  background-color: #fff;
  min-width: 100%;
  overflow: auto; }

.xdsoft_autocomplete .xdsoft_autocomplete_hint {
  position: absolute;
  z-index: 1;
  color: #ccc !important;
  -webkit-text-fill-color: #ccc !important;
  text-fill-color: #ccc  !important;
  overflow: hidden !important;
  white-space: pre  !important; }

.xdsoft_autocomplete .xdsoft_autocomplete_hint span {
  color: transparent;
  opacity: 0.0; }

.xdsoft_autocomplete .xdsoft_autocomplete_dropdown > .xdsoft_autocomplete_copyright {
  color: #ddd;
  font-size: 10px;
  text-decoration: none;
  right: 5px;
  position: absolute;
  margin-top: -15px;
  z-index: 1002; }

.xdsoft_autocomplete .xdsoft_autocomplete_dropdown > div {
  background: #fff;
  white-space: nowrap;
  cursor: pointer;
  line-height: 1.5em;
  padding: 2px 0px 2px 0px; }

.xdsoft_autocomplete .xdsoft_autocomplete_dropdown > div.active {
  background: #0097CF;
  color: #FFFFFF; }

.tooltip {
  position: absolute;
  padding: 6px 10px;
  font-weight: 500;
  font-size: 15px;
  line-height: 17px;
  letter-spacing: 0.21px;
  white-space: pre-line;
  background-color: #000000;
  color: #ffffff;
  border: 0.5px solid #000000;
  border-radius: 2px;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9999;
  cursor: default;
  top: -10px !important; }
  .tooltip.left {
    left: -10px !important; }
    .tooltip.left:before {
      left: auto;
      right: -5px;
      border-right: 1px solid #000000;
      border-top: 1px solid #000000;
      border-left: none;
      border-bottom: none; }
  .tooltip.bottom:before {
    left: 50%;
    top: -1px;
    border-right: none;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    border-bottom: none; }

.tooltip .tooltip-arrow {
  height: 9px;
  width: 9px;
  position: absolute;
  background-color: #000000;
  border-left: 1px solid #000000;
  border-bottom: 1px solid #000000; }

.tooltip[x-placement^="top"] .tooltip-arrow {
  bottom: -5px;
  left: -webkit-calc(50% - 5px);
  left: -moz-calc(50% - 5px);
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  -webkit-transform: rotate(315deg);
     -moz-transform: rotate(315deg);
      -ms-transform: rotate(315deg);
          transform: rotate(315deg); }

.tooltip[x-placement^="bottom"] {
  margin-top: 5px; }

.tooltip[x-placement^="bottom"] .tooltip-arrow {
  top: -5px;
  left: -webkit-calc(50% - 5px);
  left: -moz-calc(50% - 5px);
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  -webkit-transform: rotate(135deg);
     -moz-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg); }

.tooltip[x-placement^="right"] {
  margin-left: 5px; }

.tooltip[x-placement^="right"] .tooltip-arrow {
  left: -5px;
  top: -webkit-calc(50% - 5px);
  top: -moz-calc(50% - 5px);
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }

.tooltip[x-placement^="left"] {
  margin-right: 5px;
  left: -10px !important; }

.tooltip[x-placement^="left"] .tooltip-arrow {
  right: -5px;
  top: -webkit-calc(50% - 5px);
  top: -moz-calc(50% - 5px);
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-transform: rotate(225deg);
     -moz-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg); }

@-webkit-keyframes plyr-progress {
  to {
    background-position: 25px 0;
    background-position: var(--plyr-progress-loading-size, 25px) 0; } }

@-moz-keyframes plyr-progress {
  to {
    background-position: 25px 0;
    background-position: var(--plyr-progress-loading-size, 25px) 0; } }

@keyframes plyr-progress {
  to {
    background-position: 25px 0;
    background-position: var(--plyr-progress-loading-size, 25px) 0; } }

@-webkit-keyframes plyr-popup {
  0% {
    opacity: .5;
    -webkit-transform: translateY(10px);
            transform: translateY(10px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-moz-keyframes plyr-popup {
  0% {
    opacity: .5;
    -moz-transform: translateY(10px);
         transform: translateY(10px); }
  to {
    opacity: 1;
    -moz-transform: translateY(0);
         transform: translateY(0); } }

@keyframes plyr-popup {
  0% {
    opacity: .5;
    -webkit-transform: translateY(10px);
       -moz-transform: translateY(10px);
            transform: translateY(10px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes plyr-fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-moz-keyframes plyr-fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes plyr-fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.plyr {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  direction: ltr;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: inherit;
  font-family: var(--plyr-font-family, inherit);
  font-variant-numeric: tabular-nums;
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  height: 100%;
  line-height: 1.7;
  line-height: var(--plyr-line-height, 1.7);
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  -webkit-transition: -webkit-box-shadow .3s ease;
  transition: -webkit-box-shadow .3s ease;
  -moz-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
  transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
  z-index: 0; }

.plyr audio, .plyr iframe, .plyr video {
  display: block;
  height: 100%;
  width: 100%; }

.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto; }

.plyr:focus {
  outline: 0; }

.plyr--full-ui {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; }

.plyr--full-ui *, .plyr--full-ui ::after, .plyr--full-ui ::before {
  -webkit-box-sizing: inherit;
     -moz-box-sizing: inherit;
          box-sizing: inherit; }

.plyr--full-ui a, .plyr--full-ui button, .plyr--full-ui input, .plyr--full-ui label {
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

.plyr__badge {
  background: #4a5464;
  background: var(--plyr-badge-background, #4a5464);
  border-radius: 2px;
  border-radius: var(--plyr-badge-border-radius, 2px);
  color: #fff;
  color: var(--plyr-badge-text-color, #fff);
  font-size: 9px;
  font-size: var(--plyr-font-size-badge, 9px);
  line-height: 1;
  padding: 3px 4px; }

.plyr--full-ui ::-webkit-media-text-track-container {
  display: none; }

.plyr__captions {
  -webkit-animation: plyr-fade-in .3s ease;
     -moz-animation: plyr-fade-in .3s ease;
          animation: plyr-fade-in .3s ease;
  bottom: 0;
  display: none;
  font-size: 13px;
  font-size: var(--plyr-font-size-small, 13px);
  left: 0;
  padding: 10px;
  padding: var(--plyr-control-spacing, 10px);
  position: absolute;
  text-align: center;
  -webkit-transition: -webkit-transform .4s ease-in-out;
  transition: -webkit-transform .4s ease-in-out;
  -moz-transition: transform .4s ease-in-out, -moz-transform .4s ease-in-out;
  transition: transform .4s ease-in-out;
  transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out, -moz-transform .4s ease-in-out;
  width: 100%; }

.plyr__captions span:empty {
  display: none; }

@media (min-width: 480px) {
  .plyr__captions {
    font-size: 0px;
    font-size: var(--plyr-font-size-base, 0px);
    padding: -webkit-calc(10px * 2);
    padding: -moz-calc(10px * 2);
    padding: calc(10px * 2);
    padding: -webkit-calc(var(--plyr-control-spacing,10px) * 2);
    padding: -moz-calc(var(--plyr-control-spacing,10px) * 2);
    padding: calc(var(--plyr-control-spacing,10px) * 2); } }

@media (min-width: 768px) {
  .plyr__captions {
    font-size: 18px;
    font-size: var(--plyr-font-size-large, 18px); } }

.plyr--captions-active .plyr__captions {
  display: block; }

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  -webkit-transform: translateY(-webkit-calc(10px * -4));
     -moz-transform: translateY(-moz-calc(10px * -4));
      -ms-transform: translateY(calc(10px * -4));
          transform: translateY(calc(10px * -4));
  -webkit-transform: translateY(-webkit-calc(var(--plyr-control-spacing,10px) * -4));
     -moz-transform: translateY(-moz-calc(var(--plyr-control-spacing,10px) * -4));
      -ms-transform: translateY(calc(var(--plyr-control-spacing,10px) * -4));
          transform: translateY(calc(var(--plyr-control-spacing,10px) * -4)); }

.plyr__caption {
  background: rgba(0, 0, 0, 0.8);
  background: var(--plyr-captions-background, rgba(0, 0, 0, 0.8));
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: #fff;
  color: var(--plyr-captions-text-color, #fff);
  line-height: 185%;
  padding: .2em .5em;
  white-space: pre-wrap; }

.plyr__caption div {
  display: inline; }

.plyr__control {
  background: 0 0;
  border: 0;
  border-radius: 3px;
  border-radius: var(--plyr-control-radius, 3px);
  color: inherit;
  cursor: pointer;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  overflow: visible;
  padding: -webkit-calc(10px * .7);
  padding: -moz-calc(10px * .7);
  padding: calc(10px * .7);
  padding: -webkit-calc(var(--plyr-control-spacing,10px) * .7);
  padding: -moz-calc(var(--plyr-control-spacing,10px) * .7);
  padding: calc(var(--plyr-control-spacing,10px) * .7);
  position: relative;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease; }

.plyr__control svg {
  display: block;
  fill: currentColor;
  height: 18px;
  height: var(--plyr-control-icon-size, 18px);
  pointer-events: none;
  width: 18px;
  width: var(--plyr-control-icon-size, 18px); }

.plyr__control:focus {
  outline: 0; }

.plyr__control.plyr__tab-focus {
  outline-color: #ffffff;
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #ffffff)));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px; }

a.plyr__control {
  text-decoration: none; }

a.plyr__control::after, a.plyr__control::before {
  display: none; }

.plyr__control.plyr__control--pressed .icon--not-pressed, .plyr__control.plyr__control--pressed .label--not-pressed, .plyr__control:not(.plyr__control--pressed) .icon--pressed, .plyr__control:not(.plyr__control--pressed) .label--pressed {
  display: none; }

.plyr--full-ui ::-webkit-media-controls {
  display: none; }

.plyr__controls {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: center; }

.plyr__controls .plyr__progress__container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0; }

.plyr__controls .plyr__controls__item {
  margin-left: -webkit-calc(10px / 4);
  margin-left: -moz-calc(10px / 4);
  margin-left: calc(10px / 4);
  margin-left: -webkit-calc(var(--plyr-control-spacing,10px)/ 4);
  margin-left: -moz-calc(var(--plyr-control-spacing,10px)/ 4);
  margin-left: calc(var(--plyr-control-spacing,10px)/ 4); }

.plyr__controls .plyr__controls__item:first-child {
  margin-left: 0;
  margin-right: auto; }

.plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-left: -webkit-calc(10px / 4);
  padding-left: -moz-calc(10px / 4);
  padding-left: calc(10px / 4);
  padding-left: -webkit-calc(var(--plyr-control-spacing,10px)/ 4);
  padding-left: -moz-calc(var(--plyr-control-spacing,10px)/ 4);
  padding-left: calc(var(--plyr-control-spacing,10px)/ 4); }

.plyr__controls .plyr__controls__item.plyr__time {
  padding: 0 -webkit-calc(10px / 2);
  padding: 0 -moz-calc(10px / 2);
  padding: 0 calc(10px / 2);
  padding: 0 -webkit-calc(var(--plyr-control-spacing,10px)/ 2);
  padding: 0 -moz-calc(var(--plyr-control-spacing,10px)/ 2);
  padding: 0 calc(var(--plyr-control-spacing,10px)/ 2); }

.plyr__controls .plyr__controls__item.plyr__progress__container:first-child, .plyr__controls .plyr__controls__item.plyr__time + .plyr__time, .plyr__controls .plyr__controls__item.plyr__time:first-child {
  padding-left: 0; }

.plyr__controls:empty {
  display: none; }

.plyr [data-plyr=airplay], .plyr [data-plyr=captions], .plyr [data-plyr=fullscreen], .plyr [data-plyr=pip] {
  display: none; }

.plyr--airplay-supported [data-plyr=airplay], .plyr--captions-enabled [data-plyr=captions], .plyr--fullscreen-enabled [data-plyr=fullscreen], .plyr--pip-supported [data-plyr=pip] {
  display: inline-block; }

.plyr__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }

.plyr__menu .plyr__control svg {
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  -moz-transition: transform .3s ease, -moz-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease, -moz-transform .3s ease; }

.plyr__menu .plyr__control[aria-expanded=true] svg {
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }

.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
  display: none; }

.plyr__menu__container {
  -webkit-animation: plyr-popup .2s ease;
     -moz-animation: plyr-popup .2s ease;
          animation: plyr-popup .2s ease;
  background: rgba(255, 255, 255, 0.9);
  background: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
  border-radius: 4px;
  bottom: 100%;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
          box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: #4a5464;
  color: var(--plyr-menu-color, #4a5464);
  font-size: 0px;
  font-size: var(--plyr-font-size-base, 0px);
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3; }

.plyr__menu__container > div {
  overflow: hidden;
  -webkit-transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1); }

.plyr__menu__container::after {
  border: 4px solid transparent;
  border: var(--plyr-menu-arrow-size, 4px) solid transparent;
  border-top-color: rgba(255, 255, 255, 0.9);
  border-top-color: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
  content: '';
  height: 0;
  position: absolute;
  right: -webkit-calc(((18px / 2) + -webkit-calc(10px * .7)) - (4px / 2));
  right: -moz-calc(((18px / 2) + -moz-calc(10px * .7)) - (4px / 2));
  right: calc(((18px / 2) + calc(10px * .7)) - (4px / 2));
  right: -webkit-calc(((var(--plyr-control-icon-size,18px)/ 2) + -webkit-calc(var(--plyr-control-spacing,10px) * .7)) - (var(--plyr-menu-arrow-size,4px)/ 2));
  right: -moz-calc(((var(--plyr-control-icon-size,18px)/ 2) + -moz-calc(var(--plyr-control-spacing,10px) * .7)) - (var(--plyr-menu-arrow-size,4px)/ 2));
  right: calc(((var(--plyr-control-icon-size,18px)/ 2) + calc(var(--plyr-control-spacing,10px) * .7)) - (var(--plyr-menu-arrow-size,4px)/ 2));
  top: 100%;
  width: 0; }

.plyr__menu__container [role=menu] {
  padding: -webkit-calc(10px * .7);
  padding: -moz-calc(10px * .7);
  padding: calc(10px * .7);
  padding: -webkit-calc(var(--plyr-control-spacing,10px) * .7);
  padding: -moz-calc(var(--plyr-control-spacing,10px) * .7);
  padding: calc(var(--plyr-control-spacing,10px) * .7); }

.plyr__menu__container [role=menuitem], .plyr__menu__container [role=menuitemradio] {
  margin-top: 2px; }

.plyr__menu__container [role=menuitem]:first-child, .plyr__menu__container [role=menuitemradio]:first-child {
  margin-top: 0; }

.plyr__menu__container .plyr__control {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #4a5464;
  color: var(--plyr-menu-color, #4a5464);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  font-size: var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));
  padding-bottom: -webkit-calc(-webkit-calc(10px * .7)/ 1.5);
  padding-bottom: -moz-calc(-moz-calc(10px * .7)/ 1.5);
  padding-bottom: calc(calc(10px * .7)/ 1.5);
  padding-bottom: -webkit-calc(-webkit-calc(var(--plyr-control-spacing,10px) * .7)/ 1.5);
  padding-bottom: -moz-calc(-moz-calc(var(--plyr-control-spacing,10px) * .7)/ 1.5);
  padding-bottom: calc(calc(var(--plyr-control-spacing,10px) * .7)/ 1.5);
  padding-left: -webkit-calc(-webkit-calc(10px * .7) * 1.5);
  padding-left: -moz-calc(-moz-calc(10px * .7) * 1.5);
  padding-left: calc(calc(10px * .7) * 1.5);
  padding-left: -webkit-calc(-webkit-calc(var(--plyr-control-spacing,10px) * .7) * 1.5);
  padding-left: -moz-calc(-moz-calc(var(--plyr-control-spacing,10px) * .7) * 1.5);
  padding-left: calc(calc(var(--plyr-control-spacing,10px) * .7) * 1.5);
  padding-right: -webkit-calc(-webkit-calc(10px * .7) * 1.5);
  padding-right: -moz-calc(-moz-calc(10px * .7) * 1.5);
  padding-right: calc(calc(10px * .7) * 1.5);
  padding-right: -webkit-calc(-webkit-calc(var(--plyr-control-spacing,10px) * .7) * 1.5);
  padding-right: -moz-calc(-moz-calc(var(--plyr-control-spacing,10px) * .7) * 1.5);
  padding-right: calc(calc(var(--plyr-control-spacing,10px) * .7) * 1.5);
  padding-top: -webkit-calc(-webkit-calc(10px * .7)/ 1.5);
  padding-top: -moz-calc(-moz-calc(10px * .7)/ 1.5);
  padding-top: calc(calc(10px * .7)/ 1.5);
  padding-top: -webkit-calc(-webkit-calc(var(--plyr-control-spacing,10px) * .7)/ 1.5);
  padding-top: -moz-calc(-moz-calc(var(--plyr-control-spacing,10px) * .7)/ 1.5);
  padding-top: calc(calc(var(--plyr-control-spacing,10px) * .7)/ 1.5);
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
       user-select: none;
  width: 100%; }

.plyr__menu__container .plyr__control > span {
  -webkit-box-align: inherit;
  -webkit-align-items: inherit;
     -moz-box-align: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }

.plyr__menu__container .plyr__control::after {
  border: 4px solid transparent;
  border: var(--plyr-menu-item-arrow-size, 4px) solid transparent;
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

.plyr__menu__container .plyr__control--forward {
  padding-right: -webkit-calc(-webkit-calc(10px * .7) * 4);
  padding-right: -moz-calc(-moz-calc(10px * .7) * 4);
  padding-right: calc(calc(10px * .7) * 4);
  padding-right: -webkit-calc(-webkit-calc(var(--plyr-control-spacing,10px) * .7) * 4);
  padding-right: -moz-calc(-moz-calc(var(--plyr-control-spacing,10px) * .7) * 4);
  padding-right: calc(calc(var(--plyr-control-spacing,10px) * .7) * 4); }

.plyr__menu__container .plyr__control--forward::after {
  border-left-color: #728197;
  border-left-color: var(--plyr-menu-arrow-color, #728197);
  right: -webkit-calc((-webkit-calc(10px * .7) * 1.5) - 4px);
  right: -moz-calc((-moz-calc(10px * .7) * 1.5) - 4px);
  right: calc((calc(10px * .7) * 1.5) - 4px);
  right: -webkit-calc((-webkit-calc(var(--plyr-control-spacing,10px) * .7) * 1.5) - var(--plyr-menu-item-arrow-size,4px));
  right: -moz-calc((-moz-calc(var(--plyr-control-spacing,10px) * .7) * 1.5) - var(--plyr-menu-item-arrow-size,4px));
  right: calc((calc(var(--plyr-control-spacing,10px) * .7) * 1.5) - var(--plyr-menu-item-arrow-size,4px)); }

.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after, .plyr__menu__container .plyr__control--forward:hover::after {
  border-left-color: currentColor; }

.plyr__menu__container .plyr__control--back {
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  margin: -webkit-calc(10px * .7);
  margin: -moz-calc(10px * .7);
  margin: calc(10px * .7);
  margin: -webkit-calc(var(--plyr-control-spacing,10px) * .7);
  margin: -moz-calc(var(--plyr-control-spacing,10px) * .7);
  margin: calc(var(--plyr-control-spacing,10px) * .7);
  margin-bottom: -webkit-calc(-webkit-calc(10px * .7)/ 2);
  margin-bottom: -moz-calc(-moz-calc(10px * .7)/ 2);
  margin-bottom: calc(calc(10px * .7)/ 2);
  margin-bottom: -webkit-calc(-webkit-calc(var(--plyr-control-spacing,10px) * .7)/ 2);
  margin-bottom: -moz-calc(-moz-calc(var(--plyr-control-spacing,10px) * .7)/ 2);
  margin-bottom: calc(calc(var(--plyr-control-spacing,10px) * .7)/ 2);
  padding-left: -webkit-calc(-webkit-calc(10px * .7) * 4);
  padding-left: -moz-calc(-moz-calc(10px * .7) * 4);
  padding-left: calc(calc(10px * .7) * 4);
  padding-left: -webkit-calc(-webkit-calc(var(--plyr-control-spacing,10px) * .7) * 4);
  padding-left: -moz-calc(-moz-calc(var(--plyr-control-spacing,10px) * .7) * 4);
  padding-left: calc(calc(var(--plyr-control-spacing,10px) * .7) * 4);
  position: relative;
  width: -webkit-calc(100% - (-webkit-calc(10px * .7) * 2));
  width: -moz-calc(100% - (-moz-calc(10px * .7) * 2));
  width: calc(100% - (calc(10px * .7) * 2));
  width: -webkit-calc(100% - (-webkit-calc(var(--plyr-control-spacing,10px) * .7) * 2));
  width: -moz-calc(100% - (-moz-calc(var(--plyr-control-spacing,10px) * .7) * 2));
  width: calc(100% - (calc(var(--plyr-control-spacing,10px) * .7) * 2)); }

.plyr__menu__container .plyr__control--back::after {
  border-right-color: #728197;
  border-right-color: var(--plyr-menu-arrow-color, #728197);
  left: -webkit-calc((-webkit-calc(10px * .7) * 1.5) - 4px);
  left: -moz-calc((-moz-calc(10px * .7) * 1.5) - 4px);
  left: calc((calc(10px * .7) * 1.5) - 4px);
  left: -webkit-calc((-webkit-calc(var(--plyr-control-spacing,10px) * .7) * 1.5) - var(--plyr-menu-item-arrow-size,4px));
  left: -moz-calc((-moz-calc(var(--plyr-control-spacing,10px) * .7) * 1.5) - var(--plyr-menu-item-arrow-size,4px));
  left: calc((calc(var(--plyr-control-spacing,10px) * .7) * 1.5) - var(--plyr-menu-item-arrow-size,4px)); }

.plyr__menu__container .plyr__control--back::before {
  background: #dcdfe5;
  background: var(--plyr-menu-back-border-color, #dcdfe5);
  -webkit-box-shadow: 0 1px 0 #fff;
          box-shadow: 0 1px 0 #fff;
  -webkit-box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
          box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
  content: '';
  height: 1px;
  left: 0;
  margin-top: -webkit-calc(-webkit-calc(10px * .7)/ 2);
  margin-top: -moz-calc(-moz-calc(10px * .7)/ 2);
  margin-top: calc(calc(10px * .7)/ 2);
  margin-top: -webkit-calc(-webkit-calc(var(--plyr-control-spacing,10px) * .7)/ 2);
  margin-top: -moz-calc(-moz-calc(var(--plyr-control-spacing,10px) * .7)/ 2);
  margin-top: calc(calc(var(--plyr-control-spacing,10px) * .7)/ 2);
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%; }

.plyr__menu__container .plyr__control--back.plyr__tab-focus::after, .plyr__menu__container .plyr__control--back:hover::after {
  border-right-color: currentColor; }

.plyr__menu__container .plyr__control[role=menuitemradio] {
  padding-left: -webkit-calc(10px * .7);
  padding-left: -moz-calc(10px * .7);
  padding-left: calc(10px * .7);
  padding-left: -webkit-calc(var(--plyr-control-spacing,10px) * .7);
  padding-left: -moz-calc(var(--plyr-control-spacing,10px) * .7);
  padding-left: calc(var(--plyr-control-spacing,10px) * .7); }

.plyr__menu__container .plyr__control[role=menuitemradio]::after, .plyr__menu__container .plyr__control[role=menuitemradio]::before {
  border-radius: 1%; }

.plyr__menu__container .plyr__control[role=menuitemradio]::before {
  background: rgba(0, 0, 0, 0.1);
  content: '';
  display: block;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  height: 16px;
  margin-right: 10px;
  margin-right: var(--plyr-control-spacing, 10px);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  width: 16px; }

.plyr__menu__container .plyr__control[role=menuitemradio]::after {
  background: #fff;
  border: 0;
  height: 6px;
  left: 12px;
  opacity: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0);
     -moz-transform: translateY(-50%) scale(0);
      -ms-transform: translateY(-50%) scale(0);
          transform: translateY(-50%) scale(0);
  -webkit-transition: opacity .3s ease,-webkit-transform .3s ease;
  transition: opacity .3s ease,-webkit-transform .3s ease;
  -moz-transition: transform .3s ease,opacity .3s ease,-moz-transform .3s ease;
  transition: transform .3s ease,opacity .3s ease;
  transition: transform .3s ease,opacity .3s ease,-webkit-transform .3s ease,-moz-transform .3s ease;
  width: 6px; }

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
  background: #ffffff;
  background: var(--plyr-control-toggle-checked-background, var(--plyr-color-main, var(--plyr-color-main, #ffffff))); }

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::after {
  opacity: 1;
  -webkit-transform: translateY(-50%) scale(1);
     -moz-transform: translateY(-50%) scale(1);
      -ms-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1); }

.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus::before, .plyr__menu__container .plyr__control[role=menuitemradio]:hover::before {
  background: rgba(35, 40, 47, 0.1); }

.plyr__menu__container .plyr__menu__value {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: -webkit-calc((-webkit-calc(10px * .7) - 2) * -1);
  margin-right: -moz-calc((-moz-calc(10px * .7) - 2) * -1);
  margin-right: calc((calc(10px * .7) - 2) * -1);
  margin-right: -webkit-calc((-webkit-calc(var(--plyr-control-spacing,10px) * .7) - 2) * -1);
  margin-right: -moz-calc((-moz-calc(var(--plyr-control-spacing,10px) * .7) - 2) * -1);
  margin-right: calc((calc(var(--plyr-control-spacing,10px) * .7) - 2) * -1);
  overflow: hidden;
  padding-left: -webkit-calc(-webkit-calc(10px * .7) * 3.5);
  padding-left: -moz-calc(-moz-calc(10px * .7) * 3.5);
  padding-left: calc(calc(10px * .7) * 3.5);
  padding-left: -webkit-calc(-webkit-calc(var(--plyr-control-spacing,10px) * .7) * 3.5);
  padding-left: -moz-calc(-moz-calc(var(--plyr-control-spacing,10px) * .7) * 3.5);
  padding-left: calc(calc(var(--plyr-control-spacing,10px) * .7) * 3.5);
  pointer-events: none; }

.plyr--full-ui input[type=range] {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-radius: -webkit-calc(13px * 2);
  border-radius: -moz-calc(13px * 2);
  border-radius: calc(13px * 2);
  border-radius: -webkit-calc(var(--plyr-range-thumb-height,13px) * 2);
  border-radius: -moz-calc(var(--plyr-range-thumb-height,13px) * 2);
  border-radius: calc(var(--plyr-range-thumb-height,13px) * 2);
  color: #ffffff;
  color: var(--plyr-range-fill-background, var(--plyr-color-main, var(--plyr-color-main, #ffffff)));
  display: block;
  height: -webkit-calc((3px * 2) + 13px);
  height: -moz-calc((3px * 2) + 13px);
  height: calc((3px * 2) + 13px);
  height: -webkit-calc((var(--plyr-range-thumb-active-shadow-width,3px) * 2) + var(--plyr-range-thumb-height,13px));
  height: -moz-calc((var(--plyr-range-thumb-active-shadow-width,3px) * 2) + var(--plyr-range-thumb-height,13px));
  height: calc((var(--plyr-range-thumb-active-shadow-width,3px) * 2) + var(--plyr-range-thumb-height,13px));
  margin: 0;
  padding: 0;
  -webkit-transition: -webkit-box-shadow .3s ease;
  transition: -webkit-box-shadow .3s ease;
  -moz-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
  transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
  width: 100%; }

.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
  background: 0 0;
  border: 0;
  border-radius: -webkit-calc(5px / 2);
  border-radius: calc(5px / 2);
  border-radius: -webkit-calc(var(--plyr-range-track-height,5px)/ 2);
  border-radius: calc(var(--plyr-range-track-height,5px)/ 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -webkit-transition: box-shadow .3s ease;
  -webkit-transition: -webkit-box-shadow .3s ease;
  transition: -webkit-box-shadow .3s ease;
  -moz-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
  transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
  -webkit-user-select: none;
  user-select: none;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, currentColor), color-stop(0, transparent));
  background-image: -webkit-linear-gradient(left, currentColor 0, transparent 0);
  background-image: linear-gradient(to right, currentColor 0, transparent 0);
  background-image: -webkit-gradient(linear, left top, right top, from(currentColor), to(transparent));
  background-image: -webkit-linear-gradient(left, currentColor var(--value, 0), transparent var(--value, 0));
  background-image: linear-gradient(to right, currentColor var(--value, 0), transparent var(--value, 0)); }

.plyr--full-ui input[type=range]::-webkit-slider-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  width: 0 !important;
  height: 0 !important;
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
  -webkit-appearance: none;
  margin-top: -webkit-calc(((13px - 5px)/ 2) * -1);
  margin-top: calc(((13px - 5px)/ 2) * -1);
  margin-top: -webkit-calc(((var(--plyr-range-thumb-height,13px) - var(--plyr-range-track-height,5px))/ 2) * -1);
  margin-top: calc(((var(--plyr-range-thumb-height,13px) - var(--plyr-range-track-height,5px))/ 2) * -1); }

.plyr--full-ui input[type=range]::-moz-range-track {
  background: 0 0;
  border: 0;
  border-radius: -moz-calc(5px / 2);
  border-radius: calc(5px / 2);
  border-radius: -moz-calc(var(--plyr-range-track-height,5px)/ 2);
  border-radius: calc(var(--plyr-range-track-height,5px)/ 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -moz-transition: box-shadow .3s ease;
  -webkit-transition: -webkit-box-shadow .3s ease;
  transition: -webkit-box-shadow .3s ease;
  transition: box-shadow .3s ease;
  transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
  -moz-user-select: none;
       user-select: none; }

.plyr--full-ui input[type=range]::-moz-range-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -moz-transition: all .2s ease;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px); }

.plyr--full-ui input[type=range]::-moz-range-progress {
  background: currentColor;
  border-radius: -moz-calc(5px / 2);
  border-radius: calc(5px / 2);
  border-radius: -moz-calc(var(--plyr-range-track-height,5px)/ 2);
  border-radius: calc(var(--plyr-range-track-height,5px)/ 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px); }

.plyr--full-ui input[type=range]::-ms-track {
  background: 0 0;
  border: 0;
  border-radius: calc(5px / 2);
  border-radius: calc(var(--plyr-range-track-height,5px)/ 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -webkit-transition: -webkit-box-shadow .3s ease;
  transition: -webkit-box-shadow .3s ease;
  -moz-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
  transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
  -ms-user-select: none;
  user-select: none;
  color: transparent; }

.plyr--full-ui input[type=range]::-ms-fill-upper {
  background: 0 0;
  border: 0;
  border-radius: calc(5px / 2);
  border-radius: calc(var(--plyr-range-track-height,5px)/ 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -webkit-transition: -webkit-box-shadow .3s ease;
  transition: -webkit-box-shadow .3s ease;
  -moz-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
  transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
  -ms-user-select: none;
  user-select: none; }

.plyr--full-ui input[type=range]::-ms-fill-lower {
  background: 0 0;
  border: 0;
  border-radius: calc(5px / 2);
  border-radius: calc(var(--plyr-range-track-height,5px)/ 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -webkit-transition: -webkit-box-shadow .3s ease;
  transition: -webkit-box-shadow .3s ease;
  -moz-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
  transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
  -ms-user-select: none;
  user-select: none;
  background: currentColor; }

.plyr--full-ui input[type=range]::-ms-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
  margin-top: 0; }

.plyr--full-ui input[type=range]::-ms-tooltip {
  display: none; }

.plyr--full-ui input[type=range]:focus {
  outline: 0; }

.plyr--full-ui input[type=range]::-moz-focus-outer {
  border: 0; }

.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
  outline-color: #ffffff;
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #ffffff)));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px; }

.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
  outline-color: #ffffff;
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #ffffff)));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px; }

.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
  outline-color: #ffffff;
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #ffffff)));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px; }

.plyr__poster {
  background-color: #000;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity .2s ease;
  -moz-transition: opacity .2s ease;
  transition: opacity .2s ease;
  width: 100%;
  z-index: 1; }

.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1; }

.plyr__time {
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px)); }

.plyr__time + .plyr__time::before {
  content: '\2044';
  margin-right: 10px;
  margin-right: var(--plyr-control-spacing, 10px); }

@media (max-width: calc(768px - 1)) {
  .plyr__time + .plyr__time {
    display: none; } }

.plyr__tooltip {
  background: rgba(255, 255, 255, 0.9);
  background: var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  border-radius: 3px;
  border-radius: var(--plyr-tooltip-radius, 3px);
  bottom: 100%;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
          box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: #4a5464;
  color: var(--plyr-tooltip-color, #4a5464);
  font-size: 13px;
  font-size: var(--plyr-font-size-small, 13px);
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  left: 50%;
  line-height: 1.3;
  margin-bottom: -webkit-calc(-webkit-calc(10px / 2) * 2);
  margin-bottom: -moz-calc(-moz-calc(10px / 2) * 2);
  margin-bottom: calc(calc(10px / 2) * 2);
  margin-bottom: -webkit-calc(-webkit-calc(var(--plyr-control-spacing,10px)/ 2) * 2);
  margin-bottom: -moz-calc(-moz-calc(var(--plyr-control-spacing,10px)/ 2) * 2);
  margin-bottom: calc(calc(var(--plyr-control-spacing,10px)/ 2) * 2);
  opacity: 0;
  padding: -webkit-calc(10px / 2) -webkit-calc(-webkit-calc(10px / 2) * 1.5);
  padding: -moz-calc(10px / 2) -moz-calc(-moz-calc(10px / 2) * 1.5);
  padding: calc(10px / 2) calc(calc(10px / 2) * 1.5);
  padding: -webkit-calc(var(--plyr-control-spacing,10px)/ 2) -webkit-calc(-webkit-calc(var(--plyr-control-spacing,10px)/ 2) * 1.5);
  padding: -moz-calc(var(--plyr-control-spacing,10px)/ 2) -moz-calc(-moz-calc(var(--plyr-control-spacing,10px)/ 2) * 1.5);
  padding: calc(var(--plyr-control-spacing,10px)/ 2) calc(calc(var(--plyr-control-spacing,10px)/ 2) * 1.5);
  pointer-events: none;
  position: absolute;
  -webkit-transform: translate(-50%, 10px) scale(0.8);
     -moz-transform: translate(-50%, 10px) scale(0.8);
      -ms-transform: translate(-50%, 10px) scale(0.8);
          transform: translate(-50%, 10px) scale(0.8);
  -webkit-transform-origin: 50% 100%;
     -moz-transform-origin: 50% 100%;
      -ms-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  -webkit-transition: opacity .2s .1s ease,-webkit-transform .2s .1s ease;
  transition: opacity .2s .1s ease,-webkit-transform .2s .1s ease;
  -moz-transition: transform .2s .1s ease,opacity .2s .1s ease,-moz-transform .2s .1s ease;
  transition: transform .2s .1s ease,opacity .2s .1s ease;
  transition: transform .2s .1s ease,opacity .2s .1s ease,-webkit-transform .2s .1s ease,-moz-transform .2s .1s ease;
  white-space: nowrap;
  z-index: 2; }

.plyr__tooltip::before {
  border-left: 4px solid transparent;
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: 4px solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  bottom: -webkit-calc(4px * -1);
  bottom: -moz-calc(4px * -1);
  bottom: calc(4px * -1);
  bottom: -webkit-calc(var(--plyr-tooltip-arrow-size,4px) * -1);
  bottom: -moz-calc(var(--plyr-tooltip-arrow-size,4px) * -1);
  bottom: calc(var(--plyr-tooltip-arrow-size,4px) * -1);
  content: '';
  height: 0;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  z-index: 2; }

.plyr .plyr__control.plyr__tab-focus .plyr__tooltip, .plyr .plyr__control:hover .plyr__tooltip, .plyr__tooltip--visible {
  opacity: 1;
  -webkit-transform: translate(-50%, 0) scale(1);
     -moz-transform: translate(-50%, 0) scale(1);
      -ms-transform: translate(-50%, 0) scale(1);
          transform: translate(-50%, 0) scale(1); }

.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3; }

.plyr__controls > .plyr__control:first-child .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  left: 0;
  -webkit-transform: translate(0, 10px) scale(0.8);
     -moz-transform: translate(0, 10px) scale(0.8);
      -ms-transform: translate(0, 10px) scale(0.8);
          transform: translate(0, 10px) scale(0.8);
  -webkit-transform-origin: 0 100%;
     -moz-transform-origin: 0 100%;
      -ms-transform-origin: 0 100%;
          transform-origin: 0 100%; }

.plyr__controls > .plyr__control:first-child .plyr__tooltip::before, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip::before {
  left: -webkit-calc((18px / 2) + -webkit-calc(10px * .7));
  left: -moz-calc((18px / 2) + -moz-calc(10px * .7));
  left: calc((18px / 2) + calc(10px * .7));
  left: -webkit-calc((var(--plyr-control-icon-size,18px)/ 2) + -webkit-calc(var(--plyr-control-spacing,10px) * .7));
  left: -moz-calc((var(--plyr-control-icon-size,18px)/ 2) + -moz-calc(var(--plyr-control-spacing,10px) * .7));
  left: calc((var(--plyr-control-icon-size,18px)/ 2) + calc(var(--plyr-control-spacing,10px) * .7)); }

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  -webkit-transform: translate(0, 10px) scale(0.8);
     -moz-transform: translate(0, 10px) scale(0.8);
      -ms-transform: translate(0, 10px) scale(0.8);
          transform: translate(0, 10px) scale(0.8);
  -webkit-transform-origin: 100% 100%;
     -moz-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%; }

.plyr__controls > .plyr__control:last-child .plyr__tooltip::before {
  left: auto;
  right: -webkit-calc((18px / 2) + -webkit-calc(10px * .7));
  right: -moz-calc((18px / 2) + -moz-calc(10px * .7));
  right: calc((18px / 2) + calc(10px * .7));
  right: -webkit-calc((var(--plyr-control-icon-size,18px)/ 2) + -webkit-calc(var(--plyr-control-spacing,10px) * .7));
  right: -moz-calc((var(--plyr-control-icon-size,18px)/ 2) + -moz-calc(var(--plyr-control-spacing,10px) * .7));
  right: calc((var(--plyr-control-icon-size,18px)/ 2) + calc(var(--plyr-control-spacing,10px) * .7));
  -webkit-transform: translateX(50%);
     -moz-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%); }

.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child + .plyr__control.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip, .plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:first-child:hover .plyr__tooltip, .plyr__controls > .plyr__control:last-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:last-child:hover .plyr__tooltip {
  -webkit-transform: translate(0, 0) scale(1);
     -moz-transform: translate(0, 0) scale(1);
      -ms-transform: translate(0, 0) scale(1);
          transform: translate(0, 0) scale(1); }

.plyr__progress {
  left: -webkit-calc(13px * .5);
  left: -moz-calc(13px * .5);
  left: calc(13px * .5);
  left: -webkit-calc(var(--plyr-range-thumb-height,13px) * .5);
  left: -moz-calc(var(--plyr-range-thumb-height,13px) * .5);
  left: calc(var(--plyr-range-thumb-height,13px) * .5);
  margin-right: 13px;
  margin-right: var(--plyr-range-thumb-height, 13px);
  position: relative; }

.plyr__progress input[type=range], .plyr__progress__buffer {
  margin-left: -webkit-calc(13px * -.5);
  margin-left: -moz-calc(13px * -.5);
  margin-left: calc(13px * -.5);
  margin-left: -webkit-calc(var(--plyr-range-thumb-height,13px) * -.5);
  margin-left: -moz-calc(var(--plyr-range-thumb-height,13px) * -.5);
  margin-left: calc(var(--plyr-range-thumb-height,13px) * -.5);
  margin-right: -webkit-calc(13px * -.5);
  margin-right: -moz-calc(13px * -.5);
  margin-right: calc(13px * -.5);
  margin-right: -webkit-calc(var(--plyr-range-thumb-height,13px) * -.5);
  margin-right: -moz-calc(var(--plyr-range-thumb-height,13px) * -.5);
  margin-right: calc(var(--plyr-range-thumb-height,13px) * -.5);
  width: -webkit-calc(100% + 13px);
  width: -moz-calc(100% + 13px);
  width: calc(100% + 13px);
  width: -webkit-calc(100% + var(--plyr-range-thumb-height,13px));
  width: -moz-calc(100% + var(--plyr-range-thumb-height,13px));
  width: calc(100% + var(--plyr-range-thumb-height,13px)); }

.plyr__progress input[type=range] {
  position: relative;
  z-index: 2; }

.plyr__progress .plyr__tooltip {
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
  left: 0; }

.plyr__progress__buffer {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 100px;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  margin-top: -webkit-calc((5px / 2) * -1);
  margin-top: -moz-calc((5px / 2) * -1);
  margin-top: calc((5px / 2) * -1);
  margin-top: -webkit-calc((var(--plyr-range-track-height,5px)/ 2) * -1);
  margin-top: -moz-calc((var(--plyr-range-track-height,5px)/ 2) * -1);
  margin-top: calc((var(--plyr-range-track-height,5px)/ 2) * -1);
  padding: 0;
  position: absolute;
  top: 50%; }

.plyr__progress__buffer::-webkit-progress-bar {
  background: 0 0; }

.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  min-width: var(--plyr-range-track-height, 5px);
  -webkit-transition: width .2s ease;
  -moz-transition: width .2s ease;
  transition: width .2s ease; }

.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  min-width: var(--plyr-range-track-height, 5px);
  -moz-transition: width .2s ease;
  -webkit-transition: width .2s ease;
  transition: width .2s ease; }

.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  -webkit-transition: width .2s ease;
  -moz-transition: width .2s ease;
  transition: width .2s ease; }

.plyr--loading .plyr__progress__buffer {
  -webkit-animation: plyr-progress 1s linear infinite;
     -moz-animation: plyr-progress 1s linear infinite;
          animation: plyr-progress 1s linear infinite;
  background-image: -webkit-linear-gradient(135deg, rgba(35, 40, 47, 0.6) 25%, transparent 25%, transparent 50%, rgba(35, 40, 47, 0.6) 50%, rgba(35, 40, 47, 0.6) 75%, transparent 75%, transparent);
  background-image: -moz- oldlinear-gradient(135deg, rgba(35, 40, 47, 0.6) 25%, transparent 25%, transparent 50%, rgba(35, 40, 47, 0.6) 50%, rgba(35, 40, 47, 0.6) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(35, 40, 47, 0.6) 25%, transparent 25%, transparent 50%, rgba(35, 40, 47, 0.6) 50%, rgba(35, 40, 47, 0.6) 75%, transparent 75%, transparent);
  background-image: -webkit-linear-gradient(135deg, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 25%, transparent 25%, transparent 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 75%, transparent 75%, transparent);
  background-image: -moz- oldlinear-gradient(135deg, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 25%, transparent 25%, transparent 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 25%, transparent 25%, transparent 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 75%, transparent 75%, transparent);
  background-repeat: repeat-x;
  background-size: 25px 25px;
  background-size: var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);
  color: transparent; }

.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: rgba(255, 255, 255, 0.25);
  background-color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)); }

.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)); }

.plyr__volume {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 110px;
  min-width: 80px;
  position: relative;
  width: 20%; }

.plyr__volume input[type=range] {
  margin-left: -webkit-calc(10px / 2);
  margin-left: -moz-calc(10px / 2);
  margin-left: calc(10px / 2);
  margin-left: -webkit-calc(var(--plyr-control-spacing,10px)/ 2);
  margin-left: -moz-calc(var(--plyr-control-spacing,10px)/ 2);
  margin-left: calc(var(--plyr-control-spacing,10px)/ 2);
  margin-right: -webkit-calc(10px / 2);
  margin-right: -moz-calc(10px / 2);
  margin-right: calc(10px / 2);
  margin-right: -webkit-calc(var(--plyr-control-spacing,10px)/ 2);
  margin-right: -moz-calc(var(--plyr-control-spacing,10px)/ 2);
  margin-right: calc(var(--plyr-control-spacing,10px)/ 2);
  position: relative;
  z-index: 2; }

.plyr--is-ios .plyr__volume {
  min-width: 0;
  width: auto; }

.plyr--audio {
  display: block; }

.plyr--audio .plyr__controls {
  background: #fff;
  background: var(--plyr-audio-controls-background, #fff);
  border-radius: inherit;
  color: #4a5464;
  color: var(--plyr-audio-control-color, #4a5464);
  padding: 10px;
  padding: var(--plyr-control-spacing, 10px); }

.plyr--audio .plyr__control.plyr__tab-focus, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true] {
  background: #ffffff;
  background: var(--plyr-audio-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #ffffff)));
  color: #fff;
  color: var(--plyr-audio-control-color-hover, #fff); }

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6))); }

.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6))); }

.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6))); }

.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1)); }

.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1)); }

.plyr--audio .plyr__progress__buffer {
  color: rgba(193, 200, 209, 0.6);
  color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)); }

.plyr--video {
  background: #000;
  overflow: hidden; }

.plyr--video.plyr--menu-open {
  overflow: visible; }

.plyr__video-wrapper {
  background: #000;
  height: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%; }

.plyr__video-embed, .plyr__video-wrapper--fixed-ratio {
  height: 0;
  padding-bottom: 56.25%; }

.plyr__video-embed iframe, .plyr__video-wrapper--fixed-ratio video {
  border: 0;
  left: 0;
  position: absolute;
  top: 0; }

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  -webkit-transform: translateY(-38.28125%);
     -moz-transform: translateY(-38.28125%);
      -ms-transform: translateY(-38.28125%);
          transform: translateY(-38.28125%); }

.plyr--video .plyr__controls {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
  background: -moz- oldlinear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
  background: var(--plyr-video-controls-background, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75)));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: #fff;
  color: var(--plyr-video-control-color, #fff);
  left: 0;
  padding: -webkit-calc(10px / 2);
  padding: -moz-calc(10px / 2);
  padding: calc(10px / 2);
  padding: -webkit-calc(var(--plyr-control-spacing,10px)/ 2);
  padding: -moz-calc(var(--plyr-control-spacing,10px)/ 2);
  padding: calc(var(--plyr-control-spacing,10px)/ 2);
  padding-top: -webkit-calc(10px * 2);
  padding-top: -moz-calc(10px * 2);
  padding-top: calc(10px * 2);
  padding-top: -webkit-calc(var(--plyr-control-spacing,10px) * 2);
  padding-top: -moz-calc(var(--plyr-control-spacing,10px) * 2);
  padding-top: calc(var(--plyr-control-spacing,10px) * 2);
  position: absolute;
  right: 0;
  -webkit-transition: opacity .4s ease-in-out,-webkit-transform .4s ease-in-out;
  transition: opacity .4s ease-in-out,-webkit-transform .4s ease-in-out;
  -moz-transition: opacity .4s ease-in-out,transform .4s ease-in-out,-moz-transform .4s ease-in-out;
  transition: opacity .4s ease-in-out,transform .4s ease-in-out;
  transition: opacity .4s ease-in-out,transform .4s ease-in-out,-webkit-transform .4s ease-in-out,-moz-transform .4s ease-in-out;
  z-index: 3; }

@media (min-width: 480px) {
  .plyr--video .plyr__controls {
    padding: 10px;
    padding: var(--plyr-control-spacing, 10px);
    padding-top: -webkit-calc(10px * 3.5);
    padding-top: -moz-calc(10px * 3.5);
    padding-top: calc(10px * 3.5);
    padding-top: -webkit-calc(var(--plyr-control-spacing,10px) * 3.5);
    padding-top: -moz-calc(var(--plyr-control-spacing,10px) * 3.5);
    padding-top: calc(var(--plyr-control-spacing,10px) * 3.5); } }

.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(100%);
     -moz-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%); }

.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
  background: #ffffff;
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #ffffff)));
  color: #fff;
  color: var(--plyr-video-control-color-hover, #fff); }

.plyr__control--overlaid {
  background: #ffffff;
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #ffffff)));
  border: 0;
  border-radius: 100%;
  color: #fff;
  color: var(--plyr-video-control-color, #fff);
  display: none;
  left: 50%;
  opacity: .9;
  padding: -webkit-calc(10px * 1.5);
  padding: -moz-calc(10px * 1.5);
  padding: calc(10px * 1.5);
  padding: -webkit-calc(var(--plyr-control-spacing,10px) * 1.5);
  padding: -moz-calc(var(--plyr-control-spacing,10px) * 1.5);
  padding: calc(var(--plyr-control-spacing,10px) * 1.5);
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  z-index: 2; }

.plyr__control--overlaid svg {
  left: 2px;
  position: relative; }

.plyr__control--overlaid:focus, .plyr__control--overlaid:hover {
  opacity: 1; }

.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden; }

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block; }

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(255, 255, 255, 0.25);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25))); }

.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
  background-color: rgba(255, 255, 255, 0.25);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25))); }

.plyr--full-ui.plyr--video input[type=range]::-ms-track {
  background-color: rgba(255, 255, 255, 0.25);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25))); }

.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
  -webkit-box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
          box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
          box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5)); }

.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5)); }

.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5)); }

.plyr--video .plyr__progress__buffer {
  color: rgba(255, 255, 255, 0.25);
  color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)); }

.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }

.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }

.plyr:-moz-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }

.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }

.plyr:-webkit-full-screen video {
  height: 100%; }

.plyr:-ms-fullscreen video {
  height: 100%; }

.plyr:-moz-full-screen video {
  height: 100%; }

.plyr:fullscreen video {
  height: 100%; }

.plyr:-webkit-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static; }

.plyr:-ms-fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static; }

.plyr:-moz-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static; }

.plyr:fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static; }

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative; }

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative; }

.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative; }

.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative; }

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block; }

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block; }

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
  display: block; }

.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block; }

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none; }

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none; }

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none; }

.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none; }

.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none; }

.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none; }

.plyr:-moz-full-screen.plyr--hide-controls {
  cursor: none; }

.plyr:fullscreen.plyr--hide-controls {
  cursor: none; }

@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px); }
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px); }
  .plyr:-moz-full-screen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px); }
  .plyr:fullscreen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px); } }

.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }

.plyr:-webkit-full-screen video {
  height: 100%; }

.plyr:-webkit-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static; }

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative; }

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block; }

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none; }

.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none; }

@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px); } }

.plyr:-moz-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }

.plyr:-moz-full-screen video {
  height: 100%; }

.plyr:-moz-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static; }

.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative; }

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
  display: block; }

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none; }

.plyr:-moz-full-screen.plyr--hide-controls {
  cursor: none; }

@media (min-width: 1024px) {
  .plyr:-moz-full-screen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px); } }

.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }

.plyr:-ms-fullscreen video {
  height: 100%; }

.plyr:-ms-fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static; }

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative; }

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block; }

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none; }

.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none; }

@media (min-width: 1024px) {
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px); } }

.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
  bottom: 0;
  display: block;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000000; }

.plyr--fullscreen-fallback video {
  height: 100%; }

.plyr--fullscreen-fallback .plyr__video-wrapper {
  height: 100%;
  position: static; }

.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative; }

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
  display: block; }

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
  display: none; }

.plyr--fullscreen-fallback.plyr--hide-controls {
  cursor: none; }

@media (min-width: 1024px) {
  .plyr--fullscreen-fallback .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px); } }

.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1; }

.plyr__ads > div, .plyr__ads > div iframe {
  height: 100%;
  position: absolute;
  width: 100%; }

.plyr__ads::after {
  background: #23282f;
  border-radius: 2px;
  bottom: 10px;
  bottom: var(--plyr-control-spacing, 10px);
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  right: var(--plyr-control-spacing, 10px);
  z-index: 3; }

.plyr__ads::after:empty {
  display: none; }

.plyr__cues {
  background: currentColor;
  display: block;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  margin: -var(--plyr-range-track-height, 5px)/2 0 0;
  opacity: .8;
  position: absolute;
  top: 50%;
  width: 3px;
  z-index: 3; }

.plyr__preview-thumb {
  background-color: rgba(255, 255, 255, 0.9);
  background-color: var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  border-radius: 3px;
  bottom: 100%;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
          box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  margin-bottom: -webkit-calc(-webkit-calc(10px / 2) * 2);
  margin-bottom: -moz-calc(-moz-calc(10px / 2) * 2);
  margin-bottom: calc(calc(10px / 2) * 2);
  margin-bottom: -webkit-calc(-webkit-calc(var(--plyr-control-spacing,10px)/ 2) * 2);
  margin-bottom: -moz-calc(-moz-calc(var(--plyr-control-spacing,10px)/ 2) * 2);
  margin-bottom: calc(calc(var(--plyr-control-spacing,10px)/ 2) * 2);
  opacity: 0;
  padding: 3px;
  padding: var(--plyr-tooltip-radius, 3px);
  pointer-events: none;
  position: absolute;
  -webkit-transform: translate(0, 10px) scale(0.8);
     -moz-transform: translate(0, 10px) scale(0.8);
      -ms-transform: translate(0, 10px) scale(0.8);
          transform: translate(0, 10px) scale(0.8);
  -webkit-transform-origin: 50% 100%;
     -moz-transform-origin: 50% 100%;
      -ms-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  -webkit-transition: opacity .2s .1s ease,-webkit-transform .2s .1s ease;
  transition: opacity .2s .1s ease,-webkit-transform .2s .1s ease;
  -moz-transition: transform .2s .1s ease,opacity .2s .1s ease,-moz-transform .2s .1s ease;
  transition: transform .2s .1s ease,opacity .2s .1s ease;
  transition: transform .2s .1s ease,opacity .2s .1s ease,-webkit-transform .2s .1s ease,-moz-transform .2s .1s ease;
  z-index: 2; }

.plyr__preview-thumb--is-shown {
  opacity: 1;
  -webkit-transform: translate(0, 0) scale(1);
     -moz-transform: translate(0, 0) scale(1);
      -ms-transform: translate(0, 0) scale(1);
          transform: translate(0, 0) scale(1); }

.plyr__preview-thumb::before {
  border-left: 4px solid transparent;
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: 4px solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  bottom: -webkit-calc(4px * -1);
  bottom: -moz-calc(4px * -1);
  bottom: calc(4px * -1);
  bottom: -webkit-calc(var(--plyr-tooltip-arrow-size,4px) * -1);
  bottom: -moz-calc(var(--plyr-tooltip-arrow-size,4px) * -1);
  bottom: calc(var(--plyr-tooltip-arrow-size,4px) * -1);
  content: '';
  height: 0;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  z-index: 2; }

.plyr__preview-thumb__image-container {
  background: #c1c8d1;
  border-radius: -webkit-calc(3px - 1px);
  border-radius: -moz-calc(3px - 1px);
  border-radius: calc(3px - 1px);
  border-radius: -webkit-calc(var(--plyr-tooltip-radius,3px) - 1px);
  border-radius: -moz-calc(var(--plyr-tooltip-radius,3px) - 1px);
  border-radius: calc(var(--plyr-tooltip-radius,3px) - 1px);
  overflow: hidden;
  position: relative;
  z-index: 0; }

.plyr__preview-thumb__image-container img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  position: absolute;
  top: 0;
  width: 100%; }

.plyr__preview-thumb__time-container {
  bottom: 6px;
  left: 0;
  position: absolute;
  right: 0;
  white-space: nowrap;
  z-index: 3; }

.plyr__preview-thumb__time-container span {
  background-color: rgba(0, 0, 0, 0.55);
  border-radius: -webkit-calc(3px - 1px);
  border-radius: -moz-calc(3px - 1px);
  border-radius: calc(3px - 1px);
  border-radius: -webkit-calc(var(--plyr-tooltip-radius,3px) - 1px);
  border-radius: -moz-calc(var(--plyr-tooltip-radius,3px) - 1px);
  border-radius: calc(var(--plyr-tooltip-radius,3px) - 1px);
  color: #fff;
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
  padding: 3px 6px; }

.plyr__preview-scrubbing {
  bottom: 0;
  -webkit-filter: blur(1px);
          filter: blur(1px);
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  transition: opacity .3s ease;
  width: 100%;
  z-index: 1; }

.plyr__preview-scrubbing--is-shown {
  opacity: 1; }

.plyr__preview-scrubbing img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%; }

.plyr--no-transition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  transition: none !important; }

.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  border: 0 !important;
  height: 1px !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.plyr [hidden] {
  display: none !important; }

:root {
  --color-gold: #ad7a1e;
  --white: #ffffff;
  --border-translucent:rgba(255, 255, 255, 0.5);
  --text-dark:#081a27;
  --blackout:rgba(0, 0, 0, 0.6);
  --dark-gray-brown:#241a14;
  --black:#000000;
  --dots:#999999;
  --dots-hover:#d8d8d8;
  --color-black: #000;
  --color-gray: #757575;
  --color-light-gray: #c1bebc;
  --color-silver: #e9e8e7;
  --color-pink: #f6f1e8;
  --color-dark: #241a14;
  --color-brown: #5a4018;
  --color-light-brown: #b39060;
  --color-peach: #dab679; }

:root {
  --animation-time: 0.3s; }

.b-btn-cancel {
  width: 24px;
  height: 24px;
  padding: 4px;
  position: absolute;
  top: 0;
  right: 29px;
  bottom: 0;
  margin: auto 0;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 2;
  display: block; }
  @media (min-width: 1024px) {
    .b-btn-cancel {
      right: 185px; } }
  .b-btn-cancel svg {
    width: 100%;
    height: 100%; }

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