@charset "UTF-8";
/**************************************************
    MAIN STYLES
    **********************************************/
/**************************************************
    LIBS & INCLUDES (CORE)
    **********************************************/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 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;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * 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/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

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

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

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

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

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

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

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

/**
 * 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/10.
 */
img {
  border: 0;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

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

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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;
}

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 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] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 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/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../img/plugins/fancybox/fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../img/plugins/fancybox/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../img/plugins/fancybox/blank.gif"); /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../img/plugins/fancybox/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent; /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../img/plugins/fancybox/fancybox_sprite@2x.png");
    background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url("../img/plugins/fancybox/fancybox_loading@2x.gif");
    background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
  }
}
/* Core style for every cell */
.gldp-default .core {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative;
  float: left;
  padding: 0;
  margin: 0;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  color: #222;
  background: #ffffff;
  background: linear-gradient(to bottom, #ffffff 0%, #dadada 98%, #ffffff 99%, #dadada 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#dadada",GradientType=0 );
}

/* Cell border */
.gldp-default .border {
  border: 0 !important;
}

/* Month/Year text and select */
.gldp-default .monyear,
.gldp-default .monyear select {
  font-size: 16px !important;
  font-weight: bold;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.75);
  border: 0 !important;
}

/* Month/Year text */
.gldp-default .monyear span {
  margin: 0 5px 0 5px;
}

/* Prev/Next arrows */
.gldp-default .prev-arrow,
.gldp-default .next-arrow {
  color: #222;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.75);
}

.gldp-default .prev-arrow:active,
.gldp-default .next-arrow:active {
  color: #f00;
}

.gldp-default .prev-arrow-off,
.gldp-default .next-arrow-off {
  color: #222;
  opacity: 0.15;
}

/* Days of the week */
.gldp-default .dow {
  color: #fff;
  font-weight: bold;
  cursor: wait !important;
  background: #ff0000;
  background: linear-gradient(to bottom, #ff0000 0%, #ffcccc 1%, #ff0000 2%, #aa0000 98%, #dd4444 99%, #880000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ff0000", endColorstr="#880000",GradientType=0 );
}

/* Weekdays */
.gldp-default .mon,
.gldp-default .tue,
.gldp-default .wed,
.gldp-default .thu,
.gldp-default .fri {
  font-weight: bold;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.75);
}

/* Weekend days */
.gldp-default .sat,
.gldp-default .sun {
  color: #3858a8;
  font-weight: bold;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.75);
}

/* Selectable days that are outside of current month being shown */
.gldp-default .outday {
  color: #666 !important;
}

/* Hover */
.gldp-default .mon:hover,
.gldp-default .tue:hover,
.gldp-default .wed:hover,
.gldp-default .thu:hover,
.gldp-default .fri:hover,
.gldp-default .sat:hover,
.gldp-default .sun:hover {
  background: #fcfff4;
  background: linear-gradient(to bottom, #fcfff4 0%, #e9e9ce 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fcfff4", endColorstr="#e9e9ce",GradientType=0 );
}

/* Non-Selectable days */
.gldp-default .noday {
  color: #444;
  font-weight: normal;
  cursor: wait !important;
  background: #aaaaaa; /* Chrome,Safari4+ */
  background: linear-gradient(to bottom, #aaaaaa 0%, #8a8a8a 98%, #aaaaaa 99%, #8a8a8a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#aaaaaa", endColorstr="#8a8a8a",GradientType=0 );
}

/* Currently selected day */
.gldp-default .selected {
  color: #fff;
  font-weight: bold;
  border-color: #c00;
  background: #e8bf88;
  background: linear-gradient(to bottom, #e8bf88 0%, #ffc19d 1%, #fd8642 2%, #ab2412 98%, #ef753f 99%, #ef753f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e8bf88", endColorstr="#ef753f",GradientType=0 );
}

/* Today */
.gldp-default .today {
  color: #fff;
  font-weight: bold;
  border-color: #00c;
  background: #88bfe8;
  background: linear-gradient(to bottom, #88bfe8 0%, #9dc1ff 1%, #4286fd 2%, #0124ab 98%, #3775ef 99%, #3775ef 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#88bfe8", endColorstr="#3775ef",GradientType=0 );
}

/* Special */
.gldp-default .special {
  color: #fff;
  font-weight: bold;
  border-color: #0c0;
  background: #88e888;
  background: linear-gradient(to bottom, #88e888 0%, #9dff9d 1%, #42fd42 2%, #01ab01 98%, #37ef37 99%, #37ef37 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#88e888", endColorstr="#37ef37",GradientType=0 );
}

/* ==========================================================================
     Classes
     ========================================================================== */
.content-right > * {
  margin: 0 0 0 auto;
}

.relative {
  position: relative;
}

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.cf:before, .cf:after, .th_autostart .article__body p:last-of-type:after {
  content: " ";
  display: table;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.cf:after, .th_autostart .article__body p:last-of-type:after, .clearfix:after {
  clear: both;
}

.cf, .th_autostart .article__body p:last-of-type:after, .clearfix {
  *zoom: 1;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.debug {
  outline: solid gold 1px;
}

.debug-background {
  background: rgba(255, 215, 0, 0.2) !important;
}

.rspimg {
  width: 100%;
  height: auto;
}

.error {
  color: #ed4b47;
}

/* HELPER KLASE */
/**************** Margins i Paddings ****************/
/* HELPER KLASE */
.mt0 {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.mv0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.mv5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.mv10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.mv15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.mv20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.mv25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.mv30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.mv35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

.mv40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.mv60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.mv65 {
  margin-top: 65px !important;
  margin-bottom: 65px !important;
}

.mh0 {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.mh5 {
  margin-right: 5px !important;
  margin-left: 5px !important;
}

.mh10 {
  margin-right: 10px !important;
  margin-left: 10px !important;
}

.mh15 {
  margin-right: 15px !important;
  margin-left: 15px !important;
}

.mh20 {
  margin-right: 20px !important;
  margin-left: 20px !important;
}

.mh25 {
  margin-right: 25px !important;
  margin-left: 25px !important;
}

.mh30 {
  margin-right: 30px !important;
  margin-left: 30px !important;
}

.mh35 {
  margin-right: 35px !important;
  margin-left: 35px !important;
}

.mh40 {
  margin-right: 40px !important;
  margin-left: 40px !important;
}

.mh60 {
  margin-right: 60px !important;
  margin-left: 60px !important;
}

.mh65 {
  margin-right: 65px !important;
  margin-left: 65px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.pv0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.pv5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.pv10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.pv15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.pv20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.pv25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.pv30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.pv35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

.pv40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.pv60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.pv65 {
  padding-top: 65px !important;
  padding-bottom: 65px !important;
}

.ph0 {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.ph5 {
  padding-right: 5px !important;
  padding-left: 5px !important;
}

.ph10 {
  padding-right: 10px !important;
  padding-left: 10px !important;
}

.ph15 {
  padding-right: 15px !important;
  padding-left: 15px !important;
}

.ph20 {
  padding-right: 20px !important;
  padding-left: 20px !important;
}

.ph25 {
  padding-right: 25px !important;
  padding-left: 25px !important;
}

.ph30 {
  padding-right: 30px !important;
  padding-left: 30px !important;
}

.ph35 {
  padding-right: 35px !important;
  padding-left: 35px !important;
}

.ph40 {
  padding-right: 40px !important;
  padding-left: 40px !important;
}

.ph60 {
  padding-right: 60px !important;
  padding-left: 60px !important;
}

.ph65 {
  padding-right: 65px !important;
  padding-left: 65px !important;
}

/*************** Links ***************/
a:link, a:active, a:visited, a:hover {
  text-decoration: none;
}

a:active, a:visited {
  outline: 0;
}

/**************************************************
    CORE SETTINGS
    **********************************************/
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  position: relative;
  color: #141414;
  font: normal 400 100% "Montserrat", sans-serif;
  font-size: 100%;
  line-height: 1.5;
  background: #f0f0f0 url(../images/site-background.png) repeat-y center;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 1023px) {
  body.is_fixed {
    position: fixed;
    left: 0;
    right: 0;
    margin: auto;
  }
  body.is_fixed .mfp-wrap {
    -webkit-overflow-scrolling: touch;
    position: fixed !important;
    top: 0 !important;
    overflow: auto;
  }
}
@media screen and (min-width: 1024px) {
  body {
    background: #fff;
  }
}

figure {
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 0;
}

*:focus {
  outline: 0;
}

/**************************************************
    SITE WRAPPERS
    **********************************************/
.body_wrap {
  position: relative;
  padding: 0;
  z-index: 1;
  margin-bottom: 0;
  overflow-x: hidden;
}
@media screen and (min-width: 1024px) {
  .body_wrap {
    box-sizing: border-box;
    margin: 0;
    padding: 0 22px;
    overflow-x: visible;
  }
}
@media screen and (min-width: 1367px) {
  .body_wrap {
    padding: 0;
  }
}
@media screen and (min-width: 1367px) {
  body.article .body_wrap, body.comments_page .body_wrap {
    padding: 0;
  }
}
body.flatpage--didomi .body_wrap {
  overflow-x: visible;
}

.mfp-wrap ~ * {
  filter: blur(3px);
}

@media screen and (min-width: 1024px) {
  body.has_subnav .body_inner_wrap {
    margin-top: 92px;
  }
}
@media screen and (min-width: 1367px) {
  body.has_subnav .body_inner_wrap {
    margin-top: 100px;
  }
}

.content__wrap {
  padding-top: 56px;
}
@media screen and (max-width: 1023px) {
  .content__wrap {
    background: #fff;
  }
}
@media screen and (min-width: 1024px) {
  .content__wrap {
    padding: 96px 0 0;
  }
  body.section--special .content__wrap {
    background-color: transparent;
  }
}
@media screen and (min-width: 1367px) {
  .content__wrap {
    padding: 120px 0 0;
  }
}

/**************************************************
    FIXED SIDEBAR
    **********************************************/
.column_content {
  position: relative;
  float: none;
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
@media screen and (min-width: 540px) and (min-width: 1024px) {
  .column_content {
    margin: 0 0 0 -320px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .column_content {
    margin: 0 0 0 -320px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .column_content {
    margin: 0 0 0 -254px;
  }
}
@media screen and (min-width: 1367px) {
  .column_content {
    margin: 0 0 0 -327px;
  }
}
@media screen and (min-width: 1024px) {
  .column_content {
    float: right;
  }
}
@media screen and (min-width: 1024px) {
  .column_content {
    margin: 0 -340px 0 0;
    float: left;
  }
}
@media screen and (min-width: 1367px) {
  .column_content {
    margin: 0 -440px 0 0;
  }
}
.column_content__inner {
  position: relative;
  padding: 0;
}
.column_content__inner:before, .column_content__inner:after {
  content: "";
  display: table;
}
.column_content__inner:after {
  clear: both;
}
.column_content__inner {
  box-sizing: border-box;
}
@media screen and (min-width: 540px) and (min-width: 1024px) {
  .column_content__inner {
    margin: 0 0 0 320px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .column_content__inner {
    margin: 0 0 0 320px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .column_content__inner {
    margin: 0 0 0 254px;
  }
}
@media screen and (min-width: 1367px) {
  .column_content__inner {
    margin: 0 0 0 327px;
  }
}
@media screen and (min-width: 1024px) {
  .column_content__inner {
    margin: 0 340px 0 0;
  }
}
@media screen and (min-width: 1367px) {
  .column_content__inner {
    margin: 0 440px 0 0;
  }
}

.column_sidebar {
  box-sizing: border-box;
  position: relative;
  float: none;
  width: 100%;
  margin: 0;
  padding: 0;
}
.column_sidebar:before, .column_sidebar:after {
  content: "";
  display: table;
}
.column_sidebar:after {
  clear: both;
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .column_sidebar {
    width: 224px;
  }
}
@media screen and (min-width: 1367px) and (min-width: 1024px) {
  .column_sidebar {
    width: 297px;
  }
}
@media screen and (min-width: 1024px) {
  .column_sidebar {
    float: left;
  }
}
@media screen and (min-width: 1024px) {
  .column_sidebar {
    width: 300px;
    float: right;
  }
}
@media screen and (min-width: 1367px) {
  .column_sidebar {
    width: 400px;
  }
}

.main_snake_border {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .main_snake_border:after {
    position: absolute;
    content: "";
    top: -30px;
    background: #efede8;
    height: 1px;
    width: 100%;
  }
}
.main_snake_column {
  margin: 0 !important;
}
@media screen and (min-width: 1024px) {
  .main_snake_column {
    padding: 0 40px 0 0;
  }
}

.center_me {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 340px) {
  .center_me {
    margin: 20px 0;
  }
}
@media screen and (min-width: 540px) {
  .center_me {
    width: 540px;
  }
}
@media screen and (min-width: 768px) {
  .center_me {
    margin: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
body.standalone_modal .center_me {
  position: relative;
  top: auto;
  left: auto;
  display: inline-block;
  transform: none;
}

body.standalone_modal {
  padding: 20px 0;
  text-align: center;
  background: #f0f0f0;
}

#divAIO1, #divAIO2 {
  height: 0;
  overflow: hidden;
}

.special_widget__article:before, .tags .fold_tags_body .main_tile__label div:before, .ntfs__icon > span::after, .article_gallery__play_btn:after, .th_autostart .article__body blockquote:before, .th_autostart .article__body blockquote:after, .thread--th_autostart .main_tile__label span:before, .thread_teaser--th_autostart .thread_teaser__label span:before, .main_tile__label span:before, .cal__nav [class^=icon-], .cal__nav [class*=" icon-"], .checkbox__icon:before, .radiobutton__icon:before, .custom_select:after, .form__password_reveal:before, .form__error:before, .gldp-default .prev-arrow::after, .gldp-default .next-arrow::after, .alert__message:before {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*
@font-face {
    font-family: 'cora';
    src:url('../fonts/cora.eot?vbuozu');
    src:url('../fonts/cora.eot?vbuozu#iefix') format('embedded-opentype'),
        url('../fonts/cora.ttf?vbuozu') format('truetype'),
        url('../fonts/cora.woff?vbuozu') format('woff'),
        url('../fonts/cora.svg?vbuozu#cora') format('svg');
    font-weight: normal;
    font-style: normal;
}*/
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon/fonts/icomoon.eot?n2du71");
  src: url("../fonts/icomoon/fonts/icomoon.eot?n2du71#iefix") format("embedded-opentype"), url("../fonts/icomoon/fonts/icomoon.woff2?n2du71") format("woff2"), url("../fonts/icomoon/fonts/icomoon.ttf?n2du71") format("truetype"), url("../fonts/icomoon/fonts/icomoon.woff?n2du71") format("woff"), url("../fonts/icomoon/fonts/icomoon.svg?n2du71#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-sleep:before {
  content: "\e92e";
}

.icon-minus-circle-outline:before {
  content: "\e92c";
}

.icon-plus-circle-outline:before {
  content: "\e92d";
}

.icon-left-arrow:before {
  content: "\e92b";
}

.icon-comment-text-multiple-outline:before {
  content: "\e92a";
}

.icon-arrow-right-long:before {
  content: "\e929";
}

.icon-format-quote-close:before {
  content: "\e927";
}

.icon-format-quote-open:before {
  content: "\e928";
}

.icon-proper-play:before {
  content: "\e926";
}

.icon-check:before {
  content: "\e925";
}

.icon-down-arrow:before {
  content: "\e923";
}

.icon-lower-right-arrow:before {
  content: "\e924";
}

.icon-email-outline:before {
  content: "\e922";
}

.icon-account:before {
  content: "\e900";
}

.icon-account-off:before {
  content: "\e901";
}

.icon-arrow-down-bold-circle-outline:before {
  content: "\e902";
}

.icon-arrow-left:before {
  content: "\e903";
}

.icon-arrow-right:before {
  content: "\e904";
}

.icon-arrow-up-bold-circle-outline:before {
  content: "\e905";
}

.icon-camera-party-mode:before {
  content: "\e906";
}

.icon-checkbox-blank-outline:before {
  content: "\e907";
}

.icon-checkbox-marked:before {
  content: "\e908";
}

.icon-chevron-left:before {
  content: "\e909";
}

.icon-chevron-right:before {
  content: "\e90a";
}

.icon-close:before {
  content: "\e90b";
}

.icon-close-circle-outline:before {
  content: "\e90c";
}

.icon-eye-off-outline:before {
  content: "\e90d";
}

.icon-eye-outline:before {
  content: "\e90e";
}

.icon-facebook:before {
  content: "\e90f";
}

.icon-filter-variant:before {
  content: "\e910";
}

.icon-image-multiple:before {
  content: "\e911";
}

.icon-instagram:before {
  content: "\e912";
}

.icon-key:before {
  content: "\e913";
}

.icon-lock-outline:before {
  content: "\e914";
}

.icon-logout:before {
  content: "\e915";
}

.icon-magnify:before {
  content: "\e916";
}

.icon-menu:before {
  content: "\e917";
}

.icon-menu-down:before {
  content: "\e918";
}

.icon-pencil:before {
  content: "\e919";
}

.icon-phone-in-talk:before {
  content: "\e91a";
}

.icon-play-circle-outline:before {
  content: "\e91b";
}

.icon-radiobox-blank:before {
  content: "\e91c";
}

.icon-radiobox-marked:before {
  content: "\e91d";
}

.icon-twitter:before {
  content: "\e91e";
}

.icon-whatsapp:before {
  content: "\e91f";
}

.icon-youtube-play:before {
  content: "\e920";
}

.icon-youtube-play-update:before {
  content: "\e921";
}

.input {
  background: none;
  border: 0;
}

::-webkit-input-placeholder {
  color: inherit;
}

:-moz-placeholder {
  color: inherit;
  opacity: 1;
}

::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
}

.icon-lines {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 1px;
  background: #fff;
}
.icon-lines:before, .icon-lines:after {
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 1px;
  background: #fff;
  left: 0;
  content: "";
  transition: 0.3s ease-in-out;
}
.icon-lines:before {
  top: -5px;
}
.icon-lines:after {
  bottom: -5px;
}
.icon-lines.click {
  background: none;
}
.icon-lines.click:after {
  transform: rotate(45deg);
  bottom: 0;
}
.icon-lines.click:before {
  transform: rotate(-45deg);
  top: 0;
}

.icon-down {
  position: relative;
  display: inline-block;
  width: 33%;
  height: 50px;
  transition: 0.3s ease-in-out;
}
.table__header .icon-down {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .table__header .icon-down {
    width: 33%;
  }
}
.icon-down:before, .icon-down:after {
  position: absolute;
  display: inline-block;
  width: 12px;
  height: 1px;
  background: #333;
  top: 25px;
  left: 0;
  content: "";
  transition: 0.3s ease-in-out;
}
.language__flag .icon-down:before, .language__flag .icon-down:after {
  width: 8px;
}
.icon-down:before {
  left: auto;
  right: 26px;
  transform: rotate(45deg);
}
.icon-down:after {
  left: auto;
  right: 18px;
  transform: rotate(-45deg);
}
.icon-down.click:before {
  transform: rotate(-45deg);
  background: #9b9b9b;
}
.icon-down.click:after {
  transform: rotate(45deg);
  background: #9b9b9b;
}

@media screen and (min-width: 1024px) {
  .js_sticky,
  .js_sticky_offset {
    position: static;
    position: sticky;
    position: -webkit-sticky;
    top: 89px;
  }
}
@media screen and (min-width: 1367px) {
  .js_sticky,
  .js_sticky_offset {
    top: 119px;
  }
}

.js_stickyDidomi {
  position: static;
  position: sticky;
  position: -webkit-sticky;
  bottom: 0;
  top: auto;
}

.relative {
  position: relative;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes blob {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
/* mixin for multiline */
/* ***********************************************
**********     OVO JE LG VARIJANTA     ***********
*********************************************** */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #e3e3e3;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 0px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
@media screen and (min-width: 360px) {
  .forum--thread_list .mfp-content, .forum--post_list .mfp-content {
    box-sizing: border-box;
    padding: 0 14px;
  }
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 0;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0;
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0;
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/** initial setup **/
.nano {
  position: relative;
  width: 100%;
  height: 354px;
  overflow: hidden;
}

.nano > .nano-content {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.nano > .nano-content:focus {
  outline: thin dotted;
}

.nano > .nano-content::-webkit-scrollbar {
  display: none;
}

.has-scrollbar > .nano-content::-webkit-scrollbar {
  display: block;
}

.nano > .nano-pane {
  background: rgb(235, 235, 235);
  position: absolute;
  width: 2px;
  right: 2px;
  top: 0;
  bottom: 0;
  visibility: hidden\9 ;
  /* Target only IE7 and IE8 with this hack */
  opacity: 0.01;
  transition: 0.2s;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.nano > .nano-pane > .nano-slider {
  background: #9b9b9b;
  background: rgb(155, 155, 155);
  position: relative;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.nano:hover > .nano-pane,
.nano-pane.active,
.nano-pane.flashed {
  visibility: visible\9 ;
  /* Target only IE7 and IE8 with this hack */
  opacity: 0.99;
}

/**************************************************
    UI ELEMENTS
    **********************************************/
.alert__message {
  position: relative;
  margin: 10px 0 20px;
  padding: 10px 10px 10px 50px;
  color: #FFF;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 22px;
  line-height: 2.2rem;
  transition: 0.2s ease-in-out;
  color: #fff;
}
.alert__message:before {
  position: absolute;
  left: 15px;
  top: 10px;
  font-size: 20px;
  font-size: 2rem;
}
.alert__message--success {
  background: #7eab1d;
}
.alert__message--success:before {
  content: "\ea10";
}
.alert__message--error {
  background: #f0371a;
}
.alert__message--error:before {
  content: "\ea07";
}
.alert__message--neutral {
  background: #dedede;
  color: #333;
}
.alert__message--neutral:before {
  color: #333;
  content: "\ea0c";
}
.alert__message--info {
  background: #dedede;
  color: #333;
}
.alert__message--info:before {
  color: #333;
  content: "\ea0c";
}
.alert__message--hide {
  display: none;
}
.alert__text {
  display: inline-block;
}

@keyframes rotateLoadIcon {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.btn {
  box-sizing: border-box;
  display: inline-block;
  height: 48px;
  width: 256px;
  border: none;
  padding: 12px 0;
  font: normal 500 100% "Fira Mono", monospace;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.05em;
  color: #141414;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.25s;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .btn {
    line-height: 25px;
    line-height: 2.5rem;
  }
}
@media screen and (min-width: 1367px) {
  .btn {
    height: 56px;
    padding: 16px 0;
  }
}
.btn--small {
  height: 40px;
  padding: 8px 0 8px;
}
.btn span {
  position: relative;
  display: inline-block;
  padding: 0 48px 0 0;
}
.btn span .icon {
  position: absolute;
  top: -1px;
  right: -2px;
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 24px;
  color: inherit;
}
@media screen and (min-width: 1024px) and (max-width: 1366px) {
  .btn span .icon {
    right: -3px;
  }
}
.btn--silver {
  background-color: #f0f0f0;
}
.btn--silver:hover {
  background-color: #cccccc;
}
.btn--transparent {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 24px;
  padding: 0 48px 0 0;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 22px;
  line-height: 2.2rem;
  letter-spacing: 0.035em;
  text-transform: none;
  text-align: left;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .btn--transparent {
    line-height: 24px;
    line-height: 2.4rem;
  }
}
@media screen and (min-width: 1367px) {
  .btn--transparent {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.btn--transparent i {
  position: absolute;
  top: -2px;
  right: 6px;
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 24px;
}
.btn--yellow {
  background-color: #ffef3e;
  color: #141414;
}
.btn--yellow:hover {
  background-color: #f5d41d;
}
.btn--grey {
  border: 2px solid #fff;
  background-color: rgba(20, 20, 20, 0.8);
  color: #fff;
  line-height: 20px;
  line-height: 2rem;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .btn--grey {
    line-height: 22px;
    line-height: 2.2rem;
  }
}
.btn--grey:hover {
  background-color: #141414;
}
.btn--grey span .icon {
  top: -3px;
}
@media screen and (min-width: 1024px) {
  .btn--grey span .icon {
    right: -1px;
  }
}
.btn--black {
  background-color: #141414;
  color: #ffef3e;
}
.btn--black:hover {
  background-color: #474747;
}
.btn--black.is_disabled {
  color: #898017;
  background: #343221;
}
.btn--fb_login {
  position: relative;
  width: auto;
  padding: 8px 18px 8px 58px;
  background-color: #3b5998;
  font: normal 500 100% "Fira Mono", monospace;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.025em;
  color: #fff;
  text-transform: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .btn--fb_login {
    padding: 9px 18px 9px 58px;
  }
}
@media screen and (min-width: 1024px) {
  .btn--fb_login {
    padding: 8px 14px 8px 40px;
  }
}
@media screen and (min-width: 1024px) and (-webkit-min-device-pixel-ratio: 0) {
  .btn--fb_login {
    padding: 9px 14px 9px 40px;
  }
}
.btn--fb_login:hover {
  background-color: #244d8f;
}
.btn--fb_login .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  font-size: 24px;
  line-height: 40px;
}
.btn--gl_login {
  position: relative;
  box-sizing: border-box;
  width: auto;
  padding: 7px 18px 7px 58px;
  border: 1px solid #c7c7c7;
  background-color: #fff;
  font: normal 500 100% "Fira Mono", monospace;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.025em;
  color: #757575;
  text-transform: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .btn--gl_login {
    padding: 8px 18px 8px 58px;
  }
}
@media screen and (min-width: 1024px) {
  .btn--gl_login {
    padding: 7px 14px 7px 40px;
  }
}
@media screen and (min-width: 1024px) and (-webkit-min-device-pixel-ratio: 0) {
  .btn--gl_login {
    padding: 8px 14px 8px 40px;
  }
}
.btn--gl_login:hover {
  background-color: #eeeeee;
  color: #6d6d6d;
}
.btn--gl_login img {
  position: absolute;
  top: 0;
  left: 7px;
  bottom: 0;
  width: 24px;
  height: 24px;
  margin: auto;
}
.btn--infinite_scroll {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 1;
  width: 0;
  height: 0;
}
.btn--underline {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: auto;
  height: auto;
  padding: 0;
  font: normal 500 100% "Fira Mono", monospace;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  text-transform: none;
}
.btn--underline:before {
  content: " ";
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  z-index: -1;
  height: 8px;
  background-color: #ebebeb;
}
.btn--underline:hover:before {
  background-color: #ffef3e;
}
.btn--ghost {
  position: relative;
  width: auto;
  height: auto;
  padding: 0 0 0 29px;
  font: normal 500 100% "Fira Mono", monospace;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.05em;
  color: #7a7a7a;
  text-transform: uppercase;
}
@media screen and (min-width: 1367px) {
  .btn--ghost {
    padding: 0 0 0 31px;
  }
}
.btn--ghost:hover {
  color: #141414;
}
.btn--ghost .icon {
  position: absolute;
  top: -1px;
  left: 2px;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (min-width: 1367px) {
  .btn--ghost .icon {
    top: -1px;
    left: 3px;
  }
}
.btn--ghost .icon:hover {
  color: #141414;
}

.datapicker {
  position: relative;
  display: inline-block;
  padding: 0 20px 0 0;
  box-sizing: border-box;
}
.datapicker__input {
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 5px 10px;
  border: 1px solid #e9e9e9;
  color: #333;
  font-size: 15px;
  font-size: 1.5rem;
}
.datapicker__overlay {
  display: none;
  width: 311px;
  height: 310px;
}

.gldp-default {
  position: absolute;
  top: 40px !important;
  left: 0 !important;
  right: auto !important;
  bottom: auto !important;
  display: block;
  width: 311px !important;
  height: 310px !important;
  background: #fff;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  background: #fff;
  z-index: 2;
}
.gldp-default .prev-arrow, .gldp-default .next-arrow {
  position: relative;
  display: block;
  width: 100%;
  text-indent: -9999px;
}
.gldp-default .prev-arrow::after, .gldp-default .next-arrow::after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  content: "\e924";
  line-height: 4rem !important;
  line-height: 40px !important;
  color: #292929;
  text-align: center;
  text-indent: 0;
  text-shadow: none;
}
.gldp-default .next-arrow::after {
  content: "\e925";
}
.gldp-default .core.border.monyear {
  background: #fff;
  height: 40px !important;
  line-height: 4rem !important;
  line-height: 40px !important;
}
.gldp-default .core.border.monyear.title {
  color: #1e1e1e;
  font-size: 1.5rem !important;
  font-size: 15px !important;
  font-weight: 900 !important;
}
.gldp-default .core.border.monyear::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  height: 1px;
  background: #000;
}
.gldp-default .core.border {
  position: relative;
  color: #1e1e1e;
  height: 40px !important;
  line-height: 4rem !important;
  line-height: 40px !important;
  background: transparent;
}
.gldp-default .core.border.outday {
  color: #ccc !important;
}
.calendar--dark .gldp-default .core.border.outday {
  background: #f6f6f6;
}
.gldp-default .core.border.noday {
  color: #ccc;
}
.gldp-default .core.border.noday::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  height: 1px;
  background: #e0e0e0;
}
.calendar--dark .gldp-default .core.border.noday {
  background: #f6f6f6;
}
.gldp-default .core.border.mon::after, .gldp-default .core.border.tue::after, .gldp-default .core.border.wed::after, .gldp-default .core.border.thu::after, .gldp-default .core.border.fri::after, .gldp-default .core.border.sat::after, .gldp-default .core.border.sun::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  height: 1px;
  background: #e0e0e0;
}
.gldp-default .core.border.mon:hover, .gldp-default .core.border.tue:hover, .gldp-default .core.border.wed:hover, .gldp-default .core.border.thu:hover, .gldp-default .core.border.fri:hover, .gldp-default .core.border.sat:hover, .gldp-default .core.border.sun:hover {
  color: #2891e0;
}
.calendar--dark .gldp-default .core.border.mon, .calendar--dark .gldp-default .core.border.tue, .calendar--dark .gldp-default .core.border.wed, .calendar--dark .gldp-default .core.border.thu, .calendar--dark .gldp-default .core.border.fri, .calendar--dark .gldp-default .core.border.sat, .calendar--dark .gldp-default .core.border.sun {
  background: #f6f6f6;
}
.calendar--dark .gldp-default .core.border.today {
  background: #f6f6f6;
}
.gldp-default .core.border.today::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  height: 1px;
  background: #e0e0e0;
}
.gldp-default .core.border.today::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  height: 1px;
  background: #e0e0e0;
}
.gldp-default .core.border.dow {
  text-transform: uppercase;
  color: #9c9c9c;
  background: #fff;
  height: 31px !important;
  line-height: 3rem !important;
  line-height: 30px !important;
  text-shadow: none !important;
}
.gldp-default .core.border.selected {
  position: relative;
  background: transparent;
  color: #fff;
  font-weight: 900;
  text-shadow: none !important;
}
.calendar--dark .gldp-default .core.border.selected {
  background: #f6f6f6;
}
.gldp-default .core.border.selected::before {
  content: " ";
  position: absolute;
  top: 5px;
  left: 5px;
  bottom: 5px;
  right: 5px;
  display: block;
  background: #1197dd;
  opacity: 1;
  z-index: -1;
}
.gldp-default .core.border.selected::after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

.form.is_hidden {
  display: none;
  visibility: hidden;
}
.form__error {
  position: relative;
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  color: #f0371a;
  text-transform: uppercase;
  padding: 5px 0 5px 20px;
}
.form__error:before {
  position: absolute;
  left: 0;
  top: 7px;
  font-size: 16px;
  font-size: 1.6rem;
  content: "\ea07";
}
.form__row {
  position: relative;
  height: 72px;
  margin: 0;
}
.form__row:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  zoom: 1;
}
.form__row {
  font-size: 0;
}
.form__type--date .form__row {
  float: left;
  width: 33.3333%;
  padding: 0 32px 20px;
  box-sizing: border-box;
}
.form__row--textarea {
  height: auto;
}
.form__row--checkbox, .form__row--radio {
  height: 115px;
}
.form__type--date:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  zoom: 1;
}
.form__type--date {
  margin: 0 -32px;
}
.form__type--radio:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  zoom: 1;
}
.form__type--radio {
  margin: 0 -32px;
}
.form__type--radio .radio {
  float: left;
  width: 33.3333%;
  padding: 0 32px;
  box-sizing: border-box;
}
.form__type--radio .form__label {
  margin: 0 32px;
}
.form__label {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  height: 56px;
  padding: 16px 11px;
  font: normal 500 100% "Fira Mono", monospace;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.05em;
  color: #a3a3a3;
  text-transform: uppercase;
  transition: all 0.25s;
  pointer-events: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .form__label {
    padding: 17px 11px 15px;
  }
}
.form__label:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: transparent;
  transition: background-color 0.25s;
}
.form__textfield:focus + .form__label, .form__textfield.is_filled + .form__label, .form__textfield:required:valid + .form__label {
  padding: 8px 11px;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 20px;
  line-height: 2rem;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .form__textfield:focus + .form__label, .form__textfield.is_filled + .form__label, .form__textfield:required:valid + .form__label {
    padding: 9px 11px 8px;
  }
}
.form__textfield:focus + .form__label {
  color: #2891e0;
}
.form__textfield:focus + .form__label:before {
  background-color: #2891e0;
}
.form__textfield.has_error + .form__label:before, .form__textarea.has_error + .form__label:before {
  background-color: #db3a34;
}
.form__textfield, .form__textarea, .form__select {
  box-sizing: border-box;
  width: 100%;
  height: 56px;
  padding: 23px 9px 5px;
  margin: 0;
  background-color: #f0f0f0;
  border: 2px solid #cccccc;
  border-radius: 0;
  font: normal 500 100% "Fira Mono", monospace;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  color: #141414;
  transition: all 0.15s;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.form__textfield::-ms-clear, .form__textarea::-ms-clear, .form__select::-ms-clear {
  display: none;
}
.form__textfield:required, .form__textarea:required, .form__select:required {
  box-shadow: none;
}
@keyframes autofill {
  100% {
    background-color: #f0f0f0 !important;
    background-image: none;
    color: #141414;
  }
}
.form input:-webkit-autofill,
.form input:-webkit-autofill:hover,
.form input:-webkit-autofill:focus input:-webkit-autofill {
  animation: autofill 0s forwards;
}
.form__textfield:focus, .form__textarea:focus {
  border-left: 2px solid #2891e0;
}
.form__textfield::-webkit-input-placeholder, .form__textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  visibility: hidden;
}
.form__textfield::-moz-placeholder, .form__textarea::-moz-placeholder { /* Firefox 19+ */
  visibility: hidden;
}
.form__textfield:-ms-input-placeholder, .form__textarea:-ms-input-placeholder { /* IE 10+ */
  visibility: hidden;
}
.form__textfield:-moz-placeholder, .form__textarea:-moz-placeholder { /* Firefox 18- */
  visibility: hidden;
}
.form__textarea {
  resize: vertical;
}
body.dynamic_form .form__textarea {
  height: 100px;
}
.form__password_reveal {
  position: absolute;
  top: 8px;
  right: 0;
  z-index: 1;
  height: 40px;
  width: 40px;
  text-align: center;
  cursor: pointer;
}
.form__password_reveal:before {
  content: "\e90e";
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 40px;
  line-height: 4rem;
  color: #a3a3a3;
}
.form__password_reveal.is_active:before {
  content: "\e90d";
}
.form__btn_wrap {
  position: relative;
  margin: 30px 0;
  text-align: center;
}
.form__hint_wrap {
  position: relative;
  display: none;
  height: 16px;
  visibility: hidden;
}
.form__textfield.has_error ~ .form__hint_wrap, .form__textfield:focus ~ .form__hint_wrap, .form__textarea.has_error ~ .form__hint_wrap, .form__textarea:focus ~ .form__hint_wrap, .form__row.has_error .form__hint_wrap {
  display: block;
  visibility: visible;
}
.form__success_msg {
  margin: 0 0 21px;
  font: normal 400 100% "Montserrat", sans-serif;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 30px;
  line-height: 3rem;
  text-align: center;
}
.form__success_msg p {
  margin: 0;
}
.form__success_msg.is_hidden {
  display: none;
  visibility: hidden;
}
.form__input_hint {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  box-sizing: border-box;
  display: none;
  padding: 2px 0;
  font: normal 400 100% "Fira Mono", monospace;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 12px;
  line-height: 1.2rem;
  color: #2891e0;
  text-align: left;
  z-index: 1;
  visibility: hidden;
}
.form__textfield:focus ~ .form__hint_wrap .form__input_hint, .form__textarea:focus ~ .form__hint_wrap .form__input_hint {
  display: block;
  visibility: visible;
}
.form__textfield.has_error ~ .form__hint_wrap .form__input_hint, .form__textarea.has_error ~ .form__hint_wrap .form__input_hint {
  display: none;
  visibility: hidden;
}
.form__input_error {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  box-sizing: border-box;
  display: none;
  padding: 1px 0;
  font: normal 400 100% "Fira Mono", monospace;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 12px;
  line-height: 1.2rem;
  color: #db3a34;
  text-align: left;
  z-index: 2;
  visibility: hidden;
}
.form__input_error--relative {
  position: relative;
}
.form__input_error--visible, .form__textfield.has_error ~ .form__hint_wrap .form__input_error, .form__textarea.has_error ~ .form__hint_wrap .form__input_error {
  visibility: visible;
  display: block;
}
.form__input_icon {
  position: absolute;
  top: 7px;
  right: 0;
  display: block;
  width: 40px;
  height: 40px;
  color: #a3a3a3;
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 40px;
  line-height: 4rem;
  cursor: pointer;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .form__input_icon {
    top: 8px;
  }
}
.form__input_icon span {
  line-height: 40px;
  line-height: 4rem;
}
.form__input_icon:hover {
  color: #2891e0;
}
.form__textfield:disabled ~ .form__input_icon:hover {
  color: #a3a3a3;
  cursor: default;
}
.form__input_icon .not_editing {
  display: block;
}
.form__input_icon .is_editing {
  display: none;
  cursor: pointer;
  transition: 0.5s ease-in-out;
}
.form__textfield.is_edited ~ .form__input_icon .not_editing, .form__textarea.is_edited ~ .form__input_icon .not_editing, .form__textfield:focus ~ .form__input_icon .not_editing, .form__textarea:focus ~ .form__input_icon .not_editing {
  display: none;
}
.form__textfield.is_edited ~ .form__input_icon .is_editing, .form__textarea.is_edited ~ .form__input_icon .is_editing, .form__textfield:focus ~ .form__input_icon .is_editing, .form__textarea:focus ~ .form__input_icon .is_editing {
  display: block;
  color: #141414;
}
.form__textfield.is_edited ~ .form__input_icon .is_editing:hover, .form__textarea.is_edited ~ .form__input_icon .is_editing:hover, .form__textfield:focus ~ .form__input_icon .is_editing:hover, .form__textarea:focus ~ .form__input_icon .is_editing:hover {
  color: #2891e0;
}
.form__textfield:focus ~ .form__input_icon, .form__textarea:focus ~ .form__input_icon {
  color: #141414;
}
.form__textfield:focus ~ .form__input_icon:hover, .form__textarea:focus ~ .form__input_icon:hover {
  color: #2891e0;
}
.form__submit {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .form__submit {
    margin: 0;
  }
}

.select {
  font-size: 14px;
  font-size: 1.4rem;
}

.custom_select {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  transition: 0.5s ease-in-out;
  background: #fff;
  line-height: 40px;
  line-height: 4rem;
}
.custom_select:after {
  position: absolute;
  right: 14px;
  top: 2px;
  width: 10px;
  height: 40px;
  text-align: right;
  line-height: 40px;
  content: "\ea36";
  pointer-events: none;
  font-size: 8px;
  font-size: 0.8rem;
  color: #333;
}
.custom_select__input {
  position: relative;
  width: 100%;
  color: #333;
  height: 40px;
  border: 0;
  padding: 0 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-transform: uppercase;
  background: transparent;
}
@media screen and (min-width: 1024px) {
  .custom_select__input {
    display: none;
  }
}
.custom_select__part {
  overflow: hidden;
  max-height: 0;
}
@media screen and (min-width: 1024px) {
  .custom_select__part {
    display: block;
    padding: 0 52px 0 20px;
    max-height: 999px;
  }
}
.no-touch .custom_select__part:hover > .select__list,
.custom_select__part .select__list.is_visible {
  max-height: 999px;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}
.no-touch .custom_select__part:hover > .select__list--scroll,
.custom_select__part .select__list--scroll.is_visible {
  max-height: 478px;
  overflow-y: scroll;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}
.custom_select__button {
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem;
}
.custom_select__list {
  display: none;
  position: absolute;
  left: -1px;
  top: 38px;
  padding: 0;
  margin: 0;
  max-height: 0;
  width: 100%;
  background: #f1f1f1;
  list-style: none;
  overflow: hidden;
  z-index: 9;
  border: 1px solid #e1e1e1;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
}
@media screen and (min-width: 1024px) {
  .custom_select__list {
    display: block;
  }
}
.custom_select__item {
  border-bottom: 1px solid #e1e1e1;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 20px;
  line-height: 2rem;
  color: #333;
  padding: 10px 20px;
}
.custom_select__item:hover {
  background: #e9e9e9;
}

.radiobutton_group,
.checkbox_group {
  height: 40px;
  text-align: left;
}
.radiobutton_group__error_wrap,
.checkbox_group__error_wrap {
  visibility: hidden;
}
.radiobutton_group.has_error .radiobutton_group__error_wrap,
.radiobutton_group.has_error .checkbox_group__error_wrap,
.checkbox_group.has_error .radiobutton_group__error_wrap,
.checkbox_group.has_error .checkbox_group__error_wrap {
  visibility: visible;
}
.radiobutton_group__error,
.checkbox_group__error {
  box-sizing: border-box;
  height: 16px;
  margin: 0;
  padding: 3px 0 1px;
  font: normal 400 100% "Fira Mono", monospace;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 12px;
  line-height: 1.2rem;
  color: #db3a34;
}
.radiobutton_group .form__label,
.checkbox_group .form__label {
  position: relative;
  top: auto;
  left: auto;
  display: block;
  height: auto;
  padding: 0 12px;
  font: normal 500 100% "Fira Mono", monospace;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0.05em;
}

.radiobutton,
.checkbox {
  display: inline-block;
  margin: 0;
  height: 40px;
}
.radiobutton__input,
.checkbox__input {
  display: none;
}
.radiobutton__label,
.checkbox__label {
  position: relative;
  display: block;
  padding: 0 0 0 40px;
  font: normal 400 100% "Montserrat", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 40px;
  line-height: 4rem;
  color: #141414;
}
.radiobutton__label:before,
.checkbox__label:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  height: 80%;
  width: 2px;
  background-color: transparent;
  transition: background-color 0.25s;
}
.radiobutton__label:hover,
.checkbox__label:hover {
  color: #474747;
}
.radiobutton__label--small,
.checkbox__label--small {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  line-height: 1.6rem;
  padding: 10px 0 0 0px;
}
.radiobutton__label--small:before,
.checkbox__label--small:before {
  display: none;
}
.radiobutton__label--small.is-bellow,
.checkbox__label--small.is-bellow {
  padding: 10px 0;
}
.radibutton_group.has_error .radiobutton__label:before, .checkbox_group.has_error .radiobutton__label:before,
.radibutton_group.has_error .checkbox__label:before,
.checkbox_group.has_error .checkbox__label:before {
  background-color: #db3a34;
}
.radiobutton__input:checked + .radiobutton__label,
.radiobutton__input:checked + .checkbox__label,
.checkbox__input:checked + .radiobutton__label,
.checkbox__input:checked + .checkbox__label {
  color: #474747;
}
.radiobutton__input:disabled + .radiobutton__label,
.radiobutton__input:disabled + .checkbox__label,
.checkbox__input:disabled + .radiobutton__label,
.checkbox__input:disabled + .checkbox__label {
  color: #cccccc;
}

.radiobutton__icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #cccccc;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 40px;
  line-height: 4rem;
}
.radiobutton__icon:before {
  content: "\e91c";
}
.radiobutton__input:not(:disabled) + .radiobutton__label {
  cursor: pointer;
}
.radiobutton__input:checked + .radiobutton__label .radiobutton__icon {
  color: #141414;
}
.radiobutton__input:checked + .radiobutton__label .radiobutton__icon:before {
  content: "\e91d";
}

.checkbox__icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #cccccc;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 45px;
  line-height: 4.5rem;
}
.checkbox__icon:before {
  content: "\e907";
}
.checkbox span {
  display: inline-block;
}
.checkbox__input:not(:disabled) + .checkbox__label {
  cursor: pointer;
}
.checkbox__input:checked + .checkbox__label .checkbox__icon {
  color: #141414;
}
.checkbox__input:checked + .checkbox__label .checkbox__icon:before {
  content: "\e908";
}

.fake_form_select__wrap {
  position: relative;
  z-index: 12;
  width: 100%;
  padding: 0;
  margin: 0;
  float: left;
}
@media screen and (max-width: 1023px) {
  .fake_form_select__wrap {
    border: none;
    background-clip: no-clip;
  }
}
@media screen and (min-width: 1024px) {
  .fake_form_select__wrap {
    width: 20%;
    margin-right: 20px;
  }
}
@media screen and (min-width: 1367px) {
  .fake_form_select__wrap {
    width: 18%;
    margin: 13px 20px 0 0;
  }
}
.fake_form_select__title {
  display: block;
  padding: 0 0 0 12px;
  margin: 6px 0;
  font: normal 700 100% "Montserrat", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.1em;
  color: #474747;
  text-transform: uppercase;
}
.fake_form_select__title.is_hidden {
  display: none;
  visibility: hidden;
}
@media screen and (min-width: 1024px) {
  .fake_form_select__title.is_hidden {
    display: block;
  }
}
.fake_form_select__list_wrap {
  position: relative;
  display: block;
  height: 40px;
  margin: 0;
  padding: 0;
}
.fake_form_select__list_wrap:before, .fake_form_select__list_wrap:after {
  content: "";
  display: table;
}
.fake_form_select__list_wrap:after {
  clear: both;
}
.fake_form_select__list_wrap {
  background: #fff;
}
.fake_form_select__btn {
  position: relative;
  display: block;
  padding: 0 0 0 14px;
  font: normal 400 100% "Montserrat", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 40px;
  line-height: 4rem;
  letter-spacing: 0.01em;
  cursor: pointer;
  color: #141414;
  z-index: 2;
}
.fake_form_select__icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  pointer-events: none;
}
.fake_form_select__icon .icon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 40px;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  line-height: 4rem;
  line-height: 40px;
  z-index: 12;
  pointer-events: none;
  color: #a3a3a3;
}
.fake_form_select__list.is_visible + .fake_form_select__icon {
  display: none;
}
.fake_form_select__list {
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  display: none;
  margin: 0;
  padding: 4px 0;
  list-style: none;
  background: #fff;
  z-index: 11;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.26);
}
.fake_form_select__list.is_visible {
  display: block;
}
.fake_form_select__item {
  position: relative;
  display: block;
  margin: 0;
  padding: 0 12px;
  margin: 0;
  font: normal 400 100% "Montserrat", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 36px;
  line-height: 3.6rem;
  cursor: pointer;
  transition: background-color 0.15s;
}
.fake_form_select__item:first-child {
  margin: 0;
}
.fake_form_select__item:hover {
  background-color: #e0e0e0;
}
.fake_form_select__item a:hover {
  background: #f0f0f0;
}
.fake_form_select__box {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.fake_form_select__box.focusable:active, .fake_form_select__box.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.modal {
  min-width: 320px;
  background-color: #fff;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.26), 0px 2px 8px 0px rgba(0, 0, 0, 0.13);
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 540px) {
  .modal {
    width: 480px;
    margin: 0 auto;
  }
}
.modal__header {
  position: relative;
  box-sizing: border-box;
  height: 64px;
  background-color: #f0f0f0;
}
.modal__title {
  position: relative;
  z-index: 1;
  padding: 18px 40px;
  margin: 0;
  font: normal 700 100% "Fira Mono", monospace;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 30px;
  line-height: 3rem;
  letter-spacing: 0.05em;
  text-align: center;
  color: #141414;
  text-transform: uppercase;
}
.modal__title span {
  color: #a3a3a3;
}
.modal__text {
  margin: 0;
  font: normal 400 100% "Montserrat", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  line-height: 2.4rem;
  text-align: center;
}
.modal .mfp-close {
  display: none;
}
.modal__close_btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 40px;
  height: 40px;
  margin: auto;
  text-align: center;
}
.modal__close_btn .icon {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 40px;
  line-height: 4rem;
  color: #141414;
  text-align: center;
}
.modal__close_btn:hover .icon {
  color: rgba(20, 20, 20, 0.7);
}
.modal__wrap {
  padding: 24px 16px 34px;
}
@media screen and (min-width: 540px) {
  .modal__wrap {
    padding: 24px 28px 34px;
  }
}
.modal .form__row + .form__row {
  margin: 8px 0 0;
}
.modal .form__row + .form__row--error {
  height: auto;
  margin-top: -16px;
  padding-bottom: 2px;
}
.modal__footer {
  border-top: 1px solid #e0e0e0;
}
.modal__footer_link {
  position: relative;
  z-index: 1;
  display: inline-block;
  font: normal 400 100% "Montserrat", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  color: #141414;
  transition: color 0.15s;
}
.modal__footer_link:before {
  content: " ";
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  z-index: -1;
  height: 8px;
  background-color: #ebebeb;
}
.modal__footer_link:hover:before {
  background-color: #ffef3e;
}
@media screen and (min-width: 540px) {
  .modal--login .modal__wrap {
    padding: 24px 28px 18px;
  }
}
.modal--login .modal__content {
  max-width: 288px;
  margin: 0 auto;
}
.modal--login .modal__btn_wrap {
  position: relative;
  text-align: center;
}
.modal--login .modal__btn_wrap--top {
  font-size: 0;
}
.modal--login .modal__btn_wrap--top .btn {
  width: calc(50% - 8px);
}
.modal--login .modal__btn_wrap--top .btn--fb_login {
  margin: 0 8px 0 0;
}
.modal--login .modal__btn_wrap--top .btn--gl_login {
  margin: 0 0 0 8px;
}
.modal--login .modal__btn_wrap--bottom {
  margin: 8px 0 0;
}
.modal--login .modal__btn_wrap--bottom .btn {
  width: 100%;
}
@media screen and (min-width: 540px) {
  .modal--login .modal__btn_wrap--footer {
    width: 162px;
    float: right;
  }
}
.modal--login .modal__btn_wrap--footer .btn {
  width: 288px;
}
@media screen and (min-width: 540px) {
  .modal--login .modal__btn_wrap--footer .btn {
    width: 162px;
  }
}
.modal--login .modal__btn_separator {
  position: relative;
  display: block;
  margin: 19px 0 18px;
  font: normal 400 100% "Fira Mono", monospace;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 11px;
  line-height: 1.1rem;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
}
.modal--login .modal__btn_separator:after, .modal--login .modal__btn_separator:before {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  height: 1px;
  width: 44%;
  margin: auto;
  background-color: #e0e0e0;
}
.modal--login .modal__btn_separator:after {
  left: 0;
}
.modal--login .modal__btn_separator:before {
  right: 0;
}
.modal--login .modal__form {
  margin: 19px 0 0 0;
}
.modal--login .modal__footer {
  position: relative;
  max-width: 288px;
  margin: 31px auto 0 auto;
  padding: 20px 0 0;
}
@media screen and (min-width: 540px) {
  .modal--login .modal__footer {
    max-width: 100%;
    margin: 31px 0 0;
  }
}
.modal--login .modal__footer_links {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin: 18px 0 0;
  text-align: center;
}
@media screen and (min-width: 540px) {
  .modal--login .modal__footer_links {
    align-items: flex-start;
    margin: -2px 0 0;
    float: left;
    text-align: left;
  }
}
.modal--login .modal__footer_links .modal__footer_link {
  display: inline-block;
}
.modal--login .modal__footer_links .modal__footer_link:last-child {
  margin: 4px 0 0;
  clear: both;
}
.modal--register .modal__form {
  max-width: 288px;
  margin: 29px auto 0;
}
.modal--register .checkbox__label a {
  position: relative;
  z-index: 1;
  color: #141414;
}
.modal--register .checkbox__label a:before {
  content: " ";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  z-index: -1;
  height: 8px;
  background-color: #ebebeb;
  transition: background-color 0.15s;
}
.modal--register .checkbox__label a:hover:before {
  background-color: #ffef3e;
}
.modal--register .modal__btn_wrap {
  margin: 9px 0 0;
}
.modal--register .modal__btn_wrap .btn {
  width: 100%;
}
.modal--register.modal--register_confirm .modal__wrap {
  padding: 23px 16px 34px;
}
@media screen and (min-width: 540px) {
  .modal--register.modal--register_confirm .modal__wrap {
    padding: 23px 16px 18px;
  }
}
.modal--register.modal--register_confirm .modal__text + .modal__text {
  margin: 12px 0 0;
}
.modal--register.modal--register_confirm .modal__footer {
  margin: 28px 0 0;
  padding: 18px 0 0;
  text-align: center;
}
.modal--register.modal--send_again .modal__content {
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  margin: 20px 0;
}
.modal--register.modal--set_pass .modal__wrap {
  padding: 23px 16px 34px;
}
@media screen and (min-width: 540px) {
  .modal--register.modal--set_pass .modal__wrap {
    padding: 23px 28px 36px;
  }
}
.modal--register.modal--set_pass .modal__btn_wrap {
  margin: 8px 0 0;
}
.modal--register.modal--change_pass .modal__wrap {
  padding: 23px 16px 34px;
}
@media screen and (min-width: 540px) {
  .modal--register.modal--change_pass .modal__wrap {
    padding: 23px 28px 36px;
  }
}
.modal--register.modal--change_pass .modal__form {
  max-width: 288px;
  margin: 29px auto 0;
}
.modal--register.modal--change_pass .modal__btn_wrap {
  margin: 8px 0 0;
}
.modal--register.modal--register_fb .modal__wrap {
  padding: 23px 16px 34px;
}
@media screen and (min-width: 540px) {
  .modal--register.modal--register_fb .modal__wrap {
    padding: 23px 28px 36px;
  }
}
.modal--register.modal--register_fb .modal__btn_wrap {
  margin: 8px 0 0;
}
.modal--register.modal--register_fb .modal__form .form__row--email {
  height: auto;
}
.modal--register.modal--register_fb .modal__form input[type=email].has_error ~ .form__hint_wrap {
  height: auto;
}
.modal--register.modal--register_fb .modal__form input[type=email].has_error ~ .form__hint_wrap .form__input_error {
  position: relative;
}
.modal--register.modal--dob .radiobutton_group .form__label {
  line-height: 10px;
  line-height: 1rem;
}
.modal--register.modal--dob .radiobutton_group .radiobutton {
  margin: 9px 0 0;
}
.modal--register.modal--dob .radiobutton_group .radiobutton + .radiobutton {
  margin: 9px 0 0 38px;
}
@media screen and (min-width: 540px) {
  .modal--register.modal--register_reactivate .modal__wrap {
    padding: 23px 28px 18px;
  }
}
.modal--register.modal--register_reactivate .modal__footer {
  position: relative;
  padding: 18px 0 0;
  margin: 35px 0 0;
  text-align: center;
}
@media screen and (min-width: 540px) {
  .modal--register.modal--register_reactivate .modal__footer {
    padding: 13px 0 0;
  }
}
.modal--register.modal--register_reactivate .modal__footer_links {
  position: relative;
  text-align: center;
}
.modal--register.modal--register_reactivate .modal__footer_links .modal__footer_link {
  display: inline-block;
}
.modal--reset .modal__wrap {
  padding: 23px 16px 34px;
}
@media screen and (min-width: 540px) {
  .modal--reset .modal__wrap {
    padding: 23px 28px 36px;
  }
}
.modal--reset .modal__form {
  max-width: 288px;
  margin: 29px auto 0;
}
.modal--reset .modal__btn_wrap {
  margin: 8px 0 0;
}
.modal--reset .modal__btn_wrap .btn {
  width: 100%;
}
@media screen and (min-width: 540px) {
  .modal--reset.modal--reset_account .modal__wrap {
    padding: 23px 28px 18px;
  }
}
.modal--reset.modal--reset_account .modal__footer {
  position: relative;
  padding: 13px 0 0;
  margin: 35px 0 0;
  text-align: center;
}
.modal--reset.modal--reset_done .modal__wrap {
  padding: 22px 16px 30px;
}
@media screen and (min-width: 540px) {
  .modal--reset.modal--reset_done .modal__wrap {
    padding: 22px 28px 29px;
  }
}
.modal--reset.modal--reset_email .modal__content {
  margin: 19px 0 40px;
}
.modal--reset.modal--reset_email .modal__form {
  margin: 26px 0 0;
}
.modal--reset.modal--reset_email .modal__btn_wrap {
  margin: 6px 0 0;
}
@media screen and (min-width: 768px) {
  .modal--reset.modal--reset_email .modal__btn_wrap {
    margin: 16px 0 0;
  }
}
.modal--delete .modal__wrap {
  padding: 23px 16px 34px;
}
@media screen and (min-width: 540px) {
  .modal--delete .modal__wrap {
    padding: 23px 28px 36px;
  }
}
.modal--delete .modal__form {
  max-width: 288px;
  margin: 29px auto 0;
}
.modal--delete__text {
  margin: 0;
}
.modal--delete .modal__btn_wrap {
  position: relative;
  margin: 8px 0 0;
  text-align: center;
}
.modal--delete .modal__btn_wrap .btn {
  width: 100%;
}
.modal--delete .modal__footer {
  position: relative;
  padding: 0 14px;
  margin: 40px 0 0 0;
}
@media screen and (min-width: 540px) {
  .modal--delete .modal__footer {
    padding: 0 30px;
  }
}
.modal--delete .modal__footer:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 14px;
  right: 14px;
  display: block;
  width: auto;
  height: 1px;
  background-color: #e0e0e0;
}
@media screen and (min-width: 540px) {
  .modal--delete .modal__footer:before {
    left: 30px;
    right: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .modal--change_avatar {
    width: 320px;
  }
}
.modal--change_avatar .modal__wrap {
  position: relative;
  padding: 36px 16px 19px;
}
.modal--change_avatar .modal__form {
  max-width: 288px;
  margin: 0 auto;
}
.modal--change_avatar .modal__user_figure {
  width: 120px;
  height: 120px;
  margin: 0 auto;
}
.modal--change_avatar .modal__user_figure img {
  display: block;
  width: 100%;
  height: auto;
}
.modal--change_avatar .modal__user_figure.image_loaded img:first-child {
  display: none;
}
.modal--change_avatar .modal__user_figure.image_loaded img:last-child {
  display: block;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.modal--change_avatar .modal__btn_wrap {
  position: relative;
  margin: 35px 0 0;
  text-align: center;
}
.modal--change_avatar .modal__btn_wrap .btn {
  width: 100%;
}
.modal--change_avatar .modal__footer {
  position: relative;
  margin: 35px 0 0;
  border-top: none;
}
.modal--change_avatar .modal__footer:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  width: auto;
  height: 1px;
  background-color: #e0e0e0;
}
.modal--change_avatar .modal__footer_links {
  position: relative;
  padding: 18px 0 0;
  text-align: center;
}
.modal--change_avatar .modal__footer_links .modal__footer_text {
  margin: 0;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 20px;
  line-height: 2rem;
  color: #141414;
}
.modal--change_avatar .modal__loader_image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 200px;
  height: 200px;
  margin: auto;
}
.modal--login_fb_error .modal__wrap {
  padding: 23px 16px 34px;
}
@media screen and (min-width: 540px) {
  .modal--login_fb_error .modal__wrap {
    padding: 23px 28px 36px;
  }
}
.modal--login_fb_error .modal__btn_wrap {
  margin: 8px 0 0;
}
.modal--login_fb_error .modal__text a {
  position: relative;
  z-index: 1;
  display: inline-block;
  font: normal 400 100% "Montserrat", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  color: #141414;
  transition: color 0.15s;
}
.modal--login_fb_error .modal__text a:before {
  content: " ";
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  z-index: -1;
  height: 8px;
  background-color: #ebebeb;
}
.modal--login_fb_error .modal__text a:hover:before {
  background-color: #ffef3e;
}
.modal--login_fb_error .modal__btn_wrap {
  position: relative;
  margin: 0 0 20px;
  text-align: center;
}
.modal--login_fb_error .modal__text + .modal__btn_wrap {
  margin-top: 30px;
}
.modal--contact .modal__header {
  height: auto;
  padding: 19px 0 17px;
}
@media screen and (min-width: 540px) {
  .modal--contact .modal__header {
    padding: 0;
  }
}
.modal--contact .modal__title {
  padding: 0 60px;
  line-height: 23px;
  line-height: 2.3rem;
}
@media screen and (min-width: 540px) {
  .modal--contact .modal__title {
    line-height: 82px;
    line-height: 8.2rem;
  }
}
.modal--contact .modal__content {
  margin: 20px 0 0;
}
.modal--contact .modal__btn_wrap {
  position: relative;
  margin: 27px 0 49px 0;
  text-align: center;
}
.modal--contact .form {
  margin: 33px 0 0;
}
@media screen and (min-width: 768px) {
  .modal--contact .form {
    margin: 24px 0 0;
  }
}
.modal--contact .form.is_hidden {
  display: none;
  visibility: hidden;
}
.modal--contact .form__row--textarea {
  height: auto;
  margin: 5px 0 0;
}
.modal--contact .form__row--textarea .form__label {
  line-height: 23px;
  line-height: 2.3rem;
}
.modal--contact .form__textarea {
  height: 100px;
  margin: 5px 0 0;
  resize: vertical;
}
.modal--contact .form__btn_wrap {
  position: relative;
  margin: 30px 0;
  text-align: center;
}
.modal.js_gdprModal .mfp-close {
  display: block;
}

.pagination {
  position: relative;
  display: block;
  padding: 14px 0;
  margin: 0 auto;
  list-style: none;
  text-align: center;
  font-size: 0;
  background-color: #f0f0f0;
}
@media screen and (min-width: 1024px) {
  .pagination {
    padding: 14px 0;
    margin: 0 auto;
  }
}
.pagination__item {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  margin: 0 1px;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .pagination__item {
    width: 32px;
    height: 32px;
    margin: 0 10px;
    line-height: 32px;
    line-height: 3.2rem;
  }
}
.pagination__item--first, .pagination__item--last {
  display: none;
}
@media screen and (min-width: 768px) {
  .pagination__item--first, .pagination__item--last {
    display: inline-block;
  }
}
.pagination__item--next, .pagination__item--prev {
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  margin: -4px 0 0;
}
@media screen and (min-width: 1024px) {
  .pagination__item--next, .pagination__item--prev {
    width: auto;
  }
}
.pagination__item--next {
  float: right;
}
.pagination__item--prev {
  float: left;
}
.pagination__icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 40px;
  line-height: 4rem;
  text-align: center;
}
.pagination__link {
  position: relative;
  box-sizing: border-box;
  display: block;
  height: 32px;
  z-index: 2;
  font: normal 500 100% "Fira Mono", monospace;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 32px;
  line-height: 3.2rem;
  letter-spacing: 0.01em;
  color: inherit;
}
@media screen and (min-width: 1024px) {
  .pagination__link {
    height: 32px;
    line-height: 32px;
    line-height: 3.2rem;
  }
}
.pagination__link:not(.pagination__link--active):hover {
  background-color: #fff;
  border: 2px solid #141414;
  line-height: 28px;
  line-height: 2.8rem;
}
.pagination__link span {
  display: none;
}
@media screen and (min-width: 1024px) {
  .pagination__link span {
    position: relative;
    top: -5px;
    left: -8px;
    display: inline-block;
  }
}
.pagination__link--active {
  background-color: #141414;
  color: #fff;
}
.pagination__link--fake {
  pointer-events: none;
}
.pagination__item--disabled .pagination__link {
  color: #a3a3a3;
}
.pagination__item--next .pagination__link, .pagination__item--prev .pagination__link {
  height: 40px;
  border: none;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 40px;
  line-height: 4rem;
  line-height: 40px;
  line-height: 4rem;
}
.pagination__item--next .pagination__link:hover, .pagination__item--prev .pagination__link:hover {
  background-color: transparent;
  border: none;
  color: #141414;
  line-height: 40px;
  line-height: 4rem;
}
.pagination__item--next .pagination__link span, .pagination__item--prev .pagination__link span {
  font: normal 500 100% "Fira Mono", monospace;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 32px;
  line-height: 3.2rem;
  letter-spacing: 0.05em;
}
.pagination__item--next .pagination__link span {
  left: auto;
  right: -10px;
}
.pagination__item--disabled .pagination__link {
  pointer-events: none;
}

.cal {
  position: relative;
  margin: 0;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  font: normal 700 100% "Fira Mono", monospace;
}
.cal__header {
  position: relative;
  display: block;
  height: 42px;
  margin: 0;
  padding: 0;
}
.cal__header:before, .cal__header:after {
  content: "";
  display: table;
}
.cal__header:after {
  clear: both;
}
.cal__header {
  background: #000;
  color: #fff;
}
.cal__nav {
  position: relative;
  display: block;
  width: 42px;
  height: 42px;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
.cal__nav--left {
  float: left;
}
.cal__nav--right {
  float: right;
}
.cal__nav [class^=icon-], .cal__nav [class*=" icon-"] {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 42px !important;
  line-height: 4.2rem !important;
  text-align: center;
  color: #fff;
}
.cal__date {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  font: normal 400 100% "Fira Mono", monospace;
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 42px;
  line-height: 4.2rem;
  cursor: default;
  text-transform: uppercase;
}
.cal__days {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}
.cal__days:before, .cal__days:after {
  content: "";
  display: table;
}
.cal__days:after {
  clear: both;
}
.cal__day {
  position: relative;
  display: block;
  float: left;
  width: 14.285%;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 32px;
  line-height: 3.2rem;
  color: #a3a3a3;
  text-transform: uppercase;
  text-align: center;
  cursor: default;
}
.cal__table {
  position: relative;
  display: block;
  margin: 0;
  padding: 5px;
  background: #f6f6f6;
}
.cal__row {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}
.cal__row:before, .cal__row:after {
  content: "";
  display: table;
}
.cal__row:after {
  clear: both;
}
.cal__row {
  border-top: 1px solid #d4d4d4;
}
.cal__row:first-child {
  border-top: 0;
}
.cal__row > a {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 14.285%;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 40px;
  line-height: 4rem;
  text-transform: uppercase;
  text-align: center;
  color: #ebebeb;
  cursor: default;
}
.cal__row > a.active:not(.today) {
  color: #474747;
  cursor: pointer;
  transition: 0.12s ease-in-out;
}
.cal__row > a.active:not(.today):hover {
  color: #474747;
}
.cal__row > a.off {
  color: #474747;
  cursor: default;
}
.cal__row > a.off:hover {
  color: #474747;
}
.cal__row > a.invis {
  text-indent: -9999px;
}
.cal__row > a.today {
  color: #fff;
}
.cal__row > a.today::before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 30px;
  height: 30px;
  margin-top: -16px;
  margin-left: -16px;
  background: #474747;
  z-index: 1;
}
.cal__row > a > span {
  position: relative;
  top: -1px;
  z-index: 5;
}

/**************************************************
    MODULES
    **********************************************/
.flatpages:not(.flatpages--newsletter_zahvala) {
  padding: 0 0 60px;
}
.flatpages:not(.flatpages--newsletter_zahvala) .flatpages__header {
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-top: 18px;
}
@media screen and (min-width: 1024px) {
  .flatpages:not(.flatpages--newsletter_zahvala) .flatpages__header {
    margin-top: 9px;
  }
}
@media screen and (min-width: 1367px) {
  .flatpages:not(.flatpages--newsletter_zahvala) .flatpages__header {
    margin-top: 11px;
  }
}
.flatpages:not(.flatpages--newsletter_zahvala) .flatpages__header_breadcrumbs {
  display: inline-block;
  width: 100%;
  float: left;
}
@media screen and (min-width: 1024px) {
  .flatpages:not(.flatpages--newsletter_zahvala) .flatpages__header_breadcrumbs {
    padding: 0 34px;
    width: 50%;
  }
}
@media screen and (min-width: 1367px) {
  .flatpages:not(.flatpages--newsletter_zahvala) .flatpages__header_breadcrumbs {
    padding: 0 53px;
  }
}
.flatpages:not(.flatpages--newsletter_zahvala) .flatpages__header_breadcrumb {
  display: inline-block;
  height: 20px;
  float: left;
  transition: color 0.25s;
  font: normal 500 100% "Fira Mono", monospace;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 20px;
  line-height: 2rem;
  text-transform: uppercase;
}
@media screen and (min-width: 1367px) {
  .flatpages:not(.flatpages--newsletter_zahvala) .flatpages__header_breadcrumb {
    font-size: 16px;
  }
}
.flatpages:not(.flatpages--newsletter_zahvala) .flatpages__header_breadcrumb:first-child {
  color: #a3a3a3;
}
.flatpages:not(.flatpages--newsletter_zahvala) .flatpages__header_breadcrumb:last-child {
  position: relative;
  z-index: 1;
  padding: 0 0 0 20px;
  color: #141414;
}
@media screen and (min-width: 1367px) {
  .flatpages:not(.flatpages--newsletter_zahvala) .flatpages__header_breadcrumb:last-child {
    padding: 0 0 0 28px;
  }
}
.flatpages:not(.flatpages--newsletter_zahvala) .flatpages__header_breadcrumb:last-child:before {
  content: "›";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 7px;
  color: #a3a3a3;
}
@media screen and (min-width: 1367px) {
  .flatpages:not(.flatpages--newsletter_zahvala) .flatpages__header_breadcrumb:last-child:before {
    left: 8px;
  }
}
.flatpages:not(.flatpages--newsletter_zahvala) .flatpages__header_breadcrumb:last-child:after {
  content: " ";
  position: absolute;
  bottom: 3px;
  left: 20px;
  right: 0;
  z-index: -1;
  height: 8px;
  background-color: #ffef3e;
  transition: background-color 0.25s;
}
@media screen and (min-width: 1367px) {
  .flatpages:not(.flatpages--newsletter_zahvala) .flatpages__header_breadcrumb:last-child:after {
    bottom: 1px;
    left: 28px;
  }
}
.flatpages:not(.flatpages--newsletter_zahvala) .flatpages__header_breadcrumb:last-child:hover:after {
  background-color: #f5d41d;
}
.flatpages:not(.flatpages--newsletter_zahvala) .main_tile {
  border-top: none;
}
@media screen and (min-width: 1024px) {
  .flatpages:not(.flatpages--newsletter_zahvala) .main_tile {
    padding: 0 33px;
  }
}
@media screen and (min-width: 1367px) {
  .flatpages:not(.flatpages--newsletter_zahvala) .main_tile {
    padding: 0 53px;
  }
}
.flatpages:not(.flatpages--newsletter_zahvala) .main_tile__label {
  padding: 12px 0 17px;
}
@media screen and (min-width: 1024px) {
  .flatpages:not(.flatpages--newsletter_zahvala) .main_tile__label {
    padding: 17px 0 18px;
  }
}
@media screen and (min-width: 1367px) {
  .flatpages:not(.flatpages--newsletter_zahvala) .main_tile__label {
    padding: 22px 0 25px;
  }
}
.flatpages:not(.flatpages--newsletter_zahvala) .main_tile__label {
  font: italic 900 100% "Montserrat", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 28px;
  line-height: 2.8rem;
}
@media screen and (min-width: 1024px) {
  .flatpages:not(.flatpages--newsletter_zahvala) .main_tile__label {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 42px;
    line-height: 4.2rem;
  }
}
@media screen and (min-width: 1367px) {
  .flatpages:not(.flatpages--newsletter_zahvala) .main_tile__label {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 56px;
    line-height: 5.6rem;
  }
}
.flatpages:not(.flatpages--newsletter_zahvala) .main_tile__label {
  text-transform: inherit;
  text-align: left;
  letter-spacing: 0;
}
.flatpages:not(.flatpages--newsletter_zahvala) .main_tile__label--error {
  font: normal 700 100% "Fira Mono", monospace;
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 56px;
  line-height: 5.6rem;
  text-align: center;
  padding: 20px 0 19px;
}
@media screen and (min-width: 1024px) {
  .flatpages:not(.flatpages--newsletter_zahvala) .main_tile__label--error {
    padding: 30px 0 33px;
    font-size: 72px;
    font-size: 7.2rem;
    line-height: 84px;
    line-height: 8.4rem;
    text-align: left;
  }
}
@media screen and (min-width: 1367px) {
  .flatpages:not(.flatpages--newsletter_zahvala) .main_tile__label--error {
    padding: 32px 0 45px;
    font-size: 96px;
    font-size: 9.6rem;
    line-height: 112px;
    line-height: 11.2rem;
    text-align: left;
  }
}
.flatpages:not(.flatpages--newsletter_zahvala) .main_tile__label--error:first-letter {
  color: #ee1e1f;
}
.flatpages:not(.flatpages--newsletter_zahvala) .flatpages__content {
  word-break: break-word;
  margin-top: 31px;
}
@media screen and (min-width: 1024px) {
  .flatpages:not(.flatpages--newsletter_zahvala) .flatpages__content {
    margin-top: 27px;
  }
}
@media screen and (min-width: 1367px) {
  .flatpages:not(.flatpages--newsletter_zahvala) .flatpages__content {
    margin-top: 36px;
  }
}
body.flatpage--newsletter .flatpages:not(.flatpages--newsletter_zahvala) .flatpages__content {
  margin: 0;
}
@media screen and (min-width: 1024px) {
  body.flatpage--newsletter .flatpages:not(.flatpages--newsletter_zahvala) .flatpages__content {
    margin: 5px 0 0;
  }
}
@media screen and (min-width: 1367px) {
  body.flatpage--newsletter .flatpages:not(.flatpages--newsletter_zahvala) .flatpages__content {
    margin: 6px 0 0;
  }
}
.flatpages:not(.flatpages--newsletter_zahvala) .flatpages__content h2 + p {
  margin-top: 0;
}
@media screen and (min-width: 1367px) {
  .flatpages:not(.flatpages--newsletter_zahvala) .flatpages__content h2 + p {
    margin-top: 3px;
  }
}
.flatpages:not(.flatpages--newsletter_zahvala) .flatpages__content h3 + p {
  margin-top: 0;
}
.flatpages:not(.flatpages--newsletter_zahvala) .flatpages__content p {
  margin: 14px 0 0;
  font: normal 400 100% "Montserrat", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  line-height: 2.4rem;
  color: #141414;
}
@media screen and (min-width: 1367px) {
  .flatpages:not(.flatpages--newsletter_zahvala) .flatpages__content p {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 32px;
    line-height: 3.2rem;
  }
}
body.flatpage--newsletter .flatpages:not(.flatpages--newsletter_zahvala) .flatpages__content p:first-child {
  margin: 0;
}
.flatpages:not(.flatpages--newsletter_zahvala) .flatpages__content p a {
  position: relative;
  text-decoration: none;
  color: #141414;
  transition: background-color 0.25s;
  z-index: 0;
}
.flatpages:not(.flatpages--newsletter_zahvala) .flatpages__content p a:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 8px;
  background-color: #ffef3e;
  transition: background-color 0.25s;
  z-index: -1;
}
.flatpages:not(.flatpages--newsletter_zahvala) .flatpages__content p a:hover {
  background-color: transparent;
}
.flatpages:not(.flatpages--newsletter_zahvala) .flatpages__content p a:hover:after {
  background-color: #f5d41d;
}
.flatpages:not(.flatpages--newsletter_zahvala) .flatpages__content--pb {
  padding-bottom: 108px;
}
.flatpages:not(.flatpages--newsletter_zahvala) .flatpages__content .flatpages__leadblock + p {
  margin: 22px 0 26px;
}
@media screen and (min-width: 1024px) {
  .flatpages:not(.flatpages--newsletter_zahvala) .flatpages__content .flatpages__leadblock + p {
    margin: 37px 0 3px;
  }
}
.flatpages:not(.flatpages--newsletter_zahvala) .flatpages__service .flatpages__content {
  margin-top: 0;
}
.flatpages:not(.flatpages--newsletter_zahvala) .flatpages__service .flatpage__text {
  margin-top: 24px;
}
@media screen and (min-width: 1367px) {
  .flatpages:not(.flatpages--newsletter_zahvala) .flatpages__service .flatpage__text {
    margin-top: 33px;
  }
}
.flatpages:not(.flatpages--newsletter_zahvala) .flatpages__lead_text {
  margin: 0;
  color: #141414;
  font: normal 400 100% "Fira Mono", monospace;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: -0.075em;
}
@media screen and (min-width: 1024px) {
  .flatpages:not(.flatpages--newsletter_zahvala) .flatpages__lead_text {
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 28px;
    line-height: 2.8rem;
  }
}
@media screen and (min-width: 1367px) {
  .flatpages:not(.flatpages--newsletter_zahvala) .flatpages__lead_text {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 36px;
    line-height: 3.6rem;
  }
}
.flatpages:not(.flatpages--newsletter_zahvala) .flatpages__lead_text a {
  position: relative;
  z-index: 0;
  display: inline-block;
  color: #141414;
  border: none;
  background-color: transparent;
  transition: background-color 0.25s;
}
.flatpages:not(.flatpages--newsletter_zahvala) .flatpages__lead_text a:after {
  content: " ";
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  z-index: -1;
  height: 8px;
  background-color: #ffef3e;
  transition: background-color 0.25s;
}
.flatpages:not(.flatpages--newsletter_zahvala) .flatpages__lead_text a:hover:after {
  background-color: #f5d41d;
}
.flatpages:not(.flatpages--newsletter_zahvala) h2 {
  margin: 18px 0 0;
  font: italic 800 100% "Montserrat", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  color: #1e1e1e;
}
@media screen and (min-width: 1024px) {
  .flatpages:not(.flatpages--newsletter_zahvala) h2 {
    margin: 18px 0 0;
  }
}
@media screen and (min-width: 1367px) {
  .flatpages:not(.flatpages--newsletter_zahvala) h2 {
    margin: 21px 0 0;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 32px;
    line-height: 3.2rem;
  }
}
.flatpages:not(.flatpages--newsletter_zahvala) h2:first-child {
  margin: 0;
}
.flatpages:not(.flatpages--newsletter_zahvala) h3 {
  margin: 17px 0 0;
  font: italic 800 100% "Montserrat", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  color: #141414;
}
@media screen and (min-width: 1024px) {
  .flatpages:not(.flatpages--newsletter_zahvala) h3 {
    margin: 19px 0 0;
  }
}
@media screen and (min-width: 1367px) {
  .flatpages:not(.flatpages--newsletter_zahvala) h3 {
    margin: 22px 0 0;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 32px;
    line-height: 3.2rem;
  }
}
.flatpages:not(.flatpages--newsletter_zahvala) li,
.flatpages:not(.flatpages--newsletter_zahvala) ol {
  display: inline-block;
  width: 100%;
  margin: 10px 0;
  font: normal 400 100% "Montserrat", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  line-height: 2.4rem;
  color: #141414;
}
.flatpages:not(.flatpages--newsletter_zahvala) li a,
.flatpages:not(.flatpages--newsletter_zahvala) ol a {
  position: relative;
  text-decoration: none;
  color: #141414;
  transition: background-color 0.25s;
  z-index: 0;
}
.flatpages:not(.flatpages--newsletter_zahvala) li a:after,
.flatpages:not(.flatpages--newsletter_zahvala) ol a:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 8px;
  background-color: #ffef3e;
  transition: background-color 0.25s;
  z-index: -1;
}
.flatpages:not(.flatpages--newsletter_zahvala) li a:hover,
.flatpages:not(.flatpages--newsletter_zahvala) ol a:hover {
  background-color: transparent;
}
.flatpages:not(.flatpages--newsletter_zahvala) li a:hover:after,
.flatpages:not(.flatpages--newsletter_zahvala) ol a:hover:after {
  background-color: #f5d41d;
}
@media screen and (min-width: 1367px) {
  .flatpages:not(.flatpages--newsletter_zahvala) li,
  .flatpages:not(.flatpages--newsletter_zahvala) ol {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 32px;
    line-height: 3.2rem;
  }
}
.flatpages:not(.flatpages--newsletter_zahvala) ul, .flatpages:not(.flatpages--newsletter_zahvala) ol {
  margin: 0;
  padding: 0 20px;
  box-sizing: border-box;
  color: #a3a3a3;
}
@media screen and (min-width: 1024px) {
  .flatpages:not(.flatpages--newsletter_zahvala) ul, .flatpages:not(.flatpages--newsletter_zahvala) ol {
    padding: 0 0 0 22px;
  }
}
@media screen and (min-width: 1367px) {
  .flatpages:not(.flatpages--newsletter_zahvala) ul, .flatpages:not(.flatpages--newsletter_zahvala) ol {
    margin: 5px 0 0;
  }
}
.flatpages:not(.flatpages--newsletter_zahvala) ul p, .flatpages:not(.flatpages--newsletter_zahvala) ol p {
  margin: 0;
}
.flatpages:not(.flatpages--newsletter_zahvala) ol {
  list-style-type: none;
}
.flatpages:not(.flatpages--newsletter_zahvala) ol li {
  position: relative;
  counter-increment: item;
}
.flatpages:not(.flatpages--newsletter_zahvala) ol li:before {
  content: counter(item) ".";
  position: absolute;
  top: 10px;
  left: -20px;
  color: #a3a3a3;
  line-height: 24px;
}
@media screen and (min-width: 1367px) {
  .flatpages:not(.flatpages--newsletter_zahvala) ol li:before {
    top: 12px;
    line-height: 32px;
  }
}
.flatpages:not(.flatpages--newsletter_zahvala) ul li,
.flatpages:not(.flatpages--newsletter_zahvala) ol li {
  display: list-item;
  margin: 0;
  padding: 10px 10px 5px;
}
@media screen and (min-width: 1024px) {
  .flatpages:not(.flatpages--newsletter_zahvala) ul li,
  .flatpages:not(.flatpages--newsletter_zahvala) ol li {
    padding: 12px 20px 3px;
  }
}
.flatpages:not(.flatpages--newsletter_zahvala) ul {
  list-style: none;
  padding: 0;
}
.flatpages:not(.flatpages--newsletter_zahvala) ul li {
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  padding: 12px 20px 0 29px;
}
@media screen and (min-width: 1367px) {
  .flatpages:not(.flatpages--newsletter_zahvala) ul li {
    padding: 12px 20px 4px 29px;
  }
}
.flatpages:not(.flatpages--newsletter_zahvala) ul li:before {
  position: absolute;
  z-index: 2;
  top: 22px;
  left: 1px;
  content: "";
  background-color: #a3a3a3;
  border-radius: 100%;
  width: 4px;
  height: 4px;
  display: inline-block;
}
@media screen and (min-width: 1367px) {
  .flatpages:not(.flatpages--newsletter_zahvala) ul li:before {
    top: 26px;
    left: 2px;
  }
}
@media screen and (min-width: 1024px) {
  .flatpages:not(.flatpages--newsletter_zahvala) ul + p:not(.flatpages__lead_text),
  .flatpages:not(.flatpages--newsletter_zahvala) ol + p:not(.flatpages__lead_text) {
    margin-top: 30px;
  }
}
.flatpages:not(.flatpages--newsletter_zahvala) .table_wrap_small,
.flatpages:not(.flatpages--newsletter_zahvala) .table_wrap_big {
  width: 100%;
  margin: 0 0 35px 0;
  overflow: hidden;
  overflow-x: auto;
}
.flatpages:not(.flatpages--newsletter_zahvala) .table_wrap_small table,
.flatpages:not(.flatpages--newsletter_zahvala) .table_wrap_big table {
  border-collapse: collapse;
  width: 100%;
  min-width: 600px;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 28px;
  line-height: 2.8rem;
}
.flatpages:not(.flatpages--newsletter_zahvala) .table_wrap_small tbody,
.flatpages:not(.flatpages--newsletter_zahvala) .table_wrap_big tbody {
  border-color: #ccc;
}
.flatpages:not(.flatpages--newsletter_zahvala) .table_wrap_small td, .flatpages:not(.flatpages--newsletter_zahvala) .table_wrap_small th,
.flatpages:not(.flatpages--newsletter_zahvala) .table_wrap_big td,
.flatpages:not(.flatpages--newsletter_zahvala) .table_wrap_big th {
  text-align: left;
  padding: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.flatpages:not(.flatpages--newsletter_zahvala) .table_wrap_small a,
.flatpages:not(.flatpages--newsletter_zahvala) .table_wrap_big a {
  position: relative;
  text-decoration: none;
  color: #141414;
  transition: background-color 0.25s;
  z-index: 0;
}
.flatpages:not(.flatpages--newsletter_zahvala) .table_wrap_small a::after,
.flatpages:not(.flatpages--newsletter_zahvala) .table_wrap_big a::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 8px;
  background-color: #ffef3e;
  transition: background-color 0.25s;
  z-index: -1;
}
.flatpages:not(.flatpages--newsletter_zahvala) .table_wrap_big table {
  width: 5220px;
}
.flatpages:not(.flatpages--newsletter_zahvala) .table_wrap_big td, .flatpages:not(.flatpages--newsletter_zahvala) .table_wrap_big th {
  width: 220px;
}
.flatpages:not(.flatpages--newsletter_zahvala) .table_wrap_big td:first-child, .flatpages:not(.flatpages--newsletter_zahvala) .table_wrap_big th:first-child {
  width: 480px;
}
.flatpages:not(.flatpages--newsletter_zahvala) .table_wrap_big td:nth-child(2), .flatpages:not(.flatpages--newsletter_zahvala) .table_wrap_big th:nth-child(2) {
  width: 160px;
}
.flatpages:not(.flatpages--newsletter_zahvala) .table_wrap_big td:last-child, .flatpages:not(.flatpages--newsletter_zahvala) .table_wrap_big th:last-child {
  width: 4200px;
}
.flatpages:not(.flatpages--newsletter_zahvala) .flatpages__sidebar {
  margin: 59px auto 20px;
}
@media screen and (min-width: 1024px) {
  .flatpages:not(.flatpages--newsletter_zahvala) .flatpages__sidebar {
    width: 330px;
    margin: 0 auto;
  }
}
.flatpages:not(.flatpages--newsletter_zahvala) .flatpages__image {
  width: 100%;
  height: 325px;
  margin: 30px auto 50px;
}
@media screen and (min-width: 1024px) {
  .flatpages:not(.flatpages--newsletter_zahvala) .flatpages__image {
    height: 550px;
    margin: 0 auto;
  }
}
.flatpages:not(.flatpages--newsletter_zahvala) .flatpages__image--500 {
  width: 186px;
  height: 253px;
  margin: 0 auto;
  background: url("../images/flatpages/500.svg") no-repeat center center/contain;
}
@media screen and (max-width: 1023px) {
  .flatpages:not(.flatpages--newsletter_zahvala) .flatpages__image--500 {
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 1024px) {
  .flatpages:not(.flatpages--newsletter_zahvala) .flatpages__image--500 {
    width: 256px;
    height: 349px;
    margin-top: 5px;
  }
}
@media screen and (min-width: 1367px) {
  .flatpages:not(.flatpages--newsletter_zahvala) .flatpages__image--500 {
    margin-left: 110px;
  }
}
.flatpages:not(.flatpages--newsletter_zahvala) .flatpages__image--404 {
  width: 280px;
  height: 264px;
  margin: 0 auto;
  background: url("../images/flatpages/404.svg") no-repeat center center/contain;
}
@media screen and (max-width: 1023px) {
  .flatpages:not(.flatpages--newsletter_zahvala) .flatpages__image--404 {
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 1024px) {
  .flatpages:not(.flatpages--newsletter_zahvala) .flatpages__image--404 {
    width: 340px;
    height: 310px;
    margin: 139px 0 0;
  }
}
@media screen and (min-width: 1367px) {
  .flatpages:not(.flatpages--newsletter_zahvala) .flatpages__image--404 {
    width: 395px;
    height: 376px;
    margin: 139px 0 0 55px;
  }
}
.flatpages:not(.flatpages--newsletter_zahvala) .flatpages__footer--503 {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  color: #a3a3a3;
  font-size: 13px;
  font-size: 1.3rem;
  background: #fff;
}
.flatpages:not(.flatpages--newsletter_zahvala) .flatpages__footer--503 .btop {
  border-top: 1px solid #cccccc;
  padding: 13px 0;
  margin: 0 8px;
}
@media screen and (min-width: 540px) {
  .flatpages:not(.flatpages--newsletter_zahvala) .flatpages__footer--503 .btop {
    margin: 0;
  }
}
.flatpages:not(.flatpages--newsletter_zahvala) .flatpages__footer--503 .btop p {
  margin: 0 20px 0 0;
  display: inline-block;
  vertical-align: middle;
}
.flatpages:not(.flatpages--newsletter_zahvala) .flatpages__footer--503 .btop .copy_24sata {
  display: inline-block;
  background: url(../images/logo/24sata_logo.svg) top left no-repeat;
  width: 48px;
  height: 39px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
}
.flatpages:not(.flatpages--newsletter_zahvala) .ck_image_in_article {
  position: relative;
  display: block;
  padding: 15px 0 17px;
  margin: 0 -16px;
  clear: both;
}
@media screen and (min-width: 540px) {
  .flatpages:not(.flatpages--newsletter_zahvala) .ck_image_in_article {
    margin: 0 -20px;
  }
}
.flatpages:not(.flatpages--newsletter_zahvala) .ck_image_in_article--full {
  width: auto;
}
@media screen and (min-width: 1024px) {
  .flatpages:not(.flatpages--newsletter_zahvala) .ck_image_in_article--full {
    margin: 0 -40px;
    padding: 15px 0 16px;
  }
}
@media screen and (min-width: 1367px) {
  .flatpages:not(.flatpages--newsletter_zahvala) .ck_image_in_article--full {
    margin: 0 -56px;
    padding: 22px 0 16px;
  }
}
.flatpages:not(.flatpages--newsletter_zahvala) .ck_image_in_article--left50 {
  width: auto;
  float: none;
}
@media screen and (min-width: 1024px) {
  .flatpages:not(.flatpages--newsletter_zahvala) .ck_image_in_article--left50 {
    top: 0;
    width: 54.5%;
    padding: 15px 0;
    margin: 0 30px 0 -40px;
    float: left;
  }
}
@media screen and (min-width: 1367px) {
  .flatpages:not(.flatpages--newsletter_zahvala) .ck_image_in_article--left50 {
    width: 55%;
    padding: 22px 0 20px;
    margin: 0 40px 0 -56px;
  }
}
.flatpages:not(.flatpages--newsletter_zahvala) .ck_image_in_article .image_wrapper {
  display: block;
  position: relative;
  z-index: 1;
}
.flatpages:not(.flatpages--newsletter_zahvala) .ck_image_in_article .image_wrapper img {
  display: block;
  width: 100%;
  height: auto;
}
.flatpages:not(.flatpages--newsletter_zahvala) .ck_image_in_article .image_wrapper:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  height: 100%;
  background: linear-gradient(0deg, rgb(54, 54, 54) 0%, rgba(54, 54, 54, 0) 8%);
  opacity: 0.8;
}
@supports (mix-blend-mode: multiply) {
  .flatpages:not(.flatpages--newsletter_zahvala) .ck_image_in_article .image_wrapper:after {
    mix-blend-mode: multiply;
  }
}
.flatpages:not(.flatpages--newsletter_zahvala) .ck_image_in_article--left50 + span {
  display: none;
}
@media screen and (min-width: 1024px) {
  .flatpages:not(.flatpages--newsletter_zahvala) .ck_image_in_article--left50 + span {
    display: block;
    height: 1px;
    margin-bottom: -17px;
  }
}
.flatpages:not(.flatpages--newsletter_zahvala) .article__image_author {
  position: absolute;
  bottom: 0;
  left: 7px;
  z-index: 1;
  display: block;
  font: normal 500 100% "Fira Mono", monospace;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.05em;
  color: #fff;
  text-transform: uppercase;
  width: calc(100% - 14px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.flatpages:not(.flatpages--newsletter_zahvala) .article__image_caption,
.flatpages:not(.flatpages--newsletter_zahvala) .article__video_caption {
  display: block;
  padding: 9px 8px 0;
  margin: 0 0 -5px;
  font: normal 400 100% "Montserrat", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 20px;
  line-height: 2rem;
  color: #7a7a7a;
}
@media screen and (min-width: 540px) {
  .flatpages:not(.flatpages--newsletter_zahvala) .article__image_caption,
  .flatpages:not(.flatpages--newsletter_zahvala) .article__video_caption {
    padding: 9px 8px 0;
  }
}
@media screen and (min-width: 1024px) {
  .flatpages:not(.flatpages--newsletter_zahvala) .article__image_caption,
  .flatpages:not(.flatpages--newsletter_zahvala) .article__video_caption {
    padding: 9px 8px 0;
  }
}
@media screen and (min-width: 1367px) {
  .flatpages:not(.flatpages--newsletter_zahvala) .article__image_caption--full,
  .flatpages:not(.flatpages--newsletter_zahvala) .article__video_caption--full {
    margin: 0 0 5px;
  }
}
.flatpages:not(.flatpages--newsletter_zahvala) .inline_player_container {
  width: auto;
  margin: 29px -16px 31px;
}
@media screen and (min-width: 540px) {
  .flatpages:not(.flatpages--newsletter_zahvala) .inline_player_container {
    margin: 29px -20px 30px;
  }
}
@media screen and (min-width: 1024px) {
  .flatpages:not(.flatpages--newsletter_zahvala) .inline_player_container {
    margin: 29px -40px 31px;
  }
}
@media screen and (min-width: 1367px) {
  .flatpages:not(.flatpages--newsletter_zahvala) .inline_player_container {
    margin: 38px -56px 32px;
  }
}

.flatpages--newsletter_zahvala {
  text-align: center;
}
.flatpages--newsletter_zahvala .main_tile {
  border-top: none;
}
.flatpages--newsletter_zahvala .main_tile__label {
  margin-top: 24px;
  font: italic 900 100% "Montserrat", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 28px;
  line-height: 2.8rem;
  letter-spacing: 0em;
  text-transform: inherit;
}
@media screen and (min-width: 1024px) {
  .flatpages--newsletter_zahvala .main_tile__label {
    margin-top: 12px;
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 42px;
    line-height: 4.2rem;
  }
}
@media screen and (min-width: 1367px) {
  .flatpages--newsletter_zahvala .main_tile__label {
    margin-top: 4px;
    padding-bottom: 8px;
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 56px;
    line-height: 5.6rem;
  }
}
.flatpages--newsletter_zahvala .main_tile__label span {
  display: block;
  padding: 0;
}
.flatpages--newsletter_zahvala .main_tile__label span:before {
  display: none;
}
.flatpages--newsletter_zahvala .main_tile__buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  flex-flow: row wrap;
  margin-top: 19px;
}
.flatpages--newsletter_zahvala .main_tile__buttons .btn_order:nth-of-type(1) {
  order: 1;
}
.flatpages--newsletter_zahvala .main_tile__buttons .btn_order:nth-of-type(2) {
  order: 2;
}
.flatpages--newsletter_zahvala .main_tile__buttons .btn_order:nth-of-type(3) {
  order: 3;
}
@media screen and (min-width: 540px) {
  .flatpages--newsletter_zahvala .main_tile__buttons .btn_order:nth-of-type(1) {
    order: 3;
  }
  .flatpages--newsletter_zahvala .main_tile__buttons .btn_order:nth-of-type(2) {
    order: 2;
  }
  .flatpages--newsletter_zahvala .main_tile__buttons .btn_order:nth-of-type(3) {
    order: 1;
  }
}
@media screen and (min-width: 1024px) {
  .flatpages--newsletter_zahvala .main_tile__buttons {
    margin-top: 33px;
  }
}
@media screen and (min-width: 1367px) {
  .flatpages--newsletter_zahvala .main_tile__buttons {
    margin-top: 30px;
  }
}
.flatpages--newsletter_zahvala .main_tile__buttons .btn {
  align-self: center;
  width: 240px;
  height: 40px;
  box-sizing: border-box;
}
@media screen and (min-width: 1024px) {
  .flatpages--newsletter_zahvala .main_tile__buttons .btn {
    width: 256px;
  }
}
.flatpages--newsletter_zahvala .main_tile__buttons .btn--yellow {
  margin-bottom: 15px;
}
@media screen and (min-width: 540px) {
  .flatpages--newsletter_zahvala .main_tile__buttons .btn--yellow {
    margin-bottom: 0;
  }
}
.flatpages--newsletter_zahvala .main_tile__buttons .btn--silver {
  margin-top: 15px;
}
@media screen and (min-width: 540px) {
  .flatpages--newsletter_zahvala .main_tile__buttons .btn--silver {
    margin: 0 20px 0 0;
  }
}
.flatpages--newsletter_zahvala p {
  margin-top: 2px;
  font: normal 400 100% "Montserrat", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0em;
}
@media screen and (min-width: 1024px) {
  .flatpages--newsletter_zahvala p {
    margin-top: 12px;
  }
}
@media screen and (min-width: 1367px) {
  .flatpages--newsletter_zahvala p {
    margin-top: 19px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 32px;
    line-height: 3.2rem;
  }
}
.flatpages--newsletter_zahvala .divider_line {
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  margin: 0;
  padding: 0;
  background: #e0e0e0;
  border: none;
  outline: none;
  box-shadow: none;
}
@media screen and (min-width: 540px) {
  .flatpages--newsletter_zahvala .divider_line {
    display: none;
  }
}

.didomi_preferences {
  box-sizing: border-box;
  display: flex;
  width: auto;
  flex-basis: 100%;
  flex-shrink: 0;
  flex-grow: 0;
  flex-direction: column;
  padding: 20px 10px;
  margin: 0 -16px;
  min-height: 74px;
  align-items: center;
  justify-content: space-between;
  background-color: #f4f4f4;
  box-shadow: 0px -2px 5px 0px rgba(0, 0, 0, 0.26), 0px -2px 8px 0px rgba(0, 0, 0, 0.13);
  z-index: 10;
}
@media screen and (min-width: 540px) {
  .didomi_preferences {
    margin: 0 -20px;
  }
}
@media screen and (min-width: 1024px) {
  .didomi_preferences {
    margin: 0;
    padding: 0px 20px;
    width: 100%;
    flex-direction: row;
  }
}
.didomi_preferences {
  font-family: normal 400 100% "Montserrat", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0em;
}
.didomi_preferences.sticky {
  bottom: 0;
  top: auto;
}
.didomi_preferences--text {
  display: block;
  flex-grow: 1;
  flex-shrink: 0;
  text-align: left;
  margin-bottom: 13px;
}
@media screen and (min-width: 1024px) {
  .didomi_preferences--text {
    margin-bottom: 0;
  }
}
.didomi_preferences--button {
  display: block;
  flex-grow: 0;
  flex-shrink: 1;
  height: 28px;
  box-sizing: border-box;
  background-color: #1197dd;
  color: white;
  text-align: center;
  padding: 0 14px;
  font-family: normal 400 100% "Montserrat", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 28px;
  line-height: 2.8rem;
  letter-spacing: 0em;
  cursor: pointer;
}

#divAIO1, #divAIO2 {
  height: 0;
  overflow: hidden;
}

.dfp_banner {
  text-align: center;
}
.dfp_banner:before, .dfp_banner:after {
  content: "";
  display: table;
}
.dfp_banner:after {
  clear: both;
}
.dfp_banner > picture {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}
.dfp_banner > picture img {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 0;
}
.dfp_banner img {
  display: block;
  margin: 0 auto;
}
.home .fold_home__top_banner .dfp_banner--Leaderboard div[id$=__container__], .home .fold_home__top_banner .dfp_banner--Leaderboard div[id$=_ad_container] {
  margin: 16px 0 32px;
}
@media screen and (min-width: 1024px) {
  .home .fold_home__top_banner .dfp_banner--Leaderboard div[id$=__container__], .home .fold_home__top_banner .dfp_banner--Leaderboard div[id$=_ad_container] {
    margin: 0 0 32px;
  }
}
@media screen and (min-width: 1367px) {
  .home .fold_home__top_banner .dfp_banner--Leaderboard div[id$=__container__], .home .fold_home__top_banner .dfp_banner--Leaderboard div[id$=_ad_container] {
    margin: 0 0 40px;
  }
}
.home .fold_home_a .print_widget + .dfp_banner--Halfpage div[id$=__container__], .home .fold_home_a .print_widget + .dfp_banner--Halfpage div[id$=_ad_container],
.home .fold_home_a .print_widget + .js_sticky .dfp_banner--Halfpage div[id$=__container__],
.home .fold_home_a .print_widget + .js_sticky .dfp_banner--Halfpage div[id$=_ad_container] {
  margin: 32px 0 0;
}
@media screen and (min-width: 1024px) {
  .home .fold_home_a .print_widget + .dfp_banner--Halfpage div[id$=__container__], .home .fold_home_a .print_widget + .dfp_banner--Halfpage div[id$=_ad_container],
  .home .fold_home_a .print_widget + .js_sticky .dfp_banner--Halfpage div[id$=__container__],
  .home .fold_home_a .print_widget + .js_sticky .dfp_banner--Halfpage div[id$=_ad_container] {
    margin: 40px 0 0;
  }
}
@media screen and (min-width: 1367px) {
  .home .fold_home_a .print_widget + .dfp_banner--Halfpage div[id$=__container__], .home .fold_home_a .print_widget + .dfp_banner--Halfpage div[id$=_ad_container],
  .home .fold_home_a .print_widget + .js_sticky .dfp_banner--Halfpage div[id$=__container__],
  .home .fold_home_a .print_widget + .js_sticky .dfp_banner--Halfpage div[id$=_ad_container] {
    margin: 90px 0 0;
  }
}
.home .fold_home_b__banner .dfp_banner--Leaderboard div[id$=__container__], .home .fold_home_b__banner .dfp_banner--Leaderboard div[id$=_ad_container] {
  margin: 0 0 32px;
}
@media screen and (min-width: 1024px) {
  .home .fold_home_b__banner .dfp_banner--Leaderboard div[id$=__container__], .home .fold_home_b__banner .dfp_banner--Leaderboard div[id$=_ad_container] {
    margin: 8px 0 40px;
  }
}
@media screen and (min-width: 1367px) {
  .home .fold_home_b__banner .dfp_banner--Leaderboard div[id$=__container__], .home .fold_home_b__banner .dfp_banner--Leaderboard div[id$=_ad_container] {
    margin: 0 0 40px;
  }
}
.home .fold_home_b .follow_widget + .dfp_banner--Halfpage div[id$=__container__], .home .fold_home_b .follow_widget + .dfp_banner--Halfpage div[id$=_ad_container],
.home .fold_home_b .follow_widget + .js_sticky .dfp_banner--Halfpage div[id$=__container__],
.home .fold_home_b .follow_widget + .js_sticky .dfp_banner--Halfpage div[id$=_ad_container] {
  margin: 32px 0 0;
}
@media screen and (min-width: 1024px) {
  .home .fold_home_b .follow_widget + .dfp_banner--Halfpage div[id$=__container__], .home .fold_home_b .follow_widget + .dfp_banner--Halfpage div[id$=_ad_container],
  .home .fold_home_b .follow_widget + .js_sticky .dfp_banner--Halfpage div[id$=__container__],
  .home .fold_home_b .follow_widget + .js_sticky .dfp_banner--Halfpage div[id$=_ad_container] {
    margin: 40px 0 0;
  }
}
@media screen and (min-width: 1367px) {
  .home .fold_home_b .follow_widget + .dfp_banner--Halfpage div[id$=__container__], .home .fold_home_b .follow_widget + .dfp_banner--Halfpage div[id$=_ad_container],
  .home .fold_home_b .follow_widget + .js_sticky .dfp_banner--Halfpage div[id$=__container__],
  .home .fold_home_b .follow_widget + .js_sticky .dfp_banner--Halfpage div[id$=_ad_container] {
    margin: 90px 0 0;
  }
}
.home .fold_home_infinite .dfp_banner--Halfpage div[id$=__container__], .home .fold_home_infinite .dfp_banner--Halfpage div[id$=_ad_container] {
  margin: 0 0 32px;
}
@media screen and (min-width: 1024px) {
  .home .fold_home_infinite .dfp_banner--Halfpage div[id$=__container__], .home .fold_home_infinite .dfp_banner--Halfpage div[id$=_ad_container] {
    margin: 0;
  }
}
.home .fold_home_infinite .dfp_banner--Leaderboard div[id$=__container__], .home .fold_home_infinite .dfp_banner--Leaderboard div[id$=_ad_container] {
  margin-bottom: 40px;
}

.section .fold_section__top_banner .dfp_banner--Leaderboard div[id$=__container__], .section .fold_section__top_banner .dfp_banner--Leaderboard div[id$=_ad_container] {
  margin: 16px 0 32px;
}
@media screen and (min-width: 1024px) {
  .section .fold_section__top_banner .dfp_banner--Leaderboard div[id$=__container__], .section .fold_section__top_banner .dfp_banner--Leaderboard div[id$=_ad_container] {
    margin: 0 0 32px;
  }
}
@media screen and (min-width: 1367px) {
  .section .fold_section__top_banner .dfp_banner--Leaderboard div[id$=__container__], .section .fold_section__top_banner .dfp_banner--Leaderboard div[id$=_ad_container] {
    margin: 0 0 40px;
  }
}
.section .fold_section_a .mostread_widget + .dfp_banner--Halfpage div[id$=__container__], .section .fold_section_a .mostread_widget + .dfp_banner--Halfpage div[id$=_ad_container],
.section .fold_section_a .mostread_widget + .js_sticky .dfp_banner--Halfpage div[id$=__container__],
.section .fold_section_a .mostread_widget + .js_sticky .dfp_banner--Halfpage div[id$=_ad_container] {
  position: relative;
  padding: 36px 0 0;
}
@media screen and (min-width: 1367px) {
  .section .fold_section_a .mostread_widget + .dfp_banner--Halfpage div[id$=__container__], .section .fold_section_a .mostread_widget + .dfp_banner--Halfpage div[id$=_ad_container],
  .section .fold_section_a .mostread_widget + .js_sticky .dfp_banner--Halfpage div[id$=__container__],
  .section .fold_section_a .mostread_widget + .js_sticky .dfp_banner--Halfpage div[id$=_ad_container] {
    padding: 94px 0 0;
  }
}
.section .fold_section_a .mostread_widget + .dfp_banner--Halfpage div[id$=__container__]:before, .section .fold_section_a .mostread_widget + .dfp_banner--Halfpage div[id$=_ad_container]:before,
.section .fold_section_a .mostread_widget + .js_sticky .dfp_banner--Halfpage div[id$=__container__]:before,
.section .fold_section_a .mostread_widget + .js_sticky .dfp_banner--Halfpage div[id$=_ad_container]:before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background-color: #cccccc;
}
.section .fold_section_b__banner .dfp_banner--Leaderboard div[id$=__container__], .section .fold_section_b__banner .dfp_banner--Leaderboard div[id$=_ad_container] {
  margin: 0 0 32px;
}
@media screen and (min-width: 1024px) {
  .section .fold_section_b__banner .dfp_banner--Leaderboard div[id$=__container__], .section .fold_section_b__banner .dfp_banner--Leaderboard div[id$=_ad_container] {
    margin: 8px 0 40px;
  }
}
@media screen and (min-width: 1367px) {
  .section .fold_section_b__banner .dfp_banner--Leaderboard div[id$=__container__], .section .fold_section_b__banner .dfp_banner--Leaderboard div[id$=_ad_container] {
    margin: 0 0 40px;
  }
}
.section .fold_section_infinite .dfp_banner--Halfpage div[id$=__container__], .section .fold_section_infinite .dfp_banner--Halfpage div[id$=_ad_container] {
  margin: 0 0 32px;
}
@media screen and (min-width: 1024px) {
  .section .fold_section_infinite .dfp_banner--Halfpage div[id$=__container__], .section .fold_section_infinite .dfp_banner--Halfpage div[id$=_ad_container] {
    margin: 0;
  }
}
.section .fold_section_b .dfp_banner--Halfpage div[id$=__container__], .section .fold_section_b .dfp_banner--Halfpage div[id$=_ad_container],
.section .fold_section_infinite .dfp_banner--Halfpage div[id$=__container__],
.section .fold_section_infinite .dfp_banner--Halfpage div[id$=_ad_container] {
  margin: 0 0 32px;
}
@media screen and (min-width: 1024px) {
  .section .fold_section_b .dfp_banner--Halfpage div[id$=__container__], .section .fold_section_b .dfp_banner--Halfpage div[id$=_ad_container],
  .section .fold_section_infinite .dfp_banner--Halfpage div[id$=__container__],
  .section .fold_section_infinite .dfp_banner--Halfpage div[id$=_ad_container] {
    margin: 0;
  }
}
.section--special .fold_section__top_banner .dfp_banner--Leaderboard div[id$=__container__], .section--special .fold_section__top_banner .dfp_banner--Leaderboard div[id$=_ad_container] {
  margin: 0 0 32px 0;
}
@media screen and (min-width: 1024px) {
  .section--special .fold_section__top_banner .dfp_banner--Leaderboard div[id$=__container__], .section--special .fold_section__top_banner .dfp_banner--Leaderboard div[id$=_ad_container] {
    margin: 0 0 32px;
  }
}
@media screen and (min-width: 1367px) {
  .section--special .fold_section__top_banner .dfp_banner--Leaderboard div[id$=__container__], .section--special .fold_section__top_banner .dfp_banner--Leaderboard div[id$=_ad_container] {
    margin: 0 0 40px;
  }
}

.article .fold_article__top_banner .dfp_banner--Leaderboard div[id$=__container__], .article .fold_article__top_banner .dfp_banner--Leaderboard div[id$=_ad_container] {
  margin: 16px 0 0;
}
@media screen and (min-width: 1024px) {
  .article .fold_article__top_banner .dfp_banner--Leaderboard div[id$=__container__], .article .fold_article__top_banner .dfp_banner--Leaderboard div[id$=_ad_container] {
    margin: 0 0 43px;
  }
}
@media screen and (min-width: 1367px) {
  .article .fold_article__top_banner .dfp_banner--Leaderboard div[id$=__container__], .article .fold_article__top_banner .dfp_banner--Leaderboard div[id$=_ad_container] {
    margin: 0 0 51px;
  }
}
.article .fold_article__article_body .column_sidebar .dfp_banner > div > div,
.article .fold_article__article_body .column_sidebar .js_sticky .dfp_banner > div > div {
  margin: 0 0 32px;
}
@media screen and (min-width: 1367px) {
  .article .fold_article__article_body .column_sidebar .dfp_banner > div > div,
  .article .fold_article__article_body .column_sidebar .js_sticky .dfp_banner > div > div {
    margin: 0 0 90px;
  }
}
.article .fold_article__article_body .column_sidebar .mostread_widget + .dfp_banner--Halfpage div[id$=__container__], .article .fold_article__article_body .column_sidebar .mostread_widget + .dfp_banner--Halfpage div[id$=_ad_container],
.article .fold_article__article_body .column_sidebar .mostread_widget + .js_sticky .dfp_banner--Halfpage div[id$=__container__],
.article .fold_article__article_body .column_sidebar .mostread_widget + .js_sticky .dfp_banner--Halfpage div[id$=_ad_container] {
  position: relative;
  padding: 36px 0 0;
}
@media screen and (min-width: 1367px) {
  .article .fold_article__article_body .column_sidebar .mostread_widget + .dfp_banner--Halfpage div[id$=__container__], .article .fold_article__article_body .column_sidebar .mostread_widget + .dfp_banner--Halfpage div[id$=_ad_container],
  .article .fold_article__article_body .column_sidebar .mostread_widget + .js_sticky .dfp_banner--Halfpage div[id$=__container__],
  .article .fold_article__article_body .column_sidebar .mostread_widget + .js_sticky .dfp_banner--Halfpage div[id$=_ad_container] {
    padding: 94px 0 0;
  }
}
.article .fold_article__article_body .column_sidebar .mostread_widget + .dfp_banner--Halfpage div[id$=__container__]:before, .article .fold_article__article_body .column_sidebar .mostread_widget + .dfp_banner--Halfpage div[id$=_ad_container]:before,
.article .fold_article__article_body .column_sidebar .mostread_widget + .js_sticky .dfp_banner--Halfpage div[id$=__container__]:before,
.article .fold_article__article_body .column_sidebar .mostread_widget + .js_sticky .dfp_banner--Halfpage div[id$=_ad_container]:before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background-color: #cccccc;
}
.article .fold_hp_repeat .column_sidebar .dfp_banner--Halfpage div[id$=__container__], .article .fold_hp_repeat .column_sidebar .dfp_banner--Halfpage div[id$=_ad_container] {
  margin: 0 0 32px;
}
@media screen and (min-width: 1367px) {
  .article .fold_hp_repeat .column_sidebar .dfp_banner--Halfpage div[id$=__container__], .article .fold_hp_repeat .column_sidebar .dfp_banner--Halfpage div[id$=_ad_container] {
    margin: 0 0 40px;
  }
}
.article .fold_hp_repeat__middle_banner .dfp_banner--Leaderboard div[id$=__container__], .article .fold_hp_repeat__middle_banner .dfp_banner--Leaderboard div[id$=_ad_container] {
  margin: 0 0 32px;
}
@media screen and (min-width: 1367px) {
  .article .fold_hp_repeat__middle_banner .dfp_banner--Leaderboard div[id$=__container__], .article .fold_hp_repeat__middle_banner .dfp_banner--Leaderboard div[id$=_ad_container] {
    margin: 0 0 40px;
  }
}
.article .fold_article_infinite .column_sidebar .dfp_banner div div[id$=__container__],
.article .fold_article_infinite .column_sidebar .dfp_banner div div[id$=_ad_container] {
  margin: 0 0 32px;
}
@media screen and (min-width: 1024px) {
  .article .fold_article_infinite .column_sidebar .dfp_banner div div[id$=__container__],
  .article .fold_article_infinite .column_sidebar .dfp_banner div div[id$=_ad_container] {
    margin: 0;
  }
}

.standalone_gallery .dfp_banner--Halfpage div[id$=__container__], .standalone_gallery .dfp_banner--Halfpage div[id$=_ad_container] {
  margin: 0;
}

.comments_page .fold_comments__top_banner .dfp_banner--Leaderboard div[id$=__container__], .comments_page .fold_comments__top_banner .dfp_banner--Leaderboard div[id$=_ad_container] {
  margin: 16px 0 0;
}
@media screen and (min-width: 1024px) {
  .comments_page .fold_comments__top_banner .dfp_banner--Leaderboard div[id$=__container__], .comments_page .fold_comments__top_banner .dfp_banner--Leaderboard div[id$=_ad_container] {
    margin: 0 0 32px;
  }
}
@media screen and (min-width: 1367px) {
  .comments_page .fold_comments__top_banner .dfp_banner--Leaderboard div[id$=__container__], .comments_page .fold_comments__top_banner .dfp_banner--Leaderboard div[id$=_ad_container] {
    margin: 0 0 40px;
  }
}
.comments_page .column_sidebar .dfp_banner--Halfpage div[id$=__container__], .comments_page .column_sidebar .dfp_banner--Halfpage div[id$=_ad_container] {
  margin: 0 0 32px;
}
@media screen and (min-width: 1024px) {
  .comments_page .column_sidebar .dfp_banner--Halfpage div[id$=__container__], .comments_page .column_sidebar .dfp_banner--Halfpage div[id$=_ad_container] {
    margin: 0;
  }
}

.tags .fold_tags_body .dfp_banner--Halfpage div[id$=__container__], .tags .fold_tags_body .dfp_banner--Halfpage div[id$=_ad_container] {
  margin: 32px 0;
}
@media screen and (min-width: 1024px) {
  .tags .fold_tags_body .dfp_banner--Halfpage div[id$=__container__], .tags .fold_tags_body .dfp_banner--Halfpage div[id$=_ad_container] {
    margin: 0 0 91px;
  }
}
@media screen and (min-width: 1367px) {
  .tags .fold_tags_body .dfp_banner--Halfpage div[id$=__container__], .tags .fold_tags_body .dfp_banner--Halfpage div[id$=_ad_container] {
    margin: 50px 0 91px;
  }
}
@media screen and (min-width: 1024px) {
  .tags .fold_tags_body .dfp_banner div[id^=divBillboardTop] {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .tags div[id^=divBillboardBot] {
    margin: -60px 0 40px 0;
  }
  .tags div[id^=divLeaderboard1] {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1367px) {
  .tags div[id^=divBillboardBot] {
    margin: -80px 0 60px 0;
  }
}

.search .dfp_banner--Halfpage div[id$=__container__], .search .dfp_banner--Halfpage div[id$=_ad_container] {
  margin: 32px 0;
}
@media screen and (min-width: 1024px) {
  .search .dfp_banner--Halfpage div[id$=__container__], .search .dfp_banner--Halfpage div[id$=_ad_container] {
    margin: 40px 0 0;
  }
}
@media screen and (min-width: 1367px) {
  .search .dfp_banner--Halfpage div[id$=__container__], .search .dfp_banner--Halfpage div[id$=_ad_container] {
    margin: 90px 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .search .dfp_banner div[id^=divBillboardTop] {
    margin-top: 40px;
  }
}

.piece_page .dfp_banner--Leaderboard div[id$=__container__], .piece_page .dfp_banner--Leaderboard div[id$=_ad_container] {
  margin: 20px 0;
}
@media screen and (min-width: 1024px) {
  .piece_page .dfp_banner--Leaderboard div[id$=__container__], .piece_page .dfp_banner--Leaderboard div[id$=_ad_container] {
    margin: 30px 0 0;
  }
}
@media screen and (min-width: 1367px) {
  .piece_page .dfp_banner--Leaderboard div[id$=__container__], .piece_page .dfp_banner--Leaderboard div[id$=_ad_container] {
    margin: 40px 0 0;
  }
}
.piece_page .dfp_banner--Halfpage div[id$=__container__], .piece_page .dfp_banner--Halfpage div[id$=_ad_container] {
  margin: 34px 0 0;
}
@media screen and (min-width: 1024px) {
  .piece_page .dfp_banner--Halfpage div[id$=__container__], .piece_page .dfp_banner--Halfpage div[id$=_ad_container] {
    margin: 0;
  }
}

.user_profile .fold_profile_body .dfp_banner--Halfpage div[id$=__container__], .user_profile .fold_profile_body .dfp_banner--Halfpage div[id$=_ad_container] {
  margin: 27px 0 48px;
}
@media screen and (min-width: 1024px) {
  .user_profile .fold_profile_body .dfp_banner--Halfpage div[id$=__container__], .user_profile .fold_profile_body .dfp_banner--Halfpage div[id$=_ad_container] {
    margin: 0;
  }
}
@media screen and (min-width: 1367px) {
  .user_profile .fold_profile_body .dfp_banner--Halfpage div[id$=__container__], .user_profile .fold_profile_body .dfp_banner--Halfpage div[id$=_ad_container] {
    margin: 50px 0 0;
  }
}

@media screen and (max-width: 1023px) {
  .visible_mobile {
    display: block !important;
    visibility: visible !important;
  }
}
.visible_mobile .text-center.dfp_banner > div > div {
  margin-bottom: 32px;
}

@media screen and (max-width: 1023px) {
  .js_sticky {
    clear: both;
  }
}

/* v1.0.6 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
  width: 600px;
  height: 400px;
  position: relative;
  direction: ltr;
}

.royalSlider > * {
  float: left;
}

.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
  -webkit-transform: none;
}

.rsOverflow {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  float: left;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rsVisibleNearbyWrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rsVisibleNearbyWrap .rsOverflow {
  position: absolute;
  left: 0;
  top: 0;
}

.rsContainer {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rsArrow,
.rsThumbsArrow {
  cursor: pointer;
}

.rsThumb {
  float: left;
  position: relative;
}

.rsArrow,
.rsNav,
.rsThumbsArrow {
  opacity: 1;
  transition: opacity 0.3s linear;
}

.rsHidden {
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear 0.3s, opacity 0.3s linear;
}

.rsGCaption {
  width: 100%;
  float: left;
  text-align: center;
}

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
  position: fixed !important;
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 2147483647 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
}

.royalSlider .rsSlide.rsFakePreloader {
  opacity: 1 !important;
  transition: 0s;
  display: none;
}

.rsSlide {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
  height: auto;
}

.rsContent {
  width: 100%;
  height: 100%;
  position: relative;
}

.rsPreloader {
  position: absolute;
  z-index: 0;
}

.rsNav {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  user-select: none;
}

.rsNavItem {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
}

.rsThumbs {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  float: left;
  z-index: 22;
}

.rsTabs {
  float: left;
  background: none !important;
}

.rsTabs,
.rsThumbs {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rsVideoContainer {
  /*left: 0;
  top: 0;
  position: absolute;*/
  /*width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  float: left;*/
  width: auto;
  height: auto;
  line-height: 0;
  position: relative;
}

.rsVideoFrameHolder {
  position: absolute;
  left: 0;
  top: 0;
  background: #141414;
  opacity: 0;
  -webkit-transition: 0.3s;
}

.rsVideoFrameHolder.rsVideoActive {
  opacity: 1;
}

.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
  box-sizing: border-box;
  padding-right: 44px;
}

.rsABlock {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 15;
}

img.rsImg {
  max-width: none;
}

.grab-cursor {
  cursor: grab;
}

.grabbing-cursor {
  cursor: grabbing;
}

.rsNoDrag {
  cursor: auto;
}

.rsLink {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 20;
  background: url(blank.gif);
}

.royalSlider {
  visibility: hidden;
}
.royalSlider .jwplayer {
  height: 100% !important;
}
.royalSlider .jwcontrols {
  z-index: 50;
}

.rsSlide {
  overflow: visible;
  vertical-align: middle;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.rsSlide .rsImg {
  height: 100%;
}

.rsNavItem {
  position: relative;
  float: none;
  display: inline-block;
  width: 70px;
  padding: 0 5px;
  margin: 0 !important;
  font-size: 0;
}
.rsNavItem:after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  right: 5px;
  z-index: 0;
}
.rsNavItem:first-child:after {
  left: 0;
}
.rsNavItem:first-child {
  padding-left: 0;
}
.rsNavItem .rsTmb {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.rsNavItem picture::after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.06);
  z-index: 20;
}
.rsNavItem img {
  position: relative;
  width: 100%;
  z-index: 20;
  opacity: 0.5;
}
.rsNavItem:hover .rsTmb__icon,
.rsNavItem:hover img, .rsNavItem.rsNavSelected .rsTmb__icon,
.rsNavItem.rsNavSelected img {
  opacity: 1;
}
.rsNavItem:hover:first-child:before, .rsNavItem.rsNavSelected:first-child:before {
  left: 0;
}

.rsThumbs {
  position: absolute;
  bottom: -94px;
  left: 0;
  padding: 0;
  width: 100%;
  display: none;
}
@media screen and (min-width: 1024px) {
  .rsThumbs {
    position: fixed;
    left: 0;
    padding-left: 10px;
    bottom: 10px;
    right: 0;
    display: block;
  }
}
@media screen and (min-width: 1310px) {
  .rsThumbs {
    position: relative;
    left: auto;
    bottom: auto;
    right: auto;
    padding: 10px 0;
    width: 943px;
  }
}

.rsThumbsContainer {
  position: relative;
  height: 100%;
  white-space: nowrap;
}

.rsVideoContainer {
  margin-left: 0 !important;
}

.rsBtnCenterer {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -30px;
  width: 60px;
  height: 60px;
}

.rsPlayBtn {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  text-align: center;
  background: rgba(0, 0, 0, 0.85);
  border: 2px solid #f4f4f4;
  border: 2px solid rgba(255, 255, 255, 0.4);
  cursor: pointer;
}
.rsPlayBtn:before {
  content: "\e92a";
  display: block;
  font-family: "icomoon";
  color: #fff;
  font-size: 40px;
  font-size: 4rem;
  line-height: 57px;
  line-height: 5.7rem;
}

.standalone_gallery {
  position: static;
  overflow-x: hidden;
  min-height: 100vh;
}
@media screen and (max-width: 1024px) {
  .standalone_gallery .header_wrapper {
    width: 100%;
    margin: 0;
    left: 0;
  }
}
.standalone_gallery .body_wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
}
@media screen and (min-width: 540px) and (max-width: 1023px) {
  .standalone_gallery .container {
    max-width: 100%;
  }
}
.standalone_gallery .header__logo_img--mobile {
  width: 27px;
}
@media screen and (min-width: 1024px) {
  .standalone_gallery .header__logo_img--mobile {
    display: none;
  }
}
.standalone_gallery .header__logo_img--desktop {
  display: none;
}
@media screen and (min-width: 1024px) {
  .standalone_gallery .header__logo_img--desktop {
    display: block;
  }
}
.standalone_gallery .content__wrap {
  max-width: 1280px;
}
@media screen and (min-width: 1367px) {
  .standalone_gallery .content__wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 120px 15px 0;
  }
}
.standalone_gallery .column_content {
  position: absolute;
  top: 56px;
  bottom: 0;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .standalone_gallery .column_content {
    top: 104px;
    left: 0;
    right: 0;
    bottom: 120px;
    max-width: 980px;
    margin: auto;
  }
}
@media screen and (min-width: 1367px) {
  .standalone_gallery .column_content {
    top: 120px;
    right: auto;
    max-width: none;
  }
}
.standalone_gallery .column_content__inner {
  margin: 0;
  position: static;
}
@media screen and (min-width: 1024px) {
  .standalone_gallery .column_content__inner {
    position: relative;
    box-sizing: content-box;
    width: auto;
    height: 100%;
    max-height: 613px;
    padding: 0 0;
  }
}
@media screen and (min-width: 1367px) {
  .standalone_gallery .column_content__inner {
    max-height: 588px;
  }
}
.standalone_gallery .column_sidebar {
  display: none;
}
@media screen and (min-width: 1367px) {
  .standalone_gallery .column_sidebar {
    display: block;
    z-index: 1;
    width: 300px;
    float: right;
  }
}
@media screen and (min-width: 1024px) {
  .standalone_gallery {
    margin-bottom: 80px;
  }
  .standalone_gallery div[id^=divBillboardTop] {
    margin-bottom: 20px;
  }
}

.gallery {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
  max-width: 1260px;
  height: 100% !important;
  z-index: 1;
}
@media screen and (min-width: 1367px) {
  .gallery {
    position: relative;
    width: 940px;
  }
}
.gallery__title {
  display: none;
}
@media screen and (min-width: 1024px) {
  .gallery__title {
    display: inline-block;
    position: absolute;
    top: 22px;
    z-index: 0;
    box-sizing: border-box;
    width: 100%;
    max-height: 20px;
    overflow: hidden;
    padding: 0 230px 0 135px;
    margin: 0;
    font: italic 800 100% "Montserrat", sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 20px;
    line-height: 2rem;
    color: #141414;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
}
@media screen and (min-width: 1367px) {
  .gallery__title {
    top: 30px;
    padding: 0 325px 0 222px;
  }
}
.gallery__close_btn {
  position: absolute;
  top: 8px;
  right: 0;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  opacity: 1;
}
@media screen and (min-width: 1024px) {
  .gallery__close_btn {
    top: 12px;
  }
}
@media screen and (min-width: 1367px) {
  .gallery__close_btn {
    top: 0;
    right: -16px;
    width: 80px;
    height: 80px;
  }
}
.gallery__close_btn .icon {
  display: block;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 40px;
  line-height: 4rem;
  color: #ee1e1f;
  text-align: center;
}
@media screen and (min-width: 1367px) {
  .gallery__close_btn .icon {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 80px;
    line-height: 8rem;
  }
}
.gallery__close_btn:hover .icon {
  color: #c70808;
}
.gallery__close_btn:active, .gallery__close_btn:hover, .gallery__close_btn:focus {
  top: 8px;
}
@media screen and (min-width: 1024px) {
  .gallery__close_btn:active, .gallery__close_btn:hover, .gallery__close_btn:focus {
    top: 12px;
  }
}
@media screen and (min-width: 1367px) {
  .gallery__close_btn:active, .gallery__close_btn:hover, .gallery__close_btn:focus {
    top: 0;
  }
}
.gallery__social_wrap {
  position: fixed;
  bottom: 10px;
  left: 10px;
}
@media screen and (min-width: 1024px) {
  .gallery__social_wrap {
    position: absolute;
    top: 8px;
    right: 34px;
    bottom: auto;
    left: auto;
  }
}
@media screen and (min-width: 1367px) {
  .gallery__social_wrap {
    top: 12px;
  }
}
.gallery__social_wrap .social__btn {
  box-sizing: border-box;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0 16px 0 0;
  border-radius: 50%;
  float: left;
  background-color: pink;
  cursor: pointer;
}
.gallery__social_wrap .social__btn:hover {
  background-color: #2891e0;
}
.gallery__social_wrap .social__btn .icon {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  line-height: 40px;
  line-height: 4rem;
  text-align: center;
  color: #fff;
}
.gallery__functions_wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 40px;
  left: 0;
  z-index: 11;
  height: 40px;
  margin: auto;
  pointer-events: none;
}
@media screen and (min-width: 540px) {
  .gallery__functions_wrap {
    right: 8px;
    left: 8px;
  }
}
@media screen and (min-width: 1024px) {
  .gallery__functions_wrap {
    position: absolute;
    right: 0;
    left: auto;
    bottom: -28px;
    top: auto;
    z-index: 11;
    height: 72px;
  }
}
@media screen and (min-width: 1367px) {
  .gallery__functions_wrap {
    left: 0;
    right: 0;
    width: 1310px;
    margin: 0 auto;
    pointer-events: none;
  }
}
.gallery__functions {
  height: 40px;
}
@media screen and (min-width: 1024px) {
  .gallery__functions {
    width: 144px;
    height: 72px;
    background-color: #141414;
  }
}
@media screen and (min-width: 1367px) {
  .gallery__functions {
    margin: 0 370px 0 0;
    float: right;
    pointer-events: all;
  }
}
.gallery__caption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  pointer-events: none;
}
@media screen and (min-width: 1024px) {
  .gallery__caption {
    top: auto;
    bottom: 0;
  }
}
.gallery__caption:before {
  content: " ";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 180px;
  background: linear-gradient(0, rgb(54, 54, 54) 0%, rgba(54, 54, 54, 0) 16%);
  mix-blend-mode: multiply;
  opacity: 0.8;
}
@media screen and (min-width: 540px) {
  .gallery__caption:before {
    height: 304px;
  }
}
@media screen and (min-width: 1024px) {
  .gallery__caption:before {
    height: 549px;
  }
}
@media screen and (min-width: 1367px) {
  .gallery__caption:before {
    height: 524px;
  }
}
@media screen and (min-width: 540px) {
  .gallery__caption--full:before {
    background: linear-gradient(0, #363636 0%, #363636 12%, rgba(54, 54, 54, 0) 24%);
  }
}
@media screen and (min-width: 1024px) {
  .gallery__caption--full:before {
    background: linear-gradient(0, #363636 0%, #363636 10%, rgba(54, 54, 54, 0) 22%);
  }
}
@media screen and (min-width: 1367px) {
  .gallery__caption--full:before {
    background: linear-gradient(0, #363636 0%, #363636 8%, rgba(54, 54, 54, 0) 16%);
  }
}
.gallery__meta_info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  padding: 0 7px 5px;
  text-align: left;
  pointer-events: none;
}
@media screen and (min-width: 1024px) {
  .gallery__meta_info {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    padding: 0 8px;
    margin: 0 0 8px;
  }
}
.gallery__paginator {
  position: absolute;
  bottom: 6px;
  right: 8px;
  float: right;
  font: normal 500 100% "Fira Mono", monospace;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 11px;
  line-height: 1.1rem;
  letter-spacing: 0.05em;
  color: #ffef3e;
}
@media screen and (min-width: 1024px) {
  .gallery__paginator {
    position: relative;
    bottom: auto;
    right: auto;
    float: none;
  }
}
.gallery__controls_wrap {
  height: 40px;
}
@media screen and (min-width: 1024px) {
  .gallery__controls_wrap {
    height: 48px;
  }
}
.gallery__control_btn {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  transition: 0.2s ease-in-out;
  text-align: center;
  opacity: 0.7;
  transition: opacity 0.15s;
  pointer-events: all;
}
@media screen and (min-width: 1024px) {
  .gallery__control_btn {
    position: relative;
    width: 50%;
    height: 72px;
    opacity: 1;
  }
}
.gallery__control_btn:before {
  content: " ";
  position: absolute;
  z-index: -1;
  width: 24px;
  height: 40px;
  background-color: #141414;
}
@media screen and (min-width: 1024px) {
  .gallery__control_btn:before {
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    transition: background-color 0.25s;
  }
}
.gallery__control_btn--prev {
  float: left;
}
.gallery__control_btn--next {
  float: right;
}
.gallery__control_btn:hover {
  opacity: 1;
}
@media screen and (min-width: 1024px) {
  .gallery__control_btn:hover:before {
    background-color: #474747;
  }
}
.gallery__control_btn .icon {
  position: relative;
  z-index: 2;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 40px;
  line-height: 4rem;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .gallery__control_btn .icon {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 72px;
    line-height: 7.2rem;
  }
}
.gallery__control_btn.is_hidden {
  opacity: 0.5;
}
@media screen and (min-width: 1024px) {
  .gallery__control_btn.is_hidden:before {
    display: none;
  }
}
.gallery__control_btn.is_hidden .icon {
  color: #616161;
}
.gallery__slider_wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: auto;
  background-color: #fff;
}
.gallery__photo_desc {
  padding: 0 8px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 20px;
  line-height: 2rem;
  white-space: normal;
  text-align: left;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.gallery__photo_desc--mobile {
  position: absolute;
  top: calc(100% + 52px);
  left: 0;
  z-index: 1;
  width: 100%;
  padding: 0;
  overflow: visible;
}
@media screen and (min-width: 1024px) {
  .gallery__photo_desc--mobile {
    display: none;
  }
}
.gallery__photo_desc--mobile input {
  display: none;
  visibility: hidden;
}
.gallery__photo_desc--mobile span {
  position: relative;
  box-sizing: border-box;
  display: block;
  padding: 9px 8px 12px 8px;
  background-color: #141414;
  color: #fff;
  transform: translateY(-40px);
  transition: transform 0.25s;
}
.gallery__photo_desc--mobile span:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 40px;
  background: linear-gradient(0, rgb(20, 20, 20) 0%, rgba(20, 20, 20, 0) 25%);
  opacity: 0.8;
  pointer-events: none;
}
.gallery__photo_desc--mobile label {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  transition: all 0.25s;
  opacity: 0;
}
.gallery__photo_desc--mobile label .icon {
  display: block;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 40px;
  line-height: 4rem;
}
.gallery__photo_desc--mobile label .icon:last-child {
  display: none;
}
.gallery__photo_desc--mobile span[min-height~="61px"] {
  padding: 9px 45px 12px 8px;
}
.gallery__photo_desc--mobile span[min-height~="61px"] label {
  opacity: 0.7;
}
.gallery__photo_desc--mobile input:checked + span {
  transform: translateY(-100%);
}
.gallery__photo_desc--mobile input:checked + span:after {
  height: 100%;
}
.gallery__photo_desc--mobile input:checked + span label {
  top: calc(100% - 40px);
}
.gallery__photo_desc--mobile input:checked + span label .icon:first-child {
  display: none;
}
.gallery__photo_desc--mobile input:checked + span label .icon:last-child {
  display: block;
}
.gallery__photo_desc--desktop {
  position: relative;
  color: #fff;
  display: none;
}
@media screen and (min-width: 1024px) {
  .gallery__photo_desc--desktop {
    display: block;
    margin: 0 0 11px;
  }
}
.gallery__photo_author {
  position: absolute;
  bottom: 6px;
  box-sizing: border-box;
  width: calc(100% - 50px);
  float: left;
  font: normal 500 100% "Fira Mono", monospace;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 11px;
  line-height: 1.1rem;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 1024px) {
  .gallery__photo_author {
    position: relative;
    bottom: auto;
    width: auto;
    margin: 0 20px 0 0;
    float: none;
  }
}
.gallery__slider {
  position: absolute;
  top: 12px;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: calc(100% - 64px);
  padding: 0;
}
.gallery__slider.rsVideoPlaying {
  z-index: 11;
}
.gallery__slider_item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 0;
}
@media screen and (min-width: 1024px) {
  .gallery__slider_item {
    height: 100%;
    background-color: #f0f0f0;
  }
}
.gallery__slider_item .rsVideoContainer {
  margin: 0 !important;
}
.rsVideoPlaying .gallery__slider_item .rsVideoContainer {
  z-index: 2;
}
.gallery__slider_item small {
  font-size: 100%;
}
.gallery__slider_item img {
  display: block;
  margin: 0 !important;
}
@media screen and (min-width: 1024px) {
  .gallery__slider_item img {
    margin: 0 auto !important;
  }
}
.gallery__image_wrap {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .gallery__image_wrap {
    display: inline-block;
  }
}
.gallery .rsOverflow {
  width: 100% !important;
  height: 100% !important;
  overflow: visible;
}
@media screen and (min-width: 1024px) {
  .gallery .rsOverflow {
    overflow: hidden;
  }
}
.gallery .rsThumbsContainer {
  margin: 0 0 0 -4px;
}
.gallery .rsThumbs {
  display: none;
}
@media screen and (min-width: 1024px) {
  .gallery .rsThumbs {
    display: block;
    position: absolute;
    bottom: -80px;
    left: 0;
    right: 0;
    width: auto;
    padding: 0;
    margin: 0;
    font-size: 0;
  }
}
@media screen and (min-width: 1367px) {
  .gallery .rsThumbs {
    box-sizing: border-box;
    width: 1280px;
    margin: auto;
    padding: 0 560px 0 0;
    overflow: hidden;
  }
  .gallery .rsThumbs:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    width: 0;
    background-color: #fff;
  }
  .gallery .rsThumbs:after {
    content: " ";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    width: 340px;
    background-color: #fff;
  }
}
.gallery__fakes {
  display: none;
}
@media screen and (min-width: 1024px) {
  .gallery__fakes {
    display: block;
    position: absolute;
    bottom: -28px;
    left: 0;
    right: 0;
    z-index: 1;
    height: 72px;
    font-size: 0;
  }
}
.gallery__fake_thumb {
  display: block;
  width: 72px;
  height: 72px;
  margin: 0 0 0 8px;
  float: left;
  background-color: #f0f0f0;
}
.gallery__fake_thumb:first-child {
  margin: 0;
}
.gallery .rsNavItem {
  position: relative;
  width: 72px;
  height: 72px;
  padding: 0;
  margin: 0 0 0 8px !important;
}
.gallery .rsNavItem:hover:after {
  height: 4px;
}
.gallery .rsNavItem:first-child {
  margin: 0 !important;
}
.gallery .rsNavItem:after {
  content: " ";
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  z-index: 2;
  background-color: #ffef3e;
  transition: height 0.25s;
}
.gallery .rsNavItem img {
  filter: grayscale(100%);
  opacity: 1;
  transition: all 0.15s;
}
.gallery .rsNavItem.rsNavSelected:after {
  height: 8px;
}
.gallery .rsNavItem.rsNavSelected img {
  filter: none;
}
.gallery .rsNav .rsTmb {
  z-index: 1;
  display: block;
}
.gallery .rsBtnCenterer {
  width: 40px;
  height: 40px;
  margin: 0;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 1024px) {
  .gallery .rsBtnCenterer {
    width: 80px;
    height: 80px;
  }
}
@media screen and (min-width: 1367px) {
  .gallery .rsBtnCenterer {
    width: 104px;
    height: 104px;
  }
}
.gallery .rsPlayBtn {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffef3e;
  border: none;
}
.gallery .rsPlayBtn:before {
  content: "\e926";
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 40px;
  line-height: 4rem;
  color: #141414;
}
@media screen and (min-width: 1024px) {
  .gallery .rsPlayBtn:before {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 80px;
    line-height: 8rem;
  }
}
@media screen and (min-width: 1367px) {
  .gallery .rsPlayBtn:before {
    font-size: 62px;
    font-size: 6.2rem;
    line-height: 104px;
    line-height: 10.4rem;
  }
}
.gallery .jw-controls {
  z-index: 51;
}
.gallery .jw-flag-small-player .jw-video {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.inline_gallery {
  margin: 28px -16px 0;
  padding: 0 0 12px;
}
@media screen and (min-width: 540px) {
  .inline_gallery {
    margin: 28px -20px 0;
  }
}
@media screen and (min-width: 1024px) {
  .inline_gallery {
    margin: 29px -40px 0;
  }
}
@media screen and (min-width: 1367px) {
  .inline_gallery {
    margin: 38px -56px 0;
    padding: 0 0 21px;
  }
}
.inline_gallery__link {
  display: block;
}
.inline_gallery__data {
  position: absolute;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
}
@media screen and (min-width: 540px) {
  .inline_gallery__data {
    padding: 0 0 7px;
  }
}
.inline_gallery__data:before {
  content: " ";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 180px;
  background: linear-gradient(0, rgb(54, 54, 54) 0%, rgba(54, 54, 54, 0) 16%);
  mix-blend-mode: multiply;
  opacity: 0.8;
}
@media screen and (min-width: 540px) {
  .inline_gallery__data:before {
    height: 304px;
  }
}
@media screen and (min-width: 1024px) {
  .inline_gallery__data:before {
    height: 360px;
  }
}
@media screen and (min-width: 1367px) {
  .inline_gallery__data:before {
    height: 471px;
  }
}
@media screen and (min-width: 540px) {
  .inline_gallery__data--full:before {
    background: linear-gradient(0, #363636 0%, #363636 12%, rgba(54, 54, 54, 0) 24%);
  }
}
@media screen and (min-width: 1024px) {
  .inline_gallery__data--full:before {
    background: linear-gradient(0, #363636 0%, #363636 10%, rgba(54, 54, 54, 0) 22%);
  }
}
@media screen and (min-width: 1367px) {
  .inline_gallery__data--full:before {
    background: linear-gradient(0, #363636 0%, #363636 8%, rgba(54, 54, 54, 0) 16%);
  }
}
.inline_gallery__figure {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .inline_gallery__figure {
    overflow: hidden;
  }
}
.inline_gallery__figure img {
  width: 100%;
}
.inline_gallery__figure figcaption {
  position: relative;
  z-index: 1;
  display: none;
  box-sizing: border-box;
  width: 100%;
  padding: 0 145px 0 8px;
  float: left;
  font: normal 400 100% "Montserrat", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 24px;
  line-height: 2.4rem;
  color: #fff;
}
@media screen and (min-width: 540px) {
  .inline_gallery__figure figcaption {
    display: block;
  }
}
.inline_gallery__figure figcaption span {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.inline_gallery__author {
  position: relative;
  box-sizing: border-box;
  width: 50%;
  padding: 0 0 0 8px;
  float: left;
  font: normal 500 100% "Fira Mono", monospace;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.05em;
  color: #fff;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (min-width: 540px) {
  .inline_gallery__author {
    width: 100%;
    line-height: 20px;
    line-height: 2rem;
  }
}
.inline_gallery__description {
  font: normal 400 100% "Montserrat", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 20px;
  line-height: 2rem;
  color: #7a7a7a;
}
.inline_gallery__thumbs {
  height: 72px;
  padding: 8px 0 5px;
  overflow: hidden;
  font-size: 0;
}
@media screen and (min-width: 1367px) {
  .inline_gallery__thumbs {
    position: relative;
    padding: 8px 0 5px;
  }
}
.inline_gallery__thumbs_wrap {
  position: relative;
  height: 110px;
  white-space: nowrap;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  font-size: 0px;
  font-size: 0rem;
}
.inline_gallery__fakes {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  overflow: hidden;
}
.inline_gallery__thumbnail {
  position: relative;
  display: inline-block;
  height: 72px;
  width: 72px;
  margin: 0 0 0 8px;
}
@media screen and (min-width: 1367px) {
  .inline_gallery__thumbnail {
    margin: 0 0 0 8px;
  }
}
.inline_gallery__thumbnail--fake {
  background-color: #f0f0f0;
}
.inline_gallery__thumbnail:first-child {
  margin: 0;
}
.inline_gallery__thumbnail:first-child img {
  filter: none;
}
.inline_gallery__thumbnail:first-child:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 8px;
  background-color: #ffef3e;
}
.inline_gallery__thumbnail picture {
  position: relative;
  display: block;
  height: 72px;
}
.inline_gallery__thumbnail picture:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.25);
}
.inline_gallery__thumbnail img {
  display: block;
  width: 100%;
  height: auto;
  transition: opacity 0.15s;
  filter: grayscale(100%);
  transition: all 0.15s;
}
.inline_gallery__thumbnail:not(:first-child):hover img {
  filter: none;
}
.inline_gallery__thumbnail:not(:first-child):hover:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background-color: #f5d41d;
}
.inline_gallery__paginator {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  box-sizing: border-box;
  padding: 0 8px;
  font: normal 500 100% "Fira Mono", monospace;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.05em;
  color: #ffef3e;
  text-transform: uppercase;
  transition: all 0.25s;
}
@media screen and (min-width: 540px) {
  .inline_gallery__paginator {
    bottom: 5px;
  }
}
.inline_gallery__link:hover .inline_gallery__paginator {
  background-color: #ffef3e;
  color: #141414;
}

.main_tile {
  position: relative;
  border-top: 4px solid #cccccc;
  clear: both;
}
.main_tile--newsletter {
  position: relative;
  border-color: #141414;
  background-color: #ffef3e;
  z-index: 1;
  overflow: hidden;
}
.main_tile__label {
  margin: 0;
  padding: 18px 0 11px;
  font: normal 700 100% "Fira Mono", monospace;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (min-width: 1367px) {
  .main_tile__label {
    padding: 31px 0 30px;
    font-size: 20px;
    font-size: 2rem;
  }
}
.main_tile__label span {
  position: relative;
  padding: 0 0 0 22px;
}
@media screen and (min-width: 1367px) {
  .main_tile__label span {
    padding: 0 0 0 27px;
  }
}
.main_tile__label span:before {
  position: absolute;
  top: -3px;
  left: -3px;
  content: "\e924";
  font-size: 22px;
  font-size: 2.2rem;
  color: #ee1e1f;
}
@media screen and (min-width: 1367px) {
  .main_tile__label span:before {
    top: -5px;
    left: -10px;
    font-size: 34px;
    font-size: 3.4rem;
  }
}

.header_wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 500;
  height: 56px;
  width: 100%;
  background-color: #fff;
}
.header_wrapper:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.26), 0px 2px 8px 0px rgba(0, 0, 0, 0.13);
  pointer-events: none;
  opacity: 1;
  transition: opacity 0s linear 0.1s;
}
@media screen and (max-width: 1023px) {
  body.has_navigation .header_wrapper:after {
    opacity: 0;
    transition: opacity 0s;
  }
}
@media screen and (min-width: 540px) {
  .header_wrapper {
    left: 50%;
    width: 540px;
    margin-left: -270px;
  }
}
@media screen and (min-width: 1024px) {
  .header_wrapper {
    left: 0;
    width: 100%;
    height: 64px;
    margin-left: 0;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1367px) {
  .header_wrapper {
    height: 80px;
  }
}
.header_wrapper__back {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}
.header_wrapper__subback {
  display: none;
  position: absolute;
  top: 56px;
  width: 100%;
  height: 36px;
  background-color: #2891e0;
}
@media screen and (min-width: 1024px) {
  .has_subnav .header_wrapper__subback {
    display: block;
  }
}
@media screen and (min-width: 1367px) {
  .header_wrapper__subback {
    top: 78px;
  }
}
.forum .header_wrapper__subback {
  display: none;
}
@media screen and (min-width: 1024px) {
  .header_wrapper__search {
    margin: 0 -5px;
    background: #2891e0;
  }
}
@media screen and (min-width: 1367px) {
  .header_wrapper__search {
    margin: 0;
  }
}

.header {
  box-sizing: border-box;
  position: relative;
  padding: 0 11px 0 7px;
  z-index: 101;
  height: 56px;
}
@media screen and (min-width: 540px) {
  .header {
    padding: 0 11px 0 19px;
  }
}
@media screen and (min-width: 1024px) {
  .header {
    padding: 0;
    height: 64px;
  }
}
@media screen and (min-width: 1367px) {
  .header {
    height: 80px;
  }
}
.header__logo {
  position: relative;
  z-index: 101;
  top: 17px;
  left: 0;
  display: inline-block;
  transform: translateX(0);
  opacity: 1;
  transition: opacity 0.3s linear 0.3s, left 0.25s ease-out, transform 0.25s ease-out 0.1s;
}
@media screen and (min-width: 1024px) {
  .header__logo {
    top: 21px;
  }
}
@media screen and (min-width: 1367px) {
  .header__logo {
    top: 22.5px;
  }
}
@media screen and (max-width: 1023px) {
  body.has_navigation .header__logo {
    left: 50%;
    transform: translateX(-50%);
  }
}
.header__logo_heading {
  position: relative;
  display: block;
  padding: 0;
  font-size: 0;
}
.header__logo_img {
  display: block;
  width: auto;
  width: 112px;
  height: 22px;
}
@media screen and (min-width: 1024px) {
  .header__logo_img {
    width: 115px;
  }
}
@media screen and (min-width: 1367px) {
  .header__logo_img {
    width: 180px;
    height: 35px;
  }
}
.header__logo_img svg .autostart_logo {
  transition: fill 0.25s;
}
.header__logo_img:hover svg .autostart_logo {
  fill: #c70808;
}
.header__menu {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 50;
  width: 100%;
  height: 0;
  text-align: center;
  transition: opacity 0.25s;
}
@media screen and (min-width: 540px) {
  .header__menu {
    right: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .header__menu {
    top: 12px;
    right: 0;
    width: 40px;
    height: 40px;
  }
}
@media screen and (min-width: 1367px) {
  .header__menu {
    top: 20px;
    right: 1px;
  }
}
.header__menu_btn {
  position: absolute;
  top: 0;
  display: inline-block;
  width: 40px;
  height: 56px;
  z-index: 50;
  transition: color 0.25s ease-out;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .header__menu_btn {
    width: 40px;
    height: 40px;
  }
}
.header__menu_btn--menu {
  right: 0;
}
@media screen and (min-width: 1024px) {
  .header__menu_btn--menu {
    right: 7px;
  }
}
.header__menu_btn--back {
  left: 0;
  display: none;
  visibility: hidden;
}
.has_subnavigation .header__menu_btn--back {
  display: block;
  visibility: visible;
}
@media screen and (min-width: 1024px) {
  .header__menu_btn--back {
    display: none;
    visibility: hidden;
  }
}
.header__menu_btn .icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 56px;
  line-height: 5.6rem;
  color: #ee1e1f;
  transition: color 0.25s;
}
@media screen and (min-width: 540px) {
  .header__menu_btn .icon {
    right: -17px;
  }
}
@media screen and (min-width: 1024px) {
  .header__menu_btn .icon {
    line-height: 40px;
    line-height: 4rem;
  }
}
.header__menu_btn .icon--menu {
  opacity: 1;
}
.header__menu_btn .icon--close {
  opacity: 0;
}
.header__menu_btn:hover .icon {
  color: #c70808;
}
.header__menu_btn--user > img {
  width: 80px;
}
.header__user {
  position: absolute;
  top: 0;
  right: 44px;
  z-index: 50;
  width: 40px;
  height: 56px;
  padding: 0;
  text-align: center;
}
@media screen and (min-width: 540px) {
  .header__user {
    right: 56px;
  }
}
@media screen and (max-width: 1023px) {
  .has_navigation .header__user {
    transform: translateY(-100%);
  }
}
@media screen and (min-width: 1024px) {
  .header__user {
    top: 12px;
    right: 48px;
    width: 40px;
    height: 40px;
  }
}
@media screen and (min-width: 1367px) {
  .header__user {
    top: 20px;
  }
}
.header__user .icon {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 56px;
  line-height: 5.6rem;
  color: #a3a3a3;
  transition: color 0.25s;
}
@media screen and (min-width: 1024px) {
  .header__user .icon {
    line-height: 40px;
    line-height: 4rem;
  }
}
.header__user:hover .icon {
  color: #141414;
}
.header__avatar {
  position: relative;
  display: block;
  width: 40px;
  height: 56px;
  z-index: 50;
}
@media screen and (min-width: 1024px) {
  .header__avatar {
    width: 40px;
    height: 40px;
  }
}
.header__avatar_img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 36px;
  height: 36px;
  margin: auto;
  overflow: hidden;
  transition: 0.25s ease-in-out;
  box-shadow: inset 0px 0px 1px 0px rgba(0, 0, 0, 0.14);
}
.header__avatar_img--authenticated {
  background: #fff;
}
.header__avatar_img img {
  display: block;
  width: 100%;
  height: auto;
}
.header__search {
  position: absolute;
  top: 0;
  right: 88px;
  left: auto;
  z-index: 50;
  width: 40px;
  height: 56px;
}
@media screen and (min-width: 540px) {
  .header__search {
    right: 99px;
  }
}
@media screen and (max-width: 1023px) {
  .has_navigation .header__search {
    transform: translateY(-100%);
  }
}
@media screen and (min-width: 1024px) {
  .header__search {
    display: block;
    top: 12px;
    right: 95px;
    width: 40px;
    height: 40px;
    padding: 0;
    text-align: center;
  }
}
@media screen and (min-width: 1367px) {
  .header__search {
    top: 20px;
    right: 96px;
  }
}
.header__search .icon {
  display: block;
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 56px;
  line-height: 5.6rem;
  color: #a3a3a3;
  transition: color 0.25s;
}
@media screen and (min-width: 1024px) {
  .header__search .icon {
    line-height: 40px;
    line-height: 4rem;
  }
}
.header__search:hover .icon {
  color: #141414;
}

.toggle__count {
  position: absolute;
  top: 4px;
  right: -4px;
  box-sizing: border-box;
  display: block;
  width: 22px;
  height: 22px;
  border: 2px solid #fff;
  color: #fff;
  font: normal 700 100% "Fira Mono", monospace;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  line-height: 1.8rem;
  text-align: center;
  background: #ee1e1f;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  z-index: 51;
}
@media screen and (min-width: 1024px) {
  .toggle__count {
    top: -4px;
  }
}
.toggle__count_correction {
  position: relative;
  top: 0;
  left: 0px;
}

.cookie_notice {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 510;
  box-sizing: border-box;
  width: 100%;
  padding: 17px 16px 24px;
  margin: 0 auto;
  box-shadow: 0px -3px 3px 0px rgba(55, 55, 55, 0.1);
  text-align: center;
}
.cookie_notice:before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(-45deg, rgb(237, 65, 31) 0%, rgb(238, 30, 31) 100%);
  opacity: 0.9;
}
@media screen and (min-width: 1024px) {
  .cookie_notice:before {
    background: linear-gradient(-45deg, rgb(237, 65, 31) 0%, rgb(238, 30, 31) 100%);
  }
}
@media screen and (min-width: 540px) {
  .cookie_notice {
    width: 540px;
  }
}
@media screen and (min-width: 1024px) {
  .cookie_notice {
    width: 820px;
    padding: 25px 170px 27px 32px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 28px;
    line-height: 2.8rem;
    text-align: left;
  }
}
@media screen and (min-width: 1367px) {
  .cookie_notice {
    padding: 32px 170px 33px 40px;
    box-shadow: 0px 3px 6px 0px rgba(55, 55, 55, 0.22);
  }
}
.cookie_notice__text {
  position: relative;
  z-index: 1;
  font: normal 400 100% "Montserrat", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 20px;
  line-height: 2rem;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .cookie_notice__text {
    margin: 0;
  }
}
@media screen and (min-width: 1367px) {
  .cookie_notice__text {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    line-height: 2.4rem;
  }
}
.cookie_notice__text strong,
.cookie_notice__text a:not(.btn) {
  font: normal 700 100% "Montserrat", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 20px;
  line-height: 2rem;
}
@media screen and (min-width: 1367px) {
  .cookie_notice__text strong,
  .cookie_notice__text a:not(.btn) {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    line-height: 2.4rem;
  }
}
.cookie_notice__text a:not(.btn) {
  cursor: pointer;
  color: #fff;
}
.cookie_notice .btn {
  position: relative;
  z-index: 1;
  margin: 19px 0 0;
  padding: 8px 0 9px 0;
}
@media screen and (min-width: 1024px) {
  .cookie_notice .btn {
    position: absolute;
    right: 40px;
    top: 0;
    bottom: 0;
    width: 110px;
    margin: auto;
  }
}

.footer {
  width: 100%;
  height: 12px;
  margin: 40px 0 0;
  background-color: #141414;
}
@media screen and (min-width: 1024px) {
  .footer {
    display: none;
    visibility: hidden;
  }
}

.leadblock {
  position: relative;
  z-index: 11;
  font-size: 0;
}
.leadblock__wrap {
  overflow: hidden;
  position: relative;
  margin: 0 auto 32px;
  height: 512px;
}
@media screen and (min-width: 376px) {
  .leadblock__wrap {
    height: 0;
    padding-bottom: 100%;
  }
}
@media screen and (min-width: 540px) {
  .leadblock__wrap {
    width: 540px;
    height: 540px;
    padding: 0;
  }
}
@media screen and (min-width: 1024px) {
  .leadblock__wrap {
    width: auto;
    height: auto;
    margin: 0 -22px 32px;
  }
}
@media screen and (min-width: 1367px) {
  .leadblock__wrap {
    margin: 0 0 40px;
  }
}
.leadblock__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center center;
  background-size: cover;
}
.leadblock__background:after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(0, rgba(54, 54, 54, 0) 28%, rgba(54, 54, 54, 0.5) 54%, rgb(54, 54, 54) 100%);
  opacity: 0.8;
  mix-blend-mode: multiply;
}
.leadblock__text_wrap {
  padding: 0 30px;
  margin: 21px 0 5px 0;
  float: left;
}
@media screen and (min-width: 1024px) {
  .leadblock__text_wrap {
    padding: 0 30px 0 15px;
    margin: 16px 15px 92px 0;
    border-left: 1px solid #fff;
  }
}
.leadblock__data_wrap {
  position: relative;
  height: 100%;
}
@media screen and (min-width: 376px) and (max-width: 539px) {
  .leadblock__data_wrap {
    position: absolute;
    top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .leadblock__data_wrap {
    max-width: 980px;
    padding: 40px 30px 224px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1367px) {
  .leadblock__data_wrap {
    max-width: 1280px;
    padding: 56px 0 529px;
    margin: 0 auto;
  }
}
.leadblock__data {
  position: relative;
  z-index: 2;
  margin: 16px 0 0;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .leadblock__data {
    margin: 20px 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .leadblock__data {
    width: 100%;
    margin: 0;
    text-align: left;
  }
}
.leadblock__figure {
  width: 130px;
  height: 130px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .leadblock__figure {
    position: absolute;
    top: 67px;
    right: 17px;
    width: 247px;
    height: 247px;
  }
}
@media screen and (min-width: 1367px) {
  .leadblock__figure {
    top: 75px;
    right: 0;
    width: 340px;
    height: 340px;
  }
}
.leadblock__figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 50%;
}
@media screen and (min-width: 1024px) {
  .leadblock__title_wrap {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 0 400px 0 32px;
    float: left;
  }
}
@media screen and (min-width: 1367px) {
  .leadblock__title_wrap {
    padding: 0 400px 0 41px;
  }
}
.leadblock__overtitle {
  display: inline-block;
  margin: 0;
  padding: 0 32px;
  background-color: #ffef3e;
  font: normal 700 100% "Fira Mono", monospace;
  text-transform: uppercase;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 32px;
  line-height: 3.2rem;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .leadblock__overtitle {
    padding: 0 33px;
    text-align: left;
  }
}
@media screen and (min-width: 1367px) {
  .leadblock__overtitle {
    padding: 0 41px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 40px;
    line-height: 4rem;
  }
}
.leadblock__title {
  display: block;
  margin: 12px 0 0;
  padding: 0 14px;
  font: italic 900 100% "Montserrat", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 20px;
  line-height: 2rem;
  text-align: center;
  color: #fff;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.28);
}
@media screen and (min-width: 376px) {
  .leadblock__title {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 32px;
    line-height: 3.2rem;
  }
}
@media screen and (min-width: 540px) {
  .leadblock__title {
    padding: 0 20px;
    margin: 16px 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .leadblock__title {
    position: relative;
    padding: 0;
    margin: 14px 0 0;
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 42px;
    line-height: 4.2rem;
    text-align: left;
  }
}
@media screen and (min-width: 1367px) {
  .leadblock__title {
    margin: 24px 0 0;
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 56px;
    line-height: 5.6rem;
  }
}
.leadblock__title span {
  display: inline;
  padding: 0 14px;
  color: #141414;
  background-color: white;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
@media screen and (min-width: 1024px) {
  .leadblock__title span {
    padding: 0 8px;
  }
}
@media screen and (min-width: 1367px) {
  .leadblock__title span {
    padding: 0 20px;
  }
}
.leadblock__sponsor {
  position: absolute;
  bottom: 16px;
  left: 0;
  right: 0;
  z-index: 3;
  width: 168px;
  margin: auto;
}
@media screen and (min-width: 1024px) {
  .leadblock__sponsor {
    top: 40px;
    right: 62px;
    left: auto;
    bottom: auto;
  }
}
@media screen and (min-width: 1367px) {
  .leadblock__sponsor {
    top: 56px;
    right: 56px;
  }
}
.leadblock__sponsor_link {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .leadblock__sponsor_link {
    margin: 0 auto;
  }
}
.leadblock__sponsor_label {
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
  max-width: 88px;
  padding: 0 2px;
  margin: auto;
  background-color: #ffef3e;
  font: normal 500 100% "Fira Mono", monospace;
  color: #141414;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
  transition: background-color 0.25s;
}
.leadblock__sponsor_link:hover .leadblock__sponsor_label {
  background-color: #f5d41d;
}
@media screen and (min-width: 1367px) {
  .leadblock__sponsor_label {
    top: -14px;
    max-width: 108px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 28px;
    line-height: 2.8rem;
  }
}
.leadblock__sponsor_figure {
  width: 128px;
  height: 72px;
  margin: 20px auto;
}
.leadblock__sponsor_figure img {
  position: relative;
  top: 50%;
  display: block;
  width: 100%;
  height: auto;
  max-height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  transform: translateY(-50%);
}

.piece_page__header {
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-top: 2px;
}
@media screen and (min-width: 1367px) {
  .piece_page__header {
    margin-top: 11px;
  }
}
.piece_page__header_breadcrumbs {
  display: inline-block;
  width: 100%;
  float: left;
  padding: 0 15px;
}
@media screen and (min-width: 540px) {
  .piece_page__header_breadcrumbs {
    padding: 0 20px;
  }
}
@media screen and (min-width: 1024px) {
  .piece_page__header_breadcrumbs {
    padding: 0 40px;
  }
}
@media screen and (min-width: 1367px) {
  .piece_page__header_breadcrumbs {
    padding: 0 55px;
  }
}
.piece_page__header_breadcrumb {
  display: inline-block;
  height: 20px;
  float: left;
  transition: color 0.25s;
  font: normal 500 100% "Fira Mono", monospace;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 20px;
  line-height: 2rem;
  text-transform: uppercase;
}
@media screen and (min-width: 1367px) {
  .piece_page__header_breadcrumb {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.piece_page__header_breadcrumb:first-child {
  color: #a3a3a3;
}
.piece_page__header_breadcrumb:last-child {
  position: relative;
  z-index: 1;
  padding: 0 0 0 20px;
  color: #141414;
}
@media screen and (min-width: 1367px) {
  .piece_page__header_breadcrumb:last-child {
    padding: 0 0 0 28px;
  }
}
.piece_page__header_breadcrumb:last-child:before {
  content: "›";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 7px;
  color: #a3a3a3;
}
@media screen and (min-width: 1367px) {
  .piece_page__header_breadcrumb:last-child:before {
    left: 8px;
  }
}
.piece_page__header_breadcrumb:last-child:after {
  content: " ";
  position: absolute;
  bottom: 3px;
  left: 20px;
  right: 0;
  z-index: -1;
  height: 8px;
  background-color: #ffef3e;
  transition: background-color 0.25s;
}
@media screen and (min-width: 1367px) {
  .piece_page__header_breadcrumb:last-child:after {
    bottom: 1px;
    left: 28px;
  }
}
.piece_page__header_breadcrumb:last-child:hover:after {
  background-color: #f5d41d;
}
.piece_page__title {
  padding: 0 16px;
  margin: 12px 0 0;
}
@media screen and (min-width: 540px) {
  .piece_page__title {
    padding: 0 20px;
  }
}
@media screen and (min-width: 1024px) {
  .piece_page__title {
    padding: 0 40px;
  }
}
@media screen and (min-width: 1367px) {
  .piece_page__title {
    padding: 0 56px;
    margin: 22px 0 0;
  }
}
.piece_page__label {
  padding: 0;
  margin: 0;
  font: italic 900 100% "Montserrat", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 28px;
  line-height: 2.8rem;
  text-transform: inherit;
  text-align: left;
  letter-spacing: 0;
}
@media screen and (min-width: 1024px) {
  .piece_page__label {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 42px;
    line-height: 4.2rem;
  }
}
@media screen and (min-width: 1367px) {
  .piece_page__label {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 56px;
    line-height: 5.6rem;
  }
}
.piece_page__content {
  padding: 0 16px 25px;
  margin: 16px 0 0;
}
@media screen and (min-width: 540px) {
  .piece_page__content {
    padding: 0 20px 25px;
  }
}
@media screen and (min-width: 1024px) {
  .piece_page__content {
    padding: 0 40px 64px;
    margin: 14px 0 0;
  }
}
@media screen and (min-width: 1367px) {
  .piece_page__content {
    padding: 0 56px 69px;
    margin: 26px 0 0;
  }
}
.piece_page__content h2 {
  margin: 0;
  font: normal 400 100% "Fira Mono", monospace;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: -0.075em;
  color: #141414;
}
@media screen and (min-width: 1024px) {
  .piece_page__content h2 {
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 28px;
    line-height: 2.8rem;
  }
}
@media screen and (min-width: 1367px) {
  .piece_page__content h2 {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 36px;
    line-height: 3.6rem;
  }
}
.piece_page__content h2 + p {
  margin-top: 24px;
}
@media screen and (min-width: 1367px) {
  .piece_page__content h2 + p {
    margin-top: 33px;
  }
}
.piece_page__content p {
  margin: 14px 0 0;
  font: normal 400 100% "Montserrat", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  line-height: 2.4rem;
  color: #141414;
}
@media screen and (min-width: 1367px) {
  .piece_page__content p {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 32px;
    line-height: 3.2rem;
  }
}
.piece_page__content a {
  position: relative;
  text-decoration: none;
  color: #141414;
  transition: background-color 0.25s;
  z-index: 0;
}
.piece_page__content a:after {
  content: " ";
  position: absolute;
  bottom: 1px;
  left: 0;
  right: 0;
  height: 8px;
  background-color: #ffef3e;
  transition: background-color 0.25s;
  z-index: -1;
}
.piece_page__content a:hover {
  background-color: transparent;
}
.piece_page__content a:hover:after {
  background-color: #f5d41d;
}
.piece_page__content li,
.piece_page__content ol {
  display: inline-block;
  width: 100%;
  margin: 10px 0;
  font: normal 400 100% "Montserrat", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  line-height: 2.4rem;
  color: #141414;
}
@media screen and (min-width: 1367px) {
  .piece_page__content li,
  .piece_page__content ol {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 32px;
    line-height: 3.2rem;
  }
}
.piece_page__content ul, .piece_page__content ol {
  margin: 0;
  padding: 0 20px;
  box-sizing: border-box;
}
@media screen and (min-width: 1024px) {
  .piece_page__content ul, .piece_page__content ol {
    padding: 0 0 0 22px;
  }
}
@media screen and (min-width: 1367px) {
  .piece_page__content ul, .piece_page__content ol {
    margin: 4px 0 0;
  }
}
.piece_page__content ul li,
.piece_page__content ol li {
  display: list-item;
  margin: 0;
  padding: 10px 10px 5px;
}
@media screen and (min-width: 1024px) {
  .piece_page__content ul li,
  .piece_page__content ol li {
    padding: 12px 20px 3px;
  }
}
.piece_page__content ul {
  list-style: none;
  padding-left: 0;
}
.piece_page__content ul li {
  position: relative;
  z-index: 1;
  padding: 12px 20px 0 29px;
}
@media screen and (min-width: 1024px) {
  .piece_page__content ul li {
    padding: 12px 20px 3px 29px;
  }
}
.piece_page__content ul li:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 22px;
  left: 1px;
  background-color: #a3a3a3;
  border-radius: 100%;
  width: 4px;
  height: 4px;
  display: inline-block;
}
@media screen and (min-width: 1367px) {
  .piece_page__content ul li:before {
    top: 26px;
    left: 2px;
  }
}
.piece_page .main_tile__label {
  padding: 18px 0 17px;
}
@media screen and (min-width: 1367px) {
  .piece_page .main_tile__label {
    padding: 31px 0;
  }
}
.piece_page__inner_wrap {
  text-align: center;
}
.piece_page__image {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26), 0 2px 8px rgba(0, 0, 0, 0.13);
  display: inline-block;
}
.piece_page__image img {
  display: block;
  width: 100%;
  max-width: 256px;
  height: auto;
}
@media screen and (min-width: 1367px) {
  .piece_page__image img {
    max-width: 402px;
  }
}
.piece_page__controls_wrap {
  text-align: center;
}
.piece_page .social_share--print .social_share__btn {
  margin: 0 0 0 8px;
}
.piece_page .social_share__inner_wrap {
  display: inline-block;
}
.piece_page .social_share--piece_page_bottom {
  margin: 14px 0 16px 0;
}
@media screen and (min-width: 1367px) {
  .piece_page .social_share--piece_page_bottom {
    margin: 19px 0;
  }
}
.piece_page__paginator {
  position: relative;
}
.piece_page__paginator .paginator {
  padding: 10px 0;
  background: #f0f0f0;
}
@media screen and (min-width: 1367px) {
  .piece_page__paginator .paginator {
    padding: 11px 0 10px;
  }
}
.piece_page__paginator .paginator__input {
  display: none;
  visibility: hidden;
}
.piece_page__paginator .calendar {
  position: absolute;
  z-index: 2;
  bottom: 100%;
  left: 50%;
  margin-bottom: 61px;
  margin-left: -150px;
  width: 300px;
  display: none;
  visibility: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26), 0 2px 8px rgba(0, 0, 0, 0.13);
  background: #fff;
}
@media screen and (min-width: 1024px) {
  .piece_page__paginator .calendar {
    margin-bottom: -2px;
  }
}
.piece_page__paginator .cal__table {
  background: #fff;
}
.piece_page__paginator .cal__row {
  border-top: none;
}
.piece_page__paginator .cal__row > a {
  height: 40px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #a3a3a3;
}
.piece_page__paginator .cal__row > a.today {
  color: #ffef3e;
}
.piece_page__paginator .cal__row > a.today::before {
  width: 28px;
  height: 28px;
  margin-left: -14px;
  background: #141414;
}
.piece_page__paginator .paginator__input:checked + .calendar {
  display: block;
  visibility: visible;
}
.piece_page__paginator .paginator__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.piece_page__paginator .paginator__link {
  box-sizing: border-box;
  display: block;
  height: 40px;
  font: normal 500 100% "Fira Mono", monospace;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 32px;
  line-height: 3.2rem;
  letter-spacing: 0.05em;
  color: #141414;
  text-transform: uppercase;
}
.piece_page__paginator .paginator__link--disabled {
  color: #a3a3a3;
  cursor: default;
}
.piece_page__paginator .paginator__link span {
  position: relative;
  top: -5px;
  left: -11px;
  display: none;
}
@media screen and (min-width: 1024px) {
  .piece_page__paginator .paginator__link span {
    display: inline-block;
  }
}
.piece_page__paginator .paginator__item {
  width: auto;
  height: 40px;
  display: inline-block;
}
.piece_page__paginator .paginator__item--prev {
  float: left;
}
.piece_page__paginator .paginator__item--next {
  float: right;
}
.piece_page__paginator .paginator__item--next span {
  left: 14px;
}
.piece_page__paginator .paginator__icon {
  padding-left: 1px;
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 40px;
  line-height: 4rem;
  text-align: center;
}
.piece_page__paginator .paginator__calendar {
  box-sizing: border-box;
  margin-left: 1px;
  padding: 11px 13px 11px;
  height: 40px;
  width: auto;
  border: 2px solid #cccccc;
  background: #fff;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .piece_page__paginator .paginator__calendar {
    padding: 12px 13px 10px;
  }
}
@media screen and (min-width: 1367px) {
  .piece_page__paginator .paginator__calendar {
    margin-left: -2px;
  }
}
.piece_page__paginator .paginator__calendar_wrap label {
  margin: 0;
  font: normal 500 100% "Fira Mono", monospace;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  line-height: 1.4rem;
  color: #a3a3a3;
  text-transform: uppercase;
}
.piece_page__paginator .paginator__calendar_wrap label span {
  color: #141414;
  margin-left: 2px;
}
.piece_page__paginator .paginator__calendar_wrap--disabled label span {
  color: #a3a3a3;
}

/* Refactoring komentara */
.single_comment--th_autostart .single_comment__user_link {
  display: inline;
}
.single_comment--th_autostart .single_comment__user_figure {
  position: relative;
  width: 40px;
  height: 40px;
  margin: 0;
  float: left;
}
@media screen and (min-width: 1367px) {
  .single_comment--th_autostart .single_comment__user_figure {
    width: 64px;
    height: 64px;
  }
}
.single_comment--th_autostart .single_comment__user_figure img {
  display: block;
  width: 100%;
  height: auto;
}
.single_comment--th_autostart .single_comment__user_name {
  display: inline-block;
  margin: 0 12px 0 0;
  font: normal 700 100% "Fira Mono", monospace;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: -0.01em;
  color: #141414;
}
.single_comment--th_autostart .single_comment__user_name:hover {
  color: rgba(20, 20, 20, 0.7);
}
@media screen and (min-width: 1024px) {
  .single_comment--th_autostart .single_comment__user_name {
    margin: 0 16px 0 0;
  }
}
@media screen and (min-width: 1367px) {
  .single_comment--th_autostart .single_comment__user_name {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 21px;
    line-height: 2.1rem;
  }
}
.single_comment--th_autostart .single_comment__time {
  display: block;
  margin: 6px 0 0 0;
  font: normal 400 100% "Fira Mono", monospace;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 11px;
  line-height: 1.1rem;
  color: #a3a3a3;
  text-transform: uppercase;
}
@media screen and (min-width: 1367px) {
  .single_comment--th_autostart .single_comment__time {
    display: inline-block;
    margin: 0;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 12px;
    line-height: 1.2rem;
  }
}
.single_comment--th_autostart .single_comment__content_wrap {
  padding: 1px 0 0 52px;
  margin: 0;
  word-wrap: break-word;
}
@media screen and (min-width: 1367px) {
  .single_comment--th_autostart .single_comment__content_wrap {
    padding: 4px 0 0 89px;
  }
}
.single_comment--th_autostart .single_comment__content {
  margin: 15px 0 0 -52px;
  font: normal 400 100% "Montserrat", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 20px;
  line-height: 2rem;
}
@media screen and (min-width: 1367px) {
  .single_comment--th_autostart .single_comment__content {
    margin: 6px 0 0 0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    line-height: 2.4rem;
  }
}
.single_comment--th_autostart .single_comment__content span {
  display: inline;
}
.single_comment--th_autostart .single_comment__show_more {
  display: inline;
  font: normal 700 100% "Montserrat", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 20px;
  line-height: 2rem;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .single_comment--th_autostart .single_comment__show_more {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    line-height: 2.4rem;
  }
}
.paginacija_anchor {
  display: block;
  height: 0;
  opacity: 0;
  position: relative;
  top: -140px;
  width: 100%;
}

.thread_teaser--th_autostart .thread_teaser__header {
  position: relative;
  border-top: 4px solid #cccccc;
}
@media screen and (min-width: 1024px) {
  .thread_teaser--th_autostart .thread_teaser__header {
    margin: 0;
  }
}
.thread_teaser--th_autostart .thread_teaser__label {
  padding: 18px 0 11px;
  margin: 0;
  font: normal 700 100% "Fira Mono", monospace;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (min-width: 1367px) {
  .thread_teaser--th_autostart .thread_teaser__label {
    padding: 31px 0 30px;
    font-size: 20px;
    font-size: 2rem;
  }
}
.thread_teaser--th_autostart .thread_teaser__label span {
  position: relative;
  padding: 0 0 0 20px;
}
@media screen and (min-width: 1367px) {
  .thread_teaser--th_autostart .thread_teaser__label span {
    padding: 0 0 0 27px;
  }
}
.thread_teaser--th_autostart .thread_teaser__label span:before {
  position: absolute;
  top: -3px;
  left: -3px;
  content: "\e924";
  font-size: 22px;
  font-size: 2.2rem;
  color: #ee1e1f;
}
@media screen and (min-width: 1367px) {
  .thread_teaser--th_autostart .thread_teaser__label span:before {
    top: -5px;
    left: -10px;
    font-size: 34px;
    font-size: 3.4rem;
  }
}
.thread_teaser--th_autostart .thread_teaser__label small {
  font: normal 400 100% "Fira Mono", monospace;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1367px) {
  .thread_teaser--th_autostart .thread_teaser__label small {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (min-width: 1367px) {
  .thread_teaser--th_autostart.is_authenticated.has_posts .thread_teaser__label, .thread_teaser--th_autostart.not_authenticated.has_posts .thread_teaser__label {
    padding: 31px 0 31px 28px;
    text-align: left;
  }
}
body.no_comments .thread_teaser--th_autostart .thread_teaser__info {
  margin: 0 !important;
}
.thread_teaser--th_autostart .thread_teaser__header_btn_wrap {
  position: relative;
  margin: 5px 0 0;
  text-align: center;
}
@media screen and (min-width: 1367px) {
  .thread_teaser--th_autostart .thread_teaser__header_btn_wrap {
    position: absolute;
    top: 23px;
    right: 28px;
    display: inline-block;
    margin: 0;
  }
}
.thread_teaser--th_autostart .thread_teaser__header_btn_wrap:before {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  height: 4px;
  margin: auto;
  background-color: #cccccc;
}
@media screen and (min-width: 1367px) {
  .thread_teaser--th_autostart .thread_teaser__header_btn_wrap:before {
    display: none;
  }
}
.thread_teaser--th_autostart .thread_teaser__header_btn_wrap .btn {
  width: 221px;
}
.thread_teaser--th_autostart .btn--read_all {
  padding: 0 17px;
  float: right;
  line-height: 22px;
  line-height: 2.2rem;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .thread_teaser--th_autostart .btn--read_all {
    line-height: 24px;
    line-height: 2.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .thread_teaser--th_autostart .btn--read_all {
    padding: 0 17px;
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 1367px) {
  .thread_teaser--th_autostart .btn--read_all {
    margin: 0 8px 0 0;
  }
}
.thread_teaser--th_autostart .thread_teaser__comments_wrap {
  clear: both;
}
.thread_teaser--th_autostart .thread_teaser__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border-bottom: 1px solid #e0e0e0;
}
.thread_teaser--th_autostart .thread_teaser__list_item {
  padding: 20px 0 18px;
  border-top: 1px solid #e0e0e0;
}
@media screen and (min-width: 1024px) {
  .thread_teaser--th_autostart .thread_teaser__list_item {
    padding: 20px 0 18px;
  }
}
@media screen and (min-width: 1367px) {
  .thread_teaser--th_autostart .thread_teaser__list_item {
    padding: 24px 0;
  }
}
.thread_teaser--th_autostart .thread_teaser__list_item:first-child {
  margin: 0;
  border: none;
}
@media screen and (min-width: 1367px) {
  .thread_teaser--th_autostart .thread_teaser__list_item:first-child {
    padding: 0 0 24px;
  }
}
@media screen and (min-width: 1367px) {
  .thread_teaser--th_autostart.is_authenticated.has_posts .thread_teaser__comments_wrap {
    padding: 0 28px;
  }
}
.thread_teaser--th_autostart.is_authenticated.has_posts .thread_teaser__btn_wrap {
  text-align: center;
  margin: 18px 0 0;
}
@media screen and (min-width: 1367px) {
  .thread_teaser--th_autostart.is_authenticated.has_posts .thread_teaser__btn_wrap {
    margin: 29px 0 0;
  }
}
@media screen and (max-width: 1023px) {
  .thread_teaser--th_autostart.is_authenticated.has_posts .thread_teaser__btn_wrap .btn--comment {
    width: 288px;
  }
}
.thread_teaser--th_autostart.is_authenticated.has_posts .thread_teaser__info {
  margin: 18px 0 0;
}
@media screen and (min-width: 1367px) {
  .thread_teaser--th_autostart.is_authenticated.has_posts .thread_teaser__info {
    margin: 27px 0 0;
  }
}
.thread_teaser--th_autostart.is_authenticated.has_posts .thread_teaser__message {
  margin: 0;
  font: italic 900 100% "Montserrat", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 28px;
  line-height: 2.8rem;
  text-align: center;
}
@media screen and (min-width: 1367px) {
  .thread_teaser--th_autostart.is_authenticated.has_posts .thread_teaser__message {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 36px;
    line-height: 3.6rem;
  }
}
@media screen and (min-width: 1367px) {
  .thread_teaser--th_autostart.not_authenticated.has_posts .thread_teaser__comments_wrap {
    padding: 0 28px;
  }
}
.thread_teaser--th_autostart.not_authenticated.has_posts .thread_teaser__btn_wrap {
  text-align: center;
  margin: 18px 0 0;
  font-size: 0px;
  font-size: 0rem;
}
@media screen and (min-width: 1367px) {
  .thread_teaser--th_autostart.not_authenticated.has_posts .thread_teaser__btn_wrap {
    margin: 29px 0 0;
  }
}
@media screen and (max-width: 1023px) {
  .thread_teaser--th_autostart.not_authenticated.has_posts .thread_teaser__btn_wrap .btn--comment {
    width: 288px;
  }
}
.thread_teaser--th_autostart.not_authenticated.has_posts .thread_teaser__info {
  margin: 19px 0 0;
}
@media screen and (min-width: 1367px) {
  .thread_teaser--th_autostart.not_authenticated.has_posts .thread_teaser__info {
    margin: 27px 0 0;
  }
}
.thread_teaser--th_autostart.not_authenticated.has_posts .thread_teaser__message {
  padding: 0 15px;
  margin: -1px 0 0;
  font: italic 900 100% "Montserrat", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 28px;
  line-height: 2.8rem;
  text-align: center;
}
@media screen and (min-width: 1367px) {
  .thread_teaser--th_autostart.not_authenticated.has_posts .thread_teaser__message {
    padding: 0;
    margin: 0;
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 36px;
    line-height: 3.6rem;
  }
}
.thread_teaser--th_autostart.not_authenticated.has_posts .thread_teaser__description {
  margin: 13px 0 0;
  font: normal 400 100% "Montserrat", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  line-height: 2.4rem;
  text-align: center;
}
@media screen and (min-width: 1367px) {
  .thread_teaser--th_autostart.not_authenticated.has_posts .thread_teaser__description {
    margin: 19px 0 0;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 32px;
    line-height: 3.2rem;
  }
}
.thread_teaser--th_autostart.not_authenticated.has_posts .thread_teaser__btn_wrap {
  width: 288px;
  margin: 17px auto 0;
  font-size: 0px;
  font-size: 0rem;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .thread_teaser--th_autostart.not_authenticated.has_posts .thread_teaser__btn_wrap {
    width: 100%;
  }
}
@media screen and (min-width: 1367px) {
  .thread_teaser--th_autostart.not_authenticated.has_posts .thread_teaser__btn_wrap {
    margin: 22px 0 0;
  }
}
@media screen and (max-width: 1023px) {
  .thread_teaser--th_autostart.not_authenticated.has_posts .thread_teaser__btn_wrap .btn--login {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .thread_teaser--th_autostart.not_authenticated.has_posts .thread_teaser__btn_wrap .btn--login {
    display: inline-block;
    width: auto;
    float: left;
    padding-left: 14px;
    padding-right: 14px;
  }
}
.thread_teaser--th_autostart.not_authenticated.has_posts .thread_teaser__btn_wrap .btn--fb_login {
  float: left;
}
@media screen and (min-width: 1024px) {
  .thread_teaser--th_autostart.not_authenticated.has_posts .thread_teaser__btn_wrap .btn--fb_login {
    display: inline-block;
  }
}
.thread_teaser--th_autostart.not_authenticated.has_posts .thread_teaser__btn_wrap .btn--gl_login {
  float: right;
}
@media screen and (min-width: 1024px) {
  .thread_teaser--th_autostart.not_authenticated.has_posts .thread_teaser__btn_wrap .btn--gl_login {
    display: inline-block;
    float: left;
    margin: 0 0 0 16px;
  }
}
@media screen and (min-width: 1024px) {
  .thread_teaser--th_autostart.not_authenticated.has_posts .thread_teaser__btn_inner {
    font-size: 0px;
    font-size: 0rem;
    display: inline-block;
  }
}
.thread_teaser--th_autostart.not_authenticated.has_posts .thread_teaser__button_separator {
  position: relative;
  display: block;
  margin: 19px 0 18px;
  font: normal 400 100% "Fira Mono", monospace;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 11px;
  line-height: 1.1rem;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .thread_teaser--th_autostart.not_authenticated.has_posts .thread_teaser__button_separator {
    display: inline-block;
    float: left;
    padding: 0 15px;
    margin: 0 8px;
    line-height: 40px;
    line-height: 4rem;
  }
}
.thread_teaser--th_autostart.not_authenticated.has_posts .thread_teaser__button_separator:after, .thread_teaser--th_autostart.not_authenticated.has_posts .thread_teaser__button_separator:before {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 2px;
  height: 1px;
  width: 44%;
  margin: auto;
  background-color: #e0e0e0;
}
@media screen and (min-width: 1024px) {
  .thread_teaser--th_autostart.not_authenticated.has_posts .thread_teaser__button_separator:after, .thread_teaser--th_autostart.not_authenticated.has_posts .thread_teaser__button_separator:before {
    width: 8px;
    top: 0;
  }
}
.thread_teaser--th_autostart.not_authenticated.has_posts .thread_teaser__button_separator:after {
  left: 0;
}
.thread_teaser--th_autostart.not_authenticated.has_posts .thread_teaser__button_separator:before {
  right: 0;
}
.thread_teaser--th_autostart.is_authenticated.no_posts .thread_teaser__btn_wrap {
  margin: 17px auto 0;
  font-size: 0px;
  font-size: 0rem;
  text-align: center;
}
@media screen and (min-width: 1367px) {
  .thread_teaser--th_autostart.is_authenticated.no_posts .thread_teaser__btn_wrap {
    margin: 22px 0 0;
  }
}
@media screen and (max-width: 1023px) {
  .thread_teaser--th_autostart.is_authenticated.no_posts .thread_teaser__btn_wrap .btn--comment {
    width: 288px;
  }
}
.thread_teaser--th_autostart.is_authenticated.no_posts .thread_teaser__message {
  padding: 0 15px;
  margin: -1px 0 0;
  font: italic 900 100% "Montserrat", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 28px;
  line-height: 2.8rem;
  text-align: center;
}
@media screen and (min-width: 1367px) {
  .thread_teaser--th_autostart.is_authenticated.no_posts .thread_teaser__message {
    margin: 0;
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 36px;
    line-height: 3.6rem;
  }
}
.thread_teaser--th_autostart.is_authenticated.no_posts .thread_teaser__description {
  margin: 13px 0 0;
  font: normal 400 100% "Montserrat", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  line-height: 2.4rem;
  text-align: center;
}
@media screen and (min-width: 1367px) {
  .thread_teaser--th_autostart.is_authenticated.no_posts .thread_teaser__description {
    margin: 19px 0 0;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 32px;
    line-height: 3.2rem;
  }
}
.thread_teaser--th_autostart.not_authenticated.no_posts .thread_teaser__message {
  padding: 0 15px;
  margin: -1px 0 0;
  font: italic 900 100% "Montserrat", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 28px;
  line-height: 2.8rem;
  text-align: center;
}
@media screen and (min-width: 1367px) {
  .thread_teaser--th_autostart.not_authenticated.no_posts .thread_teaser__message {
    margin: 0;
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 36px;
    line-height: 3.6rem;
  }
}
.thread_teaser--th_autostart.not_authenticated.no_posts .thread_teaser__description {
  margin: 13px 0 0;
  font: normal 400 100% "Montserrat", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  line-height: 2.4rem;
  text-align: center;
}
@media screen and (min-width: 1367px) {
  .thread_teaser--th_autostart.not_authenticated.no_posts .thread_teaser__description {
    margin: 19px 0 0;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 32px;
    line-height: 3.2rem;
  }
}
.thread_teaser--th_autostart.not_authenticated.no_posts .thread_teaser__btn_wrap {
  width: 288px;
  margin: 17px auto 0;
  font-size: 0px;
  font-size: 0rem;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .thread_teaser--th_autostart.not_authenticated.no_posts .thread_teaser__btn_wrap {
    width: 100%;
  }
}
@media screen and (min-width: 1367px) {
  .thread_teaser--th_autostart.not_authenticated.no_posts .thread_teaser__btn_wrap {
    margin: 22px 0 0;
  }
}
@media screen and (max-width: 1023px) {
  .thread_teaser--th_autostart.not_authenticated.no_posts .thread_teaser__btn_wrap .btn--login {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .thread_teaser--th_autostart.not_authenticated.no_posts .thread_teaser__btn_wrap .btn--login {
    display: inline-block;
    width: auto;
    float: left;
    padding: 9px 15px;
  }
}
@media screen and (min-width: 1024px) {
  .thread_teaser--th_autostart.not_authenticated.no_posts .thread_teaser__btn_wrap .btn--login {
    padding-left: 14px;
    padding-right: 14px;
  }
}
.thread_teaser--th_autostart.not_authenticated.no_posts .thread_teaser__btn_wrap .btn--fb_login {
  float: left;
}
@media screen and (min-width: 1024px) {
  .thread_teaser--th_autostart.not_authenticated.no_posts .thread_teaser__btn_wrap .btn--fb_login {
    display: inline-block;
  }
}
.thread_teaser--th_autostart.not_authenticated.no_posts .thread_teaser__btn_wrap .btn--gl_login {
  float: right;
}
@media screen and (min-width: 1024px) {
  .thread_teaser--th_autostart.not_authenticated.no_posts .thread_teaser__btn_wrap .btn--gl_login {
    display: inline-block;
    float: left;
    margin: 0 0 0 16px;
  }
}
@media screen and (min-width: 1024px) {
  .thread_teaser--th_autostart.not_authenticated.no_posts .thread_teaser__btn_inner {
    font-size: 0px;
    font-size: 0rem;
    display: inline-block;
  }
}
.thread_teaser--th_autostart.not_authenticated.no_posts .thread_teaser__button_separator {
  position: relative;
  display: block;
  margin: 19px 0 18px;
  font: normal 400 100% "Fira Mono", monospace;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 11px;
  line-height: 1.1rem;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .thread_teaser--th_autostart.not_authenticated.no_posts .thread_teaser__button_separator {
    display: inline-block;
    float: left;
    padding: 0 15px;
    margin: 0 8px;
    line-height: 40px;
    line-height: 4rem;
  }
}
.thread_teaser--th_autostart.not_authenticated.no_posts .thread_teaser__button_separator:after, .thread_teaser--th_autostart.not_authenticated.no_posts .thread_teaser__button_separator:before {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  height: 1px;
  width: 44%;
  margin: auto;
  background-color: #e0e0e0;
}
@media screen and (min-width: 1024px) {
  .thread_teaser--th_autostart.not_authenticated.no_posts .thread_teaser__button_separator:after, .thread_teaser--th_autostart.not_authenticated.no_posts .thread_teaser__button_separator:before {
    width: 8px;
    top: -1px;
  }
}
.thread_teaser--th_autostart.not_authenticated.no_posts .thread_teaser__button_separator:after {
  left: 0;
}
.thread_teaser--th_autostart.not_authenticated.no_posts .thread_teaser__button_separator:before {
  right: 0;
}

.thread--th_autostart {
  padding: 0 16px;
}
@media screen and (min-width: 540px) {
  .thread--th_autostart {
    padding: 0 20px;
  }
}
@media screen and (min-width: 1024px) {
  .thread--th_autostart {
    padding: 0;
  }
}
.thread--th_autostart .article__back {
  position: relative;
  z-index: 1;
  display: inline-block;
  height: 40px;
  float: left;
  font: normal 500 100% "Fira Mono", monospace;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 40px;
  line-height: 4rem;
  color: #141414;
  text-transform: uppercase;
}
@media screen and (min-width: 1367px) {
  .thread--th_autostart .article__back {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.thread--th_autostart .article__back span {
  position: relative;
  padding: 0 0 0 12px;
}
@media screen and (min-width: 1024px) {
  .thread--th_autostart .article__back span {
    padding: 0 0 0 14px;
  }
}
@media screen and (min-width: 1367px) {
  .thread--th_autostart .article__back span {
    padding: 0 0 0 18px;
  }
}
.thread--th_autostart .article__back span:before {
  content: " ";
  position: absolute;
  z-index: -1;
  bottom: -1px;
  left: -2px;
  right: 0;
  height: 8px;
  background-color: #ffef3e;
  transition: background-color 0.25s;
}
@media screen and (min-width: 1024px) {
  .thread--th_autostart .article__back span:before {
    left: 0;
  }
}
@media screen and (min-width: 1367px) {
  .thread--th_autostart .article__back span:before {
    bottom: 0;
  }
}
.thread--th_autostart .article__back span .icon {
  position: absolute;
  left: -7px;
  display: inline-block;
  font-size: 20px;
  font-size: 2rem;
  line-height: 38px;
  line-height: 3.8rem;
}
@media screen and (min-width: 1024px) {
  .thread--th_autostart .article__back span .icon {
    left: -5px;
  }
}
@media screen and (min-width: 1367px) {
  .thread--th_autostart .article__back span .icon {
    left: -8px;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 40px;
    line-height: 4rem;
  }
}
.thread--th_autostart .article__back:hover span:before {
  background-color: #f5d41d;
}
.thread--th_autostart .thread__article_views {
  float: right;
  font: normal 500 100% "Fira Mono", monospace;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 40px;
  line-height: 4rem;
  color: #a3a3a3;
  text-transform: uppercase;
}
@media screen and (min-width: 1367px) {
  .thread--th_autostart .thread__article_views {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.thread--th_autostart .article__header {
  clear: both;
}
.thread--th_autostart .article__title {
  margin: 0 !important;
}
.thread--th_autostart .main_tile__label {
  padding: 18px 0 11px;
  margin: 0;
  font: normal 700 100% "Fira Mono", monospace;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (min-width: 1367px) {
  .thread--th_autostart .main_tile__label {
    padding: 31px 0 30px;
    font-size: 20px;
    font-size: 2rem;
    text-align: left;
  }
}
@media screen and (min-width: 1367px) {
  body.no_comments .thread--th_autostart .main_tile__label {
    text-align: center;
  }
}
.thread--th_autostart .main_tile__label span {
  position: relative;
  padding: 0 0 0 20px;
}
@media screen and (min-width: 1367px) {
  .thread--th_autostart .main_tile__label span {
    padding: 0 0 0 27px;
  }
}
.thread--th_autostart .main_tile__label span:before {
  position: absolute;
  top: -3px;
  left: -3px;
  content: "\e924";
  font-size: 22px;
  font-size: 2.2rem;
  color: #ee1e1f;
}
@media screen and (min-width: 1367px) {
  .thread--th_autostart .main_tile__label span:before {
    top: -5px;
    left: -10px;
    font-size: 34px;
    font-size: 3.4rem;
  }
}
.thread--th_autostart .main_tile__label small {
  font: normal 400 100% "Fira Mono", monospace;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1367px) {
  .thread--th_autostart .main_tile__label small {
    font-size: 20px;
    font-size: 2rem;
  }
}
.thread--th_autostart .thread__content {
  margin: 1px 0 0 0;
}
@media screen and (min-width: 1024px) {
  .thread--th_autostart .thread__content {
    margin: 20px 0 0 0;
  }
}
@media screen and (min-width: 1367px) {
  .thread--th_autostart .thread__content {
    margin: 0;
    position: relative;
  }
}
.thread--th_autostart .thread__postbox_warning {
  position: fixed;
  z-index: 9999;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  transition: all 0.3s ease-out 0.2s;
  transform: translateY(100%);
}
@media screen and (min-width: 1024px) {
  .thread--th_autostart .thread__postbox_warning {
    width: 980px;
  }
}
@media screen and (min-width: 1024px) {
  .thread--th_autostart .thread__postbox_warning {
    width: 1280px;
  }
}
.thread--th_autostart .thread__postbox_warning.is_open {
  transform: translateY(0);
}
.thread--th_autostart .thread__postbox_warning p {
  box-sizing: border-box;
  max-width: 540px;
  padding: 17px 16px 19px;
  margin: 0 auto;
  background-color: #474747;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 20px;
  line-height: 2rem;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .thread--th_autostart .thread__postbox_warning p {
    width: 640px;
    max-width: none;
    padding: 31px 41px 33px;
    margin: 0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    line-height: 2.4rem;
  }
}
@media screen and (min-width: 1367px) {
  .thread--th_autostart .thread__postbox_warning p {
    width: 840px;
  }
}
.thread--th_autostart .thread__postbox_warning i {
  position: relative;
  top: 6px;
  margin: 0 10px 0 0;
  font-size: 30px;
  font-size: 3rem;
  line-height: 25px;
  line-height: 2.5rem;
  color: #141414;
}
.thread--th_autostart .thread__invite {
  position: relative;
  padding: 0 0 21px;
}
.thread--th_autostart .thread__invite:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  margin: auto;
  background-color: #e0e0e0;
}
@media screen and (min-width: 1024px) {
  .thread--th_autostart .thread__invite:after {
    left: 20px;
    right: 20px;
  }
}
@media screen and (min-width: 1367px) {
  .thread--th_autostart .thread__invite:after {
    left: 28px;
    right: 28px;
  }
}
.thread--th_autostart .thread__invite_message {
  padding: 0 15px;
  margin: -1px 0 0;
  font: italic 900 100% "Montserrat", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 28px;
  line-height: 2.8rem;
  text-align: center;
}
@media screen and (min-width: 1367px) {
  .thread--th_autostart .thread__invite_message {
    margin: 0;
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 36px;
    line-height: 3.6rem;
  }
}
.thread--th_autostart .thread__invite_description {
  margin: 13px 0 0;
  font: normal 400 100% "Montserrat", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  line-height: 2.4rem;
  text-align: center;
}
@media screen and (min-width: 1367px) {
  .thread--th_autostart .thread__invite_description {
    margin: 19px 0 0;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 32px;
    line-height: 3.2rem;
  }
}
.thread--th_autostart .thread__order_wrap {
  position: relative;
  text-align: center;
  font-size: 0px;
  font-size: 0rem;
}
@media screen and (min-width: 1024px) {
  .thread--th_autostart .thread__order_wrap {
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 1367px) {
  .thread--th_autostart .thread__order_wrap {
    position: absolute;
    top: 23px;
    right: 21px;
  }
}
.thread--th_autostart .thread__order_wrap:before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  margin: auto;
  background-color: #cccccc;
}
@media screen and (min-width: 1367px) {
  .thread--th_autostart .thread__order_wrap:before {
    display: none;
  }
}
.thread--th_autostart .thread__show_answers {
  display: none;
}
@media screen and (min-width: 1024px) {
  .thread--th_autostart .thread__show_answers {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 221px;
    padding: 8px 0 10px;
    margin: 0 8px;
  }
}
.thread--th_autostart .fake_form_select__wrap {
  display: inline-block;
  width: auto;
  text-align: center;
  float: none;
}
@media screen and (min-width: 1024px) {
  .thread--th_autostart .fake_form_select__wrap {
    margin: 0 8px;
  }
}
.thread--th_autostart .fake_form_select__list_wrap {
  box-sizing: border-box;
  display: inline-block;
  height: 40px;
  border: 2px solid #cccccc;
  background-color: #f0f0f0;
}
.thread--th_autostart .fake_form_select__list {
  top: -2px;
  left: -2px;
  right: -2px;
  border-radius: 0;
  padding: 2px 0;
}
.thread--th_autostart .fake_form_select__item {
  font: normal 500 100% "Fira Mono", monospace;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 36px;
  line-height: 3.6rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: left;
}
.thread--th_autostart .fake_form_select__item:hover, .thread--th_autostart .fake_form_select__item.is_active {
  background-color: #f0f0f0;
}
.thread--th_autostart .fake_form_select__icon {
  width: 36px;
  height: 36px;
}
.thread--th_autostart .fake_form_select__icon .icon {
  width: 36px;
  height: 36px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 32px;
  line-height: 3.2rem;
  color: #919191;
}
.thread--th_autostart .fake_form_select__btn {
  display: inline-block;
  margin: 0;
  padding: 0 80px 0 12px;
  font: normal 500 100% "Fira Mono", monospace;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 36px;
  line-height: 3.6rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .thread--th_autostart .fake_form_select__btn {
    line-height: 38px;
    line-height: 3.8rem;
  }
}
.thread--th_autostart .single_comment__interaction {
  margin: 7px 0 0;
}
@media screen and (min-width: 1367px) {
  .thread--th_autostart .single_comment__interaction {
    padding: 0 0 0 88px;
    margin: 6px 0 0;
  }
}
.thread--th_autostart .single_comment__reply_btn {
  position: relative;
  z-index: 1;
  display: inline-block;
  font: normal 500 100% "Fira Mono", monospace;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  line-height: 2.4rem;
  color: #141414;
  cursor: pointer;
}
.thread--th_autostart .single_comment__reply_btn:before {
  content: " ";
  position: absolute;
  bottom: 4px;
  left: 0;
  right: 0;
  z-index: -1;
  height: 8px;
  background-color: #ebebeb;
}
.thread--th_autostart .single_comment__reply_btn.is_active:before {
  background-color: #ffef3e;
}
@media screen and (min-width: 1024px) {
  .thread--th_autostart .single_comment__reply_btn:hover:before {
    background-color: #ffef3e;
  }
}
.thread--th_autostart .single_comment__toggle_reply {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0 0 0 29px;
  font: normal 700 100% "Fira Mono", monospace;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  line-height: 2.4rem;
  color: #141414;
  cursor: pointer;
}
.thread--th_autostart .single_comment__toggle_reply:before {
  content: " ";
  position: absolute;
  bottom: 4px;
  left: 0;
  right: 0;
  z-index: -1;
  height: 8px;
  background-color: #ebebeb;
}
.thread--th_autostart .single_comment__toggle_reply .icon {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 5px 0 0;
  font-size: 24px;
  font-size: 2.4rem;
}
.thread--th_autostart .single_comment__toggle_reply.is_active:before {
  background-color: #ffef3e;
}
@media screen and (min-width: 1024px) {
  .thread--th_autostart .single_comment__toggle_reply:hover:before {
    background-color: #ffef3e;
  }
}
.thread--th_autostart .single_comment__reply_btn + .single_comment__toggle_reply {
  margin: 0 0 0 17px;
}
.thread--th_autostart .single_comment__flag {
  position: absolute;
  top: 0;
  right: 0;
  color: #f0f0f0;
  transition: color 0.25s;
}
.thread--th_autostart .single_comment__flag:hover {
  color: pink;
}
@media screen and (min-width: 1024px) {
  .thread--th_autostart .single_comment__flag {
    display: inline;
    position: relative;
  }
}
.thread--th_autostart .single_comment__flag.btn--invert {
  color: pink;
}
.thread--th_autostart .single_comment__flag .icon {
  font-size: 16px;
  font-size: 1.6rem;
}
.thread--th_autostart .single_comment__upvote,
.thread--th_autostart .single_comment__downvote {
  position: relative;
  display: inline-block;
  color: #a3a3a3;
  text-align: right;
  cursor: pointer;
}
.thread--th_autostart .single_comment__upvote .icon,
.thread--th_autostart .single_comment__downvote .icon {
  display: inline-block;
  width: 24px;
  margin: 0 5px 0 0;
  float: left;
  font-size: 24px;
  font-size: 2.4rem;
  transition: all 0.25s;
}
.thread--th_autostart .single_comment__upvote span,
.thread--th_autostart .single_comment__downvote span {
  display: inline-block;
  float: right;
  font: normal 500 100% "Fira Mono", monospace;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  line-height: 2.4rem;
  transition: all 0.25s;
}
.thread--th_autostart .single_comment__upvote:hover i,
.thread--th_autostart .single_comment__downvote:hover i {
  color: #141414;
}
.thread--th_autostart .single_comment__upvote.user_vote i, .thread--th_autostart .single_comment__upvote.user_vote span,
.thread--th_autostart .single_comment__downvote.user_vote i,
.thread--th_autostart .single_comment__downvote.user_vote span {
  color: #141414;
}
.thread--th_autostart .single_comment__upvote {
  margin: 0 13px 0 0;
}
@media screen and (min-width: 1024px) {
  .thread--th_autostart .single_comment__upvote {
    margin: 0 14px 0 0;
    transition: color 0.25s;
  }
}
.thread--th_autostart .thread__pagination_separator {
  height: 1px;
  background-color: #e0e0e0;
}
body.no_comments .thread--th_autostart .pagination__wrap {
  display: none;
}
.thread--th_autostart .pagination__wrap--upper {
  margin: 20px -16px 0;
}
@media screen and (min-width: 540px) {
  .thread--th_autostart .pagination__wrap--upper {
    margin: 20px -20px 0;
  }
}
@media screen and (min-width: 1024px) {
  .thread--th_autostart .pagination__wrap--upper {
    margin: 0;
  }
}
.thread--th_autostart .pagination__wrap--upper .pagination {
  margin: 0;
}
.thread--th_autostart .pagination__wrap--lower {
  margin: 24px -16px 0;
}
@media screen and (min-width: 540px) {
  .thread--th_autostart .pagination__wrap--lower {
    margin: 24px -20px 0;
  }
}
@media screen and (min-width: 1024px) {
  .thread--th_autostart .pagination__wrap--lower {
    margin: 24px 0 0;
  }
}
.thread--th_autostart .pagination__wrap--lower .pagination {
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .thread--th_autostart .pagination__wrap .pagination {
    border-radius: 0;
  }
}
@media screen and (min-width: 1024px) {
  .thread--th_autostart .pagination__wrap .pagination__item--next .pagination__link,
  .thread--th_autostart .pagination__wrap .pagination__item--prev .pagination__link {
    letter-spacing: 0em;
  }
}
.thread--th_autostart .thread__list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media screen and (min-width: 1024px) {
  .thread--th_autostart .thread__list {
    padding: 0 20px;
  }
}
@media screen and (min-width: 1367px) {
  .thread--th_autostart .thread__list {
    padding: 0 28px;
  }
}
.thread--th_autostart .thread__list .single_comment__rating {
  display: inline-block;
  float: right;
  height: 24px;
}
@media screen and (min-width: 1024px) {
  .thread--th_autostart .thread__list .single_comment__rating {
    position: relative;
  }
}
@media screen and (min-width: 1024px) {
  .thread--th_autostart .thread__list .single_comment__rating_inner_wrap {
    display: inline;
  }
}
.thread--th_autostart .thread__sublist {
  display: none;
  box-sizing: border-box;
  height: 0;
  padding: 0 0 0 52px;
  margin: 11px 0 0;
  border-top: 1px solid #e0e0e0;
  overflow: hidden;
}
@media screen and (min-width: 1367px) {
  .thread--th_autostart .thread__sublist {
    padding: 0 0 0 88px;
    margin: 15px 0 0;
  }
}
.thread--th_autostart .thread__sublist.is_visible {
  display: block;
  height: auto;
  opacity: 1;
  overflow: visible;
}
.thread--th_autostart .thread__sublist .single_comment__content_wrap {
  padding: 1px 0 0 52px;
}
@media screen and (min-width: 1367px) {
  .thread--th_autostart .thread__sublist .single_comment__content_wrap {
    padding: 4px 0 0 65px;
  }
}
@media screen and (min-width: 1367px) {
  .thread--th_autostart .thread__sublist .single_comment__user_figure {
    width: 40px;
    height: 40px;
  }
}
.thread--th_autostart .thread__sublist .single_comment__user_name {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .thread--th_autostart .thread__sublist .single_comment__interaction {
    margin: 7px 0 0 -2px;
  }
}
@media screen and (min-width: 1367px) {
  .thread--th_autostart .thread__sublist .single_comment__interaction {
    padding: 0 0 0 65px;
    margin: 8px 0 0 -2px;
  }
}
.thread--th_autostart .thread__sublist .single_comment__rating {
  float: left;
}
.thread--th_autostart .thread__sublist .thread__item:last-child:not(:first-child) {
  border: none;
}
.thread--th_autostart .thread__item {
  position: relative;
  padding: 20px 0 11px 0;
  margin: 0;
  border-bottom: 1px solid #e0e0e0;
}
@media screen and (min-width: 1367px) {
  .thread--th_autostart .thread__item {
    padding: 24px 0 15px 0;
  }
}
.thread--th_autostart .thread__item .single_comment__flag {
  display: none;
  visibility: hidden;
}
.thread--th_autostart .thread__item--reply {
  position: relative;
  box-sizing: border-box;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .thread--th_autostart .thread__item--reply {
    margin: 0;
  }
}
body.user_not_authenticated .thread--th_autostart .thread__item--reply:last-child {
  border: none;
  padding-bottom: 0;
}
.thread--th_autostart .thread__item--reply .single_comment__flag {
  top: -1px;
  right: -12px;
}
@media screen and (min-width: 1024px) {
  .thread--th_autostart .thread__item--reply .single_comment__flag {
    top: 0;
    right: 0;
    margin: 0 18px 0 0;
  }
}
.thread--th_autostart .thread__reply_wrap {
  padding: 20px 0 4px 52px;
}
@media screen and (min-width: 1367px) {
  .thread--th_autostart .thread__reply_wrap {
    padding: 0 0 4px 88px;
    margin: 24px 0 0;
  }
}
.thread--th_autostart .thread__sublist.is_visible + .thread__reply_wrap {
  position: relative;
  padding: 21px 0 4px 52px;
  margin: 0;
}
@media screen and (min-width: 1367px) {
  .thread--th_autostart .thread__sublist.is_visible + .thread__reply_wrap {
    padding: 25px 0 4px 88px;
  }
}
.thread--th_autostart .thread__sublist.is_visible + .thread__reply_wrap:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 52px;
  right: 0;
  height: 1px;
  background-color: #e0e0e0;
}
@media screen and (min-width: 1367px) {
  .thread--th_autostart .thread__sublist.is_visible + .thread__reply_wrap:before {
    left: 88px;
  }
}
.thread--th_autostart .thread__profile_figure {
  position: relative;
  width: 40px;
  height: 40px;
  float: left;
}
.thread--th_autostart .thread__profile_figure img {
  display: block;
  width: 100%;
  height: auto;
}
.thread--th_autostart .thread__reply_content {
  padding: 0 0 0 52px;
}
@media screen and (min-width: 1367px) {
  .thread--th_autostart .thread__reply_content {
    padding: 0 0 0 64px;
  }
}
.thread--th_autostart .thread__reply_counter {
  margin: 7px 0 0;
  font: normal 400 100% "Fira Mono", monospace;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 11px;
  line-height: 1.1rem;
  color: #a3a3a3;
  text-transform: uppercase;
}
@media screen and (min-width: 1367px) {
  .thread--th_autostart .thread__reply_counter {
    display: inline-block;
    margin: 7px 0 0 18px;
  }
}
.thread--th_autostart .thread__reply_user {
  padding: 2px 0 0;
  margin: 0;
  font: normal 700 100% "Fira Mono", monospace;
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 0.02em;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 1024px) {
  .thread--th_autostart .thread__reply_user {
    margin: 4px 0 0 0;
  }
}
@media screen and (min-width: 1367px) {
  .thread--th_autostart .thread__reply_user {
    display: inline-block;
  }
}
.thread--th_autostart .thread__reply_form {
  margin: 0 0 0 -52px;
}
@media screen and (min-width: 1367px) {
  .thread--th_autostart .thread__reply_form {
    margin: 0;
  }
}
.thread--th_autostart .thread__reply_form_item {
  position: relative;
  margin: 18px 0 0 0;
}
@media screen and (min-width: 1367px) {
  .thread--th_autostart .thread__reply_form_item {
    margin: 12px 0 0;
  }
}
.thread--th_autostart .thread__reply_footer {
  margin: 16px 0 0;
}
.thread--th_autostart .thread__reply_btn {
  width: 88px;
  height: 32px;
  padding: 0 8px;
  float: right;
}
.thread--th_autostart .thread__reply_btn.is_disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}
.thread--th_autostart .thread__reply_textarea {
  height: auto;
  min-height: 40px;
  padding: 8px 11px;
  font: normal 400 100% "Montserrat", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 20px;
  line-height: 2rem;
}
.thread--th_autostart .thread__reply_textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #a3a3a3;
}
.thread--th_autostart .thread__reply_textarea::-moz-placeholder { /* Firefox 19+ */
  color: #a3a3a3;
}
.thread--th_autostart .thread__reply_textarea:-ms-input-placeholder { /* IE 10+ */
  color: #a3a3a3;
}
.thread--th_autostart .thread__reply_textarea:-moz-placeholder { /* Firefox 18- */
  color: #a3a3a3;
}
.thread--th_autostart .thread__reply_textarea_label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 0 11px;
  font: normal 400 100% "Montserrat", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 40px;
  line-height: 4rem;
  color: #a3a3a3;
  pointer-events: none;
}
.thread--th_autostart .thread__reply_textarea:focus ~ .thread__reply_textarea_label,
.thread--th_autostart .thread__reply_textarea.is_filled ~ .thread__reply_textarea_label {
  display: none;
}
.thread--th_autostart .thread__rules_link {
  position: relative;
  z-index: 1;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 32px;
  line-height: 3.2rem;
  color: #141414;
  transition: color 0.25s;
}
.thread--th_autostart .thread__rules_link:before {
  content: " ";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  z-index: -1;
  height: 8px;
  background-color: #ebebeb;
}
.thread--th_autostart .thread__rules_link:hover:before {
  background-color: #ffef3e;
}
.thread--th_autostart .thread__cancel_btn {
  width: 1px;
  height: 1px;
  opacity: 0;
}
.thread--th_autostart .thread__new_comment {
  margin: 20px 0 0;
}
@media screen and (min-width: 1024px) {
  .thread--th_autostart .thread__new_comment {
    padding: 0 20px;
  }
}
@media screen and (min-width: 1367px) {
  .thread--th_autostart .thread__new_comment {
    padding: 0 28px;
  }
}
.thread--th_autostart .thread__new_comment .thread__profile_figure {
  width: 40px;
  height: 40px;
}
@media screen and (min-width: 1367px) {
  .thread--th_autostart .thread__new_comment .thread__profile_figure {
    width: 64px;
    height: 64px;
  }
}
.thread--th_autostart .thread__new_comment .thread__reply_content {
  padding: 0 0 0 51px;
}
@media screen and (min-width: 1367px) {
  .thread--th_autostart .thread__new_comment .thread__reply_content {
    padding: 0 0 0 88px;
  }
}
.thread--th_autostart .thread__new_comment .thread__reply_form {
  margin: 0 0 0 -51px;
}
@media screen and (min-width: 1367px) {
  .thread--th_autostart .thread__new_comment .thread__reply_form {
    margin: 0;
  }
}
.thread--th_autostart .thread__new_comment .thread__reply_form_item {
  margin: 18px 0 0;
}
@media screen and (min-width: 1367px) {
  .thread--th_autostart .thread__new_comment .thread__reply_form_item {
    margin: 12px 0 0;
  }
}
.thread--th_autostart .thread__new_comment .thread__reply_wrap {
  padding: 0 0 15px;
  border-bottom: 1px solid #e0e0e0;
}
.thread--th_autostart .thread__new_comment .thread__reply_btn {
  width: 114px;
}
.thread--th_autostart.comments_page--post .thread__new_comment {
  margin: 0;
}
.thread--th_autostart .thread__info {
  margin: 34px 0 0 0;
}
@media screen and (min-width: 540px) {
  .thread--th_autostart .thread__info {
    padding: 0 18px;
  }
}
@media screen and (min-width: 1024px) {
  .thread--th_autostart .thread__info {
    padding: 0 0 0 20px;
    margin: 63px 0 0 0;
    border: none;
  }
}
@media screen and (min-width: 1367px) {
  .thread--th_autostart .thread__info {
    margin: 78px 0 0 0;
    padding: 0 85px 0 80px;
  }
}
.thread--th_autostart .thread__login_title {
  margin: 0;
  font: normal 700 100% "Montserrat", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 1024px) {
  .thread--th_autostart .thread__login_title {
    font-size: 40px;
    font-size: 4rem;
    line-height: 62px;
    line-height: 6.2rem;
    letter-spacing: -0.01em;
  }
}
.thread--th_autostart .thread__login_text {
  margin: 4px 0 0 0;
  display: block;
  font: normal 400 100% "Montserrat", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
}
@media screen and (min-width: 1024px) {
  .thread--th_autostart .thread__login_text {
    margin: 10px 0 0 0;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 32px;
    line-height: 3.2rem;
  }
}
.thread--th_autostart .thread__btn_wrap {
  margin: 23px 0 0 0;
}
@media screen and (min-width: 1024px) {
  .thread--th_autostart .thread__btn_wrap {
    margin: 30px 0 0 0;
  }
}
.thread--th_autostart .thread__btn_wrap .btn {
  margin: 0 12px 0 0;
}
@media screen and (min-width: 1024px) {
  .thread--th_autostart .thread__btn_wrap .btn {
    margin: 0 16px 0 0;
  }
}
.thread--th_autostart .thread__btn_wrap .btn:last-child {
  margin: 0;
}
.thread--th_autostart .thread__btn_wrap .btn--yellow {
  height: 36px;
  padding: 0 10px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 36px;
  line-height: 3.6rem;
  letter-spacing: 0em;
}
@media screen and (min-width: 1024px) {
  .thread--th_autostart .thread__btn_wrap .btn--yellow {
    height: 40px;
    padding: 0 20px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 40px;
    line-height: 4rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 1024px) {
  .thread--th_autostart .thread__btn_wrap .btn--fb, .thread--th_autostart .thread__btn_wrap .btn--gplus {
    height: 40px;
    padding: 0 20px 0 50px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 40px;
    line-height: 4rem;
    letter-spacing: 0.05em;
  }
  .thread--th_autostart .thread__btn_wrap .btn--fb .icon, .thread--th_autostart .thread__btn_wrap .btn--gplus .icon {
    width: 40px;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 40px;
    line-height: 4rem;
  }
}

.author_infobox {
  margin: 36px -16px;
}
@media screen and (min-width: 540px) {
  .author_infobox {
    margin: 36px -20px;
  }
}
@media screen and (min-width: 1024px) {
  .author_infobox {
    padding: 0 40px;
    margin: 32px 0 36px;
  }
}
@media screen and (min-width: 1367px) {
  .author_infobox {
    padding: 0 56px;
    margin: 36px 0 40px;
  }
}
.author_infobox__wrap {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  padding: 20px;
  background-color: #f0f0f0;
}
@media screen and (min-width: 1024px) {
  .author_infobox__wrap {
    padding: 20px 0;
  }
}
@media screen and (min-width: 1367px) {
  .author_infobox__wrap {
    padding: 24px 0;
  }
}
.author_infobox__link {
  display: block;
  height: 82px;
}
.author_infobox__figure {
  width: 82px;
  height: 82px;
  float: left;
}
@media screen and (min-width: 1367px) {
  .author_infobox__figure {
    width: 94px;
    height: 94px;
  }
}
.author_infobox__figure img {
  display: block;
  width: 100%;
  height: auto;
}
.author_infobox__name {
  position: relative;
  top: 50%;
  padding: 0 0 0 93px;
  margin: 0;
  font: normal 500 100% "Fira Mono", monospace;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: -0.01em;
  color: #ee1e1f;
  text-transform: uppercase;
  transform: translateY(-50%);
}
.author_infobox__link:hover .author_infobox__name {
  color: #c70808;
}
@media screen and (min-width: 1024px) {
  .author_infobox__name {
    top: 0;
    margin: 7px 0 0;
    transform: translateY(0);
  }
}
@media screen and (min-width: 1367px) {
  .author_infobox__name {
    padding: 0 0 0 117px;
    margin: 1px 0 0;
    font-size: 20px;
    font-size: 2rem;
    line-height: 20px;
    line-height: 2rem;
    letter-spacing: -0.01em;
  }
}
.author_infobox__name span {
  display: block;
  margin: 0 0 7px;
  font: normal 400 100% "Fira Mono", monospace;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 11px;
  line-height: 1.1rem;
  letter-spacing: 0em;
  color: #a3a3a3;
}
@media screen and (min-width: 1367px) {
  .author_infobox__name span {
    margin: 0 0 9px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 12px;
    line-height: 1.2rem;
  }
}
.author_infobox__lead {
  margin: 13px 0 0;
  clear: both;
  font: normal 400 100% "Montserrat", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 20px;
  line-height: 2rem;
}
@media screen and (min-width: 1024px) {
  .author_infobox__lead {
    position: relative;
    top: -33px;
    box-sizing: border-box;
    padding: 0 20px 0 93px;
    margin: 0 0 -34px;
  }
}
@media screen and (min-width: 1367px) {
  .author_infobox__lead {
    top: -44px;
    padding: 0 0 0 117px;
    margin: 0 0 -40px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    line-height: 2.4rem;
  }
}

.top_navigation {
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 265px;
  z-index: 13;
}
@media screen and (min-width: 1024px) {
  .top_navigation {
    left: 67px;
    width: 819px;
    padding: 0;
    margin: auto;
    width: 100%;
    left: 0;
  }
}
.top_navigation .main_nav {
  display: none;
}
@media screen and (min-width: 1024px) {
  .top_navigation .main_nav {
    position: relative;
    z-index: 200;
    box-sizing: border-box;
    display: block;
    height: 64px;
    background-color: #fff;
    padding: 0;
    font-size: 0;
    text-align: center;
    transition: padding 0.3s ease-in-out, opacity 0.3s ease-in-out;
  }
}
@media screen and (min-width: 1367px) {
  .top_navigation .main_nav {
    height: 80px;
  }
}
.top_navigation .main_nav__btn {
  padding: 10px 0;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .top_navigation .main_nav__subnav_wrap {
    display: none;
    position: fixed;
    top: 56px;
    left: 0;
    right: 0;
    width: 100%;
    height: 35px;
    text-align: center;
    z-index: 200;
  }
}
@media screen and (min-width: 1367px) {
  .top_navigation .main_nav__subnav_wrap {
    top: 64px;
  }
}
@media screen and (min-width: 1024px) {
  .top_navigation .main_nav__list {
    display: flex;
    height: 100%;
    padding: 0;
    margin: 0;
    justify-content: center;
    list-style-type: none;
  }
}
@media screen and (min-width: 1024px) {
  .top_navigation .main_nav__item {
    padding: 0 20px;
  }
}
.top_navigation .main_nav__item:first-child {
  margin: 0;
}
.top_navigation .main_nav__link {
  position: relative;
  display: block;
}
@media screen and (min-width: 1024px) {
  .top_navigation .main_nav__link {
    box-sizing: border-box;
    height: 64px;
    line-height: 64px;
    line-height: 6.4rem;
  }
}
@media screen and (min-width: 1367px) {
  .top_navigation .main_nav__link {
    height: 80px;
    line-height: 64px;
    line-height: 6.4rem;
  }
}
.top_navigation .main_nav__link:before {
  content: " ";
  position: absolute;
  bottom: 0;
  left: -20px;
  right: -20px;
  height: 0;
  background-color: #f5d41d;
  transition: height 0.25s;
}
.top_navigation .main_nav__link:not(.is_active):hover:before {
  height: 8px;
}
.top_navigation .main_nav__link.is_active {
  position: relative;
}
.top_navigation .main_nav__link.is_active:before {
  content: " ";
  position: absolute;
  right: -20px;
  bottom: 0;
  left: -20px;
  z-index: -1;
  height: 100%;
  background-color: #ffef3e;
}
@media screen and (min-width: 1024px) {
  .top_navigation .main_nav__span {
    font: normal 500 100% "Fira Mono", monospace;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 64px;
    line-height: 6.4rem;
    color: #141414;
    text-transform: uppercase;
    transition: color 0.15s;
  }
}
@media screen and (min-width: 1367px) {
  .top_navigation .main_nav__span {
    line-height: 82px;
    line-height: 8.2rem;
  }
}
.top_navigation .main_nav__span:hover {
  color: #474747;
}
.top_navigation .section_navigation {
  height: 0;
}
@media screen and (min-width: 1367px) {
  .top_navigation .section_navigation {
    height: 40px;
  }
}

.mobile_nav {
  position: fixed;
  top: 0;
  right: -100%;
  bottom: 0;
  left: 100%;
  z-index: 100;
  background-color: #ffef3e;
  transition: all 0.25s;
}
@media screen and (min-width: 1024px) {
  .mobile_nav {
    width: 320px;
    left: auto;
    right: -320px;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.26), 0px 2px 8px 0px rgba(0, 0, 0, 0.13);
  }
}
body.has_navigation .mobile_nav {
  left: 0;
  right: 0;
}
@media screen and (min-width: 1024px) {
  body.has_navigation .mobile_nav {
    left: auto;
  }
}
.mobile_nav .nano {
  height: 100%;
}
.mobile_nav__controls {
  position: relative;
  z-index: 100;
  height: 56px;
  width: 100%;
  background-color: #fff;
  pointer-events: none;
}
@media screen and (min-width: 1024px) {
  .mobile_nav__controls {
    box-sizing: border-box;
    height: 64px;
  }
}
@media screen and (min-width: 1367px) {
  .mobile_nav__controls {
    height: 80px;
  }
}
body.has_subnavigation .mobile_nav__controls {
  background-color: transparent;
}
.mobile_nav__controller {
  width: 40px;
  height: 40px;
  pointer-events: all;
  cursor: pointer;
}
.mobile_nav__controller--close {
  margin: 8px 0 0;
  float: right;
}
@media screen and (min-width: 1024px) {
  .mobile_nav__controller--close {
    position: relative;
    top: 12px;
    display: block;
    margin: 0 auto;
    float: none;
  }
}
@media screen and (min-width: 1367px) {
  .mobile_nav__controller--close {
    top: 20px;
  }
}
.mobile_nav__controller--back {
  display: none;
  float: left;
}
body.has_subnavigation .mobile_nav__controller--back {
  display: block;
}
.mobile_nav__controller .icon {
  display: block;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 40px;
  line-height: 4rem;
  color: #ee1e1f;
  text-align: center;
}
.mobile_nav__controller--close:hover .icon {
  color: #c70808;
}
.mobile_nav .main_nav {
  padding: 65px 0 0 0;
  margin: 0;
  background-color: #fff;
}
@media screen and (min-width: 1024px) {
  .mobile_nav .main_nav {
    padding: 64px 0 0 0;
  }
}
@media screen and (min-width: 1367px) {
  .mobile_nav .main_nav {
    padding: 80px 0 0 0;
  }
}
.mobile_nav .main_nav__list {
  padding: 0 0 8px;
  margin: 0;
  list-style-type: none;
}
.mobile_nav .main_nav__item {
  width: 100%;
  color: #141414;
  transition: color 0.15s;
}
.mobile_nav .main_nav__link {
  position: relative;
  z-index: 1;
  display: block;
  color: inherit;
  text-align: center;
}
.mobile_nav .main_nav__link.is_active, .mobile_nav .main_nav__link:hover {
  background-color: #ffef3e;
}
.mobile_nav .main_nav__span {
  display: inline-block;
  font: normal 500 100% "Fira Mono", monospace;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 48px;
  line-height: 4.8rem;
  text-transform: uppercase;
  text-align: center;
  color: inherit;
}
.mobile_nav .main_nav__subnav_toggle {
  position: relative;
  z-index: 2;
  display: block;
  height: 48px;
  margin: -48px 0 0 0;
}
.mobile_nav__partners {
  margin: 0;
  background-color: #fff;
}
.mobile_nav__copyright {
  position: relative;
  padding: 0 8px;
  border-top: 1px solid rgba(240, 240, 240, 0.3);
  background-color: #fff;
  font: normal 400 100% "Montserrat", sans-serif;
  color: #a3a3a3;
  text-align: center;
}
.mobile_nav__copyright p {
  position: relative;
  padding: 14px 0;
  margin: 0;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  text-align: center;
}
.mobile_nav__copyright p span {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  padding: 0 62px 0 0;
  margin: 0;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 35px;
  line-height: 3.5rem;
  float: none;
}
.mobile_nav__copyright p a svg {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: inline-block;
  width: 47px;
  height: 47px;
}
.mobile_nav__copyright p a svg path {
  transition: fill 0.25s;
}
.mobile_nav__copyright p a:hover svg path {
  fill: #474747;
}
.mobile_nav__power_wrap {
  box-sizing: border-box;
  max-width: 320px;
  padding: 6px 8px 11px;
  margin: 0 auto;
}
.mobile_nav__power {
  background-color: #fff;
}
.mobile_nav__power span {
  float: left;
  margin: 0 0 0 27px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 50px;
  line-height: 5rem;
  color: #a3a3a3;
}
.mobile_nav__power a {
  float: right;
  width: 176px;
  margin: 0 14px 0 0;
}
.mobile_nav__power a .st1, .mobile_nav__power a .st3 {
  transition: fill 0.25s;
}
.mobile_nav__power a:hover .st1, .mobile_nav__power a:hover .st3 {
  fill: #474747;
}
.mobile_nav__social_menu {
  position: relative;
  left: 0;
  z-index: 0;
  bottom: 0;
  box-sizing: border-box;
  display: none;
  width: 100%;
  max-width: 320px;
  padding: 0 20px;
  margin: 0 auto;
  background-color: #ffef3e;
  text-align: center;
  transition: all 0.5s;
}
.has_navigation .mobile_nav__social_menu {
  display: block;
}
.mobile_nav__social_menu > span {
  display: inline-block;
  font: normal 500 100% "Fira Mono", monospace;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 52px;
  line-height: 5.2rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.mobile_nav__social_menu_wrap {
  position: relative;
  top: 4px;
  right: 16px;
  float: right;
  display: inline-block;
  font-size: 0;
  text-align: center;
  margin: 0 auto;
}
.mobile_nav__social_icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 4px 0 0;
  transition: all 0.25s;
}
.mobile_nav__social_icon--desktop {
  display: none;
}
@media screen and (min-width: 1024px) {
  .mobile_nav__social_icon--desktop {
    display: inline-block;
  }
}
.mobile_nav__social_icon--mobile {
  display: inline-block;
}
@media screen and (min-width: 1024px) {
  .mobile_nav__social_icon--mobile {
    display: none;
  }
}
.mobile_nav__social_icon:hover {
  background-color: #f5d41d;
}
.mobile_nav__social_icon .icon {
  display: block;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 40px;
  line-height: 4rem;
  text-align: center;
  color: #141414;
  transition: color 0.15s;
}

.partner_nav__wrap {
  box-sizing: border-box;
  max-height: 48px;
  text-align: center;
  overflow: hidden;
  background-color: #f0f0f0;
  transition: all 0.5s ease-out;
}
.partner_nav__checkbox:checked + .partner_nav__wrap {
  position: relative;
  height: auto;
  max-height: 600px;
}
.partner_nav__checkbox:checked + .partner_nav__wrap:before {
  content: " ";
  position: absolute;
  top: 47px;
  left: 8px;
  right: 8px;
  height: 1px;
  background-color: #e0e0e0;
}
.partner_nav__checkbox {
  display: none;
  visibility: hidden;
}
.partner_nav__label {
  display: block;
  font: normal 500 100% "Fira Mono", monospace;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 49px;
  line-height: 4.9rem;
  text-transform: uppercase;
  cursor: pointer;
  text-align: center;
}
.partner_nav__label span {
  position: relative;
  display: inline-block;
}
.partner_nav__label span:before, .partner_nav__label span:after {
  content: "+";
  position: absolute;
  top: 1px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 47px;
  line-height: 4.7rem;
  color: #ee1e1f;
}
.partner_nav__label span:before {
  right: 100%;
  transform: translateX(-8px);
}
.partner_nav__label span:after {
  left: 100%;
  transform: translateX(8px);
}
.partner_nav__checkbox:checked + .partner_nav__wrap .partner_nav__label span:before, .partner_nav__checkbox:checked + .partner_nav__wrap .partner_nav__label span:after {
  content: "-";
}
.partner_nav__label:hover span:before,
.partner_nav__label:hover span:after {
  color: #c70808;
}
.partner_nav__list_wrap {
  width: 100%;
}
.partner_nav__list {
  box-sizing: border-box;
  width: 100%;
  max-width: 540px;
  padding: 6px 20px 9px;
  margin: 0 auto;
  list-style-type: none;
  text-align: left;
}
.partner_nav__item {
  box-sizing: border-box;
  width: 50%;
  float: left;
  text-align: center;
}
.partner_nav__span {
  font: normal 400 100% "Montserrat", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 40px;
  line-height: 4rem;
  color: #141414;
  transition: color 0.15s;
}
.partner_nav__span:hover {
  color: rgba(20, 20, 20, 0.7);
}

.info_nav {
  background-color: #fff;
}
.info_nav__list {
  box-sizing: border-box;
  width: 100%;
  max-width: 540px;
  padding: 7px 20px;
  margin: 0 auto;
  list-style-type: none;
}
@media screen and (min-width: 1024px) {
  .info_nav__list {
    padding: 7px 0;
  }
}
.info_nav__item {
  box-sizing: border-box;
  width: 50%;
  float: left;
  text-align: center;
}
.info_nav__span {
  font: normal 400 100% "Montserrat", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 40px;
  line-height: 4rem;
  color: #141414;
  transition: opacity 0.15s;
}
.info_nav__span:hover {
  opacity: 0.7;
}

.main_nav__link.is_active ~ .main_nav__subnav_toggle + .main_nav__subnav_wrap {
  display: block;
}

.main_nav__link.is_active ~ .main_nav__subnav_toggle + .main_nav__subnav_wrap .main_nav__list--sub {
  display: inline-block;
}

.article__header {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.article__header i {
  transition: 0.2s ease-in-out;
  vertical-align: middle;
}
.article__header_views {
  float: right;
}
.article__date {
  position: relative;
  display: none;
}
@media screen and (min-width: 1024px) {
  .article__date {
    display: inline-block;
  }
}
.article__header_date {
  display: block;
  float: right;
}
@media screen and (min-width: 1024px) {
  .article__header_date {
    display: none;
  }
}
.article__leadtext {
  position: relative;
  margin-bottom: 32px;
}
.article__figure_more {
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.article__figure_more i {
  vertical-align: middle;
  margin: 0 5px;
  opacity: 0.5;
}
.article__figure_more .active {
  opacity: 1;
}
.article__figure_more:hover {
  opacity: 1;
}
.article__figure_caption {
  position: relative;
  display: inline-block;
  word-break: break-all;
}
.article__figure_caption i {
  display: none;
  position: absolute;
  margin: 0;
  vertical-align: middle;
  display: block;
}
.article__figure_caption--author {
  text-transform: uppercase;
}
.article__body img {
  width: 100%;
  height: auto;
}
.article__body iframe {
  max-width: 100%;
  width: 100%;
}
.article__body blockquote {
  text-align: center;
  position: relative;
}
.article__body table {
  width: 100% !important;
  border-color: #a3a3a3;
  border: none;
  font: normal 400 100% "Montserrat", sans-serif;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 28px;
  line-height: 2.8rem;
  color: #474747;
  text-align: center;
}
.article__body table td {
  padding: 5px;
}
.article__body table th {
  font: normal 700 100% "Montserrat", sans-serif;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 28px;
  line-height: 2.8rem;
}
.article__video {
  position: relative;
}
.article__video:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.article__video > .ar_content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.article__video iframe {
  display: block;
  margin: 10px 0;
  width: 100%;
  height: 100%;
}
.article__tag_name {
  display: inline-block;
  padding: 0 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.article__tag_name:last-child {
  margin-right: 0;
}
.article__column_data {
  display: inline-block;
  margin: 10px 0;
}
.article__column_author {
  float: left;
}
.article__column_author_image {
  float: left;
  width: 64px;
  height: 64px;
}
.article__imagine_placeholder {
  margin: 38px 0 35px 0;
}
@media screen and (min-width: 1024px) {
  .article__imagine_placeholder {
    margin: 39px -34px 34px -34px;
  }
}
@media screen and (min-width: 1367px) {
  .article__imagine_placeholder {
    margin: 49px -50px 46px -50px;
  }
}
.article .dfp_banner div[id^=divLeaderboard1] {
  margin-bottom: 32px;
}
.article .dfp_banner div[id^=divLeaderboard3],
.article .dfp_banner div[id^=divBillboardMid],
.article .dfp_banner div[id^=divLeaderboard2] {
  margin: 32px auto;
}
.article .visible_mobile div[id^=mAutostart_Rec1],
.article .visible_mobile div[id^=mAutostart_Rec2] {
  margin: 20px auto;
  text-align: center;
}
.article .visible_mobile div[id^=mAutostart_Rec4] {
  margin-top: 20px;
}

article + div[class*=njuskalo_widget] {
  margin-top: 31px;
}
@media screen and (max-width: 1023px) {
  article + div[class*=njuskalo_widget] {
    margin: 31px 0;
  }
}

@media screen and (min-width: 1024px) {
  div.table__tablet {
    display: table;
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  div.table__tablet .table__cell {
    display: table-cell;
    vertical-align: middle;
  }
}
div.table--center {
  vertical-align: middle;
}
div.table__cell--left {
  text-align: left;
}
div.table__cell--right {
  text-align: right;
}

.related_article__photo_wrap:before, .th_autostart .article__figure:before {
  content: "";
  display: block;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.18);
  z-index: 1;
}
.ck_image_in_article .related_article__photo_wrap:before, .ck_image_in_article .th_autostart .article__figure:before, .th_autostart .ck_image_in_article .article__figure:before {
  bottom: 4px;
}

.th_autostart .article__header_breadcrumbs {
  display: inline-block;
  width: 50%;
  float: left;
}
.th_autostart .article__header_breadcrumb {
  display: inline-block;
  height: 20px;
  float: left;
  transition: color 0.15s;
  font: normal 500 100% "Fira Mono", monospace;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 20px;
  line-height: 2rem;
  text-transform: uppercase;
}
@media screen and (min-width: 1367px) {
  .th_autostart .article__header_breadcrumb {
    font-size: 16px;
  }
}
.th_autostart .article__header_breadcrumb:first-child {
  color: #a3a3a3;
}
.th_autostart .article__header_breadcrumb:not(:first-child) {
  position: relative;
  z-index: 1;
  padding: 0 0 0 20px;
  color: #141414;
}
@media screen and (min-width: 1367px) {
  .th_autostart .article__header_breadcrumb:not(:first-child) {
    padding: 0 0 0 28px;
  }
}
.th_autostart .article__header_breadcrumb:not(:first-child):before {
  content: "›";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 7px;
  color: #a3a3a3;
}
@media screen and (min-width: 1367px) {
  .th_autostart .article__header_breadcrumb:not(:first-child):before {
    left: 8px;
  }
}
.th_autostart .article__header_breadcrumb:not(:first-child):after {
  content: " ";
  position: absolute;
  bottom: 3px;
  left: 20px;
  right: 0;
  z-index: -1;
  height: 8px;
  background-color: #ffef3e;
  transition: background-color 0.15s;
}
@media screen and (min-width: 1367px) {
  .th_autostart .article__header_breadcrumb:not(:first-child):after {
    bottom: 1px;
    left: 28px;
  }
}
.th_autostart .article__header_breadcrumb:not(:first-child):hover:after {
  background-color: #f5d41d;
}
.th_autostart .article__header_views {
  position: relative;
  float: right;
  font: normal 500 100% "Fira Mono", monospace;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 20px;
  line-height: 2rem;
  color: #a3a3a3;
  text-transform: uppercase;
}
@media screen and (min-width: 1367px) {
  .th_autostart .article__header_views {
    font-size: 16px;
  }
}
.th_autostart .article__header_views strong {
  font: normal 700 100% "Montserrat", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #141414;
}
.th_autostart .article__header_views i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20px;
  font-size: 2rem;
  line-height: 17px;
  line-height: 1.7rem;
  color: #141414;
}
@media screen and (min-width: 1024px) {
  .th_autostart .article__header_views i {
    line-height: 35px;
    line-height: 3.5rem;
  }
}
.th_autostart .article__title {
  padding: 0;
  margin: 11px 0 0;
  font: italic 900 100% "Montserrat", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 28px;
  line-height: 2.8rem;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .th_autostart .article__title {
    margin: 15px 0 0;
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 42px;
    line-height: 4.2rem;
  }
}
@media screen and (min-width: 1367px) {
  .th_autostart .article__title {
    margin: 22px 0 0;
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 56px;
    line-height: 5.6rem;
    text-align: left;
  }
}
.th_autostart .article__metadata {
  margin: 9px 0 0;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .th_autostart .article__metadata {
    margin: 11px 0 0;
  }
}
@media screen and (min-width: 1367px) {
  .th_autostart .article__metadata {
    margin: 18px 0 0;
    text-align: left;
  }
}
.th_autostart .article__date {
  position: relative;
  display: inline-block;
  padding: 0 0 0 17px;
  font: normal 500 100% "Fira Mono", monospace;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: -0.01em;
  color: #a3a3a3;
  text-transform: uppercase;
}
@media screen and (min-width: 1367px) {
  .th_autostart .article__date {
    padding: 0 0 0 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.th_autostart .article__date:before {
  content: "–";
  position: absolute;
  left: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.th_autostart .article__author {
  position: relative;
  display: inline-block;
  font: normal 500 100% "Fira Mono", monospace;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: -0.01em;
  color: #a3a3a3;
  text-transform: uppercase;
}
@media screen and (min-width: 1367px) {
  .th_autostart .article__author {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.th_autostart .article__author_link {
  color: #ee1e1f;
}
.th_autostart .article__author_link:hover {
  color: #c70808;
}
.th_autostart .article__body {
  margin: 31px 0 32px;
  clear: both;
}
@media screen and (min-width: 1024px) {
  .th_autostart .article__body {
    padding: 0 40px;
    margin: 23px 0 28px;
  }
}
@media screen and (min-width: 1367px) {
  .th_autostart .article__body {
    padding: 0 56px;
    margin: 32px 0 76px;
  }
}
@media screen and (min-width: 1367px) {
  body.article--column .th_autostart .article__body {
    margin: 32px 0 36px;
  }
}
.th_autostart .article__body p {
  margin: 14px 0;
  font: normal 400 100% "Montserrat", sans-serif;
  color: #141414;
}
.th_autostart .article__body p strong, .th_autostart .article__body p b {
  font: normal 700 100% "Montserrat", sans-serif;
}
.th_autostart .article__body p em, .th_autostart .article__body p i:not([class*=icon]) {
  font: italic 400 100% "Montserrat", sans-serif;
}
.th_autostart .article__body p strong > em {
  font: italic 700 100% "Montserrat", sans-serif;
}
.th_autostart .article__body p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  line-height: 2.4rem;
}
@media screen and (min-width: 1367px) {
  .th_autostart .article__body p {
    margin: 16px 0;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 32px;
    line-height: 3.2rem;
  }
}
.th_autostart .article__body p:first-of-type:first-child {
  margin-top: 0;
}
.th_autostart .article__body h1, .th_autostart .article__body h2, .th_autostart .article__body h3, .th_autostart .article__body h4, .th_autostart .article__body h5, .th_autostart .article__body h6 {
  margin: 14px 0;
  font: italic 800 100% "Montserrat", sans-serif;
}
@media screen and (min-width: 1367px) {
  .th_autostart .article__body h1, .th_autostart .article__body h2, .th_autostart .article__body h3, .th_autostart .article__body h4, .th_autostart .article__body h5, .th_autostart .article__body h6 {
    margin: 16px 0;
  }
}
.th_autostart .article__body h1 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0em;
}
@media screen and (min-width: 1024px) {
  .th_autostart .article__body h1 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 32px;
    line-height: 3.2rem;
  }
}
.th_autostart .article__body h2 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.4rem;
}
@media screen and (min-width: 1367px) {
  .th_autostart .article__body h2 {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 32px;
    line-height: 3.2rem;
  }
}
.th_autostart .article__body p + h2 {
  margin: 23px 0 0;
}
@media screen and (min-width: 1367px) {
  .th_autostart .article__body p + h2 {
    margin: 28px 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .th_autostart .article__body h2 + p {
    margin: 13px 0 14px;
  }
}
@media screen and (min-width: 1367px) {
  .th_autostart .article__body h2 + p {
    margin: 20px 0 16px;
  }
}
.th_autostart .article__body hr + h2:not(:first-of-type) {
  padding: 0;
  margin: -2px 0 0;
}
.th_autostart .article__body h3, .th_autostart .article__body h4, .th_autostart .article__body h5, .th_autostart .article__body h6 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
}
@media screen and (min-width: 1024px) {
  .th_autostart .article__body h3, .th_autostart .article__body h4, .th_autostart .article__body h5, .th_autostart .article__body h6 {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1367px) {
  .th_autostart .article__body h3, .th_autostart .article__body h4, .th_autostart .article__body h5, .th_autostart .article__body h6 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 32px;
    line-height: 3.2rem;
  }
}
.th_autostart .article__body p + h3, .th_autostart .article__body p + h4, .th_autostart .article__body p + h5, .th_autostart .article__body p + h6 {
  margin: 18px 0 0;
}
@media screen and (min-width: 1367px) {
  .th_autostart .article__body p + h3, .th_autostart .article__body p + h4, .th_autostart .article__body p + h5, .th_autostart .article__body p + h6 {
    margin: 22px 0 0;
  }
}
.th_autostart .article__body h3 + p,
.th_autostart .article__body h4 + p,
.th_autostart .article__body h5 + p,
.th_autostart .article__body h6 + p {
  margin: 0 0 14px;
}
@media screen and (min-width: 1367px) {
  .th_autostart .article__body h3 + p,
  .th_autostart .article__body h4 + p,
  .th_autostart .article__body h5 + p,
  .th_autostart .article__body h6 + p {
    margin: 2px 0 16px;
  }
}
.th_autostart .article__body a:not(.article__tag_name) {
  position: relative;
  z-index: 1;
  color: #141414;
  transition: background-color 0.15s;
}
.th_autostart .article__body a:not(.article__tag_name):before {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  height: 8px;
  background-color: #ffef3e;
  transition: background-color 0.15s;
}
.th_autostart .article__body a:not(.article__tag_name):hover:before {
  background-color: #f5d41d;
}
.th_autostart .article__body .midas-wgt-logo {
  background-color: #fff !important;
}
.th_autostart .article__body .midas-wgt-logo .midas-wgt-logo-line {
  z-index: 2;
}
.th_autostart .article__body .midas-wgt-logo a.midas-wgt-logo-anchor {
  background-color: #fff !important;
}
.th_autostart .article__body .midas-wgt-logo a.midas-wgt-logo-anchor:before {
  content: unset;
}
.th_autostart .article__body .midas-wgt-logo a.midas-wgt-logo-anchor:hover {
  background-color: #fff;
}
.th_autostart .article__body ol, .th_autostart .article__body ul {
  padding-left: 0;
  margin: 14px 0;
  list-style-position: inside;
  overflow: hidden;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  line-height: 2.4rem;
}
@media screen and (min-width: 1367px) {
  .th_autostart .article__body ol, .th_autostart .article__body ul {
    margin: 16px 0;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 32px;
    line-height: 3.2rem;
  }
}
.th_autostart .article__body ol li, .th_autostart .article__body ul li {
  padding: 0 0 0 28px;
}
@media screen and (min-width: 1024px) {
  .th_autostart .article__body ol li, .th_autostart .article__body ul li {
    padding: 0 0 0 30px;
  }
}
.th_autostart .article__body ol li:not(:last-of-type), .th_autostart .article__body ul li:not(:last-of-type) {
  padding-bottom: 12px;
}
@media screen and (min-width: 1367px) {
  .th_autostart .article__body ol li:not(:last-of-type), .th_autostart .article__body ul li:not(:last-of-type) {
    padding-bottom: 16px;
  }
}
.th_autostart .article__body ul {
  list-style: none;
}
.th_autostart .article__body ul li {
  position: relative;
}
.th_autostart .article__body ul li:before {
  content: "•";
  position: absolute;
  left: 1px;
  top: 0;
  display: inline-block;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 22px;
  line-height: 2.2rem;
  color: #a3a3a3;
}
@media screen and (min-width: 1367px) {
  .th_autostart .article__body ul li:before {
    line-height: 30px;
    line-height: 3rem;
  }
}
.th_autostart .article__body ol {
  list-style: none;
}
.th_autostart .article__body ol li {
  counter-increment: item;
  position: relative;
}
.th_autostart .article__body ol li:before {
  content: counter(item) ".";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  font: normal 400 100% "Montserrat", sans-serif;
  line-height: 24px;
  line-height: 2.4rem;
  color: #a3a3a3;
}
@media screen and (min-width: 1367px) {
  .th_autostart .article__body ol li:before {
    line-height: 32px;
    line-height: 3.2rem;
  }
}
.th_autostart .article__body hr {
  background-color: #a3a3a3;
  height: 1px;
  width: 100%;
  border: 0;
  box-sizing: border-box;
  margin: 41px 0;
}
@media screen and (min-width: 1024px) {
  .th_autostart .article__body hr {
    margin: 50px 0;
  }
}
.th_autostart .article__body .fb_iframe_widget {
  display: block;
  margin: 29px 0 31px;
  max-width: none !important;
}
@media screen and (min-width: 540px) {
  .th_autostart .article__body .fb_iframe_widget {
    margin: 29px 0 30px;
  }
}
@media screen and (min-width: 1024px) {
  .th_autostart .article__body .fb_iframe_widget {
    margin: 29px 0 31px;
    padding-bottom: 16px;
  }
}
@media screen and (min-width: 1367px) {
  .th_autostart .article__body .fb_iframe_widget {
    margin: 38px 0 32px;
  }
}
.th_autostart .article__body .fb_iframe_widget span {
  width: 100% !important;
  max-width: 100% !important;
}
.th_autostart .article__body .fb_iframe_widget span iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
}
.th_autostart .article__body .ck_image_in_article {
  position: relative;
  display: block;
  padding: 15px 0 17px;
  margin: 0 -16px;
  clear: both;
}
@media screen and (min-width: 540px) {
  .th_autostart .article__body .ck_image_in_article {
    margin: 0 -20px;
  }
}
.th_autostart .article__body .ck_image_in_article--full {
  width: auto;
}
@media screen and (min-width: 1024px) {
  .th_autostart .article__body .ck_image_in_article--full {
    margin: 0 -40px;
    padding: 15px 0 16px;
  }
}
@media screen and (min-width: 1367px) {
  .th_autostart .article__body .ck_image_in_article--full {
    margin: 0 -56px;
    padding: 22px 0 16px;
  }
}
.th_autostart .article__body .ck_image_in_article--left50 {
  width: auto;
  float: none;
}
@media screen and (min-width: 1024px) {
  .th_autostart .article__body .ck_image_in_article--left50 {
    top: 0;
    width: 54.5%;
    padding: 15px 0;
    margin: 0 30px 0 -40px;
    float: left;
  }
}
@media screen and (min-width: 1367px) {
  .th_autostart .article__body .ck_image_in_article--left50 {
    width: 55%;
    padding: 22px 0 20px;
    margin: 0 40px 0 -56px;
  }
}
.th_autostart .article__body .ck_image_in_article .image_wrapper {
  display: block;
  position: relative;
  z-index: 1;
}
.th_autostart .article__body .ck_image_in_article .image_wrapper img {
  display: block;
  width: 100%;
  height: auto;
}
.th_autostart .article__body .ck_image_in_article .image_wrapper:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  height: 100%;
  background: linear-gradient(0deg, rgb(54, 54, 54) 0%, rgba(54, 54, 54, 0) 8%);
  opacity: 0.8;
}
@supports (mix-blend-mode: multiply) {
  .th_autostart .article__body .ck_image_in_article .image_wrapper:after {
    mix-blend-mode: multiply;
  }
}
.th_autostart .article__body .ck_image_in_article--left50 + span {
  display: none;
}
@media screen and (min-width: 1024px) {
  .th_autostart .article__body .ck_image_in_article--left50 + span {
    display: block;
    height: 1px;
    margin-bottom: -17px;
  }
}
.th_autostart .article__body .article__image_author {
  position: absolute;
  bottom: 0;
  left: 7px;
  z-index: 1;
  display: block;
  font: normal 500 100% "Fira Mono", monospace;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.05em;
  color: #fff;
  text-transform: uppercase;
  width: calc(100% - 14px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.th_autostart .article__body .article__image_caption,
.th_autostart .article__body .article__video_caption {
  display: block;
  padding: 9px 8px 0;
  margin: 0 0 -5px;
  font: normal 400 100% "Montserrat", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 20px;
  line-height: 2rem;
  color: #7a7a7a;
}
@media screen and (min-width: 540px) {
  .th_autostart .article__body .article__image_caption,
  .th_autostart .article__body .article__video_caption {
    padding: 9px 8px 0;
  }
}
@media screen and (min-width: 1024px) {
  .th_autostart .article__body .article__image_caption,
  .th_autostart .article__body .article__video_caption {
    padding: 9px 8px 0;
  }
}
@media screen and (min-width: 1367px) {
  .th_autostart .article__body .article__image_caption--full,
  .th_autostart .article__body .article__video_caption--full {
    margin: 0 0 5px;
  }
}
.th_autostart .article__body .inline_player_container {
  width: auto;
  height: 0;
  padding-bottom: calc(56.25% + 18px);
  margin: 29px -16px 31px;
}
@media screen and (min-width: 540px) {
  .th_autostart .article__body .inline_player_container {
    padding-bottom: calc(56.25% + 22.5px);
    margin: 29px -20px 30px;
  }
}
@media screen and (min-width: 1024px) {
  .th_autostart .article__body .inline_player_container {
    padding-bottom: calc(56.25% + 45px);
    margin: 29px -40px 31px;
  }
}
@media screen and (min-width: 1367px) {
  .th_autostart .article__body .inline_player_container {
    padding-bottom: calc(56.25% + 63px);
    margin: 38px -56px 32px;
  }
}
.th_autostart .article__body p:first-child span .inline_player_container,
.th_autostart .article__body span:first-child .inline_player_container {
  margin-top: 41px;
}
@media screen and (min-width: 1367px) {
  .th_autostart .article__body p:first-child span .inline_player_container,
  .th_autostart .article__body span:first-child .inline_player_container {
    margin-top: 55px;
  }
}
.th_autostart .article__body p:first-child .ck_image_in_article {
  padding-top: 18px;
}
@media screen and (min-width: 1367px) {
  .th_autostart .article__body p:first-child .ck_image_in_article {
    padding-top: 21px;
  }
}
@media screen and (max-width: 1023px) {
  .th_autostart .article__body iframe.instagram-media {
    max-width: 482px !important;
  }
}
.th_autostart .article__body .article-yt-video-container {
  margin: 5px 0 0 0;
}
@media screen and (min-width: 1024px) {
  .th_autostart .article__body .article-yt-video-container {
    margin: 0 -34px 47px -34px;
  }
}
@media screen and (min-width: 1367px) {
  .th_autostart .article__body .article-yt-video-container {
    margin: 0 -51px 47px -51px;
  }
}
.th_autostart .article__body .article-yt-video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.th_autostart .article__body .article-yt-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.th_autostart .article__body blockquote {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  display: inline-block;
  padding: 0 8px;
  margin: 4px 0;
}
@media screen and (min-width: 1024px) {
  .th_autostart .article__body blockquote {
    padding: 0 12px;
  }
}
@media screen and (min-width: 1367px) {
  .th_autostart .article__body blockquote {
    padding: 0 24px;
    margin: 6px 0 10px;
  }
}
.th_autostart .article__body blockquote:before, .th_autostart .article__body blockquote:after {
  position: absolute;
  top: -3px;
  font-size: 24px;
  font-size: 2.4rem;
  color: #cccccc;
}
@media screen and (min-width: 1367px) {
  .th_autostart .article__body blockquote:before, .th_autostart .article__body blockquote:after {
    top: -17px;
    font-size: 48px;
    font-size: 4.8rem;
  }
}
.th_autostart .article__body blockquote:before {
  content: "\e928";
  left: -16px;
}
@media screen and (min-width: 1024px) {
  .th_autostart .article__body blockquote:before {
    left: -12px;
  }
}
@media screen and (min-width: 1367px) {
  .th_autostart .article__body blockquote:before {
    left: -24px;
  }
}
.th_autostart .article__body blockquote:after {
  content: "\e927";
  right: -16px;
}
@media screen and (min-width: 1024px) {
  .th_autostart .article__body blockquote:after {
    right: -12px;
  }
}
@media screen and (min-width: 1367px) {
  .th_autostart .article__body blockquote:after {
    right: -24px;
  }
}
.th_autostart .article__body blockquote p {
  padding: 0;
  margin: 0;
  font: italic 800 100% "Montserrat", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  text-align: center;
}
@media screen and (min-width: 1367px) {
  .th_autostart .article__body blockquote p {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 32px;
    line-height: 3.2rem;
  }
}
.th_autostart .article__body .article__leadtext p {
  margin: 0;
  font: normal 400 100% "Fira Mono", monospace;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: -0.075em;
}
@media screen and (min-width: 1024px) {
  .th_autostart .article__body .article__leadtext p {
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 28px;
    line-height: 2.8rem;
  }
}
@media screen and (min-width: 1367px) {
  .th_autostart .article__body .article__leadtext p {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 36px;
    line-height: 3.6rem;
  }
}
.th_autostart .article__body .article__content {
  margin: 23px 0 0;
}
@media screen and (min-width: 1024px) {
  .th_autostart .article__body .article__content {
    margin: 24px 0 0;
  }
}
@media screen and (min-width: 1367px) {
  .th_autostart .article__body .article__content {
    margin: 34px 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .th_autostart .article__figure {
    overflow: hidden;
  }
}
.th_autostart .article__figure img {
  position: relative;
  width: 100%;
  height: auto;
}
.th_autostart .article__figure_img {
  display: block;
  width: 100%;
  height: auto;
}
.th_autostart .article__figure_more {
  right: 0;
  bottom: 0;
  height: 35px;
  padding: 0 50px;
  border-radius: 10px 0 0 0;
  background-color: #f0f0f0;
  box-sizing: border-box;
  z-index: 3;
}
.th_autostart .article__figure_more i {
  position: absolute;
  top: 0;
  bottom: 0;
  vertical-align: middle;
  height: 35px;
  width: 35px;
  margin: 0;
  font-size: 20px;
  font-size: 2rem;
  line-height: 35px;
  line-height: 3.5rem;
  text-align: center;
}
.th_autostart .article__figure_more i:first-of-type {
  left: 0;
}
.th_autostart .article__figure_more i:last-of-type {
  right: 0;
}
.th_autostart .article__figure_more .active {
  opacity: 1;
}
.th_autostart .article__figure_more:hover {
  opacity: 1;
}
.th_autostart .article__figure_counter {
  position: relative;
  vertical-align: middle;
  font: normal 400 100% "Montserrat", sans-serif;
  color: #898017;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 35px;
  line-height: 3.5rem;
  letter-spacing: 0.1em;
}
.th_autostart .article__figure_counter:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  bottom: 0;
  width: 51px;
  height: 51px;
  margin: auto;
  background-color: #f0f0f0;
  border-radius: 50%;
  z-index: -1;
  transform: translateX(-50%);
}
.th_autostart .article__tags {
  margin: -4px 0 0;
}
@media screen and (min-width: 1367px) {
  .th_autostart .article__tags {
    margin: 19px 0 0;
  }
}
.th_autostart .article__tag_name {
  position: relative;
  padding: 0;
  margin: 0 5px 0 0;
  font: normal 700 100% "Montserrat", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 2.8rem;
  color: #a3a3a3;
  transition: color 0.15s;
}
@media screen and (min-width: 1367px) {
  .th_autostart .article__tag_name {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.th_autostart .article__tag_name:before {
  content: " ";
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  z-index: -1;
  height: 8px;
  background-color: #ebebeb;
  transition: background-color 0.15s;
}
@media screen and (min-width: 1367px) {
  .th_autostart .article__tag_name:before {
    bottom: 5px;
  }
}
.th_autostart .article__tag_name span {
  position: relative;
  z-index: 1;
  color: #141414;
}
.th_autostart .article__tag_name:hover:before {
  background-color: #f5d41d;
}
.th_autostart .article__tag_name:last-of-type {
  margin-right: 0;
}
.th_autostart .article__sponsor {
  box-sizing: border-box;
  height: 80px;
  padding: 0 33px 0 31px;
  margin: 19px auto 0;
}
@media screen and (min-width: 540px) {
  .th_autostart .article__sponsor {
    padding: 0 0 0 31px;
    float: right;
  }
}
@media screen and (min-width: 1024px) {
  .th_autostart .article__sponsor {
    margin: 11px 52px 0 0;
  }
}
.th_autostart .article__sponsor_link {
  display: block;
  max-width: 288px;
  height: 80px;
  margin: 0 auto;
  transition: opacity 0.15s;
}
.th_autostart .article__sponsor_link:hover {
  opacity: 0.85;
}
.th_autostart .article__sponsor_link span {
  position: relative;
  top: 50%;
  display: inline-block;
  float: left;
  font: normal 500 100% "Fira Mono", monospace;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 16px;
  line-height: 1.6rem;
  letter-spacing: 0.05em;
  color: #141414;
  text-transform: uppercase;
  transform: translateY(-50%);
}
@media screen and (min-width: 540px) {
  .th_autostart .article__sponsor_link span {
    width: 78px;
    margin: 0 15px 0 0;
    text-align: right;
  }
}
@media screen and (min-width: 1024px) {
  .th_autostart .article__sponsor_link span {
    width: auto;
  }
}
@media screen and (min-width: 1367px) {
  .th_autostart .article__sponsor_link span {
    margin: 0 7px 0 0;
  }
}
.th_autostart .article__sponsor_figure {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 137px;
  height: 80px;
  border: 1px solid #cccccc;
  float: right;
}
.th_autostart .article__sponsor_figure:before {
  content: " ";
  position: absolute;
  top: 0;
  left: -1px;
  right: -1px;
  bottom: 0;
  z-index: 0;
  height: 64px;
  margin: auto;
  background-color: #fff;
}
.th_autostart .article__sponsor_figure:after {
  content: " ";
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  bottom: -1px;
  z-index: 0;
  width: 121px;
  margin: auto;
  background-color: #fff;
}
.th_autostart .article__sponsor_figure img {
  position: relative;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 128px;
  height: 72px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  transform: translate(-50%, -50%);
}
.th_autostart .article__comments {
  position: relative;
  padding: 0 12px;
  background: #f0f0f0;
}
@media screen and (min-width: 1024px) {
  .th_autostart .article__comments {
    padding: 20px;
    border-radius: 10px;
  }
}
.th_autostart .article__comments--title_wrap {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .th_autostart .article__comments--title_wrap {
    text-align: center;
    padding: 0 33px;
  }
}
@media screen and (min-width: 1367px) {
  .th_autostart .article__comments--title_wrap {
    padding: 0 20px 0 51px;
  }
}
.article .th_autostart .article__comments--title_wrap span {
  float: left;
}
@media screen and (min-width: 1024px) {
  .article .th_autostart .article__comments--title_wrap {
    padding: 0 21px 0 33px;
    margin: 55px 0 16px;
  }
}
@media screen and (min-width: 1367px) {
  .article .th_autostart .article__comments--title_wrap {
    padding: 0 21px 0 48px;
    margin: 67px 0 16px;
  }
}
.article .th_autostart .article__comments--title_wrap .btn--read_all {
  float: right;
}
.th_autostart .article__comments--title {
  font: normal 700 100% "Montserrat", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 29px;
  line-height: 2.9rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: left;
}
@media screen and (min-width: 1024px) {
  .th_autostart .article__comments--title {
    display: block;
    float: left;
    text-align: left;
  }
}
.th_autostart .article__comments--title.has_posts {
  display: block;
  margin: 4px 0 0;
}
@media screen and (min-width: 1024px) {
  .article .th_autostart .article__comments--title.has_posts {
    margin: 6px 0 0;
  }
}
.rspIFrame__container {
  position: relative;
  display: block;
  width: auto;
  box-sizing: border-box;
  height: 0;
  padding-bottom: calc(56.25% + 18px) !important;
  margin: 29px -16px 31px;
}
@media screen and (min-width: 540px) {
  .rspIFrame__container {
    padding-bottom: calc(56.25% + 22.5px) !important;
    margin: 29px -20px 31px;
  }
}
@media screen and (min-width: 1024px) {
  .rspIFrame__container {
    padding-bottom: calc(56.25% + 45px) !important;
    margin: 29px -40px 30px;
  }
}
@media screen and (min-width: 1367px) {
  .rspIFrame__container {
    padding-bottom: calc(56.25% + 63px) !important;
    margin: 38px -56px 32px;
  }
}
.inline_player_container .rspIFrame__container, .article__video_wrap .rspIFrame__container {
  padding-bottom: 56.25% !important;
  margin: 0;
}
@media screen and (min-width: 540px) {
  .inline_player_container .rspIFrame__container, .article__video_wrap .rspIFrame__container {
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .inline_player_container .rspIFrame__container, .article__video_wrap .rspIFrame__container {
    margin: 0;
  }
}
@media screen and (min-width: 1367px) {
  .inline_player_container .rspIFrame__container, .article__video_wrap .rspIFrame__container {
    margin: 0;
  }
}
.rspIFrame__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.article_gallery {
  position: relative;
  margin: 13px -16px 0;
}
@media screen and (min-width: 540px) {
  .article_gallery {
    margin: 13px -20px 0;
  }
}
@media screen and (min-width: 1024px) {
  .article_gallery {
    margin: 17px 0 0;
  }
}
@media screen and (min-width: 1367px) {
  .article_gallery {
    margin-top: 27px;
  }
}
.article_gallery__link {
  display: block;
  position: relative;
}
.article_gallery__figure {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .article_gallery__figure {
    overflow: hidden;
  }
}
.article_gallery__figure img {
  width: 100%;
}
.article_gallery__figure figcaption {
  position: relative;
  z-index: 1;
  display: none;
  box-sizing: border-box;
  width: 100%;
  padding: 0 145px 0 8px;
  float: left;
  font: normal 400 100% "Montserrat", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 24px;
  line-height: 2.4rem;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (min-width: 540px) {
  .article_gallery__figure figcaption {
    display: block;
  }
}
.article_gallery__figure figcaption span {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.article_gallery__paginator {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  box-sizing: border-box;
  padding: 0 8px;
  font: normal 500 100% "Fira Mono", monospace;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.05em;
  color: #ffef3e;
  text-transform: uppercase;
  transition: all 0.25s;
}
.article_gallery__link:hover .article_gallery__paginator {
  background-color: #ffef3e;
  color: #141414;
}
@media screen and (min-width: 540px) {
  .article_gallery__data--full + .article_gallery__paginator {
    bottom: 5px;
  }
}
@media screen and (min-width: 1024px) {
  .article_gallery__data--full + .article_gallery__paginator {
    bottom: 7px;
  }
}
.article_gallery--thumbs + .th_autostart.social_share--article_top {
  margin: 30px 0 0 0;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .article_gallery--thumbs + .th_autostart.social_share--article_top {
    margin: 45px 0 0 0;
  }
}
@media screen and (min-width: 1367px) {
  .article_gallery--thumbs + .th_autostart.social_share--article_top {
    margin: 60px 0 0 0;
  }
}
.article_gallery__play_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  transform: translate(-50%, -50%);
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .article_gallery__play_btn {
    width: 80px;
    height: 80px;
  }
}
.article_gallery__play_btn:before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background-color: #ffef3e;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.28);
  transition: transform 0.25s;
}
.article_gallery__play_btn:after {
  content: "\e926";
  position: relative;
  z-index: 1;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 40px;
  line-height: 4rem;
  color: #141414;
}
@media screen and (min-width: 1024px) {
  .article_gallery__play_btn:after {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 80px;
    line-height: 8rem;
  }
}
.article_gallery__link:hover .article_gallery__play_btn:before {
  transform: scale(1.04);
}
.article_gallery__data {
  position: absolute;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
}
@media screen and (min-width: 540px) {
  .article_gallery__data--full {
    padding: 0 0 7px;
  }
}
@media screen and (min-width: 1024px) {
  .article_gallery__data--full {
    padding: 0 0 9px;
  }
}
.article_gallery__data:before {
  content: " ";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 180px;
  background: linear-gradient(0, rgb(54, 54, 54) 0%, rgba(54, 54, 54, 0) 16%);
  mix-blend-mode: multiply;
  opacity: 0.8;
}
@media screen and (min-width: 540px) {
  .article_gallery__data:before {
    height: 304px;
  }
}
@media screen and (min-width: 1024px) {
  .article_gallery__data:before {
    height: 360px;
  }
}
@media screen and (min-width: 1367px) {
  .article_gallery__data:before {
    height: 471px;
  }
}
@media screen and (min-width: 540px) {
  .article_gallery__data--full:before {
    background: linear-gradient(0, #363636 0%, #363636 12%, rgba(54, 54, 54, 0) 24%);
  }
}
@media screen and (min-width: 1024px) {
  .article_gallery__data--full:before {
    background: linear-gradient(0, #363636 0%, #363636 10%, rgba(54, 54, 54, 0) 22%);
  }
}
@media screen and (min-width: 1367px) {
  .article_gallery__data--full:before {
    background: linear-gradient(0, #363636 0%, #363636 8%, rgba(54, 54, 54, 0) 16%);
  }
}
.article_gallery__author {
  position: relative;
  box-sizing: border-box;
  width: 50%;
  padding: 0 0 0 8px;
  float: left;
  font: normal 500 100% "Fira Mono", monospace;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.05em;
  color: #fff;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (min-width: 540px) {
  .article_gallery__author {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .article_gallery__data--full .article_gallery__author {
    line-height: 20px;
    line-height: 2rem;
  }
}
.article_gallery__thumbs {
  height: 72px;
  padding: 8px 0 5px;
  overflow: hidden;
}
@media screen and (min-width: 1367px) {
  .article_gallery__thumbs {
    position: relative;
    padding: 8px 0 5px;
  }
}
.article_gallery__thumbs_wrap {
  position: relative;
  height: 110px;
  white-space: nowrap;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  font-size: 0px;
  font-size: 0rem;
}
.article_gallery__fakes {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  overflow: hidden;
}
.article_gallery__thumbnail {
  position: relative;
  display: inline-block;
  height: 72px;
  width: 72px;
  margin: 0 0 0 8px;
}
@media screen and (min-width: 1367px) {
  .article_gallery__thumbnail {
    margin: 0 0 0 8px;
  }
}
.article_gallery__thumbnail--fake {
  background-color: #f0f0f0;
}
.article_gallery__thumbnail:first-child {
  margin: 0;
}
.article_gallery__thumbnail:first-child img {
  filter: none;
}
.article_gallery__thumbnail:first-child:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 8px;
  background-color: #ffef3e;
}
.article_gallery__thumbnail picture {
  position: relative;
  display: block;
  height: 72px;
}
.article_gallery__thumbnail picture:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.25);
}
.article_gallery__thumbnail img {
  display: block;
  width: 100%;
  height: auto;
  transition: opacity 0.15s;
  filter: grayscale(100%);
  transition: all 0.15s;
}
.article_gallery__thumbnail:not(:first-child):hover img {
  filter: none;
}
.article_gallery__thumbnail:not(:first-child):hover:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background-color: #f5d41d;
}

.article_cover_image {
  position: relative;
  margin: 13px -16px 0;
}
@media screen and (min-width: 540px) {
  .article_cover_image {
    margin: 13px -20px 0;
  }
}
@media screen and (min-width: 1024px) {
  .article_cover_image {
    margin: 17px 0 0;
  }
}
@media screen and (min-width: 1367px) {
  .article_cover_image {
    margin-top: 27px;
  }
}
.article_cover_image__figure {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .article_cover_image__figure {
    overflow: hidden;
  }
}
.article_cover_image__figure img {
  width: 100%;
}
.article_cover_image__figure figcaption {
  position: absolute;
  bottom: 0;
  left: 7px;
  z-index: 1;
  font: normal 500 100% "Fira Mono", monospace;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.05em;
  color: #fff;
  text-transform: uppercase;
}
.article_cover_image__figure:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  height: 100%;
  background: linear-gradient(0deg, rgb(54, 54, 54) 0%, rgba(54, 54, 54, 0) 8%);
  opacity: 0.8;
}
@supports (mix-blend-mode: multiply) {
  .article_cover_image__figure:after {
    mix-blend-mode: multiply;
  }
}
.article_cover_image__data {
  position: relative;
  display: block;
  padding: 9px 8px 0;
}
@media screen and (min-width: 540px) {
  .article_cover_image__data {
    padding: 9px 8px 0;
  }
}
@media screen and (min-width: 1024px) {
  .article_cover_image__data {
    padding: 9px 8px 0;
  }
}
@media screen and (min-width: 1367px) {
  .article_cover_image__data {
    padding: 9px 8px 0;
  }
}
.article_cover_image__data .icon {
  position: absolute;
  top: 1px;
  left: 12px;
  display: inline-block;
  font-size: 20px;
  font-size: 2rem;
  line-height: 31px;
  line-height: 3.1rem;
  color: #f0f0f0;
}
@media screen and (min-width: 1024px) {
  .article_cover_image__data .icon {
    left: 0;
  }
}
.article_cover_image__description {
  font: normal 400 100% "Montserrat", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 20px;
  line-height: 2rem;
  color: #7a7a7a;
}

.related_article {
  display: inline-block;
  margin: 16px 0 13px 0;
}
@media screen and (min-width: 1024px) {
  .related_article {
    margin: 15px 0 13px;
  }
}
@media screen and (min-width: 1367px) {
  .related_article {
    margin-top: 22px;
    margin-bottom: 18px;
  }
}
.related_article__link {
  position: relative;
  display: block;
  padding: 0 !important;
  background-color: transparent !important;
}
@media screen and (min-width: 1024px) {
  .related_article__link {
    padding: 0 !important;
  }
}
.related_article__link:before {
  display: none;
}
.related_article__link:hover {
  background-color: transparent;
  color: #474747;
}
.related_article__photo_wrap {
  position: relative;
  display: block;
  width: 88px;
  height: 88px;
  float: left;
}
@media screen and (min-width: 1367px) {
  .related_article__photo_wrap {
    width: 112px;
    height: 112px;
  }
}
.related_article__photo_wrap a {
  display: block;
}
.related_article__photo_wrap img {
  display: block;
  width: 100%;
  height: auto;
}
.related_article__data_wrap {
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 0 0 0 100px;
}
@media screen and (min-width: 1367px) {
  .related_article__data_wrap {
    padding: 0 0 0 132px;
  }
}
.related_article__overtitle {
  box-sizing: border-box;
  display: inline-block;
  height: 24px;
  padding: 0 8px;
  background-color: #ee1e1f;
  font: normal 500 100% "Fira Mono", monospace;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 25px;
  line-height: 2.5rem;
  letter-spacing: 0.05em;
  color: #fff !important;
  text-transform: uppercase;
  overflow: hidden;
  transition: background-color 0.25s;
}
.related_article__link:hover .related_article__overtitle {
  background-color: #c70808;
}
.related_article__lead_text {
  width: 100%;
  margin: 2px 0 0;
  float: left;
  font: italic 800 100% "Montserrat", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 18px;
  line-height: 1.8rem;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  max-height: 54px;
  overflow: hidden;
  transition: color 0.15s;
  color: #141414;
}
@media screen and (min-width: 1024px) {
  .related_article__lead_text {
    max-height: 44px;
    margin: 7px 0 0;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 22px;
    line-height: 2.2rem;
    -webkit-line-clamp: 2;
  }
}
@media screen and (min-width: 1367px) {
  .related_article__lead_text {
    max-height: 56px;
    margin: 10px 0 0;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 28px;
    line-height: 2.8rem;
  }
}
.related_article:hover .related_article__lead_text {
  color: rgba(20, 20, 20, 0.85);
}

.ck_image_in_article--left10 {
  position: relative;
  float: left;
  margin: 0 0 20px;
  margin-left: 0px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .ck_image_in_article--left10 {
    top: 11px;
    margin: 0 29px 20px;
    margin-left: -34px;
    width: 10%;
  }
}
@media screen and (min-width: 1310px) {
  .ck_image_in_article--left10 {
    top: 11px;
    margin: 0 57px 5px;
    margin-left: -50px;
    width: 10%;
  }
}
.ck_image_in_article--left10 span {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .ck_image_in_article--left10 span {
    padding-right: 0;
  }
}
.ck_image_in_article--left10 span.article__figure_caption-author {
  word-break: none;
}
.ck_image_in_article--left25 {
  position: relative;
  float: left;
  margin: 0 0 20px;
  margin-left: 0px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .ck_image_in_article--left25 {
    top: 11px;
    margin: 0 29px 20px;
    margin-left: -34px;
    width: 25%;
  }
}
@media screen and (min-width: 1310px) {
  .ck_image_in_article--left25 {
    top: 11px;
    margin: 0 57px 5px;
    margin-left: -50px;
    width: 25%;
  }
}
.ck_image_in_article--left25 span {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .ck_image_in_article--left25 span {
    padding-right: 0;
  }
}
.ck_image_in_article--left25 span.article__figure_caption-author {
  word-break: none;
}
.ck_image_in_article--left50 {
  position: relative;
  float: left;
  margin: 0 0 20px;
  margin-left: 0px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .ck_image_in_article--left50 {
    top: 11px;
    margin: 0 29px 20px;
    margin-left: -34px;
    width: 50%;
  }
}
@media screen and (min-width: 1310px) {
  .ck_image_in_article--left50 {
    top: 11px;
    margin: 0 57px 5px;
    margin-left: -50px;
    width: 50%;
  }
}
.ck_image_in_article--left50 span {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .ck_image_in_article--left50 span {
    padding-right: 0;
  }
}
.ck_image_in_article--left50 span.article__figure_caption-author {
  word-break: none;
}
.ck_image_in_article--left75 {
  position: relative;
  float: left;
  margin: 0 0 20px;
  margin-left: 0px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .ck_image_in_article--left75 {
    top: 11px;
    margin: 0 29px 20px;
    margin-left: -34px;
    width: 75%;
  }
}
@media screen and (min-width: 1310px) {
  .ck_image_in_article--left75 {
    top: 11px;
    margin: 0 57px 5px;
    margin-left: -50px;
    width: 75%;
  }
}
.ck_image_in_article--left75 span {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .ck_image_in_article--left75 span {
    padding-right: 0;
  }
}
.ck_image_in_article--left75 span.article__figure_caption-author {
  word-break: none;
}
.ck_image_in_article--right10 {
  position: relative;
  float: right;
  margin: 0 0 20px;
  margin-right: 0px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .ck_image_in_article--right10 {
    top: 11px;
    margin: 0 29px 20px;
    margin-right: -34px;
    width: 10%;
  }
}
@media screen and (min-width: 1310px) {
  .ck_image_in_article--right10 {
    top: 11px;
    margin: 0 57px 5px;
    margin-right: -50px;
    width: 10%;
  }
}
.ck_image_in_article--right10 span {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .ck_image_in_article--right10 span {
    padding-right: 0;
  }
}
.ck_image_in_article--right10 span.article__figure_caption-author {
  word-break: none;
}
.ck_image_in_article--right25 {
  position: relative;
  float: right;
  margin: 0 0 20px;
  margin-right: 0px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .ck_image_in_article--right25 {
    top: 11px;
    margin: 0 29px 20px;
    margin-right: -34px;
    width: 25%;
  }
}
@media screen and (min-width: 1310px) {
  .ck_image_in_article--right25 {
    top: 11px;
    margin: 0 57px 5px;
    margin-right: -50px;
    width: 25%;
  }
}
.ck_image_in_article--right25 span {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .ck_image_in_article--right25 span {
    padding-right: 0;
  }
}
.ck_image_in_article--right25 span.article__figure_caption-author {
  word-break: none;
}
.ck_image_in_article--right50 {
  position: relative;
  float: right;
  margin: 0 0 20px;
  margin-right: 0px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .ck_image_in_article--right50 {
    top: 11px;
    margin: 0 29px 20px;
    margin-right: -34px;
    width: 50%;
  }
}
@media screen and (min-width: 1310px) {
  .ck_image_in_article--right50 {
    top: 11px;
    margin: 0 57px 5px;
    margin-right: -50px;
    width: 50%;
  }
}
.ck_image_in_article--right50 span {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .ck_image_in_article--right50 span {
    padding-right: 0;
  }
}
.ck_image_in_article--right50 span.article__figure_caption-author {
  word-break: none;
}
.ck_image_in_article--right75 {
  position: relative;
  float: right;
  margin: 0 0 20px;
  margin-right: 0px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .ck_image_in_article--right75 {
    top: 11px;
    margin: 0 29px 20px;
    margin-right: -34px;
    width: 75%;
  }
}
@media screen and (min-width: 1310px) {
  .ck_image_in_article--right75 {
    top: 11px;
    margin: 0 57px 5px;
    margin-right: -50px;
    width: 75%;
  }
}
.ck_image_in_article--right75 span {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .ck_image_in_article--right75 span {
    padding-right: 0;
  }
}
.ck_image_in_article--right75 span.article__figure_caption-author {
  word-break: none;
}
.ck_image_in_article--full100 {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .ck_image_in_article--full100 {
    top: 11px;
    margin: 0 29px 20px;
    margin-full: -34px;
    width: 100%;
  }
}
@media screen and (min-width: 1310px) {
  .ck_image_in_article--full100 {
    top: 11px;
    margin: 0 57px 5px;
    margin-full: -50px;
    width: 100%;
  }
}
.ck_image_in_article--full100 span {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .ck_image_in_article--full100 span {
    padding-right: 0;
  }
}
.ck_image_in_article--full100 span.article__figure_caption-author {
  word-break: none;
}
.ck_image_in_article--none100 {
  position: relative;
  float: none;
  margin: 0 0 20px;
  margin-none: 0px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .ck_image_in_article--none100 {
    top: 11px;
    margin: 0 29px 20px;
    margin-none: -34px;
    width: 100%;
  }
}
@media screen and (min-width: 1310px) {
  .ck_image_in_article--none100 {
    top: 11px;
    margin: 0 57px 5px;
    margin-none: -50px;
    width: 100%;
  }
}
.ck_image_in_article--none100 span {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .ck_image_in_article--none100 span {
    padding-right: 0;
  }
}
.ck_image_in_article--none100 span.article__figure_caption-author {
  word-break: none;
}
.ck_image_in_article img {
  max-width: 100%;
}

.section__noresults_title {
  position: relative;
  margin: 52px 0 0 0;
  padding: 40px 0 0 0;
  font: normal 700 100% "Montserrat", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 22px;
  line-height: 2.2rem;
  letter-spacing: -0.01em;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .section__noresults_title {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 28px;
    line-height: 2.8rem;
    margin: 70px 0 0 0;
  }
}
@media screen and (min-width: 1367px) {
  .section__noresults_title {
    margin: 84px 0 0 0;
    font-size: 40px;
    font-size: 4rem;
    line-height: 44px;
    line-height: 4.4rem;
  }
}
.section__noresults_text {
  padding: 0 30px;
  margin: 10px 0 -66px 0;
  font: normal 400 100% "Montserrat", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .section__noresults_text {
    padding: 0 40px;
    margin: 10px 0 -76px;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 28px;
    line-height: 2.8rem;
  }
}
@media screen and (min-width: 1367px) {
  .section__noresults_text {
    margin: 10px 0 -22px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 32px;
    line-height: 3.2rem;
  }
}
.section__noresults_text a {
  position: relative;
  text-decoration: none;
  background-color: #cccccc;
  color: #141414;
}
.section__noresults_text a:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #2891e0;
}
@media screen and (min-width: 1024px) {
  .section div[id^=divBillboardBot] {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 1367px) {
  .section div[id^=divBillboardBot] {
    margin-bottom: 40px;
  }
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-modal-dialog, .vjs-modal-dialog .vjs-modal-dialog-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .vjs-button > .vjs-icon-placeholder:before {
  text-align: center;
}

@font-face {
  font-family: VideoJS;
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABBIAAsAAAAAGoQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZRiV3RY21hcAAAAYQAAADQAAADIjn098ZnbHlmAAACVAAACv4AABEIAwnSw2hlYWQAAA1UAAAAKwAAADYV1OgpaGhlYQAADYAAAAAbAAAAJA4DByFobXR4AAANnAAAAA8AAACE4AAAAGxvY2EAAA2sAAAARAAAAEQ9NEHGbWF4cAAADfAAAAAfAAAAIAEyAIFuYW1lAAAOEAAAASUAAAIK1cf1oHBvc3QAAA84AAABDwAAAZ5AAl/0eJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGQ7xTiBgZWBgaWQ5RkDA8MvCM0cwxDOeI6BgYmBlZkBKwhIc01hcPjI+FGBHcRdyA4RZgQRAC4HCwEAAHic7dFprsIgAEXhg8U61XmeWcBb1FuQP4w7ZQXK5boMm3yclFDSANAHmuKviBBeBPQ8ymyo8w3jOh/5r2ui5nN6v8sYNJb3WMdeWRvLji0DhozKdxM6psyYs2DJijUbtuzYc+DIiTMXrty4k8oGLb+n0xCe37ekM7Z66j1DbUy3l6PpHnLfdLO5NdSBoQ4NdWSoY9ON54mhdqa/y1NDnRnq3FAXhro01JWhrg11Y6hbQ90Z6t5QD4Z6NNSToZ4N9WKoV0O9GerdUJORPqkhTd54nJ1YDXBU1RV+576/JBs2bPYPkrDZt5vsJrv53V/I5mclhGDCTwgGBQQSTEji4hCkYIAGd4TGIWFAhV0RQTpWmQp1xv6hA4OTOlNr2zFANbHUYbq2OtNCpViRqsk+e+7bTQAhzti8vPfuPffcc88959zznbcMMPjHD/KDDGEY0ABpYX384NhlomIYlo4JISGEY9mMh2FSidYiqkEUphtNYDSY/dXg9023l4DdxlqUl0chuZRhncJKrsCQHIwcGuwfnhMIzBnuH4Sym+1D2zaGjheXlhYfD238z80mKYMmvJ5XeOTzd8z9eujbMxJNhu4C9xPE/bCMiDuSNIWgkTQwBE55hLSAE7ZwhrHLnAHZOGV/kmBGTiNjZxzI77Hb7Hqjz68TjT6vh+5JT/cCIkqS0D6CqPf5jX4Qjdx5j6vlDfZM4aZFdbVXIxtOlJaP/WottMnH6CJQ3bTiue3PrY23HjnChtuamxwvvzFjxkPrNj3z0tG9T561HDYf6OgmRWvlY3JQHoQb8ltV2Yet7YfWctEjR1AtxS/cSX6U4alf6NJEBQ7YKg9wrXQKd0IeZCb2ux75Uhh1Un+Nz+9LTOE7PK777nN5xqdTneTBhCbx446mZrhnUkrCz2YhA9dSMxaG0SYmT8hi9ZPu1E94PJYQSH6LRmhxec7Q7ZeXntgQuVpbh+a4qWNsckVyTdn0P7o7DpgPW84+uRcq0BITflBikGdUjAZ9wYBVI3mtrNvr9kpg1UsaK6t3690aoorC1lg0GpMH2HAMtkZjsSi5Ig9ESVosOh7GQfLjKNLvKpMKkLSKNFAka710GdgSi8oDMSoNhqjkKBXTgn3swtaxyzGkUzIzae9RtLdWkSlZ1KDX6EzgllzV4NV4SoDFSOGD4+HCeQUF8wrZ5Hs8zIb5EaVxy8DYFTbMCJPnLIWZxugZE2NlivC0gc1qEQUR8jEKgZcAXeH18BiCgl5nlHh0CrjB4Hb5fX4gb0J7c9PuHVsfgkx2n/vTY/JV8kn8PGxf7faOZ8qX8JVByuIf4whk9sqXli2hvPJV9hrp0hY7l8r2x37ydaVsb4xvXv/47v2NjfCl8m5oRDJclFMoE1yk0Uh1Te4/m8lFXe9qBZD0EkheicebXvzI2PLCuoKCukLuhPIeKwaHPEouxw3kMqaIUXDQ1p0mip+MyCORSCQaoUsnY1VZ38nUTrG21WvVo4f1OsEJFhvSfAFwGfT8VHRMeAVUpwLOoLzjT/REIj3O3FhuURE+nERF+0pTId5Fyxv5sfwGyg4O+my4vZv0sZm7oeQlFZORiB+tG0MweVNraeitl7yxiPIHTk4/diVxs94o5lEYishB2iAtkchEnsActoEpx44Fo8XnsQMaA22BlqC20RmhBKzYojZyYaxg+JggMc4HHY2m+L9EkWSYljirOisrO7d3VorxzyZ6Vc4lJqITAu1b2wOBdrLElAP+bFc2eGaZFVbkmJktv5uT6Jlz5D/MnBFor6ig/JPnRViBsV3LNKGGqB1ChJ0tgQywlVLFJIuQgTFttwkiKxhyQdAZMdMYtSaoAewqfvXVYPAbDT6/1mez85YS8FSDywQ6NfAnef6FNEGMilnppyvn5rB6tTyq1pOceRWnp2WJEZFXHeX5oyoem1nTTgdqc4heDY7bOeKz63vnz+/dRx+s31Ht2JGanQ5seirfWJL9tjozU/12TnEjn5oux9OzU3ckGbBzBwNOyk69JykKH0n/0LM9A72tuwM3zQpIRu4AxiToseEpgPOmbROyFe9/X2yeUvoUsCyEvjcgs7fpWP3/aKlFN0+6HFUe6D9HFz/XPwBlN9tTqNyZjFJ8UO2RUT5/h4CptCctEyeisnOyXjALEp7dXKaQKf6O7IMnGjNNACRMLxqdYJX8eMLvmmd68D+ayBLyKKYZwYxDt/GNhzETDJ05Qxlyi3pi3/Z93ndYVSumgj0V/KkIFlO6+1K3fF2+3g0q+YtuSIf0bvmLqV09nnobI6hwcjIP8aPCKayjsF5JBY3LaKAeRLSyYB1h81oTwe9SlPMkXB7G0mfL9q71gaqqwPqu67QRKS1+ObTx+sbQy9QV2OQHEScGkdFBeT7v7qisqqrs6N52i78/R+6S0qQONVj26agOVoswCyQWIV5D86vH53bxNUeXV0K+XZaHv/nm/KsHhOvylwsWnJX/HE8l/4WCv5x+l5n08z6UU8bUMa3MBpSmM7F63AxntdC9eBCKEZW9Hr+ABNqtxgAQrSbMtmrW7lKQuoSgBhSrTazWVU2QAKWY8wiiuhqFmQgWJBgoXiuWIm42N7hqZbBsgXz52O5P5uSvaNgFGnOuvsRw8I8Laha91wMvDuxqWFheN7/8GVtTltdS83DQsXRmqc5ZtcJXEVrlV2doTWk5+Yunm71dG5f55m/qY0MjI93vv9/NfpxXV9sUXrxy2fbNy1or65cOlDRnOoKFeeXcbw42H/bNDT5Qs3flgs31gWC1lD1nfUV/X7NdCnSUdHY2e8afzfKsqZ5ZljfDqjLOmk3UebNXB+aHArPYDRs+/HDDxeT5DiP+sFg7OpRaVQMGBV89PpeBdj22hCE0Uub0UqwLrNWsG0cuyadgLXTeR5rbO4+3c/vl15cur2nRq+TXCQDcS3SO+s6ak+e5/eMS+1dw3btu3YG2tvFL8XdIZvdjdW6TO/4B7IdrZWVPmctm5/59AgsPItTSbCiIBr2OqIGzmu20SMKAS7yqwGBUfGfgjDYlLLDeF0SfcLB2LSx8flT+08/kzz6yOj96rft4rpTjdPQcmLd47uKibbDq7ZSz/XtbH2nN717Nd62rU+c8Icevvv7I09wA6WvjVcafb+FsbNG+ZQ80Rn6ZZsvrP7teP2dzTdoETvNhjCmsr8FID2sJ69VYvdUcxk4AzYRlKcaE38eXNRlfW9H1as9i6acLHp1XpuNB5K7DIvkX08y1ZYvh3KfWaiCzH+ztrSDmD7LuX73x/mJelB8Yj39t8nhNQJJ2CAthpoFGLsGgtSOCJooCGoaJAMTjSWHVZ08YAa1Fg9lPI5U6DOsGVjDasJeZZ+YyhfCwfOzCxlBA69M9XLXtza7H/rav+9Tjq5xNi0wpKQIRNO4Lrzz7yp5QVYM6Jd/oc1Uvn/mQhhuWh6ENXoS2YTZ8QT42bF5d/559zp5r0Uff2VnR2tdf2/WCOd2cO0Mw6qpWPnvxpV0nrt5fZd2yItc199GWe8vlNfNDq+CH/7yAAnB9hn7T4QO4c1g9ScxsZgmzntnE/IDGndtHMw69lFwoCnYsMGx+rBp8JSBqdLzBr9QRPq/PbhWMWFtQZp1xguy/haw3TEHm3TWAnxFWQQWgt7M5OV0lCz1VRYucpWliy7z6Zd4urwPIyeZQqli2Lgg7szJV09PysATbOQtYIrB2YzbkJYkGgJ0m4AjPUap1pvYu1K9qr97z0Yl3p332b2LYB78ncYIlRkau/8GObSsOlZancACE5d5ily+c2+7h5Yj4lqhVmXXB+iXLfvdqSgqfKtQvfHDV0OnvQR1qhw42XS/vkvsh/hXcrDFP0a+SJNIomEfD1nsrYGO+1bgTOJhM8Hv6ek+7vVglxuSRwoKn17S937bm6YJCeSSG0Op1n+7tE37tcZ/p7dsTv4EUrGpDbWueKigsLHhqTVsoEj+JU0kaSjnj9tz8/gryQWwJ9BcJXBC/7smO+I/IFURJetFPrdt5WcoL6DbEJaygI8CTHfQTjf40ofD+DwalTqIAAHicY2BkYGAA4gDud4bx/DZfGbjZGUDg+q1z05BpdkawOAcDE4gCAB45CXEAeJxjYGRgYGcAARD5/z87IwMjAypQBAAtgwI4AHicY2BgYGAfYAwAOkQA4QAAAAAAAA4AaAB+AMwA4AECAUIBbAGYAcICGAJYArQC4AMwA7AD3gQwBJYE3AUkBWYFigYgBmYGtAbqB1gIEghYCG4IhHicY2BkYGBQZChlYGcAASYg5gJCBob/YD4DABfTAbQAeJxdkE1qg0AYhl8Tk9AIoVDaVSmzahcF87PMARLIMoFAl0ZHY1BHdBJIT9AT9AQ9RQ9Qeqy+yteNMzDzfM+88w0K4BY/cNAMB6N2bUaPPBLukybCLvleeAAPj8JD+hfhMV7hC3u4wxs7OO4NzQSZcI/8Ltwnfwi75E/hAR7wJTyk/xYeY49fYQ/PztM+jbTZ7LY6OWdBJdX/pqs6NYWa+zMxa13oKrA6Uoerqi/JwtpYxZXJ1coUVmeZUWVlTjq0/tHacjmdxuL90OR8O0UEDYMNdtiSEpz5XQGqzlm30kzUdAYFFOb8R7NOZk0q2lwAyz1i7oAr1xoXvrOgtYhZx8wY5KRV269JZ5yGpmzPTjQhvY9je6vEElPOuJP3mWKnP5M3V+YAAAB4nG2PyXLCMBBE3YCNDWEL2ffk7o8S8oCnkCVHC5C/jzBQlUP6IHVPzYyekl5y0iL5X5/ooY8BUmQYIkeBEca4wgRTzDDHAtdY4ga3uMM9HvCIJzzjBa94wzs+8ImvZNAq8TM+HqVkKxWlrQiOxjujQkNlEzyNzl6Z/cU2XF06at7U83VQyklLpEvSnuzsb+HAPnPfQVgaupa1Jlu4sPLsFblcitaz0dHU0ZF1qatjZ1+aTXYCmp6u0gSvWNPyHLtFZ+ZeXWVSaEkqs3T8S74WklbGbNNNq4LL4+CWKtZDv2cfX8l8aFbKFhEnJnJ+IULFpqwoQnNHlHaVQtPBl+ypmbSWdmyC61KS/AKZC3Y+AA==) format("woff");
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play, .video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-play-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-play:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-play-control .vjs-icon-placeholder:before {
  content: "\f101";
}

.vjs-icon-play-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-play-circle:before {
  content: "\f102";
}

.vjs-icon-pause, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-pause:before, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before {
  content: "\f103";
}

.vjs-icon-volume-mute, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-volume-mute:before, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before {
  content: "\f104";
}

.vjs-icon-volume-low, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-volume-low:before, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before {
  content: "\f105";
}

.vjs-icon-volume-mid, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-volume-mid:before, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before {
  content: "\f106";
}

.vjs-icon-volume-high, .video-js .vjs-mute-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-volume-high:before, .video-js .vjs-mute-control .vjs-icon-placeholder:before {
  content: "\f107";
}

.vjs-icon-fullscreen-enter, .video-js .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-fullscreen-enter:before, .video-js .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\f108";
}

.vjs-icon-fullscreen-exit, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-fullscreen-exit:before, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\f109";
}

.vjs-icon-square {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-square:before {
  content: "\f10a";
}

.vjs-icon-spinner {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-spinner:before {
  content: "\f10b";
}

.vjs-icon-subtitles, .video-js .vjs-subtitles-button .vjs-icon-placeholder, .video-js .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-subtitles:before, .video-js .vjs-subtitles-button .vjs-icon-placeholder:before, .video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before {
  content: "\f10c";
}

.vjs-icon-captions, .video-js .vjs-captions-button .vjs-icon-placeholder, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-captions:before, .video-js .vjs-captions-button .vjs-icon-placeholder:before, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before {
  content: "\f10d";
}

.vjs-icon-chapters, .video-js .vjs-chapters-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-chapters:before, .video-js .vjs-chapters-button .vjs-icon-placeholder:before {
  content: "\f10e";
}

.vjs-icon-share {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-share:before {
  content: "\f10f";
}

.vjs-icon-cog {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-cog:before {
  content: "\f110";
}

.vjs-icon-circle, .video-js .vjs-play-progress, .video-js .vjs-volume-level, .vjs-seek-to-live-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-circle:before, .video-js .vjs-play-progress:before, .video-js .vjs-volume-level:before, .vjs-seek-to-live-control .vjs-icon-placeholder:before {
  content: "\f111";
}

.vjs-icon-circle-outline {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-circle-outline:before {
  content: "\f112";
}

.vjs-icon-circle-inner-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-circle-inner-circle:before {
  content: "\f113";
}

.vjs-icon-hd {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-hd:before {
  content: "\f114";
}

.vjs-icon-cancel, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-cancel:before, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before {
  content: "\f115";
}

.vjs-icon-replay, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-replay:before, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before {
  content: "\f116";
}

.vjs-icon-facebook {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-facebook:before {
  content: "\f117";
}

.vjs-icon-gplus {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-gplus:before {
  content: "\f118";
}

.vjs-icon-linkedin {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-linkedin:before {
  content: "\f119";
}

.vjs-icon-twitter {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-twitter:before {
  content: "\f11a";
}

.vjs-icon-tumblr {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-tumblr:before {
  content: "\f11b";
}

.vjs-icon-audio-description, .video-js .vjs-descriptions-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-audio-description:before, .video-js .vjs-descriptions-button .vjs-icon-placeholder:before {
  content: "\f11d";
}

.vjs-icon-audio, .video-js .vjs-audio-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-audio:before, .video-js .vjs-audio-button .vjs-icon-placeholder:before {
  content: "\f11e";
}

.vjs-icon-next-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-next-item:before {
  content: "\f11f";
}

.vjs-icon-previous-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-previous-item:before {
  content: "\f120";
}

.video-js {
  display: block;
  vertical-align: top;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  word-break: initial;
}

.video-js:-moz-full-screen {
  position: absolute;
}

.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}

.video-js[tabindex="-1"] {
  outline: none;
}

.video-js *,
.video-js *:before,
.video-js *:after {
  box-sizing: inherit;
}

.video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3 {
  width: 100%;
  max-width: 100%;
  height: 0;
}

.video-js.vjs-16-9 {
  padding-top: 56.25%;
}

.video-js.vjs-4-3 {
  padding-top: 75%;
}

.video-js.vjs-fill {
  width: 100%;
  height: 100%;
}

.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
}

.vjs-full-window .video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.video-js.vjs-fullscreen {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important;
}

.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none;
}

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

.vjs-disabled {
  opacity: 0.5;
  cursor: default;
}

.video-js .vjs-offscreen {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: 0;
  width: 1px;
}

.vjs-lock-showing {
  display: block !important;
  opacity: 1;
  visibility: visible;
}

.vjs-no-js {
  padding: 20px;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0px auto;
}

.vjs-no-js a,
.vjs-no-js a:visited {
  color: #66A8CC;
}

.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.5em;
  width: 3em;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border: 0.06666em solid #fff;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  border-radius: 0.3em;
  transition: all 0.4s;
}

.vjs-big-play-centered .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-top: -0.75em;
  margin-left: -1.5em;
}

.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  transition: all 0s;
}

.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
  display: none;
}

.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
  display: block;
}

.video-js button {
  background: none;
  border: none;
  color: inherit;
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.vjs-control .vjs-button {
  width: 100%;
  height: 100%;
}

.video-js .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: 0.5em;
  z-index: 2;
}

.video-js .vjs-modal-dialog {
  background: rgba(0, 0, 0, 0.8);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
  overflow: auto;
}

.video-js .vjs-modal-dialog > * {
  box-sizing: border-box;
}

.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 20px 24px;
  z-index: 1;
}

.vjs-menu-button {
  cursor: pointer;
}

.vjs-menu-button.vjs-disabled {
  cursor: default;
}

.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
  display: none;
}

.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  overflow: auto;
}

.vjs-menu .vjs-menu-content > * {
  box-sizing: border-box;
}

.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu {
  display: none;
}

.vjs-menu li {
  list-style: none;
  margin: 0;
  padding: 0.2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase;
}

.vjs-menu li.vjs-menu-item:focus,
.vjs-menu li.vjs-menu-item:hover,
.js-focus-visible .vjs-menu li.vjs-menu-item:hover {
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover,
.js-focus-visible .vjs-menu li.vjs-selected:hover {
  background-color: #fff;
  color: #2B333F;
}

.vjs-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  cursor: default;
}

.vjs-menu-button-popup .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0em;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, 0.7);
}

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em;
}

.vjs-workinghover .vjs-menu-button-popup:hover .vjs-menu,
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
  display: block;
}

.video-js .vjs-menu-button-inline {
  transition: all 0.4s;
  overflow: hidden;
}

.video-js .vjs-menu-button-inline:before {
  width: 2.222222222em;
}

.video-js .vjs-menu-button-inline:hover,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 12em;
}

.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  transition: all 0.4s;
}

.vjs-menu-button-inline:hover .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  display: block;
  opacity: 1;
}

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
  display: block;
  opacity: 1;
  position: relative;
  width: auto;
}

.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  width: auto;
}

.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.video-js .vjs-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: 3em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
}

.vjs-has-started .vjs-control-bar {
  display: flex;
  visibility: visible;
  opacity: 1;
  transition: visibility 0.1s, opacity 0.1s;
}

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: visible;
  opacity: 0;
  transition: visibility 1s, opacity 1s;
}

.vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
  display: none !important;
}

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible;
}

.vjs-has-started.vjs-no-flex .vjs-control-bar {
  display: table;
}

.video-js .vjs-control {
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  flex: none;
}

.vjs-button > .vjs-icon-placeholder:before {
  font-size: 1.8em;
  line-height: 1.67;
}

.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
  text-shadow: 0em 0em 1em white;
}

.video-js .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.vjs-no-flex .vjs-control {
  display: table-cell;
  vertical-align: middle;
}

.video-js .vjs-custom-control-spacer {
  display: none;
}

.video-js .vjs-progress-control {
  cursor: pointer;
  flex: auto;
  display: flex;
  align-items: center;
  min-width: 4em;
  touch-action: none;
}

.video-js .vjs-progress-control.disabled {
  cursor: default;
}

.vjs-live .vjs-progress-control {
  display: none;
}

.vjs-liveui .vjs-progress-control {
  display: flex;
  align-items: center;
}

.vjs-no-flex .vjs-progress-control {
  width: auto;
}

.video-js .vjs-progress-holder {
  flex: auto;
  transition: all 0.2s;
  height: 0.3em;
}

.video-js .vjs-progress-control .vjs-progress-holder {
  margin: 0 10px;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.6666666667em;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {
  font-size: 1em;
}

.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 0;
}

.video-js .vjs-play-progress {
  background-color: #fff;
}

.video-js .vjs-play-progress:before {
  font-size: 0.9em;
  position: absolute;
  right: -0.5em;
  top: -0.3333333333em;
  z-index: 1;
}

.video-js .vjs-load-progress {
  background: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-load-progress div {
  background: rgba(115, 133, 159, 0.75);
}

.video-js .vjs-time-tooltip {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em;
  color: #000;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1;
}

.video-js .vjs-progress-holder:focus .vjs-time-tooltip {
  display: none;
}

.video-js .vjs-progress-control:hover .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip {
  display: block;
  font-size: 0.6em;
  visibility: visible;
}

.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {
  font-size: 1em;
}

.video-js .vjs-progress-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1;
}

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  z-index: 0;
}

.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block;
}

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s, opacity 1s;
}

.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  display: none;
}

.vjs-mouse-display .vjs-time-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}

.video-js .vjs-slider {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 0.45em 0 0.45em;
  /* iOS Safari */
  -webkit-touch-callout: none;
  /* Safari */
  -webkit-user-select: none;
  /* Konqueror HTML */
  /* Firefox */
  -moz-user-select: none;
  /* Internet Explorer/Edge */
  /* Non-prefixed version, currently supported by Chrome and Opera */
  user-select: none;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-slider.disabled {
  cursor: default;
}

.video-js .vjs-slider:focus {
  text-shadow: 0em 0em 1em white;
  box-shadow: 0 0 1em #fff;
}

.video-js .vjs-mute-control {
  cursor: pointer;
  flex: none;
}

.video-js .vjs-volume-control {
  cursor: pointer;
  margin-right: 1em;
  display: flex;
}

.video-js .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
}

.video-js .vjs-volume-panel .vjs-volume-control {
  visibility: visible;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin-left: -1px;
}

.video-js .vjs-volume-panel {
  transition: width 1s;
}

.video-js .vjs-volume-panel:hover .vjs-volume-control,
.video-js .vjs-volume-panel:active .vjs-volume-control,
.video-js .vjs-volume-panel:focus .vjs-volume-control,
.video-js .vjs-volume-panel .vjs-volume-control:hover,
.video-js .vjs-volume-panel .vjs-volume-control:active,
.video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active {
  visibility: visible;
  opacity: 1;
  position: relative;
  transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s;
}

.video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
}

.video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-vertical,
.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical,
.video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical {
  left: -3.5em;
}

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {
  width: 9em;
  transition: width 0.1s;
}

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {
  width: 4em;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  height: 8em;
  width: 3em;
  left: -3000em;
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
}

.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  visibility: visible;
  opacity: 1;
  position: relative;
  transition: none;
}

.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,
.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  position: absolute;
  bottom: 3em;
  left: 0.5em;
}

.video-js .vjs-volume-panel {
  display: flex;
}

.video-js .vjs-volume-bar {
  margin: 1.35em 0.45em;
}

.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: 0.3em;
}

.vjs-volume-bar.vjs-slider-vertical {
  width: 0.3em;
  height: 5em;
  margin: 1.35em auto;
}

.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
}

.video-js .vjs-volume-level:before {
  position: absolute;
  font-size: 0.9em;
}

.vjs-slider-vertical .vjs-volume-level {
  width: 0.3em;
}

.vjs-slider-vertical .vjs-volume-level:before {
  top: -0.5em;
  left: -0.3em;
}

.vjs-slider-horizontal .vjs-volume-level {
  height: 0.3em;
}

.vjs-slider-horizontal .vjs-volume-level:before {
  top: -0.3em;
  right: -0.5em;
}

.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
  width: 4em;
}

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%;
}

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%;
}

.video-js .vjs-volume-vertical {
  width: 3em;
  height: 8em;
  bottom: 8em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
}

.video-js .vjs-volume-horizontal .vjs-menu {
  left: -2em;
}

.vjs-poster {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: #000000;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}

.vjs-has-started .vjs-poster {
  display: none;
}

.vjs-audio.vjs-has-started .vjs-poster {
  display: block;
}

.vjs-using-native-controls .vjs-poster {
  display: none;
}

.video-js .vjs-live-control {
  display: flex;
  align-items: flex-start;
  flex: auto;
  font-size: 1em;
  line-height: 3em;
}

.vjs-no-flex .vjs-live-control {
  display: table-cell;
  width: auto;
  text-align: left;
}

.video-js:not(.vjs-live) .vjs-live-control,
.video-js.vjs-liveui .vjs-live-control {
  display: none;
}

.video-js .vjs-seek-to-live-control {
  cursor: pointer;
  flex: none;
  display: inline-flex;
  height: 100%;
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-size: 1em;
  line-height: 3em;
  width: auto;
  min-width: 4em;
}

.vjs-no-flex .vjs-seek-to-live-control {
  display: table-cell;
  width: auto;
  text-align: left;
}

.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,
.video-js:not(.vjs-live) .vjs-seek-to-live-control {
  display: none;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge {
  cursor: auto;
}

.vjs-seek-to-live-control .vjs-icon-placeholder {
  margin-right: 0.5em;
  color: #888;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder {
  color: red;
}

.video-js .vjs-time-control {
  flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}

.vjs-live .vjs-time-control {
  display: none;
}

.video-js .vjs-current-time,
.vjs-no-flex .vjs-current-time {
  display: none;
}

.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
  display: none;
}

.vjs-time-divider {
  display: none;
  line-height: 3em;
}

.vjs-live .vjs-time-divider {
  display: none;
}

.video-js .vjs-play-control {
  cursor: pointer;
}

.video-js .vjs-play-control .vjs-icon-placeholder {
  flex: none;
}

.vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
}

.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em;
}

.video-js .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em;
}

.vjs-subtitles {
  color: #fff;
}

.vjs-captions {
  color: #fc6;
}

.vjs-tt-cue {
  display: block;
}

video::-webkit-media-text-track-display {
  transform: translateY(-3em);
}

.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
  transform: translateY(-1.5em);
}

.video-js .vjs-fullscreen-control {
  cursor: pointer;
  flex: none;
}

.vjs-playback-rate > .vjs-menu-button,
.vjs-playback-rate .vjs-playback-rate-value {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vjs-playback-rate .vjs-playback-rate-value {
  pointer-events: none;
  font-size: 1.5em;
  line-height: 2;
  text-align: center;
}

.vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0em;
}

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  text-align: center;
}

.vjs-error .vjs-error-display:before {
  color: #fff;
  content: "X";
  font-family: Arial, Helvetica, sans-serif;
  font-size: 4em;
  left: 0;
  line-height: 1;
  margin-top: -0.5em;
  position: absolute;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  width: 100%;
}

.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.85;
  text-align: left;
  border: 6px solid rgba(43, 51, 63, 0.7);
  box-sizing: border-box;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  visibility: hidden;
}

.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
  display: block;
  animation: 0s linear 0.3s forwards vjs-spinner-show;
}

.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
  content: "";
  position: absolute;
  margin: -6px;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: white;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after {
  animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
  border-top-color: white;
}

.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
  border-top-color: white;
  animation-delay: 0.44s;
}

@keyframes vjs-spinner-show {
  to {
    visibility: visible;
  }
}
@keyframes vjs-spinner-spin {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: white;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}
.vjs-chapters-button .vjs-menu ul {
  width: 24em;
}

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: "\f10d";
  font-size: 1.5em;
  line-height: inherit;
}

.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}

.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: " \f11d";
  font-size: 1.5em;
  line-height: inherit;
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer {
  flex: auto;
  display: block;
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer {
  width: auto;
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-panel,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subs-caps-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-audio-button {
  display: none;
}

.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-panel,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subs-caps-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-audio-button {
  display: none;
}

.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-panel,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-audio-button {
  display: none;
}

.vjs-modal-dialog.vjs-text-track-settings {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.75);
  color: #fff;
  height: 70%;
}

.vjs-text-track-settings .vjs-modal-dialog-content {
  display: table;
}

.vjs-text-track-settings .vjs-track-settings-colors,
.vjs-text-track-settings .vjs-track-settings-font,
.vjs-text-track-settings .vjs-track-settings-controls {
  display: table-cell;
}

.vjs-text-track-settings .vjs-track-settings-controls {
  text-align: right;
  vertical-align: bottom;
}

@supports (display: grid) {
  .vjs-text-track-settings .vjs-modal-dialog-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    padding: 20px 24px 0px 24px;
  }
  .vjs-track-settings-controls .vjs-default-button {
    margin-bottom: 20px;
  }
  .vjs-text-track-settings .vjs-track-settings-controls {
    grid-column: 1/-1;
  }
  .vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,
  .vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content,
  .vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content {
    grid-template-columns: 1fr;
  }
}
.vjs-track-setting > select {
  margin-right: 1em;
  margin-bottom: 0.5em;
}

.vjs-text-track-settings fieldset {
  margin: 5px;
  padding: 3px;
  border: none;
}

.vjs-text-track-settings fieldset span {
  display: inline-block;
}

.vjs-text-track-settings fieldset span > select {
  max-width: 7.3em;
}

.vjs-text-track-settings legend {
  color: #fff;
  margin: 0 0 5px 0;
}

.vjs-text-track-settings .vjs-label {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  display: block;
  margin: 0 0 5px 0;
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.vjs-track-settings-controls button:focus,
.vjs-track-settings-controls button:active {
  outline-style: solid;
  outline-width: medium;
  background-image: linear-gradient(0deg, #fff 88%, #73859f 100%);
}

.vjs-track-settings-controls button:hover {
  color: rgba(43, 51, 63, 0.75);
}

.vjs-track-settings-controls button {
  background-color: #fff;
  background-image: linear-gradient(-180deg, #fff 88%, #73859f 100%);
  color: #2B333F;
  cursor: pointer;
  border-radius: 2px;
}

.vjs-track-settings-controls .vjs-default-button {
  margin-right: 1em;
}

@media print {
  .video-js > *:not(.vjs-tech):not(.vjs-poster) {
    visibility: hidden;
  }
}
.vjs-resize-manager {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: -1000;
}

.js-focus-visible .video-js *:focus:not(.focus-visible) {
  outline: none;
  background: none;
}

.video-js *:focus:not(:focus-visible),
.video-js .vjs-menu *:focus:not(:focus-visible) {
  outline: none;
  background: none;
}

/**
 * videojs.ads.css
 */
/* Ad playback */
.vjs-ad-playing.vjs-ad-playing .vjs-progress-control {
  pointer-events: none;
}

.vjs-ad-playing.vjs-ad-playing .vjs-play-progress {
  background-color: #ffe400;
}

/* Ad loading */
.vjs-ad-playing.vjs-ad-loading .vjs-loading-spinner {
  display: block;
}

.preroll-skip-button, .advertisement-box, .remaining-time {
  display: block;
  position: absolute;
  top: 5px;
  right: 0;
  width: auto;
  background-color: rgba(0, 0, 0, 0.5);
  color: #aaa;
  font-size: 12px;
  font-style: italic;
  line-height: 12px;
  padding: 10px;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-right: none;
}

.advertisement-box {
  right: auto;
  left: 0;
  font-style: normal;
  border-right: 1px solid rgba(255, 255, 255, 0.35);
  border-left: none;
}

.preroll-skip-button.enabled {
  cursor: pointer;
  color: #fff;
}

.preroll-skip-button.enabled:hover {
  cursor: pointer;
  background: #333;
}

.preroll-blocker {
  display: block;
  position: absolute;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/**
 * Copyright 2014 Google Inc.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
.ima-ad-container {
  top: 0em;
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
}

/* Move overlay if user fast-clicks play button. */
.video-js.vjs-playing .bumpable-ima-ad-container {
  margin-top: -4em;
}

/* Move overlay when controls are active. */
.video-js.vjs-user-inactive.vjs-playing .bumpable-ima-ad-container {
  margin-top: 0em;
}

.video-js.vjs-paused .bumpable-ima-ad-container,
.video-js.vjs-playing:hover .bumpable-ima-ad-container,
.video-js.vjs-user-active.vjs-playing .bumpable-ima-ad-container {
  margin-top: -4em;
}

.ima-controls-div {
  bottom: 0em;
  height: 1.4em;
  position: absolute;
  overflow: hidden;
  display: none;
  opacity: 1;
  background-color: rgba(7, 20, 30, 0.7); /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
  background: linear-gradient(to top, rgba(7, 20, 30, 0.7) 0%, rgba(7, 20, 30, 0) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0007141E", endColorstr="#07141E",GradientType=0 ); /* IE6-9 */
}

.ima-controls-div.ima-controls-div-showing {
  height: 3.7em;
}

.ima-countdown-div {
  height: 1em;
  color: #FFFFFF;
  text-shadow: 0 0 0.2em #000;
  cursor: default;
}

.ima-seek-bar-div {
  top: 1.2em;
  height: 0.3em;
  position: absolute;
  background: rgba(255, 255, 255, 0.4);
}

.ima-progress-div {
  width: 0em;
  height: 0.3em;
  background-color: #ECC546;
}

.ima-play-pause-div, .ima-mute-div, .ima-slider-div, .ima-fullscreen-div {
  width: 2.33em;
  height: 1.33em;
  top: 0.733em;
  left: 0em;
  position: absolute;
  color: #CCCCCC;
  font-size: 1.5em;
  line-height: 2;
  text-align: center;
  font-family: VideoJS;
  cursor: pointer;
}

.ima-mute-div {
  left: auto;
  right: 5.667em;
}

.ima-slider-div {
  left: auto;
  right: 2.33em;
  width: 3.33em;
  height: 0.667em;
  top: 1.33em;
  background-color: #555555;
}

.ima-slider-level-div {
  width: 100%;
  height: 0.667em;
  background-color: #ECC546;
}

.ima-fullscreen-div {
  left: auto;
  right: 0em;
}

.ima-playing:before {
  content: "\f103";
}

.ima-paused:before {
  content: "\f101";
}

.ima-playing:hover:before, .ima-paused:hover:before {
  text-shadow: 0 0 1em #fff;
}

.ima-non-muted:before {
  content: "\f107";
}

.ima-muted:before {
  content: "\f104";
}

.ima-non-muted:hover:before, .ima-muted:hover:before {
  text-shadow: 0 0 1em #fff;
}

.ima-non-fullscreen:before {
  content: "\f108";
}

.ima-fullscreen:before {
  content: "\f109";
}

.ima-non-fullscreen:hover:before, .ima-fullscreen:hover:before {
  text-shadow: 0 0 1em #fff;
}

/**
 * videojs-share
 * @version 3.0.0
 * @copyright 2018 Mikhail Khazov <mkhazov.work@gmail.com>
 * @license MIT
 */
.video-js.vjs-videojs-share_open .vjs-modal-dialog .vjs-modal-dialog-content {
  display: flex;
  align-items: center;
  padding: 0;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.77), rgba(0, 0, 0, 0.75));
}

.video-js.vjs-videojs-share_open .vjs-modal-dialog .vjs-close-button {
  position: absolute;
  right: 0;
  top: 5px;
  width: 30px;
  height: 30px;
  color: #fff;
  cursor: pointer;
  opacity: 0.9;
  transition: opacity 0.25s ease-out;
}

.video-js.vjs-videojs-share_open .vjs-modal-dialog .vjs-close-button:before {
  content: "×";
  font-size: 20px;
  line-height: 15px;
}

.video-js.vjs-videojs-share_open .vjs-modal-dialog .vjs-close-button:hover {
  opacity: 1;
}

.video-js .vjs-share {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 100%;
  max-height: 400px;
}

.video-js .vjs-share__top, .video-js .vjs-share__middle, .video-js .vjs-share__bottom {
  display: flex;
}

.video-js .vjs-share__top, .video-js .vjs-share__middle {
  flex-direction: column;
  justify-content: space-between;
}

.video-js .vjs-share__middle {
  padding: 0 25px;
}

.video-js .vjs-share__title {
  align-self: center;
  font-size: 22px;
  color: #fff;
}

.video-js .vjs-share__subtitle {
  width: 100%;
  margin: 0 auto 12px;
  font-size: 16px;
  color: #fff;
  opacity: 0.7;
}

.video-js .vjs-share__short-link-wrapper {
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
  margin: 0 auto;
  margin-bottom: 15px;
  border: 0;
  color: rgba(255, 255, 255, 0.65);
  background-color: #363636;
  outline: none;
  overflow: hidden;
  flex-shrink: 0;
}

.video-js .vjs-share__short-link {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 40px 0 15px;
  border: 0;
  color: rgba(255, 255, 255, 0.65);
  background-color: #363636;
  outline: none;
}

.video-js .vjs-share__btn {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  padding: 0 11px;
  border: 0;
  color: #fff;
  background-color: #2e2e2e;
  background-size: 18px 19px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  outline: none;
  transition: width 0.3s ease-out, padding 0.3s ease-out;
}

.video-js .vjs-share__btn svg {
  flex-shrink: 0;
}

.video-js .vjs-share__btn span {
  position: relative;
  padding-left: 10px;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

.video-js .vjs-share__btn:hover {
  justify-content: center;
  width: 100%;
  padding: 0 40px;
  background-image: none;
}

.video-js .vjs-share__btn:hover span {
  opacity: 1;
}

.video-js .vjs-share__socials {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
  transition: width 0.3s ease-out, height 0.3s ease-out;
}

.video-js .vjs-share__social {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  margin-right: 6px;
  margin-bottom: 6px;
  cursor: pointer;
  font-size: 8px;
  transition: transform 0.3s ease-out, filter 0.2s ease-out;
  border: none;
  outline: none;
}

.video-js .vjs-share__social:hover {
  filter: brightness(115%);
}

.video-js .vjs-share__social svg {
  overflow: visible;
  max-height: 24px;
}

.video-js .vjs-share__social_vk {
  background-color: #5d7294;
}

.video-js .vjs-share__social_ok {
  background-color: #ed7c20;
}

.video-js .vjs-share__social_mail {
  background-color: #134785;
}

.video-js .vjs-share__social_tw {
  background-color: #76aaeb;
}

.video-js .vjs-share__social_reddit {
  background-color: #ff4500;
}

.video-js .vjs-share__social_fbFeed {
  background-color: #475995;
}

.video-js .vjs-share__social_messenger {
  background-color: #0084ff;
}

.video-js .vjs-share__social_gp {
  background-color: #d53f35;
}

.video-js .vjs-share__social_linkedin {
  background-color: #0077b5;
}

.video-js .vjs-share__social_viber {
  background-color: #766db5;
}

.video-js .vjs-share__social_telegram {
  background-color: #4bb0e2;
}

.video-js .vjs-share__social_whatsapp {
  background-color: #78c870;
}

.video-js .vjs-share__bottom {
  justify-content: center;
}

@media (max-height: 220px) {
  .video-js .vjs-share .hidden-xs {
    display: none;
  }
}
@media (max-height: 350px) {
  .video-js .vjs-share .hidden-sm {
    display: none;
  }
}
@media (min-height: 400px) {
  .video-js .vjs-share__title {
    margin-bottom: 15px;
  }
  .video-js .vjs-share__short-link-wrapper {
    margin-bottom: 30px;
  }
}
@media (min-width: 320px) {
  .video-js.vjs-videojs-share_open .vjs-modal-dialog .vjs-close-button {
    right: 5px;
    top: 10px;
  }
}
@media (min-width: 660px) {
  .video-js.vjs-videojs-share_open .vjs-modal-dialog .vjs-close-button {
    right: 20px;
    top: 20px;
  }
  .video-js .vjs-share__social {
    width: 40px;
    height: 40px;
  }
}
.article__video_wrap {
  position: relative;
}

.video-js {
  position: relative;
  display: block;
  width: auto !important;
  box-sizing: border-box;
  height: 0;
  padding-bottom: calc(56.25% + 18px) !important;
  margin: 29px -16px 31px;
}
@media screen and (min-width: 540px) {
  .video-js {
    width: 540px !important;
    padding-bottom: calc(56.25% + 22.5px) !important;
    margin: 29px -20px 31px;
  }
}
@media screen and (min-width: 1024px) {
  .video-js {
    width: 640px !important;
    padding-bottom: calc(56.25% + 45px) !important;
    margin: 29px -40px 30px;
  }
}
@media screen and (min-width: 1367px) {
  .video-js {
    width: 840px !important;
    padding-bottom: calc(56.25% + 63px) !important;
    margin: 38px -56px 32px;
  }
}
.video-js .vjs-close-button {
  background-image: url("/static/images/videojs/close.svg");
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  right: 12px !important;
  top: 12px !important;
}
.video-js .vjs-close-button:before {
  display: none;
}
.video-js .vjs-close-button .vjs-icon-placeholder {
  display: none !important;
}
.video-js .vjs-big-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 42px;
  height: 42px;
  background-image: url("/static/images/videojs/play.png");
  background-repeat: no-repeat;
  background-size: 42px;
  border: none;
  background-color: rgba(43, 51, 63, 0);
  font-size: 0;
  z-index: 10000;
}
.video-js .vjs-share .vjs-share__social {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  margin-right: 10px;
  margin-bottom: 10px;
}
.video-js .vjs-share .vjs-share__social_fbFeed {
  background-color: #3b5998;
}
.video-js .vjs-share .vjs-share__social_fbFeed:hover {
  background-color: #334c82;
}
.video-js .vjs-share .vjs-share__social_messenger {
  background-color: #3486f7;
}
.video-js .vjs-share .vjs-share__social_messenger:hover {
  background-color: #2071e0;
}
.video-js .vjs-share .vjs-share__social_viber {
  background-color: #665CAC;
}
.video-js .vjs-share .vjs-share__social_viber:hover {
  background-color: #59267c;
}
.video-js .vjs-share .vjs-share__social_tw {
  background-color: #4099ff;
}
.video-js .vjs-share .vjs-share__social_tw:hover {
  background-color: #3783d9;
}
.video-js .vjs-share .vjs-share__social_mail, .video-js .vjs-share .vjs-share__social_email {
  background-color: #b8b8b8;
  background-image: url("/static/images/videojs/email.svg");
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
}
.video-js .vjs-share .vjs-share__social_mail svg, .video-js .vjs-share .vjs-share__social_email svg {
  display: none;
}
.video-js .vjs-share .vjs-share__social_mail:hover, .video-js .vjs-share .vjs-share__social_email:hover {
  background-color: #a8a8a8;
}

.gallery__slider_item .video {
  height: 0;
  padding-bottom: 56.25%;
  top: 50% !important;
  transform: translateY(-50%);
}
.video video {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0 !important;
}
.video video .vjs-big-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 42px;
  height: 42px;
  background-image: url("/static/images/videojs/play.png");
  background-repeat: no-repeat;
  background-size: 42px;
  border: none;
  background-color: rgba(43, 51, 63, 0);
  font-size: 0;
  z-index: 10000;
}

.gallery__slider_item .video-js {
  width: 100% !important;
  padding-bottom: 56.25% !important;
  margin: 0;
}
.gallery__slider_item .vjs-big-play-button {
  display: none;
}
.gallery__slider_item .vjs-has-started.vjs-playing .vjs-control-bar {
  opacity: 1 !important;
}

.search .main_tile {
  margin: 32px 0 0;
}
@media screen and (min-width: 1024px) {
  .search .main_tile {
    overflow: hidden;
    margin: 40px 0 0;
  }
}
.search .main_tile__label--results {
  padding: 20px 0 11px;
  font: normal 700 100% "Fira Mono", monospace;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1367px) {
  .search .main_tile__label--results {
    padding: 31px 0 30px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 24px;
    line-height: 2.4rem;
  }
}
.search .main_tile__label span {
  display: inline-block;
  padding: 0;
}
.search .main_tile__label span:before {
  position: relative;
  top: 5px;
}
@media screen and (min-width: 1367px) {
  .search .main_tile__label span:before {
    top: 9px;
    left: -2px;
  }
}
.search__background {
  position: relative;
  width: 100%;
  height: 60px;
  background-color: #f0f0f0;
  margin: 71px auto 66px;
}
@media screen and (min-width: 1367px) {
  .search__background {
    margin: 67px auto 0;
  }
}
.search__background_figure {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 192px;
  height: 192px;
  margin: auto;
}
.search__background_figure img {
  position: relative;
  top: 52%;
  display: block;
  width: 100%;
  height: auto;
  transform: translateY(-50%) rotate(-15deg);
}
@media screen and (min-width: 1024px) {
  .search__header_wrapper {
    margin: 0 -22px;
    background-color: #ffef3e;
  }
}
@media screen and (min-width: 1367px) {
  .search__header_wrapper {
    margin: 0;
  }
}
.search__header {
  padding: 20px 8px;
  background-color: #ffef3e;
}
@media screen and (min-width: 540px) {
  .search__header {
    position: relative;
    padding: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .search__header {
    box-sizing: border-box;
    padding: 44px 107px 32px;
    margin: 0 auto;
    max-width: 980px;
  }
}
@media screen and (min-width: 1367px) {
  .search__header {
    max-width: 1310px;
    padding: 36px 235px 32px;
    margin: 0 auto;
  }
}
.search .form__row--search {
  height: 56px;
}
.search__textfield {
  background-color: #fff;
  border: 2px solid #d8cb3c;
}
.search__textfield:focus {
  border: 2px solid #898017;
}
.search__form_label {
  padding: 16px 14px;
}
.search__textfield:focus + .search__form_label:before {
  background-color: #898017;
}
.search__submit_btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 56px;
  height: 56px;
  padding: 0;
  background-color: #141414;
  border: none;
  transition: background-color 0.15s;
}
.search__submit_btn:hover {
  background-color: #474747;
}
.search__submit_btn .icon {
  width: 56px;
  height: 56px;
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 56px;
  line-height: 5.6rem;
  color: #fff;
}
.search__filters {
  box-sizing: border-box;
  margin: 8px 0 0;
}
@media screen and (min-width: 1024px) {
  .search__filters {
    position: relative;
    padding: 0 141px 0 0;
  }
}
@media screen and (min-width: 1367px) {
  .search__filters {
    padding: 0 171px 0 0;
  }
}
.search__filters_header {
  height: 32px;
}
.search__filters_label {
  position: relative;
  box-sizing: border-box;
  margin: 0;
  padding: 0 0 0 32px;
  float: left;
  font: normal 500 100% "Fira Mono", monospace;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 32px;
  line-height: 3.2rem;
  letter-spacing: 0.05em;
  color: #898017;
  text-transform: uppercase;
}
.search__filters_label .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 32px;
  line-height: 3.2rem;
  text-align: center;
}
.search__clear_filters {
  position: relative;
  box-sizing: border-box;
  margin: 0;
  padding: 0 32px 0 0;
  float: right;
  font: normal 500 100% "Fira Mono", monospace;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 32px;
  line-height: 3.2rem;
  letter-spacing: 0.05em;
  color: #db3a34;
  text-transform: uppercase;
  cursor: pointer;
}
.search__clear_filters:hover {
  color: #c70808;
}
.search__clear_filters .icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 32px;
  line-height: 3.2rem;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .search__dropdowns_wrap {
    position: relative;
    box-sizing: border-box;
    width: calc(54% - 10px);
    float: left;
  }
}
.search .fake_form_select__wrap {
  width: 100%;
}
@media screen and (min-width: 540px) {
  .search .fake_form_select__wrap {
    width: calc(50% - 6px);
  }
}
@media screen and (min-width: 1024px) {
  .search .fake_form_select__wrap {
    width: calc(50% - 10px);
    margin: 0;
  }
}
.search .fake_form_select__wrap:first-of-type {
  z-index: 3;
}
@media screen and (min-width: 540px) {
  .search .fake_form_select__wrap:first-of-type {
    float: left;
  }
}
@media screen and (min-width: 1024px) {
  .search .fake_form_select__wrap:first-of-type {
    width: calc(46% - 10px);
  }
}
.search .fake_form_select__wrap:last-of-type {
  margin: 12px 0 0;
  z-index: 2;
}
@media screen and (min-width: 540px) {
  .search .fake_form_select__wrap:last-of-type {
    margin: 0;
    float: right;
  }
}
@media screen and (min-width: 1024px) {
  .search .fake_form_select__wrap:last-of-type {
    width: calc(54% - 10px);
  }
}
.search .fake_form_select__list_wrap {
  box-sizing: border-box;
  border: 2px solid #d8cb3c;
}
.search .fake_form_select__btn {
  padding: 11px 0 11px 11px;
  font: normal 500 100% "Fira Mono", monospace;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  line-height: 1.4rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .search .fake_form_select__btn {
    padding: 12px 0 10px 11px;
  }
}
.search .fake_form_select__list {
  padding: 2px 0;
}
.search .fake_form_select__item {
  font: normal 500 100% "Fira Mono", monospace;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 36px;
  line-height: 3.6rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.search .fake_form_select__item:hover {
  background-color: #ebebeb;
}
.search .fake_form_select__icon {
  width: 36px;
  height: 36px;
}
.search .fake_form_select__icon i {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 36px;
  line-height: 3.6rem;
}
.search__calendar {
  height: 40px;
}
@media screen and (min-width: 1024px) {
  .search__calendar {
    position: relative;
  }
}
.search__calendars_wrap {
  position: relative;
  margin: 12px 0 0;
}
@media screen and (min-width: 540px) {
  .search__calendars_wrap {
    width: 329px;
    float: left;
  }
}
@media screen and (min-width: 1024px) {
  .search__calendars_wrap {
    box-sizing: border-box;
    width: calc(46% - 10px);
    margin: 0;
    float: right;
  }
}
.search__single_calendar {
  box-sizing: border-box;
  width: calc(50% - 6px);
}
@media screen and (min-width: 1024px) {
  .search__single_calendar {
    width: calc(50% - 10px);
  }
}
.search__single_calendar:first-child {
  float: left;
}
.search__single_calendar:last-child {
  float: right;
}
.search__calendar_wrap {
  position: relative;
  box-sizing: border-box;
  border: 2px solid #d8cb3c;
}
.search__calendar_label {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 36px;
  padding: 11px 0 11px 12px;
  background-color: #fff;
  font: normal 500 100% "Fira Mono", monospace;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  line-height: 1.4rem;
  letter-spacing: 0.05em;
  color: #a3a3a3;
  text-transform: uppercase;
  z-index: 1;
  pointer-events: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .search__calendar_label {
    padding: 13px 0 0 12px;
    line-height: 11px;
  }
}
.search__calendar_input {
  box-sizing: border-box;
  width: 100%;
  height: 36px;
  padding: 10px 0 11px 35px;
  background-color: #fff;
  border: none;
  font: normal 500 100% "Fira Mono", monospace;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  line-height: 1.4rem;
  color: #141414;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .search__calendar_input {
    padding: 11px 0 11px 35px;
  }
}
.search__calendar_input::-webkit-inner-spin-button, .search__calendar_input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.search__calendar_input::-webkit-input-placeholder {
  color: #a3a3a3;
  text-transform: uppercase;
}
.search__calendar_input::-moz-placeholder {
  color: #a3a3a3;
  text-transform: uppercase;
}
.search__calendar_input:-ms-input-placeholder {
  color: #a3a3a3;
  text-transform: uppercase;
}
.search__calendar_input:-moz-placeholder {
  color: #a3a3a3;
  text-transform: uppercase;
}
.search__calendar_input.is_filled + .search__calendar_label span {
  display: none;
}
.search__form_calendar_overlay {
  position: absolute;
  top: 48px !important;
  left: 53px !important;
  right: auto !important;
  bottom: auto !important;
  display: none;
  width: 311px !important;
  height: 310px !important;
  background: #fff;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.search__controls {
  position: relative;
  margin: 20px 0 0;
}
@media screen and (min-width: 540px) {
  .search__controls {
    width: 159px;
    float: right;
    margin: 12px 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .search__controls {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 121px;
  }
}
@media screen and (min-width: 1367px) {
  .search__controls {
    width: 151px;
  }
}
.search__controls .btn--search {
  width: 100%;
  color: #fff;
}
.search__results {
  margin: 7px -8px;
}
@media screen and (min-width: 540px) {
  .search__results {
    margin: 7px -20px;
  }
}
@media screen and (min-width: 1024px) {
  .search__results {
    margin: 7px 0 0;
  }
}
@media screen and (min-width: 1367px) {
  .search__results {
    margin: 1px 0 0;
  }
}
.search .gldp-default {
  position: absolute;
  top: 48px !important;
  left: 0 !important;
  right: 0 !important;
  bottom: auto !important;
  display: block;
  width: 300px !important;
  height: 310px !important;
  margin: auto;
  border-radius: 0;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  z-index: 101;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .search__form_calendar_inner_wrap--start .search .gldp-default {
    left: 0 !important;
    right: auto !important;
  }
}
@media screen and (min-width: 1024px) {
  .search__form_calendar_inner_wrap--end .search .gldp-default {
    right: 0 !important;
    left: auto !important;
  }
}
.search .gldp-default .core.border {
  width: 14.285% !important;
}
.search .gldp-default .core.border.monyear {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.search .gldp-default .core.border.monyear.title + .core.border.monyear {
  left: auto;
  right: 0;
}
.search .gldp-default .core.border.monyear.title {
  position: relative;
  z-index: 1;
  width: 100% !important;
  margin: 0 auto !important;
  background-color: #141414;
  font: normal 500 100% "Fira Mono", monospace;
  font-size: 14px !important;
  font-size: 1.4rem !important;
  letter-spacing: 0.05em;
  color: #fff;
  text-transform: uppercase;
  text-shadow: none;
  text-align: center;
}
.search .gldp-default .monyear span {
  margin: 0 2px;
}
.search .gldp-default .core.border.monyear::after {
  background: #fff;
}
.search .gldp-default .core.border:after {
  display: none;
}
.search .gldp-default .core.border.dow {
  background-color: #fff;
  font: normal 500 100% "Fira Mono", monospace;
  font-size: 11px;
  font-size: 1.1rem;
  letter-spacing: 0.025em;
  color: #a3a3a3;
  border: none;
}
.search .gldp-default .core.border:not(.dow) {
  font: normal 500 100% "Fira Mono", monospace;
  font-size: 14px;
  font-size: 1.4rem;
  color: #141414;
}
.search .gldp-default .core.border:not(.dow).selected {
  color: #ffef3e;
}
.search .gldp-default .core.border:not(.dow).selected:before {
  width: 28px;
  height: 28px;
  margin: auto;
  background-color: #141414;
}
.search .gldp-default .core.border.noday,
.search .gldp-default .core.border.outday {
  color: #cccccc;
}
.search .gldp-default .core.border.outday {
  visibility: hidden;
}
.search .gldp-default .core.border.noday {
  cursor: not-allowed !important;
}
.search .gldp-default .core.border.today:before {
  display: none;
}
.search .gldp-default .prev-arrow,
.search .gldp-default .next-arrow {
  background-color: #141414;
  font-size: 20px;
  font-size: 2rem;
}
.search .gldp-default .prev-arrow:after,
.search .gldp-default .next-arrow:after {
  color: #fff;
}
.search .gldp-default .prev-arrow:after {
  content: "\e909";
}
.search .gldp-default .next-arrow:after {
  content: "\e90a";
}
.search .pagination {
  margin: 32px -8px 0;
  clear: both;
}
@media screen and (min-width: 540px) {
  .search .pagination {
    margin: 32px -20px 0;
  }
}
@media screen and (min-width: 1024px) {
  .search .pagination {
    margin: 30px 0 0;
  }
}
.search .pagination__icon {
  margin: 0;
}

.fun_24sata {
  margin-bottom: 32px;
}
@media screen and (min-width: 1024px) {
  .fun_24sata {
    padding: 0 20px;
    margin-top: 32px;
  }
}
@media screen and (min-width: 1367px) {
  .fun_24sata {
    padding: 0 28px;
  }
}
.fun_24sata .pieces_widget--fun {
  position: relative;
  padding: 0;
}
.fun_24sata .pieces_widget--fun .pieces_widget__content {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .fun_24sata .pieces_widget--fun .pieces_widget__content {
    flex-direction: row;
    gap: initial;
  }
}
.fun_24sata .pieces_widget--fun .pieces_widget__wrapper {
  padding: 0 20px 20px;
}
@media screen and (min-width: 1024px) {
  .fun_24sata .pieces_widget--fun .pieces_widget__wrapper {
    padding: 0;
    border-bottom: none;
    margin-bottom: 0;
  }
}
.fun_24sata .pieces_widget--fun .pieces_widget__item {
  position: relative;
  margin-right: 0;
  flex-basis: 100%;
  width: 100%;
  border-bottom: 1px solid #757575;
}
@media screen and (min-width: 1024px) {
  .fun_24sata .pieces_widget--fun .pieces_widget__item {
    flex-basis: 33.3333333333%;
    width: 33.3333333333%;
    border-bottom: none;
    border-right: 1px solid #757575;
  }
}
@media screen and (min-width: 1024px) {
  .fun_24sata .pieces_widget--fun .pieces_widget__item:first-child a {
    padding-left: 0;
  }
}
.fun_24sata .pieces_widget--fun .pieces_widget__item:last-child {
  border: none;
}
@media screen and (min-width: 1024px) {
  .fun_24sata .pieces_widget--fun .pieces_widget__item:last-child a {
    padding-right: 0;
  }
}
.fun_24sata .pieces_widget--fun .pieces_widget__item a {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}
@media screen and (min-width: 1024px) {
  .fun_24sata .pieces_widget--fun .pieces_widget__item a {
    padding: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .fun_24sata .pieces_widget--fun .pieces_widget__item a:hover .pieces_widget__item_title,
  .fun_24sata .pieces_widget--fun .pieces_widget__item a:hover .pieces_widget__item_text {
    color: #474747;
  }
}
.fun_24sata .pieces_widget--fun .pieces_widget__wrap {
  max-width: 57%;
}
@media screen and (min-width: 1024px) {
  .fun_24sata .pieces_widget--fun .pieces_widget__wrap {
    max-width: 73%;
  }
}
@media screen and (min-width: 1367px) {
  .fun_24sata .pieces_widget--fun .pieces_widget__wrap {
    max-width: 70%;
  }
}
.fun_24sata .pieces_widget--fun .pieces_widget__item_title {
  font: italic 900 100% "Montserrat", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 25px;
  line-height: 2.5rem;
  letter-spacing: 0.00044em;
  color: #141414;
  margin-bottom: 7px;
}
.fun_24sata .pieces_widget--fun .pieces_widget__item_text {
  font: normal 400 100% "Fira Mono", monospace;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 18px;
  line-height: 1.8rem;
  letter-spacing: 0.00033em;
  color: #141414;
}
.fun_24sata .pieces_widget--fun .pieces_widget__item_icon {
  width: 60px;
  height: 60px;
  overflow: hidden;
  text-align: center;
}
.fun_24sata .pieces_widget--fun .pieces_widget__item_icon img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (min-width: 540px) and (max-width: 1023px) {
  .recommend_widget {
    padding: 0 16px;
  }
}
.recommend_widget .main_tile__label {
  padding-bottom: 5px;
}

.topgifts {
  margin: 5px 0 0;
}
@media screen and (min-width: 1367px) {
  .topgifts {
    margin: 1px 0 0;
  }
}
.topgifts__category_list {
  position: relative;
  z-index: 1;
  display: flex;
  margin: 0;
  padding: 0 8px;
  list-style-type: none;
  white-space: nowrap;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  font-size: 0;
}
@media screen and (min-width: 1024px) {
  .topgifts__category_list {
    padding: 0 20px;
  }
}
@media screen and (min-width: 1367px) {
  .topgifts__category_list {
    padding: 0 28px;
    overflow: hidden;
  }
}
.topgifts__category {
  box-sizing: border-box;
  height: 40px;
  padding: 7px 8px;
  background-color: #f0f0f0;
  border: 2px solid #f0f0f0;
  border-bottom: none;
  transition: all 0.25s;
  flex: 1;
}
.topgifts__category:first-child {
  position: relative;
}
.topgifts__category:first-child:before {
  content: " ";
  position: absolute;
  top: -2px;
  bottom: 0;
  left: -10px;
  width: 8px;
  height: 4px;
  margin: auto;
  background-color: #cccccc;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .topgifts__category:first-child:before {
    left: -22px;
    width: 20px;
  }
}
@media screen and (min-width: 1367px) {
  .topgifts__category:first-child:before {
    left: -30px;
    width: 28px;
  }
}
.topgifts__category:last-child {
  position: relative;
}
.topgifts__category:last-child:after {
  content: " ";
  position: absolute;
  top: -2px;
  bottom: 0;
  right: -10px;
  width: 8px;
  height: 4px;
  margin: auto;
  background-color: #cccccc;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .topgifts__category:last-child:after {
    right: -22px;
    width: 20px;
  }
}
@media screen and (min-width: 1367px) {
  .topgifts__category:last-child:after {
    right: -30px;
    width: 28px;
  }
}
.topgifts__category.is_active {
  background-color: #fff;
  border-color: #cccccc;
}
.topgifts__category.is_active:first-child:last-child {
  min-width: 256px;
  padding: 7px 30px;
  margin: 0 auto;
  position: static;
  background-color: #f0f0f0;
  border: 2px solid #f0f0f0;
  flex: 0;
}
.topgifts__category.is_active:first-child:last-child:after {
  display: none;
}
.topgifts__category.is_active:first-child:last-child:before {
  content: " ";
  position: absolute;
  top: -2px;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: 4px;
  margin: auto;
  background-color: #cccccc;
  z-index: -1;
}
.topgifts__category_link {
  display: block;
  font: normal 500 100% "Fira Mono", monospace;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .topgifts__category_link {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.topgifts__products_wrap {
  margin: 32px 0 0;
}
@media screen and (min-width: 1367px) {
  .topgifts__products_wrap {
    margin: 40px 0 0;
  }
}
.topgifts__products_list {
  display: none;
  margin: 0;
  padding: 0;
  list-style-type: none;
  visibility: hidden;
}
@media screen and (min-width: 1024px) {
  .topgifts__products_list {
    margin: 0 -4px;
  }
}
@media screen and (min-width: 1367px) {
  .topgifts__products_list {
    margin: 0;
  }
}
.topgifts__products_list.is_active {
  display: block;
  visibility: visible;
}
.topgifts__product {
  box-sizing: border-box;
  width: 50%;
  margin: 32px 0 0;
}
@media screen and (min-width: 1024px) {
  .topgifts__product {
    width: 25%;
    margin: 0;
  }
}
@media screen and (min-width: 1367px) {
  .topgifts__product {
    width: 50%;
    margin: 40px 0 0;
  }
}
.topgifts__product:nth-child(1), .topgifts__product:nth-child(2) {
  margin: 0;
}
.topgifts__product:nth-child(odd) {
  padding: 0 4px 0 0;
  float: left;
  border-left: none;
}
@media screen and (min-width: 1024px) {
  .topgifts__product:nth-child(odd) {
    padding: 0 4px;
  }
}
@media screen and (min-width: 1367px) {
  .topgifts__product:nth-child(odd) {
    padding: 0 20px 0 0;
  }
}
.topgifts__product:nth-child(even) {
  padding: 0 0 0 4px;
  float: right;
  border-right: none;
}
@media screen and (min-width: 1024px) {
  .topgifts__product:nth-child(even) {
    padding: 0 4px;
  }
}
@media screen and (min-width: 1367px) {
  .topgifts__product:nth-child(even) {
    padding: 0 0 0 20px;
  }
}

.njuskalo_widget__item {
  box-sizing: border-box;
  width: 50%;
  margin: 20px 0 0;
}
@media screen and (min-width: 1024px) {
  .njuskalo_widget__item {
    width: 25%;
    margin: 0;
  }
}
@media screen and (min-width: 1367px) {
  .njuskalo_widget__item {
    width: 100%;
    margin: 26px 0 0;
  }
}
.njuskalo_widget__item:nth-child(odd) {
  padding: 12px 4px 0 0;
  float: left;
}
@media screen and (min-width: 540px) {
  .njuskalo_widget__item:nth-child(odd) {
    padding: 12px 10px 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .njuskalo_widget__item:nth-child(odd) {
    padding: 12px 4px 0;
  }
}
@media screen and (min-width: 1367px) {
  .njuskalo_widget__item:nth-child(odd) {
    padding: 14px 0 0;
  }
}
.njuskalo_widget__item:nth-child(even) {
  padding: 12px 0 0 4px;
  float: right;
}
@media screen and (min-width: 540px) {
  .njuskalo_widget__item:nth-child(even) {
    padding: 12px 0 0 10px;
  }
}
@media screen and (min-width: 1024px) {
  .njuskalo_widget__item:nth-child(even) {
    padding: 12px 4px 0;
  }
}
@media screen and (min-width: 1367px) {
  .njuskalo_widget__item:nth-child(even) {
    padding: 14px 0 0;
  }
}
.njuskalo_widget__item:nth-child(1), .njuskalo_widget__item:nth-child(2) {
  margin: 0;
}
@media screen and (min-width: 1367px) {
  .njuskalo_widget__item:nth-child(2) {
    margin: 26px 0 0;
  }
}
.njuskalo_widget__item:nth-child(3) {
  clear: both;
}
@media screen and (min-width: 1024px) {
  .njuskalo_widget__item:nth-child(3) {
    clear: none;
  }
}
.njuskalo_widget__item_link {
  position: relative;
  display: block;
}
.njuskalo_widget__item_year {
  position: absolute;
  left: 8px;
  top: -12px;
  z-index: 1;
  display: inline-block;
  max-height: 24px;
  padding: 0 8px;
  margin: 0 0 -12px 0;
  font: normal 500 100% "Fira Mono", monospace;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 25px;
  line-height: 2.5rem;
  letter-spacing: 0.05em;
  color: #fff;
  text-transform: uppercase;
  background-color: #ee1e1f;
  overflow: hidden;
  transition: background-color 0.15s;
}
.njuskalo_widget__item_link:hover .njuskalo_widget__item_year {
  background-color: #c70808;
}
@media screen and (min-width: 540px) {
  .njuskalo_widget__item_year {
    left: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .njuskalo_widget__item_year {
    left: 8px;
  }
}
@media screen and (min-width: 1367px) {
  .njuskalo_widget__item_year {
    top: -14px;
    left: 28px;
    max-height: 28px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 29px;
    line-height: 2.9rem;
  }
}
.njuskalo_widget__item_inner_wrap {
  display: block;
  background-color: #141414;
}
.njuskalo_widget__item_figure {
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 1367px) {
  .njuskalo_widget__item_figure {
    width: 400px;
    float: right;
  }
}
.njuskalo_widget__item_figure img {
  display: block;
  width: 100%;
  height: auto;
}
.njuskalo_widget__item_info {
  box-sizing: border-box;
  padding: 10px 8px 11px;
}
@media screen and (min-width: 540px) {
  .njuskalo_widget__item_info {
    padding: 10px 20px 11px;
  }
}
@media screen and (min-width: 1024px) {
  .njuskalo_widget__item_info {
    padding: 10px 8px 11px;
  }
}
@media screen and (min-width: 1367px) {
  .njuskalo_widget__item_info {
    padding: 28px 420px 11px 28px;
  }
}
.njuskalo_widget__item_info .btn {
  max-width: 140px;
  margin: 8px 0 0;
  color: #ffef3e;
}
@media screen and (min-width: 1024px) {
  .njuskalo_widget__item_info .btn {
    margin: 9px 0 0;
  }
}
@media screen and (min-width: 1367px) {
  .njuskalo_widget__item_info .btn {
    width: 157px;
    max-width: none;
    margin: 11px -48px 0 0;
    float: right;
  }
}
.njuskalo_widget__item_link:hover .njuskalo_widget__item_info .btn {
  color: #f5d41d;
}
@media screen and (min-width: 1024px) {
  .njuskalo_widget__item_info .btn .icon {
    right: 5px;
  }
}
@media screen and (min-width: 1367px) {
  .njuskalo_widget__item_info .btn .icon {
    right: 1px;
  }
}
.njuskalo_widget__item_title {
  margin: 0 0 9px;
  height: 54px;
  font: italic 800 100% "Montserrat", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 18px;
  line-height: 1.8rem;
  color: #fff;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.15s;
}
@media screen and (min-width: 1367px) {
  .njuskalo_widget__item_title {
    height: 56px;
    margin: 0 0 12px;
    font: italic 900 100% "Montserrat", sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 28px;
    line-height: 2.8rem;
    -webkit-line-clamp: 2;
  }
}
.njuskalo_widget__item_link:hover .njuskalo_widget__item_title {
  color: #e0e0e0;
}
.njuskalo_widget__item_spec {
  margin: 0;
  font: normal 400 100% "Fira Mono", monospace;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 16px;
  line-height: 1.6rem;
  color: #a3a3a3;
}
@media screen and (min-width: 1367px) {
  .njuskalo_widget__item_spec {
    position: relative;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 20px;
    line-height: 2rem;
  }
}
.njuskalo_widget__item_spec {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.njuskalo_widget__item_spec span {
  font: normal 500 100% "Fira Mono", monospace;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 16px;
  line-height: 1.6rem;
  color: #fff;
}
@media screen and (min-width: 1367px) {
  .njuskalo_widget__item_spec span {
    position: absolute;
    top: 0;
    left: 133px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 20px;
    line-height: 2rem;
  }
}

.print_widget {
  padding: 0 0 24px;
  border-bottom: 4px solid #cccccc;
}
@media screen and (min-width: 1367px) {
  .print_widget {
    padding: 0 0 28px;
  }
}
.print_widget .main_tile {
  text-align: center;
}
.print_widget__inner_wrap {
  padding: 0 8px;
}
@media screen and (min-width: 540px) {
  .print_widget__inner_wrap {
    padding: 0 28px;
  }
}
.print_widget__description {
  margin: 0;
  font: normal 400 100% "Fira Mono", monospace;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: -0.075em;
}
@media screen and (min-width: 1367px) {
  .print_widget__description {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 28px;
    line-height: 2.8rem;
    letter-spacing: -0.05em;
  }
}
.print_widget__link {
  display: block;
  margin: 17px 0 0;
}
@media screen and (min-width: 1367px) {
  .print_widget__link {
    margin: 29px 0 0;
  }
}
.print_widget__figure {
  width: 160px;
  margin: 0 auto;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26), 0 2px 8px rgba(0, 0, 0, 0.13);
}
@media screen and (min-width: 1367px) {
  .print_widget__figure {
    width: 300px;
  }
}
.print_widget__figure img {
  display: block;
  width: 100%;
  height: auto;
}
.print_widget .btn {
  margin: 23px 0 0;
}
@media screen and (min-width: 1367px) {
  .print_widget .btn {
    margin: 27px 0 0;
  }
}

@media screen and (min-width: 1024px) {
  .print_edition {
    margin: 17px 0 0;
  }
}
.print_edition__inner_wrap {
  position: relative;
  box-sizing: border-box;
  margin: 20px 0 0;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .print_edition__inner_wrap {
    margin: 36px 0 0;
  }
}
.print_edition__inner_wrap:first-child {
  margin: 0;
}
.print_edition__previous_editions .print_edition__inner_wrap {
  position: relative;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .print_edition__previous_editions .print_edition__inner_wrap {
    display: inline-block;
    width: 48%;
    float: left;
  }
}
.print_edition__previous_editions .print_edition__inner_wrap + .print_edition__inner_wrap {
  margin: 25px 0 0;
}
@media screen and (min-width: 1024px) {
  .print_edition__previous_editions .print_edition__inner_wrap + .print_edition__inner_wrap {
    margin: 0 0 0 23px;
  }
}
.print_edition__image {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  padding: 10px;
  background-color: #fff;
  text-align: center;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.06), 0 4px 5px rgba(0, 0, 0, 0.06), 0 1px 10px rgba(0, 0, 0, 0.08);
}
.print_edition__image img {
  display: block;
  width: 100%;
  max-width: 280px;
  height: auto;
}
@media screen and (min-width: 1367px) {
  .print_edition__image {
    padding: 20px;
  }
  .print_edition__image img {
    max-width: 400px;
  }
  .print_edition__previous_editions .print_edition__image {
    padding: 10px;
  }
  .print_edition__previous_editions .print_edition__image img {
    max-width: 280px;
  }
}
.print_edition__controls_wrap {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .print_edition__controls_wrap {
    padding: 0 16px;
  }
}
@media screen and (min-width: 1367px) {
  .print_edition__controls_wrap {
    padding: 0 178px;
  }
}
.print_edition__controls {
  position: absolute;
  top: -103px;
  right: -16px;
  left: 0;
  z-index: 10;
  width: 100%;
  max-width: 280px;
  margin: auto;
}
@media screen and (min-width: 1024px) {
  .print_edition__controls {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    margin: 54px 0 0;
    float: right;
    width: 80px;
  }
}
.print_edition__nav {
  height: 48px;
  float: right;
  background-color: #141414;
}
.print_edition__nav_link {
  width: 39px;
  height: 48px;
}
.print_edition__nav_link:first-child {
  float: left;
}
.print_edition__nav_link:last-child {
  float: right;
}
.print_edition__nav_link .icon {
  display: inline-block;
  width: 39px;
  height: 48px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 48px;
  line-height: 4.8rem;
  color: #fff;
  text-align: center;
}
.print_edition__nav_link--disabled .icon {
  opacity: 0.65;
}
.print_edition__thread_teaser {
  clear: both;
  margin: 27px 0 0;
}
@media screen and (min-width: 540px) {
  .print_edition__thread_teaser {
    padding: 0 16px;
  }
}
@media screen and (min-width: 1024px) {
  .print_edition__thread_teaser {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 17px 0 0;
    margin: 9px 0 0;
  }
  .print_edition__thread_teaser:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background-color: #141414;
  }
}
.print_edition__thread_teaser .thread_teaser {
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .print_edition__thread_teaser .thread_teaser {
    padding: 0;
  }
}
@media screen and (min-width: 1024px) {
  .print_edition__thread_teaser .btn--read_all {
    margin: 0;
  }
}
.print_edition__previous_editions {
  margin: 40px 0 0 0;
}
@media screen and (min-width: 540px) {
  .print_edition__previous_editions {
    padding: 0 16px;
  }
}
@media screen and (min-width: 1024px) {
  .print_edition__previous_editions {
    margin: 55px 0 0;
  }
}
@media screen and (min-width: 1367px) {
  .print_edition__previous_editions {
    padding: 0 178px;
  }
}
.print_edition__wrap {
  position: relative;
  box-sizing: border-box;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .print_edition__wrap {
    white-space: nowrap;
  }
}

.follow_widget + .hidden.visible_mobile .text-center.dfp_banner > div > div {
  margin-top: 32px;
}
.follow_widget .main_tile {
  padding: 0 8px 24px;
  border-bottom: 4px solid #cccccc;
}
@media screen and (min-width: 540px) {
  .follow_widget .main_tile {
    padding: 0 20px 24px;
  }
}
@media screen and (min-width: 1367px) {
  .follow_widget .main_tile {
    padding: 0 28px 28px;
  }
}
.follow_widget__description {
  margin: 0;
  font: normal 400 100% "Fira Mono", monospace;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: -0.075em;
  text-align: center;
}
@media screen and (min-width: 1367px) {
  .follow_widget__description {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 28px;
    line-height: 2.8rem;
    letter-spacing: -0.05em;
  }
}
.follow_widget__btn_wrap {
  display: flex;
  max-width: 304px;
  margin: 17px auto 0;
  justify-content: space-evenly;
}
@media screen and (min-width: 1367px) {
  .follow_widget__btn_wrap {
    max-width: none;
    margin: 29px auto 0;
  }
}
.follow_widget__btn {
  box-sizing: border-box;
  width: 96px;
  height: 96px;
  padding: 17px 0 0;
  background-color: #ffef3e;
  text-align: center;
  transition: background-color 0.15s;
}
.follow_widget__btn:hover {
  background-color: #f5d41d;
}
@media screen and (min-width: 1024px) {
  .follow_widget__btn {
    width: 80px;
    height: 80px;
    padding: 12px 0 0;
  }
}
@media screen and (min-width: 1367px) {
  .follow_widget__btn {
    width: 96px;
    height: 96px;
    padding: 17px 0 0;
  }
}
.follow_widget__btn i {
  font-size: 36px;
  color: #141414;
}
.follow_widget__btn span {
  display: block;
  margin: 9px 0 0;
  font: normal 500 100% "Fira Mono", monospace;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #141414;
}
@media screen and (min-width: 1024px) {
  .follow_widget__btn span {
    margin: 3px 0 0;
  }
}
@media screen and (min-width: 1367px) {
  .follow_widget__btn span {
    margin: 9px 0 0;
  }
}

@media screen and (min-width: 1367px) {
  .user_profile .main_tile__label {
    padding: 18px 0 11px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    line-height: 2.4rem;
  }
  .user_profile .main_tile__label span {
    padding: 0 0 0 22px;
  }
  .user_profile .main_tile__label span:before {
    top: -3px;
    left: -3px;
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.profile__tab {
  position: relative;
  display: block;
  padding: 0;
  font-size: 0;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 1024px) {
  .profile__tab {
    display: none;
  }
}
.profile__tab_btn {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  width: 50%;
  background-color: #fff;
  font: normal 500 100% "Fira Mono", monospace;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 48px;
  line-height: 4.8rem;
  color: #141414;
  text-transform: uppercase;
  text-align: center;
}
.profile__tab_btn.is_active {
  background: #ffef3e;
}
.profile__section {
  position: relative;
  display: none;
  padding: 0;
  margin: 15px 0 0;
}
@media screen and (min-width: 1024px) {
  .profile__section {
    display: block;
    margin: 0 0 30px 0;
  }
}
@media screen and (min-width: 1367px) {
  .profile__section {
    margin: 0 0 90px 0;
  }
}
.profile__section.is_active {
  display: block;
}
.profile__section--profile_view {
  margin: 16px 0 2px;
}
@media screen and (min-width: 1024px) {
  .profile__section--profile_view {
    margin: 0;
  }
}
@media screen and (min-width: 1367px) {
  .profile__section--profile_view {
    margin: 0 -10px 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .profile__section--my_content {
    margin: 0 0 30px 0;
  }
}
@media screen and (min-width: 1367px) {
  .profile__section--my_content {
    padding: 0 0 0 36px;
  }
}
.profile__section--public {
  display: block;
  margin: 0;
}
@media screen and (min-width: 1367px) {
  .profile__section--public {
    margin: 0 -10px 0 0;
  }
}
.profile__section--public .profile__sidebox_figure_wrap {
  margin: 5px auto 0 auto;
}
.profile__section_inner {
  position: relative;
  margin: 0;
  padding: 0;
  background: #fff;
}
@media screen and (min-width: 1024px) {
  .profile__section_inner {
    margin: 0 0 40px 0;
  }
}
.profile__sidebox {
  position: relative;
  box-sizing: border-box;
  display: block;
  padding: 0;
  text-align: center;
}
.profile__sidebox:before, .profile__sidebox:after {
  content: "";
  display: table;
}
.profile__sidebox:after {
  clear: both;
}
.profile__sidebox--basic_info {
  padding: 0;
  margin: 30px 0 0;
}
.profile__sidebox--personal_info {
  padding: 0;
  margin: 30px 0 0;
}
.profile__sidebox--social {
  padding: 0;
  margin: 53px 0 0;
}
.profile__sidebox--social .btn--fb_login {
  margin: 5px 0 16px;
  width: 100%;
  padding: 8px 10px 9px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .profile__sidebox--social .btn--fb_login {
    padding: 9px;
  }
}
@media screen and (min-width: 1367px) and (max-width: 9999px) {
  .profile__sidebox--social .btn--fb_login {
    padding: 9px;
  }
}
.profile__sidebox--social .btn--fb_login .icon {
  line-height: 39px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .profile__sidebox--social .btn--fb_login .icon {
    line-height: 40px;
  }
}
.profile__sidebox--social .btn--gl_login {
  width: 100%;
  padding: 7px 10px 8px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .profile__sidebox--social .btn--gl_login {
    padding: 8px 11px;
  }
}
.profile__sidebox_avatar {
  position: relative;
  display: block;
  margin: 5px 0 0;
}
.profile__sidebox_figure_wrap {
  position: relative;
  display: block;
  width: 120px;
  height: 120px;
  margin: 0 auto;
  overflow: hidden;
}
.profile__sidebox_figure {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}
.profile__sidebox_figure img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
.profile__sidebox_avatar_change {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: 0;
  padding: 0;
  font: normal 500 100% "Fira Mono", monospace;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 16px;
  line-height: 1.6rem;
  letter-spacing: 0.05em;
  color: #141414;
  background: rgba(255, 239, 62, 0.8);
  text-align: center;
  text-transform: uppercase;
  transition: 0.12s ease-in-out;
}
.profile__sidebox_avatar_change .icon {
  position: relative;
  display: block;
  margin: 31px 0 5px;
  font-size: 24px;
  font-size: 2.4rem;
}
.profile__sidebox_avatar_name {
  position: relative;
  display: block;
  margin: 21px 0 0;
  padding: 0 10px;
  font: normal 700 100% "Fira Mono", monospace;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 40px;
  line-height: 4rem;
  color: #141414;
  text-align: center;
}
.profile__sidebox_list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.profile__sidebox_list:before, .profile__sidebox_list:after {
  content: "";
  display: table;
}
.profile__sidebox_list:after {
  clear: both;
}
.profile__sidebox--basic_info .profile__sidebox_list, .profile__sidebox--personal_info .profile__sidebox_list {
  margin: 5px 0 0;
}
.profile__sidebox_list_item {
  position: relative;
  margin: 0;
  padding: 0;
}
.profile__sidebox--basic_info .profile__sidebox_list_item:last-child {
  margin: 8px 0 0;
}
.profile__sidebox--personal_info .profile__sidebox_list_item {
  margin: 8px 0 0;
}
.profile__sidebox--personal_info .profile__sidebox_list_item:first-child {
  margin: 0;
}
.profile__sidebox--personal_info .profile__sidebox_list_item.profile__sidebox_list_item--radiobutton {
  margin: 3px 0 0;
}
.profile__sidebox--personal_info .profile__sidebox_list_item.profile__sidebox_list_item--radiobutton .form__label {
  padding: 0 11px;
}
.profile__sidebox--personal_info .profile__sidebox_list_item.profile__sidebox_list_item--radiobutton .radiobutton {
  margin: 3px 0 0;
}
.profile__sidebox--personal_info .profile__sidebox_list_item.profile__sidebox_list_item--radiobutton .radiobutton__label {
  font: normal 500 100% "Fira Mono", monospace;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 40px;
  line-height: 4rem;
}
.profile__sidebox--personal_info .profile__sidebox_list_item.profile__sidebox_list_item--radiobutton .radiobutton:last-child {
  margin: 3px 0 0 33px;
}
.profile__list {
  position: relative;
  display: none;
  margin: 21px 0 0;
  padding: 0;
  list-style-type: none;
}
.profile__list.is_active {
  display: block;
}
@media screen and (min-width: 1024px) {
  .profile__list {
    margin: 21px 0 0;
  }
}
.profile__list_tab {
  position: relative;
  display: block;
  height: 40px;
  margin: 0;
  padding: 0;
  font-size: 0;
}
@media screen and (min-width: 1024px) {
  .profile__list_tab {
    height: 64px;
  }
}
.profile__list_tab_btn {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  width: 50%;
  height: 40px;
  margin: 0;
  border: 2px solid #f0f0f0;
  border-bottom: none;
  background-color: #f0f0f0;
  font: normal 500 100% "Fira Mono", monospace;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 40px;
  line-height: 4rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #a3a3a3;
  text-align: center;
  transition: all 0.15s;
}
@media screen and (min-width: 1024px) {
  .profile__list_tab_btn {
    height: 64px;
    border: 4px solid #f0f0f0;
    border-bottom: none;
    line-height: 58px;
    line-height: 5.8rem;
  }
}
.profile__list_tab_btn.is_active {
  border: 2px solid #cccccc;
  border-bottom: none;
  background-color: #fff;
  color: #141414;
}
@media screen and (min-width: 1024px) {
  .profile__list_tab_btn.is_active {
    border: 4px solid #cccccc;
    border-bottom: none;
  }
}
.profile__list_tab--public .profile__list_tab_btn {
  width: 100%;
  border: 4px solid #cccccc;
  border-bottom: none;
  background-color: #fff;
  color: #141414;
}
.profile__no_activity_title {
  margin: 58px 0 0;
  font: italic 900 100% "Montserrat", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 28px;
  line-height: 2.8rem;
  text-align: center;
}
.profile__no_activity_image {
  position: relative;
  height: 192px;
  width: 100%;
  margin: 42px 0 21px;
  text-align: center;
}
.profile__no_activity_image:before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  margin: auto;
  background-color: #f0f0f0;
}
.profile__no_activity_image .icon {
  position: relative;
  z-index: 1;
  display: block;
  font-size: 192px;
  font-size: 19.2rem;
  line-height: 192px;
  line-height: 19.2rem;
  color: #a3a3a3;
  transform: rotate(-15deg);
}
.profile__sidebox_footer {
  position: relative;
  margin: 22px 0 0;
  padding: 0;
  border-top: 1px solid #e3e3e3;
}
.profile__sidebox_footer .btn {
  height: 32px;
  padding: 0 0 0 30px;
  margin-top: 10px;
  line-height: 28px;
  line-height: 2.8rem;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .profile__sidebox_footer .btn {
    line-height: 30px;
    line-height: 3rem;
  }
}
.profile__sidebox_footer .btn--ghost .icon {
  top: 1px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .profile__sidebox_footer .btn--ghost .icon {
    top: 2px;
  }
}
.profile__sidebox--basic_info .profile__sidebox_footer {
  margin: 8px 0 0;
}
.profile__sidebox--social .profile__sidebox_footer {
  margin: 24px 0 0;
}

.act {
  position: relative;
  display: block;
  margin: 0;
  padding: 21px 0 14px;
}
.act:first-child {
  padding-top: 0;
}
.act:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #e0e0e0;
}
.act--load_more {
  position: relative;
  padding: 20px 0 0;
  text-align: center;
}
.act--load_more:after {
  display: none;
}
.act--load_more .btn {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .act--load_more .btn {
    height: 56px;
    line-height: 40px;
    line-height: 4rem;
  }
}
.act__header {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}
.act__header:before, .act__header:after {
  content: "";
  display: table;
}
.act__header:after {
  clear: both;
}
.act__figure {
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  float: left;
}
.act__figure--admin {
  position: relative;
}
.act__figure--admin:before {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  width: 16px;
  background-color: #ffef3e;
}
@media screen and (min-width: 540px) {
  .act__figure--admin:before {
    width: 10px;
  }
}
.act__figure a {
  display: block;
}
.act__figure img {
  display: block;
  width: 100%;
  height: auto;
}
.act__figure + .act__title, .act__figure ~ .act__time {
  padding-left: 51px;
}
.act__user {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  font: normal 700 100% "Fira Mono", monospace;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 20px;
  line-height: 2rem;
  color: #1a1a1a;
}
.act__title {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  font: normal 500 100% "Fira Mono", monospace;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: -0.01em;
  color: #141414;
}
.act__title span, .act--notification .act__title {
  font: normal 700 100% "Fira Mono", monospace;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: -0.01em;
}
.act__user_link {
  font: normal 700 100% "Fira Mono", monospace;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: -0.01em;
  color: #141414;
}
.act__time {
  position: relative;
  display: block;
  margin: 6px 0 0;
  padding: 0;
  font: normal 400 100% "Fira Mono", monospace;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 11px;
  line-height: 1.1rem;
  color: #a3a3a3;
  text-transform: uppercase;
}
.act__main {
  position: relative;
  margin: 15px 0 0;
  padding: 0;
  font: normal 400 100% "Montserrat", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 20px;
  line-height: 2rem;
  color: #141414;
}
.act__main a {
  display: block;
  color: inherit;
}
.act__footer {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}
.act__footer:before, .act__footer:after {
  content: "";
  display: table;
}
.act__footer:after {
  clear: both;
}
.act__footer {
  font-size: 0;
}
.act__footer > *:first-child {
  margin-left: 0;
  top: 0;
}
@media screen and (min-width: 1367px) {
  .act__footer {
    margin: 11px 0 5px;
  }
}
.act__footer--button {
  margin: 9px 0 0;
}
.modal__content #profile_avatar_image {
  max-width: 100%;
}

.prijava__separator {
  position: relative;
  top: -16px;
  display: inline-block;
  margin: 0;
  padding: 0;
  height: 40px;
  font: italic 400 100% "Montserrat", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 40px;
  line-height: 4rem;
  letter-spacing: 0.04em;
  color: #636363;
  text-align: center;
}

.ntfs {
  display: none;
  opacity: 0;
  position: absolute;
  top: 56px;
  right: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.26), 0px 2px 8px 0px rgba(0, 0, 0, 0.13);
  transition: transform 0.3s ease-in-out;
  transform: rotateX(-30deg);
}
.ntfs.header--small {
  top: 70px;
}
@media screen and (min-width: 540px) {
  .ntfs {
    right: 12px;
    width: 320px;
  }
}
@media screen and (min-width: 1024px) {
  .ntfs {
    top: 64px;
    right: 0;
  }
}
@media screen and (min-width: 1367px) {
  .ntfs {
    top: 80px;
  }
}
.ntfs.is_opened {
  display: block;
  transform-origin: center top;
  animation: 0.3s ntfs_open; /* Chrome, Safari, Opera */
  animation-fill-mode: forwards;
}
@keyframes ntfs_open {
  0% {
    transform: rotateX(-30deg);
  }
  80% {
    transform: rotateX(0deg);
    opacity: 1;
  }
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}
.ntfs__flyout { /* Chrome, Safari, Opera */
  perspective: 500px;
  perspective-origin: 70% 50%;
  position: relative;
  z-index: 99;
}
.ntfs__header {
  position: relative;
  display: block;
  box-sizing: border-box;
  padding: 12px 8px 11px;
  margin: 0;
  background: #fff;
  text-align: left;
}
.ntfs__header:before, .ntfs__header:after {
  content: "";
  display: table;
}
.ntfs__header:after {
  clear: both;
}
.ntfs__header {
  overflow: hidden;
  box-shadow: inset 0px 21px 21px -21px rgba(0, 0, 0, 0.08);
}
.ntfs__header--unlogged {
  padding: 56px 16px 16px;
}
.ntfs__header .btn--fb_login, .ntfs__header .btn--gl_login {
  width: calc(50% - 8px);
}
.ntfs__header .btn--fb_login {
  margin: 0 8px 0 0;
}
.ntfs__header .btn--gl_login {
  margin: 0 0 0 8px;
}
.ntfs__header .btn--login {
  clear: both;
  width: 100%;
}
.ntfs__btn_wrap {
  text-align: center;
  font-size: 0;
  width: 288px;
  position: relative;
  left: 50%;
  margin-left: -144px;
}
@media screen and (min-width: 540px) {
  .ntfs__btn_wrap {
    left: auto;
    margin-left: 0;
  }
}
.ntfs__btn_separator {
  position: relative;
  display: block;
  margin: 19px 0 18px;
  font: normal 400 100% "Fira Mono", monospace;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 11px;
  line-height: 1.1rem;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
}
.ntfs__btn_separator:after, .ntfs__btn_separator:before {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  height: 1px;
  width: 44%;
  margin: auto;
  background-color: #e0e0e0;
}
.ntfs__btn_separator:after {
  left: 0;
}
.ntfs__btn_separator:before {
  right: 0;
}
.ntfs__header_figure {
  display: inline-block;
  width: 52px;
  height: 52px;
  padding: 0;
  margin: 0;
  float: left;
}
.ntfs__header_figure img {
  display: block;
  width: 100%;
  height: auto;
}
.ntfs__user_info {
  box-sizing: border-box;
  width: 100%;
  padding: 5px 0 0 60px;
}
.ntfs__user_name {
  display: block;
  width: calc(100% - 50px);
  height: 20px;
  font: normal 700 100% "Fira Mono", monospace;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: -0.01em;
  color: #141414;
  cursor: default;
  transition: color 0.25s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ntfs__header:hover .ntfs__user_name {
  color: #474747;
}
.ntfs__user_teaser {
  position: relative;
  z-index: 1;
  margin: 4px 0 0;
  display: inline-block;
  font: normal 500 100% "Fira Mono", monospace;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  line-height: 1.4rem;
  text-decoration: none;
  color: #141414;
}
.ntfs__user_teaser:before {
  content: " ";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  z-index: -1;
  height: 8px;
  background-color: #ebebeb;
  transition: background-color 0.25s;
}
.ntfs__header:hover .ntfs__user_teaser:before {
  background-color: #ffef3e;
}
.ntfs__notification_label {
  padding: 0 8px;
  border-top: 1px solid #e0e0e0;
}
.ntfs__notification_label span {
  float: left;
  font: normal 500 100% "Fira Mono", monospace;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 31px;
  line-height: 3.1rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.ntfs__notification_label a {
  float: right;
  margin: 2px 0 0 -5px;
  font: normal 400 100% "Fira Mono", monospace;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 29px;
  line-height: 2.9rem;
  color: #7a7a7a;
  cursor: pointer;
  transition: color 0.25s;
}
.ntfs__notification_label a:hover {
  color: #474747;
}
.ntfs__header_close {
  position: absolute;
  top: 8px;
  right: 0;
  display: block;
  width: 40px;
  height: 40px;
  margin: auto 0;
  text-align: center;
  cursor: pointer;
}
.ntfs__header_close--higher {
  top: 18px;
}
.ntfs__header_close .icon {
  color: #141414;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 40px;
  line-height: 4rem;
}
.ntfs__header_close:hover .icon {
  color: #474747;
}
@media screen and (min-width: 360px) {
  .ntfs__header_link + .ntfs__header_close .icon {
    top: 3px;
  }
}
.ntfs__content {
  position: relative;
  margin: 0;
  padding: 0;
}
.ntfs__content.nano {
  height: 351px;
}
.ntfs__list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ntfs__list_item {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}
.ntfs__list_item:before, .ntfs__list_item:after {
  content: "";
  display: table;
}
.ntfs__list_item:after {
  clear: both;
}
.ntfs__list_item {
  border-bottom: 1px solid #e0e0e0;
}
.ntfs__list_item:first-child {
  border-top: 1px solid #e0e0e0;
}
.ntfs__link {
  position: relative;
  display: block;
  min-height: 50px;
  margin: 0;
  padding: 11px 8px 13px;
  text-decoration: none;
  transition: all 0.25s;
  background: #f0f0f0;
}
.ntfs__link:hover {
  background: #fffbc9;
}
.ntfs__link--seen {
  background: #fff;
}
.ntfs__link--unlogged {
  background: #fff;
}
@media screen and (min-width: 361px) {
  .ntfs__link--unlogged {
    max-width: 288px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 540px) {
  .ntfs__link--unlogged {
    left: auto;
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.ntfs__link--unlogged .ntfs__figure {
  margin-bottom: 11px;
}
.ntfs__link--admin::after {
  content: " ";
  position: absolute;
  top: 10px;
  left: 0;
  bottom: 10px;
  display: block;
  width: 3px;
  background: #d21d1e;
}
.ntfs__figure {
  position: relative;
  overflow: hidden;
  display: block;
  width: 52px;
  height: 52px;
  margin: 0 13px 0 0;
  float: left;
}
.ntfs__figure:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.18);
}
.ntfs__figure img {
  display: block;
  width: 100%;
  height: auto;
}
.ntfs__text_wrap {
  box-sizing: border-box;
  position: relative;
  display: block;
  margin: -2px 0 0;
}
.ntfs__figure + .ntfs__text_wrap {
  padding: 0 0 0 60px;
}
.ntfs__title {
  margin: 0;
  font: normal 700 100% "Fira Mono", monospace;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 20px;
  line-height: 2rem;
  color: #474747;
}
.ntfs__text_content {
  margin: 0;
  font: normal 400 100% "Montserrat", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 20px;
  line-height: 2rem;
  color: #474747;
}
.ntfs__time {
  box-sizing: border-box;
  display: block;
  margin: 6px 0 0;
  font: normal 400 100% "Fira Mono", monospace;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 11px;
  line-height: 1.1rem;
  color: #a3a3a3;
  text-transform: uppercase;
}
.ntfs__icon {
  position: absolute;
  bottom: 8px;
  right: 10px;
  display: block;
}
.ntfs__icon > span {
  position: relative;
  margin: 0;
  padding: 0;
  display: block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  line-height: 1.6rem;
}
.ntfs__icon > span::after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 16px;
  font-size: 1.6rem;
  color: #1197dd;
  text-align: center;
}
.ntfs__link--seen .ntfs__icon > span::after {
  color: #9c9c9c;
}
.ntfs__icon--reply > span::after {
  content: "\f265";
}
.ntfs__icon--message > span::after {
  content: "\e907";
}
.ntfs__icon--follow > span::after {
  content: "\f277";
}
.ntfs__icon--ban > span::after {
  content: "\f119";
  color: #eb0000;
}
.ntfs__icon--eye > span::after {
  content: "\f15c";
}
.ntfs__icon--redcard > span {
  position: relative;
  right: 2px;
  display: block;
  top: 3px;
  width: 10px;
  height: 14px;
  border: 1px solid #d62518;
  border-radius: 2px;
  background: #fd3425;
}
.ntfs__icon--redcard > span ::after {
  display: none;
}
.ntfs__icon--yellowcard > span {
  position: relative;
  right: 2px;
  display: block;
  top: 3px;
  width: 10px;
  height: 14px;
  border: 1px solid #dfbf0e;
  border-radius: 2px;
  background: #feda10;
}
.ntfs__icon--yellowcard > span ::after {
  display: none;
}
@keyframes toggleVisibility {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  80%, 100% {
    opacity: 0;
  }
}
.home .fold_home_a {
  margin: 0 0 32px;
}
@media screen and (min-width: 1024px) {
  .home .fold_home_a {
    position: relative;
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .home .fold_home_a__block_1 {
    margin: 0 0 32px;
  }
}
@media screen and (min-width: 1367px) {
  .home .fold_home_a__block_1 {
    margin: 0 0 40px;
  }
}
@media screen and (min-width: 1024px) {
  .home .fold_home_a__block_1 div:last-child .card {
    margin: 0;
  }
}
.home .fold_home_a .column_sidebar {
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .home .fold_home_a .column_sidebar {
    margin: 0 0 32px;
  }
}
@media screen and (min-width: 1367px) {
  .home .fold_home_a .column_sidebar {
    margin: 0 0 40px;
  }
}
@media screen and (min-width: 1024px) {
  .home .fold_home_a .column_sidebar--sticky_holder {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .home .fold_home_a .column_sidebar .js_sticky {
    top: 49px;
    margin-bottom: 1px;
  }
}
@media screen and (min-width: 1367px) {
  .home .fold_home_a .column_sidebar .js_sticky {
    top: 29px;
    margin-bottom: 0;
  }
}
.home .fold_home_a__block_topgifts .main_tile {
  margin: 0 0 32px;
}
@media screen and (min-width: 1367px) {
  .home .fold_home_a__block_topgifts .main_tile {
    margin: 0 0 40px;
  }
}
.home .fold_home_b {
  margin: 0 0 32px;
}
@media screen and (min-width: 1024px) {
  .home .fold_home_b {
    position: relative;
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .home .fold_home_b__block_1 {
    margin: 0 0 32px;
  }
}
@media screen and (min-width: 1367px) {
  .home .fold_home_b__block_1 {
    margin: 0 0 40px;
  }
}
@media screen and (min-width: 1024px) {
  .home .fold_home_b__block_1 div:last-child .card {
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .home .fold_home_b .column_sidebar {
    margin: 0 0 32px;
  }
}
@media screen and (min-width: 1367px) {
  .home .fold_home_b .column_sidebar {
    margin: 0 0 40px;
  }
}
@media screen and (min-width: 1024px) {
  .home .fold_home_b .column_sidebar--sticky_holder {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
  }
}
.home .fold_home_b .column_sidebar--sticky_holder .js_sticky .dfp_banner--Halfpage > div > div {
  margin-top: 32px;
}
@media screen and (min-width: 1024px) {
  .home .fold_home_b .column_sidebar .js_sticky {
    top: 49px;
    margin-bottom: 1px;
  }
}
@media screen and (min-width: 1367px) {
  .home .fold_home_b .column_sidebar .js_sticky {
    top: 29px;
    margin-bottom: 0;
  }
}
.home .fold_home_b__njuskalo_widget {
  margin: 0 0 32px;
}
@media screen and (min-width: 1367px) {
  .home .fold_home_b__njuskalo_widget {
    margin: 0 0 40px;
  }
}
@media screen and (min-width: 1367px) {
  .home .fold_home_b__njuskalo_widget .main_tile__label {
    padding: 31px 0 30px 27px;
    text-align: left;
  }
}
.home .fold_home_b__njuskalo_widget .main_tile__content {
  margin: 5px 0 0;
}
@media screen and (min-width: 1024px) {
  .home .fold_home_b__njuskalo_widget .main_tile__content {
    margin: 5px -4px 0;
  }
}
@media screen and (min-width: 1367px) {
  .home .fold_home_b__njuskalo_widget .main_tile__content {
    margin: 1px 0 0;
  }
}
.home .fold_home_c {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .home .fold_home_c {
    display: block;
    flex-direction: row;
    margin: 0 0 32px;
  }
}
@media screen and (min-width: 1367px) {
  .home .fold_home_c {
    margin: 0 0 40px;
  }
}
@media screen and (min-width: 1024px) {
  .home .fold_home_c__block_1 div:last-child .card {
    margin: 0;
  }
}
.home .fold_home_c .column_sidebar {
  order: 1;
  margin: 0 0 32px;
}
@media screen and (min-width: 1024px) {
  .home .fold_home_c .column_sidebar {
    order: 2;
    margin: 0;
  }
}
.home .fold_home_c .column_content {
  order: 2;
}
@media screen and (min-width: 1024px) {
  .home .fold_home_c .column_content {
    order: 1;
  }
}
.home .fold_home_mega {
  margin: 0 0 44px;
}
@media screen and (min-width: 540px) {
  .home .fold_home_mega {
    margin: 0 0 32px;
  }
}
@media screen and (min-width: 1367px) {
  .home .fold_home_mega {
    margin: 0 0 40px;
  }
}
.home .fold_home_special {
  margin: 0 0 32px;
}
@media screen and (min-width: 1367px) {
  .home .fold_home_special {
    margin: 0 0 40px;
  }
}
.home .fold_home_infinite__loader_wrap {
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 540px;
  height: 63px;
}
@media screen and (min-width: 1024px) {
  .home .fold_home_infinite__loader_wrap {
    position: absolute;
    width: 640px;
    max-width: none;
    height: 79px;
  }
}
@media screen and (min-width: 1367px) {
  .home .fold_home_infinite__loader_wrap {
    width: 840px;
    height: 153px;
  }
}
.home .fold_home_infinite__loader_wrap.is_hidden {
  display: none;
  visibility: hidden;
}
.home .fold_home_infinite__loader_wrap img {
  position: absolute;
  top: 4px;
  right: 0;
  left: 0;
  display: block;
  width: 116px;
  height: auto;
  margin: auto;
  animation: toggleVisibility 2s ease-out infinite both;
}
@media screen and (min-width: 1024px) {
  .home .fold_home_infinite__loader_wrap img {
    top: 12px;
  }
}
@media screen and (min-width: 1367px) {
  .home .fold_home_infinite__loader_wrap img {
    top: 39px;
    width: 181px;
  }
}
.home .fold_home_infinite__loader_wrap img.is_hidden {
  display: none;
  visibility: hidden;
}
.home .fold_home_infinite {
  padding-bottom: 63px;
}
.home .fold_home_infinite.is_full {
  padding-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .home .fold_home_infinite {
    padding-bottom: 79px;
  }
}
@media screen and (min-width: 1367px) {
  .home .fold_home_infinite {
    padding-bottom: 153px;
  }
}
@media screen and (min-width: 1024px) {
  .home .fold_home_infinite [class*=__block] {
    margin: 0 0 32px;
  }
}
@media screen and (min-width: 1367px) {
  .home .fold_home_infinite [class*=__block] {
    margin: 0 0 40px;
  }
}
.home .fold_home_infinite [class*=__block].is_last {
  margin: 0 0 -64px;
}
@media screen and (min-width: 1024px) {
  .home .fold_home_infinite [class*=__block].is_last {
    margin: 0 0 40px;
  }
}
@media screen and (min-width: 1367px) {
  .home .fold_home_infinite [class*=__block].is_last {
    margin: 0 0 52px;
  }
}
@media screen and (min-width: 1024px) {
  .home .fold_home_infinite__cards .card:last-child {
    margin: 0;
  }
}
.home .fold_home_infinite__loader {
  position: fixed;
  bottom: 37px;
  left: 0;
  right: 0;
  display: block;
  width: 116px;
  height: auto;
  margin: 0 auto;
  animation: toggleVisibility 2s ease-out infinite both;
}
@media screen and (min-width: 1024px) {
  .home .fold_home_infinite__loader {
    position: static;
    bottom: auto;
    right: auto;
    left: auto;
    margin: 1px auto 37px;
  }
}
@media screen and (min-width: 1367px) {
  .home .fold_home_infinite__loader {
    width: 181px;
    margin: 22px auto 63px;
  }
}
.home .fold_home_infinite__loader.is_hidden {
  display: none;
  visibility: hidden;
}
@media screen and (min-width: 1024px) {
  .home .fold_home_infinite__cards + .fold_home_infinite__btn_wrap .fold_home_infinite__loader {
    margin: 37px auto 5px;
  }
}
@media screen and (min-width: 1367px) {
  .home .fold_home_infinite__cards + .fold_home_infinite__btn_wrap .fold_home_infinite__loader {
    margin: 62px auto 22px;
  }
}
.home .fold_home_infinite__noresult_block {
  padding: 0 8px;
  margin: 0 0 40px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .home .fold_home_infinite__noresult_block {
    margin: 31px 0 8px;
  }
}
@media screen and (min-width: 1367px) {
  .home .fold_home_infinite__noresult_block {
    margin: 56px 0 28px;
  }
}
.home .fold_home_infinite__noresult_block .btn {
  margin: 17px 0 0;
}
@media screen and (min-width: 1367px) {
  .home .fold_home_infinite__noresult_block .btn {
    margin: 22px 0 0;
  }
}
.home .fold_home_infinite__noresult_title {
  margin: 0;
  font: italic 900 100% "Montserrat", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 28px;
  line-height: 2.8rem;
  text-align: center;
}
@media screen and (min-width: 1367px) {
  .home .fold_home_infinite__noresult_title {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 36px;
    line-height: 3.6rem;
  }
}
.home .fold_home_infinite__noresult_text {
  max-width: 360px;
  margin: 13px auto 0;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  line-height: 2.4rem;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .home .fold_home_infinite__noresult_text {
    max-width: none;
  }
}
@media screen and (min-width: 1367px) {
  .home .fold_home_infinite__noresult_text {
    margin: 18px auto 0;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 32px;
    line-height: 3.2rem;
  }
}
.home .fold_home_infinite__noresult_text a {
  position: relative;
  z-index: 1;
  display: inline-block;
  color: #141414;
}
.home .fold_home_infinite__noresult_text a:before {
  content: " ";
  position: absolute;
  bottom: 3px;
  left: 0;
  right: 0;
  z-index: -1;
  height: 8px;
  background-color: #ffef3e;
}
@media screen and (min-width: 1367px) {
  .home .fold_home_infinite__noresult_text a:before {
    bottom: 6px;
  }
}

.section .fold_section_a {
  margin: 0 0 32px;
}
@media screen and (min-width: 1024px) {
  .section .fold_section_a {
    position: relative;
  }
}
@media screen and (min-width: 1367px) {
  .section .fold_section_a {
    margin: 0 0 40px;
  }
}
.section .fold_section_a .column_sidebar {
  margin: 31px 0 0;
}
@media screen and (min-width: 1024px) {
  .section .fold_section_a .column_sidebar {
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .section .fold_section_a .column_sidebar--sticky_holder {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .section .fold_section_a .column_sidebar .js_sticky {
    top: 45px;
    margin-bottom: 1px;
  }
}
@media screen and (min-width: 1367px) {
  .section .fold_section_a .column_sidebar .js_sticky {
    top: 25px;
    margin-bottom: 0;
  }
}
.section .fold_section_a__block_1 div:last-child .card {
  margin: 0;
}
.section .mostread_widget .main_tile {
  padding: 0 0 24px;
}
@media screen and (min-width: 1367px) {
  .section .mostread_widget .main_tile {
    padding: 0 0 32px;
  }
}
.section .mostread_widget .main_tile__content {
  margin: 5px 0 0;
}
@media screen and (min-width: 1367px) {
  .section .mostread_widget .main_tile__content {
    margin: 1px 0 0;
  }
}
.section .mostread_widget .main_tile__content .card--most_read:first-child {
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .section .fold_section_b {
    margin: 0 0 32px;
  }
}
@media screen and (min-width: 1367px) {
  .section .fold_section_b {
    margin: 0 0 40px;
  }
}
@media screen and (min-width: 1024px) {
  .section .fold_section_b__block_1 div:last-child .card {
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .section .fold_section_b .column_sidebar {
    margin: 0;
  }
}
.section .fold_section_infinite__loader_wrap {
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 540px;
  height: 63px;
}
@media screen and (min-width: 1024px) {
  .section .fold_section_infinite__loader_wrap {
    position: absolute;
    max-width: none;
    width: 640px;
  }
}
@media screen and (min-width: 1367px) {
  .section .fold_section_infinite__loader_wrap {
    width: 840px;
    height: 126px;
  }
}
.section .fold_section_infinite__loader_wrap.is_hidden {
  display: none;
  visibility: hidden;
}
.section .fold_section_infinite__loader_wrap img {
  position: absolute;
  top: 4px;
  right: 0;
  left: 0;
  display: block;
  width: 116px;
  height: auto;
  margin: auto;
  animation: toggleVisibility 2s ease-out infinite both;
}
@media screen and (min-width: 1367px) {
  .section .fold_section_infinite__loader_wrap img {
    top: 29px;
    width: 181px;
  }
}
.section .fold_section_infinite__loader_wrap img.is_hidden {
  display: none;
  visibility: hidden;
}
.section .fold_section_infinite {
  padding-bottom: 63px;
}
.section .fold_section_infinite.is_full {
  padding-bottom: 0;
}
@media screen and (min-width: 1367px) {
  .section .fold_section_infinite {
    padding-bottom: 126px;
  }
}
@media screen and (min-width: 1024px) {
  .section .fold_section_infinite [class*=__block] {
    margin: 0 0 32px;
  }
}
@media screen and (min-width: 1367px) {
  .section .fold_section_infinite [class*=__block] {
    margin: 0 0 40px;
  }
}
.section .fold_section_infinite [class*=__block].is_last {
  margin: 0 0 -64px;
}
@media screen and (min-width: 1024px) {
  .section .fold_section_infinite [class*=__block].is_last {
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .section .fold_section_infinite [class*=__block]:not(:last-child) .fold_section_infinite__cards .card:last-child {
    margin: 0;
  }
}
.section .fold_section_infinite__loader {
  position: fixed;
  bottom: 37px;
  left: 0;
  right: 0;
  display: block;
  width: 116px;
  height: auto;
  margin: 0 auto;
  animation: toggleVisibility 2s ease-out infinite both;
}
@media screen and (min-width: 1024px) {
  .section .fold_section_infinite__loader {
    position: static;
    bottom: auto;
    right: auto;
    left: auto;
    margin: 4px auto 31px;
  }
}
@media screen and (min-width: 1367px) {
  .section .fold_section_infinite__loader {
    width: 181px;
    margin: 30px auto 0;
  }
}
@media screen and (min-width: 1024px) {
  .section .fold_section_infinite__cards + .fold_section_infinite__btn_wrap .fold_section_infinite__loader {
    margin: 37px auto 0;
  }
}
@media screen and (min-width: 1367px) {
  .section .fold_section_infinite__cards + .fold_section_infinite__btn_wrap .fold_section_infinite__loader {
    margin: 62px auto 0;
  }
}
.section .fold_section_infinite__noresult_block {
  padding: 0 8px;
  margin: 0 0 40px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .section .fold_section_infinite__noresult_block {
    margin: 0 0 8px;
  }
}
@media screen and (min-width: 1367px) {
  .section .fold_section_infinite__noresult_block {
    margin: 0 0 28px;
  }
}
.section .fold_section_infinite__noresult_block .btn {
  margin: 17px 0 0;
}
@media screen and (min-width: 1367px) {
  .section .fold_section_infinite__noresult_block .btn {
    margin: 22px 0 0;
  }
}
.section .fold_section_infinite__noresult_title {
  margin: 0;
  font: italic 900 100% "Montserrat", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 28px;
  line-height: 2.8rem;
  text-align: center;
}
@media screen and (min-width: 1367px) {
  .section .fold_section_infinite__noresult_title {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 36px;
    line-height: 3.6rem;
  }
}
.section .fold_section_infinite__noresult_text {
  max-width: 360px;
  margin: 13px auto 0;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  line-height: 2.4rem;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .section .fold_section_infinite__noresult_text {
    max-width: none;
  }
}
@media screen and (min-width: 1367px) {
  .section .fold_section_infinite__noresult_text {
    margin: 18px auto 0;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 32px;
    line-height: 3.2rem;
  }
}
.section .fold_section_infinite__noresult_text a {
  position: relative;
  z-index: 1;
  display: inline-block;
  color: #141414;
}
.section .fold_section_infinite__noresult_text a:before {
  content: " ";
  position: absolute;
  bottom: 3px;
  left: 0;
  right: 0;
  z-index: -1;
  height: 8px;
  background-color: #ffef3e;
}
@media screen and (min-width: 1367px) {
  .section .fold_section_infinite__noresult_text a:before {
    bottom: 6px;
  }
}
.section .fold_section_infinite__noresult_text a:hover:before {
  background-color: #f5d41d;
}
@media screen and (min-width: 1024px) {
  .section--special .content__wrap {
    padding-top: 64px;
    max-width: none;
  }
}
@media screen and (min-width: 1367px) {
  .section--special .content__wrap {
    padding-top: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .section--special .fold_special_content {
    max-width: 980px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1367px) {
  .section--special .fold_special_content {
    max-width: 1310px;
  }
}

.article .animation_wrap {
  position: absolute;
  bottom: -80px;
}
@media screen and (min-width: 1024px) {
  .article .animation_wrap {
    bottom: -100px;
  }
}
.article .fold_article__pr_articles {
  margin: 0 0 32px;
}
@media screen and (min-width: 1024px) {
  .article .fold_article__pr_articles {
    padding: 0 0 24px;
    border-bottom: 4px solid #cccccc;
    margin: 0;
  }
}
@media screen and (min-width: 1367px) {
  .article .fold_article__pr_articles {
    padding: 0 0 34px;
  }
}
.article .fold_article__pr_articles .main_tile__content {
  margin: 5px 0 0;
}
@media screen and (min-width: 1367px) {
  .article .fold_article__pr_articles .main_tile__content {
    margin: 1px 0 0;
  }
}
.article .fold_article__pr_articles .card--pr:not(:first-child) {
  margin: 20px 0 0;
}
@media screen and (min-width: 1367px) {
  .article .fold_article__pr_articles .card--pr:not(:first-child) {
    margin: 34px 0 0;
  }
}
.article .mostread_widget {
  padding: 0 0 24px;
}
@media screen and (min-width: 1367px) {
  .article .mostread_widget {
    padding: 0 0 32px;
  }
}
.article .mostread_widget .main_tile__content {
  margin: 5px 0 32px 0;
}
@media screen and (min-width: 1367px) {
  .article .mostread_widget .main_tile__content {
    margin: 1px 0 0;
  }
}
.article .mostread_widget .main_tile__content .card--most_read:first-child {
  margin: 0;
}
.article .fold_article__article_body {
  margin-top: 19px;
}
@media screen and (min-width: 1024px) {
  .article .fold_article__article_body {
    position: relative;
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .article .fold_article__article_body .column_sidebar--sticky_holder {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .article .fold_article__article_body .column_sidebar .mostread_widget + .js_sticky {
    top: 49px;
    margin-bottom: 1px;
  }
}
@media screen and (min-width: 1367px) {
  .article .fold_article__article_body .column_sidebar .mostread_widget + .js_sticky {
    top: 29px;
    margin-bottom: 0;
  }
}
.article .fold_article__bellow_content {
  margin: 32px 0 0;
}
@media screen and (min-width: 1367px) {
  .article .fold_article__bellow_content {
    margin: 76px 0 0;
  }
}
.article .fold_article__thread_teaser {
  box-sizing: border-box;
  padding: 0;
  margin: 0 0 32px;
  clear: both;
}
@media screen and (min-width: 1024px) {
  .article .fold_article__thread_teaser {
    padding: 0 40px;
    margin: 0;
  }
}
@media screen and (min-width: 1367px) {
  .article .fold_article__thread_teaser {
    padding: 0 56px;
    margin: 0;
  }
}
.article .fold_article__recommender {
  font-size: 0px;
  font-size: 0rem;
}
.article .fold_article__recommender iframe {
  width: 100%;
}
.article .fold_article__recommender .main_tile__content {
  margin: 5px 0 0;
}
@media screen and (min-width: 1367px) {
  .article .fold_article__recommender .main_tile__content {
    margin: 1px 0 0;
    padding: 0 0 33px;
  }
}
.article .fold_hp_repeat {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .article .fold_hp_repeat--part_a {
    margin: 64px 0 0;
  }
}
@media screen and (min-width: 1367px) {
  .article .fold_hp_repeat--part_a {
    margin: 80px 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .article .fold_hp_repeat [class*=__block] {
    margin: 0 0 32px;
  }
}
@media screen and (min-width: 1367px) {
  .article .fold_hp_repeat [class*=__block] {
    margin: 0 0 40px;
  }
}
@media screen and (min-width: 1024px) {
  .article .fold_hp_repeat [class*=__block] .card:last-child {
    margin-bottom: 0;
  }
}
.article .fold_hp_repeat__block_topgifts {
  margin: 0 0 32px;
}
@media screen and (min-width: 1367px) {
  .article .fold_hp_repeat__block_topgifts {
    margin: 0 0 40px;
  }
}
.article .fold_hp_repeat__block_tes {
  margin: 0 !important;
  font-size: 0px;
  font-size: 0rem;
}
.article .fold_hp_repeat__block_tes iframe {
  width: 100%;
}
@media screen and (min-width: 1367px) {
  .article .fold_article__tes_widget .main_tile__label {
    padding-left: 54px;
    text-align: left;
  }
}
.article .fold_article__tes_widget .main_tile__content {
  margin: 5px 0 0;
}
@media screen and (min-width: 1024px) {
  .article .fold_article__tes_widget .main_tile__content {
    margin: 5px -4px 0;
  }
}
@media screen and (min-width: 1367px) {
  .article .fold_article__tes_widget .main_tile__content {
    margin: 1px 0 0;
  }
}
.article .fold_article_infinite__loader_wrap {
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 540px;
  height: 63px;
}
@media screen and (min-width: 1024px) {
  .article .fold_article_infinite__loader_wrap {
    position: absolute;
    width: 640px;
    max-width: none;
    height: 63px;
  }
}
@media screen and (min-width: 1367px) {
  .article .fold_article_infinite__loader_wrap {
    width: 840px;
    height: 119px;
  }
}
.article .fold_article_infinite__loader_wrap.is_hidden {
  display: none;
  visibility: hidden;
}
.article .fold_article_infinite__loader_wrap img {
  position: absolute;
  top: 4px;
  right: 0;
  left: 0;
  display: block;
  width: 116px;
  height: auto;
  margin: auto;
  animation: toggleVisibility 2s ease-out infinite both;
}
@media screen and (min-width: 1367px) {
  .article .fold_article_infinite__loader_wrap img {
    top: 22px;
    width: 181px;
  }
}
.article .fold_article_infinite__loader_wrap img.is_hidden {
  display: none;
  visibility: hidden;
}
.article .fold_article_infinite {
  padding-bottom: 63px;
}
.article .fold_article_infinite.is_full {
  padding-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .article .fold_article_infinite {
    padding-bottom: 63px;
  }
}
@media screen and (min-width: 1367px) {
  .article .fold_article_infinite {
    padding-bottom: 119px;
  }
}
.article .fold_article_infinite [class*=__block] {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .article .fold_article_infinite [class*=__block] {
    margin: 0 0 32px;
  }
}
@media screen and (min-width: 1367px) {
  .article .fold_article_infinite [class*=__block] {
    margin: 0 0 40px;
  }
}
@media screen and (min-width: 1024px) {
  .article .fold_article_infinite [class*=__block] .card:last-child {
    margin-bottom: 0;
  }
}
.article .fold_article_infinite__loader {
  position: fixed;
  bottom: 36px;
  left: 0;
  right: 0;
  display: block;
  width: 116px;
  height: auto;
  margin: 0 auto;
  animation: toggleVisibility 2s ease-out infinite both;
}
@media screen and (min-width: 1024px) {
  .article .fold_article_infinite__loader {
    position: static;
    bottom: auto;
    right: auto;
    left: auto;
    margin: 5px auto 0;
  }
}
@media screen and (min-width: 1367px) {
  .article .fold_article_infinite__loader {
    width: 181px;
    margin: 30px auto 0;
  }
}
.article .fold_article_infinite__loader.is_hidden {
  display: none;
  visibility: hidden;
}
@media screen and (min-width: 1024px) {
  .article .fold_article_infinite__cards + .fold_article_infinite__btn_wrap .fold_article_infinite__loader {
    margin: 37px auto 0;
  }
}
@media screen and (min-width: 1367px) {
  .article .fold_article_infinite__cards + .fold_article_infinite__btn_wrap .fold_article_infinite__loader {
    margin: 82px auto 0;
  }
}
.article .fold_article_infinite__noresult_block {
  padding: 0 8px;
  margin: 42px 0 40px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .article .fold_article_infinite__noresult_block {
    margin: 31px 0 8px;
  }
}
@media screen and (min-width: 1367px) {
  .article .fold_article_infinite__noresult_block {
    margin: 57px 0 28px;
  }
}
.article .fold_article_infinite__noresult_block .btn {
  margin: 17px 0 0;
}
@media screen and (min-width: 1367px) {
  .article .fold_article_infinite__noresult_block .btn {
    margin: 22px 0 0;
  }
}
.article .fold_article_infinite__noresult_title {
  margin: 0;
  font: italic 900 100% "Montserrat", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 28px;
  line-height: 2.8rem;
  text-align: center;
}
@media screen and (min-width: 1367px) {
  .article .fold_article_infinite__noresult_title {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 36px;
    line-height: 3.6rem;
  }
}
.article .fold_article_infinite__noresult_text {
  max-width: 360px;
  margin: 13px auto 0;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  line-height: 2.4rem;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .article .fold_article_infinite__noresult_text {
    max-width: none;
  }
}
@media screen and (min-width: 1367px) {
  .article .fold_article_infinite__noresult_text {
    margin: 18px auto 0;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 32px;
    line-height: 3.2rem;
  }
}
.article .fold_article_infinite__noresult_text a {
  position: relative;
  z-index: 1;
  display: inline-block;
  color: #141414;
}
.article .fold_article_infinite__noresult_text a:before {
  content: " ";
  position: absolute;
  bottom: 3px;
  left: 0;
  right: 0;
  z-index: -1;
  height: 8px;
  background-color: #ffef3e;
}
@media screen and (min-width: 1367px) {
  .article .fold_article_infinite__noresult_text a:before {
    bottom: 6px;
  }
}
.article .fold_extra_news {
  margin: 21px 0 0;
  padding: 0 0 122px 0;
}
@media screen and (min-width: 1024px) {
  .article .fold_extra_news {
    padding: 0 0 150px 0;
    margin: 30px 0 0 0;
  }
}

.comments_page .fold_comments__content {
  margin: 9px 0 32px;
}
@media screen and (min-width: 1024px) {
  .comments_page .fold_comments__content {
    margin: 1px 0 80px;
  }
}
@media screen and (min-width: 1367px) {
  .comments_page .fold_comments__content {
    margin: 1px 0 120px;
  }
}
.comments_page .fold_comments__content .main_tile {
  margin: 13px 0 0;
}
@media screen and (min-width: 1024px) {
  .comments_page .fold_comments__content .main_tile {
    margin: 17px 0 0;
  }
}
@media screen and (min-width: 1367px) {
  .comments_page .fold_comments__content .main_tile {
    margin: 27px 0 0;
  }
}
@media screen and (min-width: 1367px) {
  .comments_page .fold_comments__content .main_tile__label {
    padding: 31px 0 26px 27px;
    text-align: left;
  }
}
.comments_page .fold_comments__content .main_tile__content {
  margin: 5px 0 0;
}
@media screen and (max-width: 1024px) {
  .comments_page .fold_comments__content div[id^=mAutostart_Rec2] {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .comments_page div[id^=divBillboardBot] {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1367px) {
  .comments_page div[id^=divBillboardBot] {
    margin-bottom: 120px;
  }
}
.comments_page .fold_comments__comments_body {
  margin-top: 1px;
}
@media screen and (min-width: 1024px) {
  .comments_page .fold_comments__comments_body {
    margin-top: 5px;
  }
}
@media screen and (min-width: 1367px) {
  .comments_page .fold_comments__comments_body {
    margin-top: 12px;
  }
}
.comments_page .column_sidebar {
  z-index: 0;
  padding-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .comments_page .column_sidebar {
    margin: 24px 0 0 0;
  }
}
@media screen and (min-width: 1367px) {
  .comments_page .column_sidebar {
    margin: 49px 0 0 0;
  }
}
.comments_page--post .thread__list .thread__item:not(.thread__item--reply) {
  position: relative;
  padding-top: 0;
  border: none;
}
.comments_page--post .thread__list .thread__item:not(.thread__item--reply):after {
  content: " ";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #e0e0e0;
}
@media screen and (min-width: 1024px) {
  .comments_page--post .thread__list .thread__item:not(.thread__item--reply):after {
    left: 52px;
  }
}
@media screen and (min-width: 1367px) {
  .comments_page--post .thread__list .thread__item:not(.thread__item--reply):after {
    left: 88px;
  }
}
.comments_page--post:not(.user_not_authenticated) .thread__sublist .thread__item:last-child:not(:first-child) {
  border-bottom: 1px solid #e0e0e0;
}
.comments_page--post .thread__reply_wrap {
  display: block !important;
  margin: 0;
  padding-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .comments_page--post .thread__reply_wrap {
    padding-top: 20px;
  }
}
@media screen and (min-width: 1367px) {
  .comments_page--post .thread__reply_wrap {
    padding-top: 24px;
  }
}
.comments_page--post .thread__new_comment {
  padding: 0;
}

.tags .fold_tags_body {
  padding: 32px 8px 0;
}
@media screen and (min-width: 540px) {
  .tags .fold_tags_body {
    padding: 32px 20px 0;
  }
}
@media screen and (min-width: 1024px) {
  .tags .fold_tags_body {
    padding: 0 0 96px;
  }
}
@media screen and (min-width: 1367px) {
  .tags .fold_tags_body {
    padding: 0 0 120px;
  }
}
.tags .fold_tags_body .main_tile__label {
  padding: 13px 0 11px;
  line-height: 20px;
  line-height: 2rem;
}
@media screen and (min-width: 1367px) {
  .tags .fold_tags_body .main_tile__label {
    padding: 18px 0 11px;
  }
}
.tags .fold_tags_body .main_tile__label h1 {
  display: inline;
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
}
.tags .fold_tags_body .main_tile__label div {
  display: inline-block;
  padding: 0;
}
@media screen and (min-width: 1367px) {
  .tags .fold_tags_body .main_tile__label div {
    padding: 0 0 0 27px;
  }
}
.tags .fold_tags_body .main_tile__label div:before {
  position: relative;
  top: 5px;
  left: -3px;
  content: "\e924";
  font-size: 22px;
  font-size: 2.2rem;
  color: #ee1e1f;
}
@media screen and (min-width: 1367px) {
  .tags .fold_tags_body .main_tile__label div:before {
    top: 9px;
    left: -2px;
    font-size: 34px;
    font-size: 3.4rem;
  }
}
.tags .fold_tags_body .main_tile__content {
  margin: 7px -8px 0;
  overflow: hidden;
}
@media screen and (min-width: 540px) {
  .tags .fold_tags_body .main_tile__content {
    margin: 7px -20px 0;
  }
}
@media screen and (min-width: 1024px) {
  .tags .fold_tags_body .main_tile__content {
    margin: 7px 0 0;
  }
}
@media screen and (min-width: 1367px) {
  .tags .fold_tags_body .main_tile__content {
    margin: 22px 0 0;
  }
}
.tags .fold_tags_body .main_tile__content .card:last-child {
  margin: 0;
}
.tags .fold_tags_body .pagination {
  margin: 32px -8px 0;
}
@media screen and (min-width: 540px) {
  .tags .fold_tags_body .pagination {
    margin: 32px -20px 0;
  }
}
@media screen and (min-width: 1024px) {
  .tags .fold_tags_body .pagination {
    margin: 32px 0 0;
  }
}
@media screen and (min-width: 1367px) {
  .tags .fold_tags_body .pagination {
    margin: 40px 0 0;
  }
}

@media screen and (min-width: 1024px) {
  .search .content__wrap {
    padding: 56px 0 0;
    max-width: none;
  }
}
@media screen and (min-width: 1367px) {
  .search .content__wrap {
    padding: 80px 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .search .fold_search_header {
    max-width: none;
    padding: 0;
  }
}
.search .fold_search_results {
  padding: 0 8px;
}
@media screen and (min-width: 540px) {
  .search .fold_search_results {
    padding: 0 20px;
  }
}
@media screen and (min-width: 1024px) {
  .search .fold_search_results {
    margin: 0 auto 96px;
    padding: 0;
  }
}
@media screen and (min-width: 1367px) {
  .search .fold_search_results {
    box-sizing: border-box;
    padding: 0;
    margin: 0 auto 120px;
  }
}
.search .fold_search_results .main_tile__label {
  padding: 13px 0 11px;
}
@media screen and (min-width: 1367px) {
  .search .fold_search_results .main_tile__label {
    padding: 18px 0 30px;
  }
}
@media screen and (min-width: 1024px) {
  .search .fold_search_results .column_sidebar {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .search div[id^=divBillboardBot] {
    margin: -60px 0 40px 0;
  }
  .search div[id^=divLeaderboard1] {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1367px) {
  .search div[id^=divBillboardBot] {
    margin: -80px 0 60px 0;
  }
}

.piece_page .fold_print__body {
  padding: 17px 0 30px;
}
@media screen and (min-width: 1024px) {
  .piece_page .fold_print__body {
    padding: 9px 0 83px;
  }
}
@media screen and (min-width: 1367px) {
  .piece_page .fold_print__body {
    padding: 0 0 120px;
  }
}

.flatpage .fold_flatpage_body {
  padding: 37px 0 0;
}
@media screen and (min-width: 1024px) {
  .flatpage .fold_flatpage_body {
    padding: 117px 0 0;
  }
}

.user_profile .fold_profile_body {
  padding: 0 0 77px 0;
}
@media screen and (min-width: 1367px) {
  .user_profile .fold_profile_body {
    padding: 0 0 117px;
  }
}
@media screen and (min-width: 1024px) {
  .user_profile .fold_profile_body .main_tile__label {
    margin: 0;
  }
}

.card {
  position: relative;
}
.card__link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.card__overtitle {
  display: inline-block;
  width: auto;
  max-height: 24px;
  padding: 0 8px;
  background-color: #ee1e1f;
  font: normal 500 100% "Fira Mono", monospace;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.05em;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  transition: all 0.25s;
}
@media screen and (min-width: 1367px) {
  .card__overtitle {
    max-height: 28px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 28px;
    line-height: 2.8rem;
  }
}
.card__link:hover .card__overtitle {
  background-color: #c70808;
}
.card__title {
  transition: color 0.15s;
}
.card__lead_text {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card__title_highlight {
  box-shadow: inset 0px -12px 0px #141414;
}
.card__figure {
  transition: opacity 0.15s;
  margin: 0;
  padding: 0;
}
.card__figure picture img {
  display: block;
  width: 100%;
  height: auto;
}
.card__figure .hola_preview_duration,
.card__figure .hola_preview_loader_logo {
  left: auto !important;
  right: 0 !important;
}
.card__figure .hola_preview_icon {
  display: none !important;
  visibility: hidden !important;
}
.card__play_btn {
  display: none;
  visibility: hidden;
}
.card--video .card__play_btn {
  display: block;
  visibility: visible;
}
.card--gallery.card--01, .card--gallery.card--mega {
  height: 0;
  padding-bottom: 56.25%;
}
.card--gallery.card--01 .card__wrap, .card--gallery.card--mega .card__wrap {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
.card--gallery.card--01 .card__data_wrap, .card--gallery.card--mega .card__data_wrap {
  z-index: 2;
}
.card--gallery.card--01 .card__photo_wrap, .card--gallery.card--mega .card__photo_wrap {
  position: relative;
  z-index: 1;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  backface-visibility: hidden;
}
.card--gallery.card--01 .card__photo_wrap:after, .card--gallery.card--mega .card__photo_wrap:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  background: linear-gradient(0, rgb(54, 54, 54) 0%, rgba(54, 54, 54, 0) 48%);
  opacity: 0.8;
}
@supports (mix-blend-mode: multiply) {
  .card--gallery.card--01 .card__photo_wrap:after, .card--gallery.card--mega .card__photo_wrap:after {
    mix-blend-mode: multiply;
  }
}
@media screen and (min-width: 540px) {
  .card--gallery.card--01 .card__photo_wrap:after, .card--gallery.card--mega .card__photo_wrap:after {
    background: linear-gradient(180deg, rgb(54, 54, 54) 0%, rgba(54, 54, 54, 0) 48%);
  }
}
.card--gallery.card--01 .card__figure, .card--gallery.card--mega .card__figure {
  backface-visibility: hidden;
}
.card--gallery.card--01 .card__figure--big, .card--gallery.card--mega .card__figure--big {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 60.9%;
  height: 100%;
  margin: 0;
  padding: 0;
  transform: skew(-11deg);
  overflow: hidden;
  transform-origin: top;
}
.card--gallery.card--01 .card__figure--big:after, .card--gallery.card--mega .card__figure--big:after {
  content: " ";
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  left: 0;
  height: auto;
  background: linear-gradient(45deg, rgba(54, 54, 54, 0) 52%, rgb(54, 54, 54) 100%);
  opacity: 0.8;
}
@supports (mix-blend-mode: multiply) {
  .card--gallery.card--01 .card__figure--big:after, .card--gallery.card--mega .card__figure--big:after {
    mix-blend-mode: multiply;
    opacity: 1;
  }
}
.card--gallery.card--01 .card__figure--big img, .card--gallery.card--mega .card__figure--big img {
  position: absolute;
  top: -50%;
  bottom: -50%;
  left: -50%;
  right: -50%;
  width: 125%;
  height: calc(100% + 2px);
  margin: auto;
  transform-origin: top;
  transform: skew(11deg);
  backface-visibility: hidden;
}
.card--gallery.card--01 .card__figure--small, .card--gallery.card--mega .card__figure--small {
  position: absolute;
  top: 0;
  right: -5%;
  z-index: 1;
  width: 50%;
  height: 100%;
  margin: 0;
  padding: 0;
  transform-origin: top;
  text-align: center;
  transform: skew(-11deg);
}
.card--gallery.card--01 .card__figure--small:after, .card--gallery.card--mega .card__figure--small:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: auto;
  background: linear-gradient(-135deg, rgba(54, 54, 54, 0) 52%, rgb(54, 54, 54) 100%);
  opacity: 0.8;
}
@supports (mix-blend-mode: multiply) {
  .card--gallery.card--01 .card__figure--small:after, .card--gallery.card--mega .card__figure--small:after {
    mix-blend-mode: multiply;
    opacity: 1;
  }
}
.card--gallery.card--01 .card__figure--small img, .card--gallery.card--mega .card__figure--small img {
  position: absolute;
  top: -50%;
  bottom: -50%;
  left: -50%;
  right: -50%;
  width: 150%;
  height: calc(100% + 2px);
  margin: auto;
  transform-origin: top;
  transform: skew(11deg);
}
.card--gallery.card--03 .card__data_wrap {
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .card--gallery.card--03 .card__photo_wrap {
    position: relative;
    z-index: 1;
    width: 300px;
    height: 169px;
    overflow: hidden;
    backface-visibility: hidden;
    float: right;
  }
}
@media screen and (min-width: 1367px) {
  .card--gallery.card--03 .card__photo_wrap {
    width: 400px;
    height: 225px;
  }
}
.card--gallery.card--03 .card__figure {
  backface-visibility: hidden;
}
@media screen and (min-width: 1024px) {
  .card--gallery.card--03 .card__figure--big {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 60.9%;
    height: 100%;
    margin: 0;
    padding: 0;
    transform: skew(-11deg);
    overflow: hidden;
    transform-origin: top;
  }
  .card--gallery.card--03 .card__figure--big:after {
    content: " ";
    position: absolute;
    top: 0;
    right: -2px;
    bottom: 0;
    left: 0;
    height: auto;
    background: linear-gradient(45deg, rgba(54, 54, 54, 0) 52%, rgb(54, 54, 54) 100%);
    opacity: 0.8;
  }
  @supports (mix-blend-mode: multiply) {
    .card--gallery.card--03 .card__figure--big:after {
      mix-blend-mode: multiply;
      opacity: 1;
    }
  }
}
.card--gallery.card--03 .card__figure--big img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .card--gallery.card--03 .card__figure--big img {
    position: absolute;
    top: -50%;
    bottom: -50%;
    left: -50%;
    right: -50%;
    width: 125%;
    height: calc(100% + 2px);
    margin: auto;
    transform-origin: top;
    transform: skew(11deg);
  }
}
.card--gallery.card--03 .card__figure--small {
  display: none;
}
@media screen and (min-width: 1024px) {
  .card--gallery.card--03 .card__figure--small {
    position: absolute;
    top: 0;
    right: -5%;
    z-index: 1;
    display: block;
    width: 50%;
    height: 100%;
    margin: 0;
    padding: 0;
    transform-origin: top;
    text-align: center;
    transform: skew(-11deg);
  }
  .card--gallery.card--03 .card__figure--small:after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: auto;
    background: linear-gradient(-135deg, rgba(54, 54, 54, 0) 52%, rgb(54, 54, 54) 100%);
    opacity: 0.8;
  }
  @supports (mix-blend-mode: multiply) {
    .card--gallery.card--03 .card__figure--small:after {
      mix-blend-mode: multiply;
      opacity: 1;
    }
  }
  .card--gallery.card--03 .card__figure--small img {
    position: absolute;
    top: -50%;
    bottom: -50%;
    left: -50%;
    right: -50%;
    width: 150%;
    height: calc(100% + 2px);
    margin: auto;
    transform-origin: top;
    transform: skew(11deg);
  }
}
.card--01 {
  margin: 0 0 44px;
}
@media screen and (min-width: 540px) {
  .card--01 {
    margin: 0 0 32px;
  }
}
@media screen and (min-width: 1367px) {
  .card--01 {
    margin: 0 0 40px;
  }
}
.card--01 .card__data_wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 540px) {
  .card--01 .card__data_wrap {
    padding: 20px;
  }
}
@media screen and (min-width: 1367px) {
  .card--01 .card__data_wrap {
    padding: 28px;
  }
}
.card--01 .card__figure {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
.card--01 .card__figure:after {
  content: " ";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 180px;
  background: linear-gradient(180deg, rgba(54, 54, 54, 0) 52%, rgb(54, 54, 54) 100%);
  opacity: 0.8;
}
@supports (mix-blend-mode: multiply) {
  .card--01 .card__figure:after {
    mix-blend-mode: multiply;
    opacity: 1;
  }
}
@media screen and (min-width: 540px) {
  .card--01 .card__figure:after {
    top: 0;
    height: auto;
    background: linear-gradient(-45deg, rgba(54, 54, 54, 0) 52%, rgb(54, 54, 54) 100%);
  }
}
.card--01 .card__play_btn {
  position: absolute;
  right: 8px;
  bottom: 8px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.28);
  text-align: center;
}
@media screen and (min-width: 540px) {
  .card--01 .card__play_btn {
    position: relative;
    right: auto;
    bottom: auto;
    margin: 14px 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .card--01 .card__play_btn {
    width: 40px;
    height: 40px;
    margin: 22px 0 0;
  }
}
@media screen and (min-width: 1367px) {
  .card--01 .card__play_btn {
    margin: 20px 0 0;
  }
}
.card--01 .card__play_btn .icon {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
}
@media screen and (min-width: 1024px) {
  .card--01 .card__play_btn .icon {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 40px;
    line-height: 4rem;
  }
}
.card--01 .card__overtitle {
  position: absolute;
  top: 8px;
  left: 8px;
  max-width: calc(33% - 8px);
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (min-width: 540px) {
  .card--01 .card__overtitle {
    position: relative;
    top: 0;
    left: 0;
    max-width: 33%;
  }
}
.card--01 .card__title {
  position: absolute;
  bottom: -25px;
  left: 8px;
  right: 36px;
  width: auto;
  max-height: 60px;
  font: italic 900 100% "Montserrat", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 20px;
  line-height: 2rem;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.28);
}
@media screen and (min-width: 540px) {
  .card--01 .card__title {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    width: 50%;
    max-height: 112px;
    margin: 10px 0 0;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 28px;
    line-height: 2.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .card--01 .card__title {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    width: 50%;
    max-height: 128px;
    margin: 12px 0 0;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 32px;
    line-height: 3.2rem;
  }
}
@media screen and (min-width: 1367px) {
  .card--01 .card__title {
    max-height: 168px;
    margin: 10px 0 0;
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 42px;
    line-height: 4.2rem;
  }
}
.card--01 .card__link:hover .card__title {
  color: #ebebeb;
}
@media screen and (min-width: 540px) {
  .card--01.card--video .card__title_highlight, .card--01:not(.card--gallery) .card__title_highlight {
    box-shadow: none;
  }
}
@media screen and (min-width: 540px) {
  .card--01.card--gallery .card__title {
    width: 100%;
    max-height: 56px;
  }
}
@media screen and (min-width: 1024px) {
  .card--01.card--gallery .card__title {
    max-height: 64px;
  }
}
@media screen and (min-width: 1367px) {
  .card--01.card--gallery .card__title {
    max-height: 84px;
  }
}
.card--03 {
  padding: 0 8px;
  margin: 0 0 32px;
}
@media screen and (min-width: 540px) {
  .card--03 {
    padding: 0 20px;
  }
}
@media screen and (min-width: 1024px) {
  .card--03 {
    padding: 0 0 0 20px;
  }
}
@media screen and (min-width: 1367px) {
  .card--03 {
    padding: 0 0 0 28px;
    margin: 0 0 40px;
  }
}
.card--03 .card__figure {
  float: right;
  width: 88px;
  height: 88px;
}
@media screen and (min-width: 1024px) {
  .card--03 .card__figure {
    width: 300px;
    height: 169px;
  }
}
@media screen and (min-width: 1367px) {
  .card--03 .card__figure {
    width: 400px;
    height: 225px;
  }
}
.card--03 .card__data_wrap {
  padding: 0 96px 0 0;
}
@media screen and (min-width: 1024px) {
  .card--03 .card__data_wrap {
    padding: 0 320px 0 0;
  }
}
@media screen and (min-width: 1367px) {
  .card--03 .card__data_wrap {
    padding: 0 420px 0 0;
  }
}
.card--03 .card__overtitle {
  max-height: none;
  text-align: left;
  max-width: 33%;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.card--03 .card__title {
  max-height: 54px;
  margin: 2px 0 0;
  font: italic 800 100% "Montserrat", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 18px;
  line-height: 1.8rem;
}
@media screen and (min-width: 540px) {
  .card--03 .card__title {
    max-height: 60px;
    margin: 5px 0 0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
    line-height: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .card--03 .card__title {
    max-height: 66px;
    margin: 7px 0 0;
    font: italic 900 100% "Montserrat", sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 22px;
    line-height: 2.2rem;
  }
}
@media screen and (min-width: 1367px) {
  .card--03 .card__title {
    max-height: 84px;
    margin: 10px 0 0;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 28px;
    line-height: 2.8rem;
  }
}
.card--03 .card__link:hover .card__title {
  color: #474747;
}
@media screen and (max-width: 1023px) {
  .card--03 .card__lead_text {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .card--03 .card__lead_text {
    max-height: 64px;
    margin: 6px 0 0;
    font: normal 400 100% "Fira Mono", monospace;
    font-size: 10px;
    font-size: 1rem;
    line-height: 16px;
    line-height: 1.6rem;
    -webkit-line-clamp: 4;
  }
}
@media screen and (min-width: 1367px) {
  .card--03 .card__lead_text {
    max-height: 80px;
    margin: 7px 0 0;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 20px;
    line-height: 2rem;
  }
}
.card--03 .card__play_btn {
  position: absolute;
  right: 16px;
  bottom: 8px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.28);
  text-align: center;
}
@media screen and (min-width: 540px) {
  .card--03 .card__play_btn {
    right: 28px;
  }
}
@media screen and (min-width: 1024px) {
  .card--03 .card__play_btn {
    top: 28px;
    right: 232px;
    bottom: auto;
    width: 40px;
    height: 40px;
  }
}
@media screen and (min-width: 1367px) {
  .card--03 .card__play_btn {
    right: 332px;
  }
}
.card--03 .card__play_btn .icon {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
}
@media screen and (min-width: 1024px) {
  .card--03 .card__play_btn .icon {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 40px;
    line-height: 4rem;
  }
}
.card--mega {
  margin: 0;
}
.card--mega .card__video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  z-index: 1;
  margin: auto;
  transition: height 0.5s;
  overflow: hidden;
}
.card--mega.playing_video {
  z-index: 10;
}
.card--mega.playing_video .card__video {
  height: 100%;
  display: block;
}
@media screen and (min-width: 1024px) {
  .card--mega .card__data_wrap {
    padding: 40px;
  }
}
@media screen and (min-width: 1367px) {
  .card--mega .card__data_wrap {
    padding: 56px;
  }
}
@media screen and (min-width: 540px) {
  .card--mega .card__overtitle {
    position: relative;
    top: auto;
    left: auto;
  }
}
@media screen and (min-width: 1024px) {
  .card--mega .card__overtitle {
    margin: 0;
  }
}
.card--mega .card__title {
  bottom: -28px;
  right: 56px;
  width: auto;
  max-height: 72px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 24px;
  line-height: 2.4rem;
  transition: opacity 0.5s;
}
@media screen and (min-width: 540px) {
  .card--mega .card__title {
    position: relative;
    bottom: auto;
    right: auto;
    max-height: 56px;
    margin: 10px 0 0;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 28px;
    line-height: 2.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .card--mega .card__title {
    width: 50%;
    max-height: 168px;
    margin: 10px 0 0;
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 42px;
    line-height: 4.2rem;
  }
}
@media screen and (min-width: 1367px) {
  .card--mega .card__title {
    max-height: 224px;
    margin: 19px 0 0;
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 56px;
    line-height: 5.6rem;
  }
}
@media screen and (max-width: 539px) {
  .card--mega.playing_video .card__title {
    opacity: 0;
  }
}
.card--mega.card--gallery .card__title {
  max-height: 72px;
}
@media screen and (min-width: 540px) {
  .card--mega.card--gallery .card__title {
    max-height: 56px;
  }
}
@media screen and (min-width: 1024px) {
  .card--mega.card--gallery .card__title {
    width: 100%;
    max-height: 84px;
  }
}
@media screen and (min-width: 1367px) {
  .card--mega.card--gallery .card__title {
    max-height: 112px;
  }
}
@media screen and (min-width: 1024px) {
  .card--mega.card--gallery .card__title_highlight {
    box-shadow: inset 0px -16px 0px #000;
  }
}
@media screen and (min-width: 540px) {
  .card--mega.card--video .card__title_highlight {
    box-shadow: none;
  }
}
.card--mega .card__play_btn {
  bottom: -12px;
  width: 40px;
  height: 40px;
  text-align: center;
}
.card--mega .card__play_btn:before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background-color: #ffef3e;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.28);
  transition: all 0.25s;
}
.card--mega .card__play_btn:hover:before {
  transform: scale(1.04);
  background-color: #f5d41d;
}
@media screen and (min-width: 540px) {
  .card--mega .card__play_btn {
    position: relative;
    bottom: auto;
    right: auto;
    margin: 14px 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .card--mega .card__play_btn {
    bottom: auto;
    width: 80px;
    height: 80px;
    margin: 32px 0 0;
  }
}
@media screen and (min-width: 1367px) {
  .card--mega .card__play_btn {
    bottom: auto;
    width: 104px;
    height: 104px;
    margin: 45px 0 0;
  }
}
.card--mega .card__play_btn .icon {
  position: relative;
  display: block;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 40px;
  line-height: 4rem;
  pointer-events: none;
}
@media screen and (min-width: 1024px) {
  .card--mega .card__play_btn .icon {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 80px;
    line-height: 8rem;
  }
}
@media screen and (min-width: 1367px) {
  .card--mega .card__play_btn .icon {
    font-size: 62px;
    font-size: 6.2rem;
    line-height: 104px;
    line-height: 10.4rem;
  }
}
.card--mega.playing_video .card__play_btn {
  opacity: 0;
  pointer-events: none;
}
.card--mega .card__close_btn {
  position: absolute;
  top: 0;
  right: 12px;
  z-index: 1;
  width: 44px;
  height: 44px;
  text-align: center;
  cursor: pointer;
  background: linear-gradient(to top, transparent, rgba(0, 0, 0, 0.3) 77%, rgba(0, 0, 0, 0.3) 100%) 100% 100%/100% 44px no-repeat transparent;
}
.card--mega .card__close_btn .icon {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 40px;
  line-height: 4rem;
  color: rgba(255, 255, 255, 0.8);
}
.card--mega .card__close_btn:hover .icon {
  color: #fff;
}
.card--topgifts {
  position: relative;
  padding: 0 0 10px;
}
.card--topgifts .card__link {
  display: block;
}
.card--topgifts .card__wrap {
  position: relative;
  padding: 0 0 10px;
}
@media screen and (min-width: 1367px) {
  .card--topgifts .card__wrap {
    padding: 0 0 15px;
  }
}
.card--topgifts .card__wrap:before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #ededed;
}
@media screen and (min-width: 1367px) {
  .card--topgifts .card__figure {
    height: 250px;
  }
}
.card--topgifts .card__figure:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, rgb(54, 54, 54) 0%, rgba(54, 54, 54, 0) 8%);
  opacity: 0.2;
}
.card--topgifts .card__data_wrap {
  padding: 0 8px;
}
@media screen and (min-width: 1367px) {
  .card--topgifts .card__data_wrap {
    padding: 0 26px;
  }
}
.card--topgifts .card__title {
  height: 54px;
  max-height: 54px;
  margin: 11px 0 0;
  font: italic 800 100% "Montserrat", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 18px;
  line-height: 1.8rem;
  overflow: hidden;
}
@media screen and (min-width: 1367px) {
  .card--topgifts .card__title {
    height: 44px;
    max-height: 44px;
    margin: 16px 0 0;
    font: italic 900 100% "Montserrat", sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 22px;
    line-height: 2.2rem;
  }
}
.card--topgifts .card__link:hover .card__title {
  color: #474747;
}
.card--topgifts .card__overtitle {
  position: absolute;
  top: -13px;
  left: 8px;
  text-align: left;
  box-sizing: border-box;
  max-width: calc(100% - 16px);
}
.card--topgifts .card__overtitle:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 12px;
  background: linear-gradient(to left, #ee1e1f 30%, rgba(238, 30, 31, 0));
}
@media screen and (min-width: 1367px) {
  .card--topgifts .card__overtitle {
    top: -15px;
    left: 28px;
    max-width: calc(100% - 56px);
  }
}
.card--topgifts .card__link:hover .card__overtitle:after {
  background: linear-gradient(to left, #c70808 30%, rgba(199, 8, 8, 0));
}
.card--topgifts .btn {
  margin: 9px 0 0;
  max-width: 140px;
}
@media screen and (min-width: 1024px) {
  .card--topgifts .btn {
    margin: 8px 0 0;
  }
  .card--topgifts .btn .icon {
    right: 4px;
  }
}
@media screen and (min-width: 1367px) {
  .card--topgifts .btn {
    max-width: 157px;
    margin: 11px 0 0;
  }
}
.card--pr {
  padding: 0 8px;
}
@media screen and (min-width: 540px) {
  .card--pr {
    padding: 0 20px;
  }
}
@media screen and (min-width: 1024px) {
  .card--pr {
    padding: 0;
  }
}
@media screen and (min-width: 1367px) {
  .card--pr {
    position: relative;
    padding: 0 28px;
  }
}
@media screen and (min-width: 1367px) {
  .card--pr .card__wrap {
    position: relative;
  }
}
.card--pr .card__figure {
  width: 88px;
  height: 88px;
  float: right;
}
@media screen and (min-width: 1367px) {
  .card--pr .card__figure {
    width: 100%;
    height: auto;
    float: none;
  }
}
.card--pr .card__data_wrap {
  box-sizing: border-box;
  width: 100%;
  padding: 0 98px 0 0;
}
@media screen and (min-width: 1367px) {
  .card--pr .card__data_wrap {
    padding: 0 8px;
  }
}
.card--pr .card__overtitle {
  max-width: calc(100% - 16px);
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (min-width: 540px) and (max-width: 1023px) {
  .card--pr .card__overtitle {
    max-width: calc(33% - 16px);
  }
}
@media screen and (min-width: 1367px) {
  .card--pr .card__overtitle {
    position: absolute;
    top: 8px;
    left: 8px;
    max-width: calc(100% - 33px);
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 24px;
    line-height: 2.4rem;
  }
}
.card--pr .card__title {
  max-height: 54px;
  margin: 2px 0 0;
  font: italic 800 100% "Montserrat", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 18px;
  line-height: 1.8rem;
}
@media screen and (min-width: 1367px) {
  .card--pr .card__title {
    max-height: 84px;
    margin: 14px 0 0;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 28px;
    line-height: 2.8rem;
  }
}
.card--pr .card__link:hover .card__title {
  color: #474747;
}
.card--most_read {
  margin: 20px 0 0;
}
@media screen and (min-width: 1024px) {
  .card--most_read {
    padding: 0;
  }
}
@media screen and (min-width: 1367px) {
  .card--most_read {
    padding: 0 28px;
    margin: 32px 0 0;
  }
}
.card--most_read .card__data_wrap {
  padding: 0 96px 0 0;
}
@media screen and (min-width: 1367px) {
  .card--most_read .card__data_wrap {
    padding: 0 122px 0 0;
  }
}
.card--most_read .card__overtitle {
  max-width: none;
  padding: 0;
  background-color: transparent;
  color: #7a7a7a;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.05em;
}
.card--most_read .card__overtitle span {
  color: #ee1e1f;
}
.card--most_read .card__link:hover .card__overtitle {
  background-color: transparent;
}
.card--most_read .card__link:hover .card__overtitle span {
  color: #c70808;
}
.card--most_read .card__figure {
  position: relative;
  width: 88px;
  height: 88px;
}
@media screen and (min-width: 1367px) {
  .card--most_read .card__figure {
    width: 112px;
    height: 112px;
  }
}
.card--most_read .card__figure:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(-45deg, rgba(54, 54, 54, 0) 52%, rgb(54, 54, 54) 100%);
  opacity: 0.8;
}
@supports (mix-blend-mode: multiply) {
  .card--most_read .card__figure:before {
    mix-blend-mode: multiply;
    opacity: 1;
  }
}
.card--most_read .card__figure span {
  position: absolute;
  top: 4px;
  left: 7px;
  font: normal 500 100% "Fira Mono", monospace;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.05em;
  color: #fff;
  transition: color 0.25s;
}
@media screen and (min-width: 1367px) {
  .card--most_read .card__figure span {
    top: 7px;
    left: 10px;
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 50px;
    line-height: 5rem;
  }
}
.card--most_read .card__link:hover .card__figure span {
  color: #ffef3e;
}
@media screen and (min-width: 1024px) {
  .card--most_read .card__title {
    max-height: 54px;
    margin: 2px 0 0;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 18px;
    line-height: 1.8rem;
  }
}
@media screen and (min-width: 1367px) {
  .card--most_read .card__title {
    max-height: 60px;
    margin: 5px 0 0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
    line-height: 2rem;
  }
}
.card--most_read .card__link:hover .card__title {
  color: #474747;
}
.card--tes {
  box-sizing: border-box;
  width: 50%;
  margin: 20px 0 0;
}
@media screen and (min-width: 1024px) {
  .card--tes {
    width: 25%;
    margin: 0;
  }
}
@media screen and (min-width: 1367px) {
  .card--tes {
    width: 50%;
    margin: 26px 0 0;
  }
}
.card--tes:nth-child(1), .card--tes:nth-child(2) {
  margin: 0;
}
.card--tes:nth-child(odd) {
  padding: 0 4px 0 0;
  float: left;
}
@media screen and (min-width: 540px) {
  .card--tes:nth-child(odd) {
    padding: 0 10px 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .card--tes:nth-child(odd) {
    padding: 0 4px;
  }
}
@media screen and (min-width: 1367px) {
  .card--tes:nth-child(odd) {
    padding: 0 20px 0 0;
  }
}
.card--tes:nth-child(even) {
  padding: 0 0 0 4px;
  float: right;
}
@media screen and (min-width: 540px) {
  .card--tes:nth-child(even) {
    padding: 0 0 0 10px;
  }
}
@media screen and (min-width: 1024px) {
  .card--tes:nth-child(even) {
    padding: 0 4px;
    float: left;
  }
}
@media screen and (min-width: 1367px) {
  .card--tes:nth-child(even) {
    padding: 0 0 0 20px;
  }
}
.card--tes:nth-child(3) {
  clear: both;
}
@media screen and (min-width: 1024px) {
  .card--tes:nth-child(3) {
    clear: none;
  }
}
@media screen and (min-width: 1367px) {
  .card--tes:nth-child(3) {
    clear: both;
  }
}
.card--tes .card__title {
  max-height: 54px;
  padding: 0 8px;
  margin: 7px 0 0;
  font: italic 800 100% "Montserrat", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 18px;
  line-height: 1.8rem;
}
@media screen and (min-width: 1367px) {
  .card--tes .card__title {
    max-height: 84px;
    padding: 0 28px;
    margin: 14px 0 0;
    font: italic 900 100% "Montserrat", sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 28px;
    line-height: 2.8rem;
  }
}
.card--tes .card__link:hover .card__title {
  color: #474747;
}
.card--recommender {
  margin: 20px 0 0;
}
@media screen and (min-width: 1367px) {
  .card--recommender {
    margin: 40px 0 0;
  }
}
.card--recommender:first-child {
  margin: 0;
}
.card--recommender .card__figure {
  width: 88px;
  height: 88px;
  float: left;
}
@media screen and (min-width: 1367px) {
  .card--recommender .card__figure {
    width: 112px;
    height: 112px;
  }
}
.card--recommender .card__data_wrap {
  padding: 0 0 0 96px;
}
@media screen and (min-width: 1024px) {
  .card--recommender .card__data_wrap {
    padding: 0 0 0 100px;
  }
}
@media screen and (min-width: 1367px) {
  .card--recommender .card__data_wrap {
    padding: 0 0 0 132px;
  }
}
.card--recommender .card__overtitle {
  padding: 0;
  margin: 5px 0 0;
  line-height: 16px;
  line-height: 1.6rem;
  background-color: transparent;
  color: #7a7a7a;
}
@media screen and (min-width: 1367px) {
  .card--recommender .card__overtitle {
    margin: 1px 0 0;
    line-height: 24px;
    line-height: 2.4rem;
  }
}
.card--recommender .card__title {
  margin: -3px 0 0;
  font: italic 800 100% "Montserrat", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 18px;
  line-height: 1.8rem;
}
@media screen and (min-width: 1024px) {
  .card--recommender .card__title {
    margin: 2px 0 0;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 22px;
    line-height: 2.2rem;
  }
}
@media screen and (min-width: 1367px) {
  .card--recommender .card__title {
    margin: 1px 0 0;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 28px;
    line-height: 2.8rem;
  }
}
.card--recommender .card__link:hover .card__title {
  color: #474747;
}

.special_widget {
  background: #141414;
}
@media screen and (min-width: 1024px) {
  .special_widget {
    position: relative;
  }
}
.special_widget__inner_wrap {
  box-sizing: border-box;
  position: relative;
  height: 0;
  padding: 0 12px 100%;
  overflow: hidden;
}
@media screen and (min-width: 376px) and (max-width: 1023px) {
  .special_widget__inner_wrap {
    padding: 0 12px 56.25%;
  }
}
@media screen and (min-width: 1024px) {
  .special_widget__inner_wrap {
    padding: 0 40px 56.25%;
  }
}
@media screen and (min-width: 1367px) {
  .special_widget__inner_wrap {
    padding: 0 56px 56.25%;
  }
}
.special_widget__inner_wrap:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(0, rgba(54, 54, 54, 0) 44%, rgb(54, 54, 54) 100%);
}
@supports (mix-blend-mode: multiply) {
  .special_widget__inner_wrap:after {
    mix-blend-mode: multiply;
  }
}
@media screen and (min-width: 1024px) {
  .special_widget__inner_wrap:after {
    background: linear-gradient(-45deg, rgba(54, 54, 54, 0) 44%, rgb(54, 54, 54) 100%);
  }
}
.special_widget__background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.special_widget__info_wrap {
  padding: 16px 0 0;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .special_widget__info_wrap {
    padding: 40px 0 0;
    text-align: left;
  }
}
@media screen and (min-width: 1367px) {
  .special_widget__info_wrap {
    padding: 56px 0 0;
  }
}
.special_widget__title {
  position: relative;
  z-index: 3;
  max-height: 60px;
  margin: 12px 0 0;
  font: italic 900 100% "Montserrat", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 20px;
  line-height: 2rem;
  color: #fff;
  text-align: center;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.28);
  transition: color 0.25s;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 4;
}
.special_widget__title:hover {
  color: #ebebeb;
}
@media screen and (min-width: 1024px) {
  .special_widget__title {
    width: 600px;
    max-height: 126px;
    margin: 14px 0 0;
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 42px;
    line-height: 4.2rem;
    -webkit-line-clamp: 3;
    text-align: left;
  }
}
@media screen and (min-width: 1367px) {
  .special_widget__title {
    max-height: 168px;
    margin: 23px 0 0;
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 56px;
    line-height: 5.6rem;
  }
}
.special_widget__title a {
  color: inherit;
}
.special_widget__label {
  position: relative;
  z-index: 3;
  display: inline-block;
  padding: 0 33px;
  margin: 0;
  background-color: #ffef3e;
  font: normal 700 100% "Fira Mono", monospace;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 32px;
  line-height: 3.2rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (min-width: 1367px) {
  .special_widget__label {
    padding: 0 40px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 40px;
    line-height: 4rem;
  }
}
.special_widget__btn_wrap {
  position: absolute;
  bottom: 24px;
  left: 0;
  right: 0;
  z-index: 3;
  margin: 0;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .special_widget__btn_wrap {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    margin: 40px 0 0;
    text-align: left;
  }
}
@media screen and (min-width: 1367px) {
  .special_widget__btn_wrap {
    margin: 49px 0 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1366px) {
  .special_widget__btn_wrap .btn {
    width: 203px;
  }
}
.special_widget__sponsor {
  position: relative;
  z-index: 3;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .special_widget__sponsor {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 168px;
  }
}
@media screen and (min-width: 1367px) {
  .special_widget__sponsor {
    top: 28px;
    right: 28px;
  }
}
.special_widget__sponsor_link {
  position: relative;
  display: block;
  width: 168px;
  margin: 31px auto 28px;
  background-color: #fff;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .special_widget__sponsor_link {
    width: 100%;
    margin: 0 auto;
  }
}
.special_widget__sponsor_label {
  box-sizing: border-box;
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
  max-width: 88px;
  padding: 0 8px;
  margin: auto;
  background-color: #ffef3e;
  font: normal 500 100% "Fira Mono", monospace;
  color: #141414;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
  transition: background-color 0.25s;
}
.special_widget__sponsor_link:hover .special_widget__sponsor_label {
  background-color: #f5d41d;
}
@media screen and (min-width: 1367px) {
  .special_widget__sponsor_label {
    top: -14px;
    max-width: 108px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 28px;
    line-height: 2.8rem;
  }
}
.special_widget__sponsor_figure {
  width: 128px;
  height: 72px;
  margin: 20px auto;
}
.special_widget__sponsor_figure img {
  position: relative;
  top: 50%;
  display: block;
  width: 100%;
  height: auto;
  max-height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  transform: translateY(-50%);
}
.special_widget__article_list {
  position: relative;
  z-index: 3;
  list-style-type: none;
  margin: 0;
  padding: 21px 20px 0;
}
@media screen and (min-width: 1024px) {
  .special_widget__article_list {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    box-sizing: border-box;
    padding: 0;
    background-color: transparent;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1367px) {
  .special_widget__article_list {
    left: 28px;
    right: 28px;
    bottom: 28px;
  }
}
.special_widget__article {
  position: relative;
  margin: 52px 0 0 0;
}
@media screen and (min-width: 1024px) {
  .special_widget__article {
    box-sizing: border-box;
    flex-basis: 33.3333333333%;
    height: 104px;
    padding: 22px 20px 0;
    background-color: rgba(20, 20, 20, 0.8);
    margin: 0;
    float: left;
  }
}
@media screen and (min-width: 1367px) {
  .special_widget__article {
    height: 134px;
    padding: 28px 28px 0;
  }
}
.special_widget__article:first-child {
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .special_widget__article:first-child {
    margin: 0 20px 0 0;
  }
}
@media screen and (min-width: 1367px) {
  .special_widget__article:first-child {
    margin: 0 28px 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .special_widget__article:nth-child(2) {
    margin: 0 20px 0 0;
  }
}
@media screen and (min-width: 1367px) {
  .special_widget__article:nth-child(2) {
    margin: 0 28px 0 0;
  }
}
.special_widget__article:before {
  content: "\e923";
  position: absolute;
  top: -33px;
  left: 0;
  right: 0;
  width: 24px;
  height: 24px;
  margin: auto;
  background-color: #ffef3e;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  transition: background-color 0.25s;
}
@media screen and (min-width: 1024px) {
  .special_widget__article:before {
    top: -12px;
    left: 20px;
    right: auto;
  }
}
@media screen and (min-width: 1367px) {
  .special_widget__article:before {
    top: -14px;
    left: 28px;
    width: 28px;
    height: 28px;
    line-height: 29px;
  }
}
.special_widget__article:hover:before {
  background-color: #f5d41d;
}
.special_widget__article_title {
  padding: 0;
  max-height: 40px;
  margin: 0;
  font: italic 800 100% "Montserrat", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
  color: #fff;
  transition: opacity 0.25s;
  text-align: center;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}
@media screen and (min-width: 1024px) {
  .special_widget__article_title {
    max-height: 66px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 22px;
    line-height: 2.2rem;
    text-align: left;
    -webkit-line-clamp: 3;
  }
}
@media screen and (min-width: 1367px) {
  .special_widget__article_title {
    max-height: 84px;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 28px;
    line-height: 2.8rem;
  }
}
.special_widget__article_link:hover .special_widget__article_title {
  opacity: 0.8;
}

@keyframes bubble {
  0% {
    transform: scale(0);
  }
  90% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.social_share__btn {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin: 2px 0 0 6px;
  background-color: #ffef3e;
  float: left;
  text-align: center;
  transform-origin: center;
  transform: scale(0);
  text-decoration: none;
  transition: background-color 0.15s;
}
.social_share__btn:hover {
  background-color: #f5d41d;
}
@media screen and (min-width: 1367px) {
  .social_share__btn {
    width: 48px;
    height: 48px;
    margin: 0 0 0 8px;
  }
}
.social_share__btn .icon {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  font-size: 24px;
  line-height: 36px;
  color: #141414;
}

.th_autostart.social_share--article_bottom {
  position: relative;
  margin: 27px 0 0;
}
@media screen and (min-width: 1024px) {
  .th_autostart.social_share--article_bottom {
    margin: 27px 0 0;
  }
}
@media screen and (min-width: 1367px) {
  .th_autostart.social_share--article_bottom {
    margin: 31px 0 0;
  }
}
.th_autostart.social_share--article_top {
  position: relative;
  margin: 19px 0 0;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .th_autostart.social_share--article_top {
    padding: 0 0 0 40px;
    margin: 19px 0 0;
    text-align: left;
  }
}
@media screen and (min-width: 1367px) {
  .th_autostart.social_share--article_top {
    padding: 0 0 0 56px;
    margin: 27px 0 0;
  }
}
body.article--promo .th_autostart.social_share--article_top {
  margin: 24px 0 0;
}
@media screen and (min-width: 540px) {
  body.article--promo .th_autostart.social_share--article_top {
    float: left;
    width: auto;
    margin: 19px 0 27px;
  }
}
@media screen and (min-width: 1024px) {
  body.article--promo .th_autostart.social_share--article_top {
    width: auto;
    float: left;
    margin: 11px 0 23px;
  }
}
@media screen and (min-width: 1367px) {
  body.article--promo .th_autostart.social_share--article_top {
    margin: 11px 0 21px;
  }
}
.th_autostart.social_share--flatpages_top {
  margin-top: 25px;
}
@media screen and (min-width: 1024px) {
  .th_autostart.social_share--flatpages_top {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1367px) {
  .th_autostart.social_share--flatpages_top {
    margin-top: 40px;
  }
}
.th_autostart.social_share--flatpages_bottom {
  margin-top: 30px;
}
.th_autostart.social_share--styleguide_buttons {
  margin: 0;
  padding: 0;
}
.th_autostart.social_share--standalone_gallery {
  position: absolute;
  top: 10px;
  right: 46px;
  width: auto;
}
@media screen and (max-width: 1023px) and (orientation: landscape) {
  .th_autostart.social_share--standalone_gallery {
    top: 8px;
    bottom: auto;
  }
}
@media screen and (min-width: 1024px) {
  .th_autostart.social_share--standalone_gallery {
    position: absolute;
    top: 14px;
    bottom: auto;
    left: auto;
  }
}
@media screen and (min-width: 1367px) {
  .th_autostart.social_share--standalone_gallery {
    top: 16px;
    right: 63px;
  }
}
.th_autostart.social_share--print {
  position: relative;
  margin: 26px 0 0 0;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .th_autostart.social_share--print {
    width: auto;
    margin: 58px 0 0 0;
    float: left;
    text-align: left;
  }
}

.social_share--article_bottom,
.social_share--article_top,
.social_share--standalone_gallery,
.social_share--print,
.social_share--flatpages_bottom,
.social_share--flatpages_top,
.social_share--styleguide_buttons,
.social_share--piece_page_bottom {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .social_share--article_bottom,
  .social_share--article_top,
  .social_share--standalone_gallery,
  .social_share--print,
  .social_share--flatpages_bottom,
  .social_share--flatpages_top,
  .social_share--styleguide_buttons,
  .social_share--piece_page_bottom {
    display: inline-block;
    width: auto;
  }
}
@media screen and (min-width: 540px) {
  body.article--promo .social_share--article_bottom,
  body.article--promo .social_share--article_top,
  body.article--promo .social_share--standalone_gallery,
  body.article--promo .social_share--print,
  body.article--promo .social_share--flatpages_bottom,
  body.article--promo .social_share--flatpages_top,
  body.article--promo .social_share--styleguide_buttons,
  body.article--promo .social_share--piece_page_bottom {
    height: 80px;
  }
}
.social_share--article_bottom .social_share__inner_wrap,
.social_share--article_top .social_share__inner_wrap,
.social_share--standalone_gallery .social_share__inner_wrap,
.social_share--print .social_share__inner_wrap,
.social_share--flatpages_bottom .social_share__inner_wrap,
.social_share--flatpages_top .social_share__inner_wrap,
.social_share--styleguide_buttons .social_share__inner_wrap,
.social_share--piece_page_bottom .social_share__inner_wrap {
  width: auto;
  padding: 0;
  border-radius: 0;
}
@media screen and (min-width: 1024px) {
  .social_share--article_top body.article--promo .social_share--article_bottom .social_share__inner_wrap,
  .social_share--article_top body.article--promo .social_share--article_top .social_share__inner_wrap,
  .social_share--article_top body.article--promo .social_share--standalone_gallery .social_share__inner_wrap,
  .social_share--article_top body.article--promo .social_share--print .social_share__inner_wrap,
  .social_share--article_top body.article--promo .social_share--flatpages_bottom .social_share__inner_wrap,
  .social_share--article_top body.article--promo .social_share--flatpages_top .social_share__inner_wrap,
  .social_share--article_top body.article--promo .social_share--styleguide_buttons .social_share__inner_wrap,
  .social_share--article_top body.article--promo .social_share--piece_page_bottom .social_share__inner_wrap {
    text-align: left;
  }
}
.social_share--article_bottom .social_share__label,
.social_share--article_top .social_share__label,
.social_share--standalone_gallery .social_share__label,
.social_share--print .social_share__label,
.social_share--flatpages_bottom .social_share__label,
.social_share--flatpages_top .social_share__label,
.social_share--styleguide_buttons .social_share__label,
.social_share--piece_page_bottom .social_share__label {
  display: none;
}
.social_share--article_bottom .social_share__btn,
.social_share--article_top .social_share__btn,
.social_share--standalone_gallery .social_share__btn,
.social_share--print .social_share__btn,
.social_share--flatpages_bottom .social_share__btn,
.social_share--flatpages_top .social_share__btn,
.social_share--styleguide_buttons .social_share__btn,
.social_share--piece_page_bottom .social_share__btn {
  margin: 0 0 0 8px;
}
@media screen and (min-width: 1024px) {
  .social_share--article_bottom .social_share__btn,
  .social_share--article_top .social_share__btn,
  .social_share--standalone_gallery .social_share__btn,
  .social_share--print .social_share__btn,
  .social_share--flatpages_bottom .social_share__btn,
  .social_share--flatpages_top .social_share__btn,
  .social_share--styleguide_buttons .social_share__btn,
  .social_share--piece_page_bottom .social_share__btn {
    margin: 0 0 0 8px;
  }
}
.social_share--article_bottom .social_share__btn--facebook,
.social_share--article_top .social_share__btn--facebook,
.social_share--standalone_gallery .social_share__btn--facebook,
.social_share--print .social_share__btn--facebook,
.social_share--flatpages_bottom .social_share__btn--facebook,
.social_share--flatpages_top .social_share__btn--facebook,
.social_share--styleguide_buttons .social_share__btn--facebook,
.social_share--piece_page_bottom .social_share__btn--facebook {
  margin: 0;
  animation: bubble 0.19s linear 0.1s forwards;
}
.social_share--article_bottom .social_share__btn--twitter,
.social_share--article_top .social_share__btn--twitter,
.social_share--standalone_gallery .social_share__btn--twitter,
.social_share--print .social_share__btn--twitter,
.social_share--flatpages_bottom .social_share__btn--twitter,
.social_share--flatpages_top .social_share__btn--twitter,
.social_share--styleguide_buttons .social_share__btn--twitter,
.social_share--piece_page_bottom .social_share__btn--twitter {
  animation: bubble 0.19s linear 0.16s forwards;
}
.social_share--article_bottom .social_share__btn--viber,
.social_share--article_top .social_share__btn--viber,
.social_share--standalone_gallery .social_share__btn--viber,
.social_share--print .social_share__btn--viber,
.social_share--flatpages_bottom .social_share__btn--viber,
.social_share--flatpages_top .social_share__btn--viber,
.social_share--styleguide_buttons .social_share__btn--viber,
.social_share--piece_page_bottom .social_share__btn--viber {
  animation: bubble 0.19s linear 0.32s forwards;
}
.social_share--article_bottom .social_share__btn--whatsapp,
.social_share--article_top .social_share__btn--whatsapp,
.social_share--standalone_gallery .social_share__btn--whatsapp,
.social_share--print .social_share__btn--whatsapp,
.social_share--flatpages_bottom .social_share__btn--whatsapp,
.social_share--flatpages_top .social_share__btn--whatsapp,
.social_share--styleguide_buttons .social_share__btn--whatsapp,
.social_share--piece_page_bottom .social_share__btn--whatsapp {
  animation: bubble 0.19s linear 0.4s forwards;
}
@media screen and (min-width: 1367px) {
  .social_share--article_bottom .social_share__btn--whatsapp,
  .social_share--article_top .social_share__btn--whatsapp,
  .social_share--standalone_gallery .social_share__btn--whatsapp,
  .social_share--print .social_share__btn--whatsapp,
  .social_share--flatpages_bottom .social_share__btn--whatsapp,
  .social_share--flatpages_top .social_share__btn--whatsapp,
  .social_share--styleguide_buttons .social_share__btn--whatsapp,
  .social_share--piece_page_bottom .social_share__btn--whatsapp {
    display: none;
    visibility: hidden;
  }
}
.social_share--article_bottom .social_share__btn--email,
.social_share--article_top .social_share__btn--email,
.social_share--standalone_gallery .social_share__btn--email,
.social_share--print .social_share__btn--email,
.social_share--flatpages_bottom .social_share__btn--email,
.social_share--flatpages_top .social_share__btn--email,
.social_share--styleguide_buttons .social_share__btn--email,
.social_share--piece_page_bottom .social_share__btn--email {
  animation: bubble 0.19s linear 0.48s forwards;
}
@media screen and (min-width: 1367px) {
  .social_share--article_bottom .social_share__btn--email,
  .social_share--article_top .social_share__btn--email,
  .social_share--standalone_gallery .social_share__btn--email,
  .social_share--print .social_share__btn--email,
  .social_share--flatpages_bottom .social_share__btn--email,
  .social_share--flatpages_top .social_share__btn--email,
  .social_share--styleguide_buttons .social_share__btn--email,
  .social_share--piece_page_bottom .social_share__btn--email {
    animation: bubble 0.19s linear 0.4s forwards;
  }
}

@media screen and (min-width: 540px) {
  body.article--promo .social_share--article_top .social_share__inner_wrap {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
}

.social_share--standalone_gallery {
  height: 36px;
}
@media screen and (min-width: 1024px) {
  .social_share--standalone_gallery {
    width: auto;
  }
  .social_share--standalone_gallery .social_share__inner_wrap {
    width: auto;
    padding: 0;
    border-radius: 0;
    font-size: 0;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .social_share--standalone_gallery .social_share__inner_wrap {
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .social_share--standalone_gallery .social_share__label {
    display: none;
  }
  .social_share--standalone_gallery .social_share__btn {
    color: #fff !important;
    margin: 0 0 0 8px;
  }
  .social_share--standalone_gallery .social_share__btn--facebook {
    margin: 0;
    animation: bubble 0.19s linear 0.1s forwards;
  }
  .social_share--standalone_gallery .social_share__btn--twitter {
    animation: bubble 0.19s linear 0.16s forwards;
  }
  .social_share--standalone_gallery .social_share__btn--viber {
    animation: bubble 0.19s linear 0.32s forwards;
  }
  .social_share--standalone_gallery .social_share__btn--whatsapp {
    animation: bubble 0.19s linear 0.4s forwards;
  }
}
.social_share--standalone_gallery .social_share__inner_wrap {
  height: 48px;
}
.social_share--standalone_gallery input:checked + .social_share__inner_wrap {
  width: 260px;
}

.social_share--print .social_share__btn {
  margin: 0 0 0 21px;
}
@media screen and (min-width: 1024px) {
  .social_share--print .social_share__btn {
    margin: 0 0 0 13px;
  }
}
.social_share--print .social_share__btn:first-of-type {
  margin: 0;
}

.styleguide {
  background: #fff;
}
.styleguide .container {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 768px) {
  .styleguide {
    padding: 20px 70px;
  }
}
.styleguide .column_sidebar--full {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
.styleguide__title {
  text-transform: uppercase;
  margin: 20px 0;
  padding: 0;
}
.styleguide__separator {
  float: left;
  width: 100%;
  margin: 20px 0;
  border-bottom: 1px solid #e9e9e9;
}
.styleguide .select {
  border: 1px solid #ccc;
}
.styleguide__btn_wrap {
  position: relative;
  padding: 15px;
  text-align: center;
}
.styleguide__btn_wrap--blue {
  background-color: #40bdea;
}
.styleguide__btn_wrap--pink {
  background-color: #f067a6;
}
.styleguide .button {
  display: table;
  margin: 10px 0;
}
.styleguide__menu {
  width: 100%;
  height: 40px;
  background-color: #e0e0e0;
}
.styleguide__list {
  display: table;
  width: 100%;
  height: 40px;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.styleguide__list_item {
  display: table-cell;
  font: normal 400 100% "Montserrat", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 40px;
  line-height: 4rem;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .styleguide__list_item {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.styleguide__list_link {
  display: block;
  cursor: pointer;
  background-color: transparent;
  transition: all 0.3s;
}
.styleguide__list_link:hover {
  background-color: rgb(216.35, 216.35, 216.35);
}
.styleguide__checkbox:checked + .styleguide__list_link {
  background-color: rgb(216.35, 216.35, 216.35);
}
.styleguide__section {
  display: none;
  visibility: hidden;
}
.styleguide__radio_select:checked + .styleguide__section {
  display: block;
  visibility: visible;
}
.styleguide .btn {
  max-width: 256px;
}
.styleguide .radiobutton_group,
.styleguide .checkbox_group {
  height: auto;
}
.styleguide .form__textfield.has_error + .form__label:before {
  background-color: #db3a34;
}
.styleguide .form__textfield.has_hint:focus ~ .form__hint_wrap, .styleguide .form__textfield.has_hint:focus ~ .form__hint_wrap .form__input_hint {
  display: block;
  visibility: visible;
}
.styleguide .search__header {
  padding: 36px 175px 32px;
}

.floating-video-parent .jw-controlbar .jw-overlay {
  max-height: initial !important;
  min-height: 44px !important;
}
.floating-video-parent .jw-settings-submenu-button {
  display: none;
}

.floating-video-control.floating-video-control .fv-close {
  position: absolute;
  top: 0;
  right: 13px;
  width: 44px;
  height: 44px;
  background: linear-gradient(to top, transparent, rgba(0, 0, 0, 0.3) 77%, rgba(0, 0, 0, 0.3) 100%) 100% 100%/100% 44px no-repeat transparent;
}
.floating-video-control.floating-video-control .fv-close::after {
  content: "\e90b";
  display: block;
  transform: translateY(0) rotate(0);
  opacity: 0.8;
  font-size: 24px;
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.floating-video-control.floating-video-control .fv-close:hover {
  background: linear-gradient(to top, transparent, rgba(0, 0, 0, 0.3) 77%, rgba(0, 0, 0, 0.3) 100%) 100% 100%/100% 44px no-repeat transparent;
}
.floating-video-control.floating-video-control .fv-close:hover::after {
  opacity: 1;
}

.hola_preview_link_container .hola_preview {
  /* remove loader logo */
}
.hola_preview_link_container .hola_preview_loader_logo {
  display: none;
}

.hola_preview_icon svg {
  display: none;
}

@media screen and (max-width: 1023px) {
  .floating-video .jw-controls,
  .floating-video .hola_unmute_button_container {
    display: none;
  }
}
/*# sourceMappingURL=sass/style.scss.map */