@charset "UTF-8";
/*
* Third Party
*/
@font-face {
  font-family: "MuseoSans";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: local("Museo Sans Cyrl 300"), url( "../fonts/MuseoSansCyrl-300.woff") format("woff"), url( "../fonts/MuseoSansCyrl-300.ttf") format("ttf"), url( "../fonts/MuseoSansCyrl-300.eot") format("eot");
}
@font-face {
  font-family: "MuseoSans";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: local("Museo Sans Cyrl 500"), url( "../fonts/MuseoSansCyrl-500.woff") format("woff"), url( "../fonts/MuseoSansCyrl-500.ttf") format("ttf"), url( "../fonts/MuseoSansCyrl-500.eot") format("eot");
}
@font-face {
  font-family: "MuseoSans";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: local("Museo Sans Cyrl 700"), url( "../fonts/MuseoSansCyrl-700.woff") format("woff"), url( "../fonts/MuseoSansCyrl-700.ttf") format("ttf"), url( "../fonts/MuseoSansCyrl-700.eot") format("eot");
}
@font-face {
  font-family: "MuseoSans";
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: local("Museo Sans Cyrl 900"), url( "../fonts/MuseoSansCyrl-900.woff") format("woff"), url( "../fonts/MuseoSansCyrl-900.ttf") format("ttf"), url( "../fonts/MuseoSansCyrl-900.eot?#iefix") format("eot");
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

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

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

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

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}

.row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}

.row.reverse {
  flex-direction: row-reverse;
}

.col.reverse {
  flex-direction: column-reverse;
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

.col-xs {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}

.col-xs-1 {
  flex-basis: 8.333%;
  max-width: 8.333%;
}

.col-xs-2 {
  flex-basis: 16.667%;
  max-width: 16.667%;
}

.col-xs-3 {
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  flex-basis: 33.333%;
  max-width: 33.333%;
}

.col-xs-5 {
  flex-basis: 41.667%;
  max-width: 41.667%;
}

.col-xs-6 {
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  flex-basis: 58.333%;
  max-width: 58.333%;
}

.col-xs-8 {
  flex-basis: 66.667%;
  max-width: 66.667%;
}

.col-xs-9 {
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  flex-basis: 83.333%;
  max-width: 83.333%;
}

.col-xs-11 {
  flex-basis: 91.667%;
  max-width: 91.667%;
}

.col-xs-12 {
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-1 {
  margin-left: 8.333%;
}

.col-xs-offset-2 {
  margin-left: 16.667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.333%;
}

.col-xs-offset-5 {
  margin-left: 41.667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.333%;
}

.col-xs-offset-8 {
  margin-left: 66.667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.333%;
}

.col-xs-offset-11 {
  margin-left: 91.667%;
}

.start-xs {
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  justify-content: center;
  text-align: center;
}

.end-xs {
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  align-items: flex-start;
}

.middle-xs {
  align-items: center;
}

.bottom-xs {
  align-items: flex-end;
}

.around-xs {
  justify-content: space-around;
}

.between-xs {
  justify-content: space-between;
}

.first-xs {
  order: -1;
}

.last-xs {
  order: 1;
}

@media only screen and (min-width: 48em) {
  .container {
    width: 46rem;
  }

  .col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .col-sm {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-sm-1 {
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .col-sm-2 {
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

  .col-sm-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .col-sm-5 {
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

  .col-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

  .col-sm-8 {
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

  .col-sm-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

  .col-sm-11 {
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

  .col-sm-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-sm-offset-1 {
    margin-left: 8.333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.667%;
  }

  .start-sm {
    justify-content: flex-start;
    text-align: start;
  }

  .center-sm {
    justify-content: center;
    text-align: center;
  }

  .end-sm {
    justify-content: flex-end;
    text-align: end;
  }

  .top-sm {
    align-items: flex-start;
  }

  .middle-sm {
    align-items: center;
  }

  .bottom-sm {
    align-items: flex-end;
  }

  .around-sm {
    justify-content: space-around;
  }

  .between-sm {
    justify-content: space-between;
  }

  .first-sm {
    order: -1;
  }

  .last-sm {
    order: 1;
  }
}
@media only screen and (min-width: 62em) {
  .container {
    width: 60rem;
  }

  .container-fluid {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .col-md {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-md-1 {
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .col-md-2 {
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

  .col-md-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .col-md-5 {
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

  .col-md-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

  .col-md-8 {
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

  .col-md-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

  .col-md-11 {
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

  .col-md-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-md-offset-1 {
    margin-left: 8.333%;
  }

  .col-md-offset-2 {
    margin-left: 16.667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.333%;
  }

  .col-md-offset-5 {
    margin-left: 41.667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.333%;
  }

  .col-md-offset-8 {
    margin-left: 66.667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.333%;
  }

  .col-md-offset-11 {
    margin-left: 91.667%;
  }

  .start-md {
    justify-content: flex-start;
    text-align: start;
  }

  .center-md {
    justify-content: center;
    text-align: center;
  }

  .end-md {
    justify-content: flex-end;
    text-align: end;
  }

  .top-md {
    align-items: flex-start;
  }

  .middle-md {
    align-items: center;
  }

  .bottom-md {
    align-items: flex-end;
  }

  .around-md {
    justify-content: space-around;
  }

  .between-md {
    justify-content: space-between;
  }

  .first-md {
    order: -1;
  }

  .last-md {
    order: 1;
  }
}
@media only screen and (min-width: 75em) {
  .container {
    width: 71rem;
  }

  .col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .col-lg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-lg-1 {
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .col-lg-2 {
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

  .col-lg-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .col-lg-5 {
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

  .col-lg-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

  .col-lg-8 {
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

  .col-lg-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

  .col-lg-11 {
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

  .col-lg-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-lg-offset-1 {
    margin-left: 8.333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.667%;
  }

  .start-lg {
    justify-content: flex-start;
    text-align: start;
  }

  .center-lg {
    justify-content: center;
    text-align: center;
  }

  .end-lg {
    justify-content: flex-end;
    text-align: end;
  }

  .top-lg {
    align-items: flex-start;
  }

  .middle-lg {
    align-items: center;
  }

  .bottom-lg {
    align-items: flex-end;
  }

  .around-lg {
    justify-content: space-around;
  }

  .between-lg {
    justify-content: space-between;
  }

  .first-lg {
    order: -1;
  }

  .last-lg {
    order: 1;
  }
}
.lar,
.las,
.lab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

@font-face {
  font-family: Line Awesome Brands;
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url( "../fonts/lineawesome//la-brands-400.eot");
  src: url( "../fonts/lineawesome//la-brands-400.eot?#iefix") format("embedded-opentype"), url( "../fonts/lineawesome//la-brands-400.woff2") format("woff2"), url( "../fonts/lineawesome//la-brands-400.woff") format("woff"), url( "../fonts/lineawesome//la-brands-400.ttf") format("truetype"), url( "../fonts/lineawesome//la-brands-400.svg#lineawesome") format("svg");
}
.lab {
  font-family: Line Awesome Brands;
  font-weight: 400;
}

@font-face {
  font-family: Line Awesome Free;
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url( "../fonts/lineawesome//la-regular-400.eot");
  src: url( "../fonts/lineawesome//la-regular-400.eot?#iefix") format("embedded-opentype"), url( "../fonts/lineawesome//la-regular-400.woff2") format("woff2"), url( "../fonts/lineawesome//la-regular-400.woff") format("woff"), url( "../fonts/lineawesome//la-regular-400.ttf") format("truetype"), url( "../fonts/lineawesome//la-regular-400.svg#lineawesome") format("svg");
}
.lar {
  font-family: Line Awesome Free;
  font-weight: 400;
}

@font-face {
  font-family: Line Awesome Free;
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url( "../fonts/lineawesome//la-solid-900.eot");
  src: url( "../fonts/lineawesome//la-solid-900.eot?#iefix") format("embedded-opentype"), url( "../fonts/lineawesome//la-solid-900.woff2") format("woff2"), url( "../fonts/lineawesome//la-solid-900.woff") format("woff"), url( "../fonts/lineawesome//la-solid-900.ttf") format("truetype"), url( "../fonts/lineawesome//la-solid-900.svg#lineawesome") format("svg");
}
.las {
  font-family: Line Awesome Free;
  font-weight: 900;
}

.la-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.la-xs {
  font-size: 0.75em;
}

.la-1-5x {
  font-size: 1.5em;
}

.la-2x {
  font-size: 2em;
}

.la-3x {
  font-size: 3em;
}

.la-4x {
  font-size: 4em;
}

.la-5x {
  font-size: 5em;
}

.la-6x {
  font-size: 6em;
}

.la-7x {
  font-size: 7em;
}

.la-8x {
  font-size: 8em;
}

.la-9x {
  font-size: 9em;
}

.la-10x {
  font-size: 10em;
}

.la-fw {
  text-align: center;
  width: 1.25em;
}

.la-fw {
  width: 1.25em;
  text-align: center;
}

.la-ul {
  padding-left: 0;
  margin-left: 1.4285714286em;
  list-style-type: none;
}
.la-ul > li {
  position: relative;
}

.la-li {
  position: absolute;
  left: -2em;
  text-align: center;
  width: 1.4285714286em;
  line-height: inherit;
}
.la-li.la-lg {
  left: -1.1428571429em;
}

.la-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.la-pull-left {
  float: left;
}

.la-pull-right {
  float: right;
}

.la.la-pull-left {
  margin-right: 0.3em;
}
.la.la-pull-right {
  margin-left: 0.3em;
}

.la.pull-left {
  margin-right: 0.3em;
}
.la.pull-right {
  margin-left: 0.3em;
}

.la-pull-left {
  float: left;
}

.la-pull-right {
  float: right;
}

.la.la-pull-left,
.las.la-pull-left,
.lar.la-pull-left,
.lal.la-pull-left,
.lab.la-pull-left {
  margin-right: 0.3em;
}

.la.la-pull-right,
.las.la-pull-right,
.lar.la-pull-right,
.lal.la-pull-right,
.lab.la-pull-right {
  margin-left: 0.3em;
}

.la-spin {
  animation: la-spin 2s infinite linear;
}

.la-pulse {
  animation: la-spin 1s infinite steps(8);
}
@keyframes la-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.la-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.la-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.la-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.la-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.la-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

.la-flip-both, .la-flip-horizontal.la-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}

:root .la-rotate-90,
:root .la-rotate-180,
:root .la-rotate-270,
:root .la-flip-horizontal,
:root .la-flip-vertical,
:root .la-flip-both {
  filter: none;
}

.la-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.la-stack-1x,
.la-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.la-stack-1x {
  line-height: inherit;
}

.la-stack-2x {
  font-size: 2em;
}

.la-inverse {
  color: #fff;
}

.la-500px:before {
  content: "\f26e";
}

.la-accessible-icon:before {
  content: "\f368";
}

.la-accusoft:before {
  content: "\f369";
}

.la-acquisitions-incorporated:before {
  content: "\f6af";
}

.la-ad:before {
  content: "\f641";
}

.la-address-book:before {
  content: "\f2b9";
}

.la-address-card:before {
  content: "\f2bb";
}

.la-adjust:before {
  content: "\f042";
}

.la-adn:before {
  content: "\f170";
}

.la-adobe:before {
  content: "\f778";
}

.la-adversal:before {
  content: "\f36a";
}

.la-affiliatetheme:before {
  content: "\f36b";
}

.la-air-freshener:before {
  content: "\f5d0";
}

.la-airbnb:before {
  content: "\f834";
}

.la-algolia:before {
  content: "\f36c";
}

.la-align-center:before {
  content: "\f037";
}

.la-align-justify:before {
  content: "\f039";
}

.la-align-left:before {
  content: "\f036";
}

.la-align-right:before {
  content: "\f038";
}

.la-alipay:before {
  content: "\f642";
}

.la-allergies:before {
  content: "\f461";
}

.la-amazon:before {
  content: "\f270";
}

.la-amazon-pay:before {
  content: "\f42c";
}

.la-ambulance:before {
  content: "\f0f9";
}

.la-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.la-amilia:before {
  content: "\f36d";
}

.la-anchor:before {
  content: "\f13d";
}

.la-android:before {
  content: "\f17b";
}

.la-angellist:before {
  content: "\f209";
}

.la-angle-double-down:before {
  content: "\f103";
}

.la-angle-double-left:before {
  content: "\f100";
}

.la-angle-double-right:before {
  content: "\f101";
}

.la-angle-double-up:before {
  content: "\f102";
}

.la-angle-down:before {
  content: "\f107";
}

.la-angle-left:before {
  content: "\f104";
}

.la-angle-right:before {
  content: "\f105";
}

.la-angle-up:before {
  content: "\f106";
}

.la-angry:before {
  content: "\f556";
}

.la-angrycreative:before {
  content: "\f36e";
}

.la-angular:before {
  content: "\f420";
}

.la-ankh:before {
  content: "\f644";
}

.la-app-store:before {
  content: "\f36f";
}

.la-app-store-ios:before {
  content: "\f370";
}

.la-apper:before {
  content: "\f371";
}

.la-apple:before {
  content: "\f179";
}

.la-apple-alt:before {
  content: "\f5d1";
}

.la-apple-pay:before {
  content: "\f415";
}

.la-archive:before {
  content: "\f187";
}

.la-archway:before {
  content: "\f557";
}

.la-arrow-alt-circle-down:before {
  content: "\f358";
}

.la-arrow-alt-circle-left:before {
  content: "\f359";
}

.la-arrow-alt-circle-right:before {
  content: "\f35a";
}

.la-arrow-alt-circle-up:before {
  content: "\f35b";
}

.la-arrow-circle-down:before {
  content: "\f0ab";
}

.la-arrow-circle-left:before {
  content: "\f0a8";
}

.la-arrow-circle-right:before {
  content: "\f0a9";
}

.la-arrow-circle-up:before {
  content: "\f0aa";
}

.la-arrow-down:before {
  content: "\f063";
}

.la-arrow-left:before {
  content: "\f060";
}

.la-arrow-right:before {
  content: "\f061";
}

.la-arrow-up:before {
  content: "\f062";
}

.la-arrows-alt:before {
  content: "\f0b2";
}

.la-arrows-alt-h:before {
  content: "\f337";
}

.la-arrows-alt-v:before {
  content: "\f338";
}

.la-artstation:before {
  content: "\f77a";
}

.la-assistive-listening-systems:before {
  content: "\f2a2";
}

.la-asterisk:before {
  content: "\f069";
}

.la-asymmetrik:before {
  content: "\f372";
}

.la-at:before {
  content: "\f1fa";
}

.la-atlas:before {
  content: "\f558";
}

.la-atlassian:before {
  content: "\f77b";
}

.la-atom:before {
  content: "\f5d2";
}

.la-audible:before {
  content: "\f373";
}

.la-audio-description:before {
  content: "\f29e";
}

.la-autoprefixer:before {
  content: "\f41c";
}

.la-avianex:before {
  content: "\f374";
}

.la-aviato:before {
  content: "\f421";
}

.la-award:before {
  content: "\f559";
}

.la-aws:before {
  content: "\f375";
}

.la-baby:before {
  content: "\f77c";
}

.la-baby-carriage:before {
  content: "\f77d";
}

.la-backspace:before {
  content: "\f55a";
}

.la-backward:before {
  content: "\f04a";
}

.la-bacon:before {
  content: "\f7e5";
}

.la-balance-scale:before {
  content: "\f24e";
}

.la-balance-scale-left:before {
  content: "\f515";
}

.la-balance-scale-right:before {
  content: "\f516";
}

.la-ban:before {
  content: "\f05e";
}

.la-band-aid:before {
  content: "\f462";
}

.la-bandcamp:before {
  content: "\f2d5";
}

.la-barcode:before {
  content: "\f02a";
}

.la-bars:before {
  content: "\f0c9";
}

.la-baseball-ball:before {
  content: "\f433";
}

.la-basketball-ball:before {
  content: "\f434";
}

.la-bath:before {
  content: "\f2cd";
}

.la-battery-empty:before {
  content: "\f244";
}

.la-battery-full:before {
  content: "\f240";
}

.la-battery-half:before {
  content: "\f242";
}

.la-battery-quarter:before {
  content: "\f243";
}

.la-battery-three-quarters:before {
  content: "\f241";
}

.la-battle-net:before {
  content: "\f835";
}

.la-bed:before {
  content: "\f236";
}

.la-beer:before {
  content: "\f0fc";
}

.la-behance:before {
  content: "\f1b4";
}

.la-behance-square:before {
  content: "\f1b5";
}

.la-bell:before {
  content: "\f0f3";
}

.la-bell-slash:before {
  content: "\f1f6";
}

.la-bezier-curve:before {
  content: "\f55b";
}

.la-bible:before {
  content: "\f647";
}

.la-bicycle:before {
  content: "\f206";
}

.la-biking:before {
  content: "\f84a";
}

.la-bimobject:before {
  content: "\f378";
}

.la-binoculars:before {
  content: "\f1e5";
}

.la-biohazard:before {
  content: "\f780";
}

.la-birthday-cake:before {
  content: "\f1fd";
}

.la-bitbucket:before {
  content: "\f171";
}

.la-bitcoin:before {
  content: "\f379";
}

.la-bity:before {
  content: "\f37a";
}

.la-black-tie:before {
  content: "\f27e";
}

.la-blackberry:before {
  content: "\f37b";
}

.la-blender:before {
  content: "\f517";
}

.la-blender-phone:before {
  content: "\f6b6";
}

.la-blind:before {
  content: "\f29d";
}

.la-blog:before {
  content: "\f781";
}

.la-blogger:before {
  content: "\f37c";
}

.la-blogger-b:before {
  content: "\f37d";
}

.la-bluetooth:before {
  content: "\f293";
}

.la-bluetooth-b:before {
  content: "\f294";
}

.la-bold:before {
  content: "\f032";
}

.la-bolt:before {
  content: "\f0e7";
}

.la-bomb:before {
  content: "\f1e2";
}

.la-bone:before {
  content: "\f5d7";
}

.la-bong:before {
  content: "\f55c";
}

.la-book:before {
  content: "\f02d";
}

.la-book-dead:before {
  content: "\f6b7";
}

.la-book-medical:before {
  content: "\f7e6";
}

.la-book-open:before {
  content: "\f518";
}

.la-book-reader:before {
  content: "\f5da";
}

.la-bookmark:before {
  content: "\f02e";
}

.la-bootstrap:before {
  content: "\f836";
}

.la-border-all:before {
  content: "\f84c";
}

.la-border-none:before {
  content: "\f850";
}

.la-border-style:before {
  content: "\f853";
}

.la-bowling-ball:before {
  content: "\f436";
}

.la-box:before {
  content: "\f466";
}

.la-box-open:before {
  content: "\f49e";
}

.la-boxes:before {
  content: "\f468";
}

.la-braille:before {
  content: "\f2a1";
}

.la-brain:before {
  content: "\f5dc";
}

.la-bread-slice:before {
  content: "\f7ec";
}

.la-briefcase:before {
  content: "\f0b1";
}

.la-briefcase-medical:before {
  content: "\f469";
}

.la-broadcast-tower:before {
  content: "\f519";
}

.la-broom:before {
  content: "\f51a";
}

.la-brush:before {
  content: "\f55d";
}

.la-btc:before {
  content: "\f15a";
}

.la-buffer:before {
  content: "\f837";
}

.la-bug:before {
  content: "\f188";
}

.la-building:before {
  content: "\f1ad";
}

.la-bullhorn:before {
  content: "\f0a1";
}

.la-bullseye:before {
  content: "\f140";
}

.la-burn:before {
  content: "\f46a";
}

.la-buromobelexperte:before {
  content: "\f37f";
}

.la-bus:before {
  content: "\f207";
}

.la-bus-alt:before {
  content: "\f55e";
}

.la-business-time:before {
  content: "\f64a";
}

.la-buysellads:before {
  content: "\f20d";
}

.la-calculator:before {
  content: "\f1ec";
}

.la-calendar:before {
  content: "\f133";
}

.la-calendar-alt:before {
  content: "\f073";
}

.la-calendar-check:before {
  content: "\f274";
}

.la-calendar-day:before {
  content: "\f783";
}

.la-calendar-minus:before {
  content: "\f272";
}

.la-calendar-plus:before {
  content: "\f271";
}

.la-calendar-times:before {
  content: "\f273";
}

.la-calendar-week:before {
  content: "\f784";
}

.la-camera:before {
  content: "\f030";
}

.la-camera-retro:before {
  content: "\f083";
}

.la-campground:before {
  content: "\f6bb";
}

.la-canadian-maple-leaf:before {
  content: "\f785";
}

.la-candy-cane:before {
  content: "\f786";
}

.la-cannabis:before {
  content: "\f55f";
}

.la-capsules:before {
  content: "\f46b";
}

.la-car:before {
  content: "\f1b9";
}

.la-car-alt:before {
  content: "\f5de";
}

.la-car-battery:before {
  content: "\f5df";
}

.la-car-crash:before {
  content: "\f5e1";
}

.la-car-side:before {
  content: "\f5e4";
}

.la-caret-down:before {
  content: "\f0d7";
}

.la-caret-left:before {
  content: "\f0d9";
}

.la-caret-right:before {
  content: "\f0da";
}

.la-caret-square-down:before {
  content: "\f150";
}

.la-caret-square-left:before {
  content: "\f191";
}

.la-caret-square-right:before {
  content: "\f152";
}

.la-caret-square-up:before {
  content: "\f151";
}

.la-caret-up:before {
  content: "\f0d8";
}

.la-carrot:before {
  content: "\f787";
}

.la-cart-arrow-down:before {
  content: "\f218";
}

.la-cart-plus:before {
  content: "\f217";
}

.la-cash-register:before {
  content: "\f788";
}

.la-cat:before {
  content: "\f6be";
}

.la-cc-amazon-pay:before {
  content: "\f42d";
}

.la-cc-amex:before {
  content: "\f1f3";
}

.la-cc-apple-pay:before {
  content: "\f416";
}

.la-cc-diners-club:before {
  content: "\f24c";
}

.la-cc-discover:before {
  content: "\f1f2";
}

.la-cc-jcb:before {
  content: "\f24b";
}

.la-cc-mastercard:before {
  content: "\f1f1";
}

.la-cc-paypal:before {
  content: "\f1f4";
}

.la-cc-stripe:before {
  content: "\f1f5";
}

.la-cc-visa:before {
  content: "\f1f0";
}

.la-centercode:before {
  content: "\f380";
}

.la-centos:before {
  content: "\f789";
}

.la-certificate:before {
  content: "\f0a3";
}

.la-chair:before {
  content: "\f6c0";
}

.la-chalkboard:before {
  content: "\f51b";
}

.la-chalkboard-teacher:before {
  content: "\f51c";
}

.la-charging-station:before {
  content: "\f5e7";
}

.la-chart-area:before {
  content: "\f1fe";
}

.la-chart-bar:before {
  content: "\f080";
}

.la-chart-line:before {
  content: "\f201";
}

.la-chart-pie:before {
  content: "\f200";
}

.la-check:before {
  content: "\f00c";
}

.la-check-circle:before {
  content: "\f058";
}

.la-check-double:before {
  content: "\f560";
}

.la-check-square:before {
  content: "\f14a";
}

.la-cheese:before {
  content: "\f7ef";
}

.la-chess:before {
  content: "\f439";
}

.la-chess-bishop:before {
  content: "\f43a";
}

.la-chess-board:before {
  content: "\f43c";
}

.la-chess-king:before {
  content: "\f43f";
}

.la-chess-knight:before {
  content: "\f441";
}

.la-chess-pawn:before {
  content: "\f443";
}

.la-chess-queen:before {
  content: "\f445";
}

.la-chess-rook:before {
  content: "\f447";
}

.la-chevron-circle-down:before {
  content: "\f13a";
}

.la-chevron-circle-left:before {
  content: "\f137";
}

.la-chevron-circle-right:before {
  content: "\f138";
}

.la-chevron-circle-up:before {
  content: "\f139";
}

.la-chevron-down:before {
  content: "\f078";
}

.la-chevron-left:before {
  content: "\f053";
}

.la-chevron-right:before {
  content: "\f054";
}

.la-chevron-up:before {
  content: "\f077";
}

.la-child:before {
  content: "\f1ae";
}

.la-chrome:before {
  content: "\f268";
}

.la-chromecast:before {
  content: "\f838";
}

.la-church:before {
  content: "\f51d";
}

.la-circle:before {
  content: "\f111";
}

.la-circle-notch:before {
  content: "\f1ce";
}

.la-city:before {
  content: "\f64f";
}

.la-clinic-medical:before {
  content: "\f7f2";
}

.la-clipboard:before {
  content: "\f328";
}

.la-clipboard-check:before {
  content: "\f46c";
}

.la-clipboard-list:before {
  content: "\f46d";
}

.la-clock:before {
  content: "\f017";
}

.la-clone:before {
  content: "\f24d";
}

.la-closed-captioning:before {
  content: "\f20a";
}

.la-cloud:before {
  content: "\f0c2";
}

.la-cloud-download-alt:before {
  content: "\f381";
}

.la-cloud-meatball:before {
  content: "\f73b";
}

.la-cloud-moon:before {
  content: "\f6c3";
}

.la-cloud-moon-rain:before {
  content: "\f73c";
}

.la-cloud-rain:before {
  content: "\f73d";
}

.la-cloud-showers-heavy:before {
  content: "\f740";
}

.la-cloud-sun:before {
  content: "\f6c4";
}

.la-cloud-sun-rain:before {
  content: "\f743";
}

.la-cloud-upload-alt:before {
  content: "\f382";
}

.la-cloudscale:before {
  content: "\f383";
}

.la-cloudsmith:before {
  content: "\f384";
}

.la-cloudversify:before {
  content: "\f385";
}

.la-cocktail:before {
  content: "\f561";
}

.la-code:before {
  content: "\f121";
}

.la-code-branch:before {
  content: "\f126";
}

.la-codepen:before {
  content: "\f1cb";
}

.la-codiepie:before {
  content: "\f284";
}

.la-coffee:before {
  content: "\f0f4";
}

.la-cog:before {
  content: "\f013";
}

.la-cogs:before {
  content: "\f085";
}

.la-coins:before {
  content: "\f51e";
}

.la-columns:before {
  content: "\f0db";
}

.la-comment:before {
  content: "\f075";
}

.la-comment-alt:before {
  content: "\f27a";
}

.la-comment-dollar:before {
  content: "\f651";
}

.la-comment-dots:before {
  content: "\f4ad";
}

.la-comment-medical:before {
  content: "\f7f5";
}

.la-comment-slash:before {
  content: "\f4b3";
}

.la-comments:before {
  content: "\f086";
}

.la-comments-dollar:before {
  content: "\f653";
}

.la-compact-disc:before {
  content: "\f51f";
}

.la-compass:before {
  content: "\f14e";
}

.la-compress:before {
  content: "\f066";
}

.la-compress-arrows-alt:before {
  content: "\f78c";
}

.la-concierge-bell:before {
  content: "\f562";
}

.la-confluence:before {
  content: "\f78d";
}

.la-connectdevelop:before {
  content: "\f20e";
}

.la-contao:before {
  content: "\f26d";
}

.la-cookie:before {
  content: "\f563";
}

.la-cookie-bite:before {
  content: "\f564";
}

.la-copy:before {
  content: "\f0c5";
}

.la-copyright:before {
  content: "\f1f9";
}

.la-cotton-bureau:before {
  content: "\f89e";
}

.la-couch:before {
  content: "\f4b8";
}

.la-cpanel:before {
  content: "\f388";
}

.la-creative-commons:before {
  content: "\f25e";
}

.la-creative-commons-by:before {
  content: "\f4e7";
}

.la-creative-commons-nc:before {
  content: "\f4e8";
}

.la-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.la-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.la-creative-commons-nd:before {
  content: "\f4eb";
}

.la-creative-commons-pd:before {
  content: "\f4ec";
}

.la-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.la-creative-commons-remix:before {
  content: "\f4ee";
}

.la-creative-commons-sa:before {
  content: "\f4ef";
}

.la-creative-commons-sampling:before {
  content: "\f4f0";
}

.la-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.la-creative-commons-share:before {
  content: "\f4f2";
}

.la-creative-commons-zero:before {
  content: "\f4f3";
}

.la-credit-card:before {
  content: "\f09d";
}

.la-critical-role:before {
  content: "\f6c9";
}

.la-crop:before {
  content: "\f125";
}

.la-crop-alt:before {
  content: "\f565";
}

.la-cross:before {
  content: "\f654";
}

.la-crosshairs:before {
  content: "\f05b";
}

.la-crow:before {
  content: "\f520";
}

.la-crown:before {
  content: "\f521";
}

.la-crutch:before {
  content: "\f7f7";
}

.la-css3:before {
  content: "\f13c";
}

.la-css3-alt:before {
  content: "\f38b";
}

.la-cube:before {
  content: "\f1b2";
}

.la-cubes:before {
  content: "\f1b3";
}

.la-cut:before {
  content: "\f0c4";
}

.la-cuttlefish:before {
  content: "\f38c";
}

.la-d-and-d:before {
  content: "\f38d";
}

.la-d-and-d-beyond:before {
  content: "\f6ca";
}

.la-dashcube:before {
  content: "\f210";
}

.la-database:before {
  content: "\f1c0";
}

.la-deaf:before {
  content: "\f2a4";
}

.la-delicious:before {
  content: "\f1a5";
}

.la-democrat:before {
  content: "\f747";
}

.la-deploydog:before {
  content: "\f38e";
}

.la-deskpro:before {
  content: "\f38f";
}

.la-desktop:before {
  content: "\f108";
}

.la-dev:before {
  content: "\f6cc";
}

.la-deviantart:before {
  content: "\f1bd";
}

.la-dharmachakra:before {
  content: "\f655";
}

.la-dhl:before {
  content: "\f790";
}

.la-diagnoses:before {
  content: "\f470";
}

.la-diaspora:before {
  content: "\f791";
}

.la-dice:before {
  content: "\f522";
}

.la-dice-d20:before {
  content: "\f6cf";
}

.la-dice-d6:before {
  content: "\f6d1";
}

.la-dice-five:before {
  content: "\f523";
}

.la-dice-four:before {
  content: "\f524";
}

.la-dice-one:before {
  content: "\f525";
}

.la-dice-six:before {
  content: "\f526";
}

.la-dice-three:before {
  content: "\f527";
}

.la-dice-two:before {
  content: "\f528";
}

.la-digg:before {
  content: "\f1a6";
}

.la-digital-ocean:before {
  content: "\f391";
}

.la-digital-tachograph:before {
  content: "\f566";
}

.la-directions:before {
  content: "\f5eb";
}

.la-discord:before {
  content: "\f392";
}

.la-discourse:before {
  content: "\f393";
}

.la-divide:before {
  content: "\f529";
}

.la-dizzy:before {
  content: "\f567";
}

.la-dna:before {
  content: "\f471";
}

.la-dochub:before {
  content: "\f394";
}

.la-docker:before {
  content: "\f395";
}

.la-dog:before {
  content: "\f6d3";
}

.la-dollar-sign:before {
  content: "\f155";
}

.la-dolly:before {
  content: "\f472";
}

.la-dolly-flatbed:before {
  content: "\f474";
}

.la-donate:before {
  content: "\f4b9";
}

.la-door-closed:before {
  content: "\f52a";
}

.la-door-open:before {
  content: "\f52b";
}

.la-dot-circle:before {
  content: "\f192";
}

.la-dove:before {
  content: "\f4ba";
}

.la-download:before {
  content: "\f019";
}

.la-draft2digital:before {
  content: "\f396";
}

.la-drafting-compass:before {
  content: "\f568";
}

.la-dragon:before {
  content: "\f6d5";
}

.la-draw-polygon:before {
  content: "\f5ee";
}

.la-dribbble:before {
  content: "\f17d";
}

.la-dribbble-square:before {
  content: "\f397";
}

.la-dropbox:before {
  content: "\f16b";
}

.la-drum:before {
  content: "\f569";
}

.la-drum-steelpan:before {
  content: "\f56a";
}

.la-drumstick-bite:before {
  content: "\f6d7";
}

.la-drupal:before {
  content: "\f1a9";
}

.la-dumbbell:before {
  content: "\f44b";
}

.la-dumpster:before {
  content: "\f793";
}

.la-dumpster-fire:before {
  content: "\f794";
}

.la-dungeon:before {
  content: "\f6d9";
}

.la-dyalog:before {
  content: "\f399";
}

.la-earlybirds:before {
  content: "\f39a";
}

.la-ebay:before {
  content: "\f4f4";
}

.la-edge:before {
  content: "\f282";
}

.la-edit:before {
  content: "\f044";
}

.la-egg:before {
  content: "\f7fb";
}

.la-eject:before {
  content: "\f052";
}

.la-elementor:before {
  content: "\f430";
}

.la-ellipsis-h:before {
  content: "\f141";
}

.la-ellipsis-v:before {
  content: "\f142";
}

.la-ello:before {
  content: "\f5f1";
}

.la-ember:before {
  content: "\f423";
}

.la-empire:before {
  content: "\f1d1";
}

.la-envelope:before {
  content: "\f0e0";
}

.la-envelope-open:before {
  content: "\f2b6";
}

.la-envelope-open-text:before {
  content: "\f658";
}

.la-envelope-square:before {
  content: "\f199";
}

.la-envira:before {
  content: "\f299";
}

.la-equals:before {
  content: "\f52c";
}

.la-eraser:before {
  content: "\f12d";
}

.la-erlang:before {
  content: "\f39d";
}

.la-ethereum:before {
  content: "\f42e";
}

.la-ethernet:before {
  content: "\f796";
}

.la-etsy:before {
  content: "\f2d7";
}

.la-euro-sign:before {
  content: "\f153";
}

.la-evernote:before {
  content: "\f839";
}

.la-exchange-alt:before {
  content: "\f362";
}

.la-exclamation:before {
  content: "\f12a";
}

.la-exclamation-circle:before {
  content: "\f06a";
}

.la-exclamation-triangle:before {
  content: "\f071";
}

.la-expand:before {
  content: "\f065";
}

.la-expand-arrows-alt:before {
  content: "\f31e";
}

.la-expeditedssl:before {
  content: "\f23e";
}

.la-external-link-alt:before {
  content: "\f35d";
}

.la-external-link-square-alt:before {
  content: "\f360";
}

.la-eye:before {
  content: "\f06e";
}

.la-eye-dropper:before {
  content: "\f1fb";
}

.la-eye-slash:before {
  content: "\f070";
}

.la-facebook:before {
  content: "\f09a";
}

.la-facebook-f:before {
  content: "\f39e";
}

.la-facebook-messenger:before {
  content: "\f39f";
}

.la-facebook-square:before {
  content: "\f082";
}

.la-fan:before {
  content: "\f863";
}

.la-fantasy-flight-games:before {
  content: "\f6dc";
}

.la-fast-backward:before {
  content: "\f049";
}

.la-fast-forward:before {
  content: "\f050";
}

.la-fax:before {
  content: "\f1ac";
}

.la-feather:before {
  content: "\f52d";
}

.la-feather-alt:before {
  content: "\f56b";
}

.la-fedex:before {
  content: "\f797";
}

.la-fedora:before {
  content: "\f798";
}

.la-female:before {
  content: "\f182";
}

.la-fighter-jet:before {
  content: "\f0fb";
}

.la-figma:before {
  content: "\f799";
}

.la-file:before {
  content: "\f15b";
}

.la-file-alt:before {
  content: "\f15c";
}

.la-file-archive:before {
  content: "\f1c6";
}

.la-file-audio:before {
  content: "\f1c7";
}

.la-file-code:before {
  content: "\f1c9";
}

.la-file-contract:before {
  content: "\f56c";
}

.la-file-csv:before {
  content: "\f6dd";
}

.la-file-download:before {
  content: "\f56d";
}

.la-file-excel:before {
  content: "\f1c3";
}

.la-file-export:before {
  content: "\f56e";
}

.la-file-image:before {
  content: "\f1c5";
}

.la-file-import:before {
  content: "\f56f";
}

.la-file-invoice:before {
  content: "\f570";
}

.la-file-invoice-dollar:before {
  content: "\f571";
}

.la-file-medical:before {
  content: "\f477";
}

.la-file-medical-alt:before {
  content: "\f478";
}

.la-file-pdf:before {
  content: "\f1c1";
}

.la-file-powerpoint:before {
  content: "\f1c4";
}

.la-file-prescription:before {
  content: "\f572";
}

.la-file-signature:before {
  content: "\f573";
}

.la-file-upload:before {
  content: "\f574";
}

.la-file-video:before {
  content: "\f1c8";
}

.la-file-word:before {
  content: "\f1c2";
}

.la-fill:before {
  content: "\f575";
}

.la-fill-drip:before {
  content: "\f576";
}

.la-film:before {
  content: "\f008";
}

.la-filter:before {
  content: "\f0b0";
}

.la-fingerprint:before {
  content: "\f577";
}

.la-fire:before {
  content: "\f06d";
}

.la-fire-alt:before {
  content: "\f7e4";
}

.la-fire-extinguisher:before {
  content: "\f134";
}

.la-firefox:before {
  content: "\f269";
}

.la-first-aid:before {
  content: "\f479";
}

.la-first-order:before {
  content: "\f2b0";
}

.la-first-order-alt:before {
  content: "\f50a";
}

.la-firstdraft:before {
  content: "\f3a1";
}

.la-fish:before {
  content: "\f578";
}

.la-fist-raised:before {
  content: "\f6de";
}

.la-flag:before {
  content: "\f024";
}

.la-flag-checkered:before {
  content: "\f11e";
}

.la-flag-usa:before {
  content: "\f74d";
}

.la-flask:before {
  content: "\f0c3";
}

.la-flickr:before {
  content: "\f16e";
}

.la-flipboard:before {
  content: "\f44d";
}

.la-flushed:before {
  content: "\f579";
}

.la-fly:before {
  content: "\f417";
}

.la-folder:before {
  content: "\f07b";
}

.la-folder-minus:before {
  content: "\f65d";
}

.la-folder-open:before {
  content: "\f07c";
}

.la-folder-plus:before {
  content: "\f65e";
}

.la-font:before {
  content: "\f031";
}

.la-font-awesome:before {
  content: "\f2b4";
}

.la-font-awesome-alt:before {
  content: "\f35c";
}

.la-font-awesome-flag:before {
  content: "\f425";
}

.la-fonticons:before {
  content: "\f280";
}

.la-fonticons-fi:before {
  content: "\f3a2";
}

.la-football-ball:before {
  content: "\f44e";
}

.la-fort-awesome:before {
  content: "\f286";
}

.la-fort-awesome-alt:before {
  content: "\f3a3";
}

.la-forumbee:before {
  content: "\f211";
}

.la-forward:before {
  content: "\f04e";
}

.la-foursquare:before {
  content: "\f180";
}

.la-free-code-camp:before {
  content: "\f2c5";
}

.la-freebsd:before {
  content: "\f3a4";
}

.la-frog:before {
  content: "\f52e";
}

.la-frown:before {
  content: "\f119";
}

.la-frown-open:before {
  content: "\f57a";
}

.la-fulcrum:before {
  content: "\f50b";
}

.la-funnel-dollar:before {
  content: "\f662";
}

.la-futbol:before {
  content: "\f1e3";
}

.la-galactic-republic:before {
  content: "\f50c";
}

.la-galactic-senate:before {
  content: "\f50d";
}

.la-gamepad:before {
  content: "\f11b";
}

.la-gas-pump:before {
  content: "\f52f";
}

.la-gavel:before {
  content: "\f0e3";
}

.la-gem:before {
  content: "\f3a5";
}

.la-genderless:before {
  content: "\f22d";
}

.la-get-pocket:before {
  content: "\f265";
}

.la-gg:before {
  content: "\f260";
}

.la-gg-circle:before {
  content: "\f261";
}

.la-ghost:before {
  content: "\f6e2";
}

.la-gift:before {
  content: "\f06b";
}

.la-gifts:before {
  content: "\f79c";
}

.la-git:before {
  content: "\f1d3";
}

.la-git-alt:before {
  content: "\f841";
}

.la-git-square:before {
  content: "\f1d2";
}

.la-github:before {
  content: "\f09b";
}

.la-github-alt:before {
  content: "\f113";
}

.la-github-square:before {
  content: "\f092";
}

.la-gitkraken:before {
  content: "\f3a6";
}

.la-gitlab:before {
  content: "\f296";
}

.la-gitter:before {
  content: "\f426";
}

.la-glass-cheers:before {
  content: "\f79f";
}

.la-glass-martini:before {
  content: "\f000";
}

.la-glass-martini-alt:before {
  content: "\f57b";
}

.la-glass-whiskey:before {
  content: "\f7a0";
}

.la-glasses:before {
  content: "\f530";
}

.la-glide:before {
  content: "\f2a5";
}

.la-glide-g:before {
  content: "\f2a6";
}

.la-globe:before {
  content: "\f0ac";
}

.la-globe-africa:before {
  content: "\f57c";
}

.la-globe-americas:before {
  content: "\f57d";
}

.la-globe-asia:before {
  content: "\f57e";
}

.la-globe-europe:before {
  content: "\f7a2";
}

.la-gofore:before {
  content: "\f3a7";
}

.la-golf-ball:before {
  content: "\f450";
}

.la-goodreads:before {
  content: "\f3a8";
}

.la-goodreads-g:before {
  content: "\f3a9";
}

.la-google:before {
  content: "\f1a0";
}

.la-google-drive:before {
  content: "\f3aa";
}

.la-google-play:before {
  content: "\f3ab";
}

.la-google-plus:before {
  content: "\f2b3";
}

.la-google-plus-g:before {
  content: "\f0d5";
}

.la-google-plus-square:before {
  content: "\f0d4";
}

.la-google-wallet:before {
  content: "\f1ee";
}

.la-gopuram:before {
  content: "\f664";
}

.la-graduation-cap:before {
  content: "\f19d";
}

.la-gratipay:before {
  content: "\f184";
}

.la-grav:before {
  content: "\f2d6";
}

.la-greater-than:before {
  content: "\f531";
}

.la-greater-than-equal:before {
  content: "\f532";
}

.la-grimace:before {
  content: "\f57f";
}

.la-grin:before {
  content: "\f580";
}

.la-grin-alt:before {
  content: "\f581";
}

.la-grin-beam:before {
  content: "\f582";
}

.la-grin-beam-sweat:before {
  content: "\f583";
}

.la-grin-hearts:before {
  content: "\f584";
}

.la-grin-squint:before {
  content: "\f585";
}

.la-grin-squint-tears:before {
  content: "\f586";
}

.la-grin-stars:before {
  content: "\f587";
}

.la-grin-tears:before {
  content: "\f588";
}

.la-grin-tongue:before {
  content: "\f589";
}

.la-grin-tongue-squint:before {
  content: "\f58a";
}

.la-grin-tongue-wink:before {
  content: "\f58b";
}

.la-grin-wink:before {
  content: "\f58c";
}

.la-grip-horizontal:before {
  content: "\f58d";
}

.la-grip-lines:before {
  content: "\f7a4";
}

.la-grip-lines-vertical:before {
  content: "\f7a5";
}

.la-grip-vertical:before {
  content: "\f58e";
}

.la-gripfire:before {
  content: "\f3ac";
}

.la-grunt:before {
  content: "\f3ad";
}

.la-guitar:before {
  content: "\f7a6";
}

.la-gulp:before {
  content: "\f3ae";
}

.la-h-square:before {
  content: "\f0fd";
}

.la-hacker-news:before {
  content: "\f1d4";
}

.la-hacker-news-square:before {
  content: "\f3af";
}

.la-hackerrank:before {
  content: "\f5f7";
}

.la-hamburger:before {
  content: "\f805";
}

.la-hammer:before {
  content: "\f6e3";
}

.la-hamsa:before {
  content: "\f665";
}

.la-hand-holding:before {
  content: "\f4bd";
}

.la-hand-holding-heart:before {
  content: "\f4be";
}

.la-hand-holding-usd:before {
  content: "\f4c0";
}

.la-hand-lizard:before {
  content: "\f258";
}

.la-hand-middle-finger:before {
  content: "\f806";
}

.la-hand-paper:before {
  content: "\f256";
}

.la-hand-peace:before {
  content: "\f25b";
}

.la-hand-point-down:before {
  content: "\f0a7";
}

.la-hand-point-left:before {
  content: "\f0a5";
}

.la-hand-point-right:before {
  content: "\f0a4";
}

.la-hand-point-up:before {
  content: "\f0a6";
}

.la-hand-pointer:before {
  content: "\f25a";
}

.la-hand-rock:before {
  content: "\f255";
}

.la-hand-scissors:before {
  content: "\f257";
}

.la-hand-spock:before {
  content: "\f259";
}

.la-hands:before {
  content: "\f4c2";
}

.la-hands-helping:before {
  content: "\f4c4";
}

.la-handshake:before {
  content: "\f2b5";
}

.la-hanukiah:before {
  content: "\f6e6";
}

.la-hard-hat:before {
  content: "\f807";
}

.la-hashtag:before {
  content: "\f292";
}

.la-hat-wizard:before {
  content: "\f6e8";
}

.la-haykal:before {
  content: "\f666";
}

.la-hdd:before {
  content: "\f0a0";
}

.la-heading:before {
  content: "\f1dc";
}

.la-headphones:before {
  content: "\f025";
}

.la-headphones-alt:before {
  content: "\f58f";
}

.la-headset:before {
  content: "\f590";
}

.la-heart:before {
  content: "\f004";
}

.la-heart-broken:before {
  content: "\f7a9";
}

.la-heartbeat:before {
  content: "\f21e";
}

.la-helicopter:before {
  content: "\f533";
}

.la-highlighter:before {
  content: "\f591";
}

.la-hiking:before {
  content: "\f6ec";
}

.la-hippo:before {
  content: "\f6ed";
}

.la-hips:before {
  content: "\f452";
}

.la-hire-a-helper:before {
  content: "\f3b0";
}

.la-history:before {
  content: "\f1da";
}

.la-hockey-puck:before {
  content: "\f453";
}

.la-holly-berry:before {
  content: "\f7aa";
}

.la-home:before {
  content: "\f015";
}

.la-hooli:before {
  content: "\f427";
}

.la-hornbill:before {
  content: "\f592";
}

.la-horse:before {
  content: "\f6f0";
}

.la-horse-head:before {
  content: "\f7ab";
}

.la-hospital:before {
  content: "\f0f8";
}

.la-hospital-alt:before {
  content: "\f47d";
}

.la-hospital-symbol:before {
  content: "\f47e";
}

.la-hot-tub:before {
  content: "\f593";
}

.la-hotdog:before {
  content: "\f80f";
}

.la-hotel:before {
  content: "\f594";
}

.la-hotjar:before {
  content: "\f3b1";
}

.la-hourglass:before {
  content: "\f254";
}

.la-hourglass-end:before {
  content: "\f253";
}

.la-hourglass-half:before {
  content: "\f252";
}

.la-hourglass-start:before {
  content: "\f251";
}

.la-house-damage:before {
  content: "\f6f1";
}

.la-houzz:before {
  content: "\f27c";
}

.la-hryvnia:before {
  content: "\f6f2";
}

.la-html5:before {
  content: "\f13b";
}

.la-hubspot:before {
  content: "\f3b2";
}

.la-i-cursor:before {
  content: "\f246";
}

.la-ice-cream:before {
  content: "\f810";
}

.la-icicles:before {
  content: "\f7ad";
}

.la-icons:before {
  content: "\f86d";
}

.la-id-badge:before {
  content: "\f2c1";
}

.la-id-card:before {
  content: "\f2c2";
}

.la-id-card-alt:before {
  content: "\f47f";
}

.la-igloo:before {
  content: "\f7ae";
}

.la-image:before {
  content: "\f03e";
}

.la-images:before {
  content: "\f302";
}

.la-imdb:before {
  content: "\f2d8";
}

.la-inbox:before {
  content: "\f01c";
}

.la-indent:before {
  content: "\f03c";
}

.la-industry:before {
  content: "\f275";
}

.la-infinity:before {
  content: "\f534";
}

.la-info:before {
  content: "\f129";
}

.la-info-circle:before {
  content: "\f05a";
}

.la-instagram:before {
  content: "\f16d";
}

.la-intercom:before {
  content: "\f7af";
}

.la-internet-explorer:before {
  content: "\f26b";
}

.la-invision:before {
  content: "\f7b0";
}

.la-ioxhost:before {
  content: "\f208";
}

.la-italic:before {
  content: "\f033";
}

.la-itch-io:before {
  content: "\f83a";
}

.la-itunes:before {
  content: "\f3b4";
}

.la-itunes-note:before {
  content: "\f3b5";
}

.la-java:before {
  content: "\f4e4";
}

.la-jedi:before {
  content: "\f669";
}

.la-jedi-order:before {
  content: "\f50e";
}

.la-jenkins:before {
  content: "\f3b6";
}

.la-jira:before {
  content: "\f7b1";
}

.la-joget:before {
  content: "\f3b7";
}

.la-joint:before {
  content: "\f595";
}

.la-joomla:before {
  content: "\f1aa";
}

.la-journal-whills:before {
  content: "\f66a";
}

.la-js:before {
  content: "\f3b8";
}

.la-js-square:before {
  content: "\f3b9";
}

.la-jsfiddle:before {
  content: "\f1cc";
}

.la-kaaba:before {
  content: "\f66b";
}

.la-kaggle:before {
  content: "\f5fa";
}

.la-key:before {
  content: "\f084";
}

.la-keybase:before {
  content: "\f4f5";
}

.la-keyboard:before {
  content: "\f11c";
}

.la-keycdn:before {
  content: "\f3ba";
}

.la-khanda:before {
  content: "\f66d";
}

.la-kickstarter:before {
  content: "\f3bb";
}

.la-kickstarter-k:before {
  content: "\f3bc";
}

.la-kiss:before {
  content: "\f596";
}

.la-kiss-beam:before {
  content: "\f597";
}

.la-kiss-wink-heart:before {
  content: "\f598";
}

.la-kiwi-bird:before {
  content: "\f535";
}

.la-korvue:before {
  content: "\f42f";
}

.la-landmark:before {
  content: "\f66f";
}

.la-language:before {
  content: "\f1ab";
}

.la-laptop:before {
  content: "\f109";
}

.la-laptop-code:before {
  content: "\f5fc";
}

.la-laptop-medical:before {
  content: "\f812";
}

.la-laravel:before {
  content: "\f3bd";
}

.la-lastfm:before {
  content: "\f202";
}

.la-lastfm-square:before {
  content: "\f203";
}

.la-laugh:before {
  content: "\f599";
}

.la-laugh-beam:before {
  content: "\f59a";
}

.la-laugh-squint:before {
  content: "\f59b";
}

.la-laugh-wink:before {
  content: "\f59c";
}

.la-layer-group:before {
  content: "\f5fd";
}

.la-leaf:before {
  content: "\f06c";
}

.la-leanpub:before {
  content: "\f212";
}

.la-lemon:before {
  content: "\f094";
}

.la-less:before {
  content: "\f41d";
}

.la-less-than:before {
  content: "\f536";
}

.la-less-than-equal:before {
  content: "\f537";
}

.la-level-down-alt:before {
  content: "\f3be";
}

.la-level-up-alt:before {
  content: "\f3bf";
}

.la-life-ring:before {
  content: "\f1cd";
}

.la-lightbulb:before {
  content: "\f0eb";
}

.la-line:before {
  content: "\f3c0";
}

.la-link:before {
  content: "\f0c1";
}

.la-linkedin:before {
  content: "\f08c";
}

.la-linkedin-in:before {
  content: "\f0e1";
}

.la-linode:before {
  content: "\f2b8";
}

.la-linux:before {
  content: "\f17c";
}

.la-lira-sign:before {
  content: "\f195";
}

.la-list:before {
  content: "\f03a";
}

.la-list-alt:before {
  content: "\f022";
}

.la-list-ol:before {
  content: "\f0cb";
}

.la-list-ul:before {
  content: "\f0ca";
}

.la-location-arrow:before {
  content: "\f124";
}

.la-lock:before {
  content: "\f023";
}

.la-lock-open:before {
  content: "\f3c1";
}

.la-long-arrow-alt-down:before {
  content: "\f309";
}

.la-long-arrow-alt-left:before {
  content: "\f30a";
}

.la-long-arrow-alt-right:before {
  content: "\f30b";
}

.la-long-arrow-alt-up:before {
  content: "\f30c";
}

.la-low-vision:before {
  content: "\f2a8";
}

.la-luggage-cart:before {
  content: "\f59d";
}

.la-lyft:before {
  content: "\f3c3";
}

.la-magento:before {
  content: "\f3c4";
}

.la-magic:before {
  content: "\f0d0";
}

.la-magnet:before {
  content: "\f076";
}

.la-mail-bulk:before {
  content: "\f674";
}

.la-mailchimp:before {
  content: "\f59e";
}

.la-male:before {
  content: "\f183";
}

.la-mandalorian:before {
  content: "\f50f";
}

.la-map:before {
  content: "\f279";
}

.la-map-marked:before {
  content: "\f59f";
}

.la-map-marked-alt:before {
  content: "\f5a0";
}

.la-map-marker:before {
  content: "\f041";
}

.la-map-marker-alt:before {
  content: "\f3c5";
}

.la-map-pin:before {
  content: "\f276";
}

.la-map-signs:before {
  content: "\f277";
}

.la-markdown:before {
  content: "\f60f";
}

.la-marker:before {
  content: "\f5a1";
}

.la-mars:before {
  content: "\f222";
}

.la-mars-double:before {
  content: "\f227";
}

.la-mars-stroke:before {
  content: "\f229";
}

.la-mars-stroke-h:before {
  content: "\f22b";
}

.la-mars-stroke-v:before {
  content: "\f22a";
}

.la-mask:before {
  content: "\f6fa";
}

.la-mastodon:before {
  content: "\f4f6";
}

.la-maxcdn:before {
  content: "\f136";
}

.la-medal:before {
  content: "\f5a2";
}

.la-medapps:before {
  content: "\f3c6";
}

.la-medium:before {
  content: "\f23a";
}

.la-medium-m:before {
  content: "\f3c7";
}

.la-medkit:before {
  content: "\f0fa";
}

.la-medrt:before {
  content: "\f3c8";
}

.la-meetup:before {
  content: "\f2e0";
}

.la-megaport:before {
  content: "\f5a3";
}

.la-meh:before {
  content: "\f11a";
}

.la-meh-blank:before {
  content: "\f5a4";
}

.la-meh-rolling-eyes:before {
  content: "\f5a5";
}

.la-memory:before {
  content: "\f538";
}

.la-mendeley:before {
  content: "\f7b3";
}

.la-menorah:before {
  content: "\f676";
}

.la-mercury:before {
  content: "\f223";
}

.la-meteor:before {
  content: "\f753";
}

.la-microchip:before {
  content: "\f2db";
}

.la-microphone:before {
  content: "\f130";
}

.la-microphone-alt:before {
  content: "\f3c9";
}

.la-microphone-alt-slash:before {
  content: "\f539";
}

.la-microphone-slash:before {
  content: "\f131";
}

.la-microscope:before {
  content: "\f610";
}

.la-microsoft:before {
  content: "\f3ca";
}

.la-minus:before {
  content: "\f068";
}

.la-minus-circle:before {
  content: "\f056";
}

.la-minus-square:before {
  content: "\f146";
}

.la-mitten:before {
  content: "\f7b5";
}

.la-mix:before {
  content: "\f3cb";
}

.la-mixcloud:before {
  content: "\f289";
}

.la-mizuni:before {
  content: "\f3cc";
}

.la-mobile:before {
  content: "\f10b";
}

.la-mobile-alt:before {
  content: "\f3cd";
}

.la-modx:before {
  content: "\f285";
}

.la-monero:before {
  content: "\f3d0";
}

.la-money-bill:before {
  content: "\f0d6";
}

.la-money-bill-alt:before {
  content: "\f3d1";
}

.la-money-bill-wave:before {
  content: "\f53a";
}

.la-money-bill-wave-alt:before {
  content: "\f53b";
}

.la-money-check:before {
  content: "\f53c";
}

.la-money-check-alt:before {
  content: "\f53d";
}

.la-monument:before {
  content: "\f5a6";
}

.la-moon:before {
  content: "\f186";
}

.la-mortar-pestle:before {
  content: "\f5a7";
}

.la-mosque:before {
  content: "\f678";
}

.la-motorcycle:before {
  content: "\f21c";
}

.la-mountain:before {
  content: "\f6fc";
}

.la-mouse-pointer:before {
  content: "\f245";
}

.la-mug-hot:before {
  content: "\f7b6";
}

.la-music:before {
  content: "\f001";
}

.la-napster:before {
  content: "\f3d2";
}

.la-neos:before {
  content: "\f612";
}

.la-network-wired:before {
  content: "\f6ff";
}

.la-neuter:before {
  content: "\f22c";
}

.la-newspaper:before {
  content: "\f1ea";
}

.la-nimblr:before {
  content: "\f5a8";
}

.la-node:before {
  content: "\f419";
}

.la-node-js:before {
  content: "\f3d3";
}

.la-not-equal:before {
  content: "\f53e";
}

.la-notes-medical:before {
  content: "\f481";
}

.la-npm:before {
  content: "\f3d4";
}

.la-ns8:before {
  content: "\f3d5";
}

.la-nutritionix:before {
  content: "\f3d6";
}

.la-object-group:before {
  content: "\f247";
}

.la-object-ungroup:before {
  content: "\f248";
}

.la-odnoklassniki:before {
  content: "\f263";
}

.la-odnoklassniki-square:before {
  content: "\f264";
}

.la-oil-can:before {
  content: "\f613";
}

.la-old-republic:before {
  content: "\f510";
}

.la-om:before {
  content: "\f679";
}

.la-opencart:before {
  content: "\f23d";
}

.la-openid:before {
  content: "\f19b";
}

.la-opera:before {
  content: "\f26a";
}

.la-optin-monster:before {
  content: "\f23c";
}

.la-osi:before {
  content: "\f41a";
}

.la-otter:before {
  content: "\f700";
}

.la-outdent:before {
  content: "\f03b";
}

.la-page4:before {
  content: "\f3d7";
}

.la-pagelines:before {
  content: "\f18c";
}

.la-pager:before {
  content: "\f815";
}

.la-paint-brush:before {
  content: "\f1fc";
}

.la-paint-roller:before {
  content: "\f5aa";
}

.la-palette:before {
  content: "\f53f";
}

.la-palfed:before {
  content: "\f3d8";
}

.la-pallet:before {
  content: "\f482";
}

.la-paper-plane:before {
  content: "\f1d8";
}

.la-paperclip:before {
  content: "\f0c6";
}

.la-parachute-box:before {
  content: "\f4cd";
}

.la-paragraph:before {
  content: "\f1dd";
}

.la-parking:before {
  content: "\f540";
}

.la-passport:before {
  content: "\f5ab";
}

.la-pastafarianism:before {
  content: "\f67b";
}

.la-paste:before {
  content: "\f0ea";
}

.la-patreon:before {
  content: "\f3d9";
}

.la-pause:before {
  content: "\f04c";
}

.la-pause-circle:before {
  content: "\f28b";
}

.la-paw:before {
  content: "\f1b0";
}

.la-paypal:before {
  content: "\f1ed";
}

.la-peace:before {
  content: "\f67c";
}

.la-pen:before {
  content: "\f304";
}

.la-pen-alt:before {
  content: "\f305";
}

.la-pen-fancy:before {
  content: "\f5ac";
}

.la-pen-nib:before {
  content: "\f5ad";
}

.la-pen-square:before {
  content: "\f14b";
}

.la-pencil-alt:before {
  content: "\f303";
}

.la-pencil-ruler:before {
  content: "\f5ae";
}

.la-penny-arcade:before {
  content: "\f704";
}

.la-people-carry:before {
  content: "\f4ce";
}

.la-pepper-hot:before {
  content: "\f816";
}

.la-percent:before {
  content: "\f295";
}

.la-percentage:before {
  content: "\f541";
}

.la-periscope:before {
  content: "\f3da";
}

.la-person-booth:before {
  content: "\f756";
}

.la-phabricator:before {
  content: "\f3db";
}

.la-phoenix-framework:before {
  content: "\f3dc";
}

.la-phoenix-squadron:before {
  content: "\f511";
}

.la-phone:before {
  content: "\f095";
}

.la-phone-alt:before {
  content: "\f879";
}

.la-phone-slash:before {
  content: "\f3dd";
}

.la-phone-square:before {
  content: "\f098";
}

.la-phone-square-alt:before {
  content: "\f87b";
}

.la-phone-volume:before {
  content: "\f2a0";
}

.la-photo-video:before {
  content: "\f87c";
}

.la-php:before {
  content: "\f457";
}

.la-pied-piper:before {
  content: "\f2ae";
}

.la-pied-piper-alt:before {
  content: "\f1a8";
}

.la-pied-piper-hat:before {
  content: "\f4e5";
}

.la-pied-piper-pp:before {
  content: "\f1a7";
}

.la-piggy-bank:before {
  content: "\f4d3";
}

.la-pills:before {
  content: "\f484";
}

.la-pinterest:before {
  content: "\f0d2";
}

.la-pinterest-p:before {
  content: "\f231";
}

.la-pinterest-square:before {
  content: "\f0d3";
}

.la-pizza-slice:before {
  content: "\f818";
}

.la-place-of-worship:before {
  content: "\f67f";
}

.la-plane:before {
  content: "\f072";
}

.la-plane-arrival:before {
  content: "\f5af";
}

.la-plane-departure:before {
  content: "\f5b0";
}

.la-play:before {
  content: "\f04b";
}

.la-play-circle:before {
  content: "\f144";
}

.la-playstation:before {
  content: "\f3df";
}

.la-plug:before {
  content: "\f1e6";
}

.la-plus:before {
  content: "\f067";
}

.la-plus-circle:before {
  content: "\f055";
}

.la-plus-square:before {
  content: "\f0fe";
}

.la-podcast:before {
  content: "\f2ce";
}

.la-poll:before {
  content: "\f681";
}

.la-poll-h:before {
  content: "\f682";
}

.la-poo:before {
  content: "\f2fe";
}

.la-poo-storm:before {
  content: "\f75a";
}

.la-poop:before {
  content: "\f619";
}

.la-portrait:before {
  content: "\f3e0";
}

.la-pound-sign:before {
  content: "\f154";
}

.la-power-off:before {
  content: "\f011";
}

.la-pray:before {
  content: "\f683";
}

.la-praying-hands:before {
  content: "\f684";
}

.la-prescription:before {
  content: "\f5b1";
}

.la-prescription-bottle:before {
  content: "\f485";
}

.la-prescription-bottle-alt:before {
  content: "\f486";
}

.la-print:before {
  content: "\f02f";
}

.la-procedures:before {
  content: "\f487";
}

.la-product-hunt:before {
  content: "\f288";
}

.la-project-diagram:before {
  content: "\f542";
}

.la-pushed:before {
  content: "\f3e1";
}

.la-puzzle-piece:before {
  content: "\f12e";
}

.la-python:before {
  content: "\f3e2";
}

.la-qq:before {
  content: "\f1d6";
}

.la-qrcode:before {
  content: "\f029";
}

.la-question:before {
  content: "\f128";
}

.la-question-circle:before {
  content: "\f059";
}

.la-quidditch:before {
  content: "\f458";
}

.la-quinscape:before {
  content: "\f459";
}

.la-quora:before {
  content: "\f2c4";
}

.la-quote-left:before {
  content: "\f10d";
}

.la-quote-right:before {
  content: "\f10e";
}

.la-quran:before {
  content: "\f687";
}

.la-r-project:before {
  content: "\f4f7";
}

.la-radiation:before {
  content: "\f7b9";
}

.la-radiation-alt:before {
  content: "\f7ba";
}

.la-rainbow:before {
  content: "\f75b";
}

.la-random:before {
  content: "\f074";
}

.la-raspberry-pi:before {
  content: "\f7bb";
}

.la-ravelry:before {
  content: "\f2d9";
}

.la-react:before {
  content: "\f41b";
}

.la-reacteurope:before {
  content: "\f75d";
}

.la-readme:before {
  content: "\f4d5";
}

.la-rebel:before {
  content: "\f1d0";
}

.la-receipt:before {
  content: "\f543";
}

.la-recycle:before {
  content: "\f1b8";
}

.la-red-river:before {
  content: "\f3e3";
}

.la-reddit:before {
  content: "\f1a1";
}

.la-reddit-alien:before {
  content: "\f281";
}

.la-reddit-square:before {
  content: "\f1a2";
}

.la-redhat:before {
  content: "\f7bc";
}

.la-redo:before {
  content: "\f01e";
}

.la-redo-alt:before {
  content: "\f2f9";
}

.la-registered:before {
  content: "\f25d";
}

.la-remove-format:before {
  content: "\f87d";
}

.la-renren:before {
  content: "\f18b";
}

.la-reply:before {
  content: "\f3e5";
}

.la-reply-all:before {
  content: "\f122";
}

.la-replyd:before {
  content: "\f3e6";
}

.la-republican:before {
  content: "\f75e";
}

.la-researchgate:before {
  content: "\f4f8";
}

.la-resolving:before {
  content: "\f3e7";
}

.la-restroom:before {
  content: "\f7bd";
}

.la-retweet:before {
  content: "\f079";
}

.la-rev:before {
  content: "\f5b2";
}

.la-ribbon:before {
  content: "\f4d6";
}

.la-ring:before {
  content: "\f70b";
}

.la-road:before {
  content: "\f018";
}

.la-robot:before {
  content: "\f544";
}

.la-rocket:before {
  content: "\f135";
}

.la-rocketchat:before {
  content: "\f3e8";
}

.la-rockrms:before {
  content: "\f3e9";
}

.la-route:before {
  content: "\f4d7";
}

.la-rss:before {
  content: "\f09e";
}

.la-rss-square:before {
  content: "\f143";
}

.la-ruble-sign:before {
  content: "\f158";
}

.la-ruler:before {
  content: "\f545";
}

.la-ruler-combined:before {
  content: "\f546";
}

.la-ruler-horizontal:before {
  content: "\f547";
}

.la-ruler-vertical:before {
  content: "\f548";
}

.la-running:before {
  content: "\f70c";
}

.la-rupee-sign:before {
  content: "\f156";
}

.la-sad-cry:before {
  content: "\f5b3";
}

.la-sad-tear:before {
  content: "\f5b4";
}

.la-safari:before {
  content: "\f267";
}

.la-salesforce:before {
  content: "\f83b";
}

.la-sass:before {
  content: "\f41e";
}

.la-satellite:before {
  content: "\f7bf";
}

.la-satellite-dish:before {
  content: "\f7c0";
}

.la-save:before {
  content: "\f0c7";
}

.la-schlix:before {
  content: "\f3ea";
}

.la-school:before {
  content: "\f549";
}

.la-screwdriver:before {
  content: "\f54a";
}

.la-scribd:before {
  content: "\f28a";
}

.la-scroll:before {
  content: "\f70e";
}

.la-sd-card:before {
  content: "\f7c2";
}

.la-search:before {
  content: "\f002";
}

.la-search-dollar:before {
  content: "\f688";
}

.la-search-location:before {
  content: "\f689";
}

.la-search-minus:before {
  content: "\f010";
}

.la-search-plus:before {
  content: "\f00e";
}

.la-searchengin:before {
  content: "\f3eb";
}

.la-seedling:before {
  content: "\f4d8";
}

.la-sellcast:before {
  content: "\f2da";
}

.la-sellsy:before {
  content: "\f213";
}

.la-server:before {
  content: "\f233";
}

.la-servicestack:before {
  content: "\f3ec";
}

.la-shapes:before {
  content: "\f61f";
}

.la-share:before {
  content: "\f064";
}

.la-share-alt:before {
  content: "\f1e0";
}

.la-share-alt-square:before {
  content: "\f1e1";
}

.la-share-square:before {
  content: "\f14d";
}

.la-shekel-sign:before {
  content: "\f20b";
}

.la-shield-alt:before {
  content: "\f3ed";
}

.la-ship:before {
  content: "\f21a";
}

.la-shipping-fast:before {
  content: "\f48b";
}

.la-shirtsinbulk:before {
  content: "\f214";
}

.la-shoe-prints:before {
  content: "\f54b";
}

.la-shopping-bag:before {
  content: "\f290";
}

.la-shopping-basket:before {
  content: "\f291";
}

.la-shopping-cart:before {
  content: "\f07a";
}

.la-shopware:before {
  content: "\f5b5";
}

.la-shower:before {
  content: "\f2cc";
}

.la-shuttle-van:before {
  content: "\f5b6";
}

.la-sign:before {
  content: "\f4d9";
}

.la-sign-in-alt:before {
  content: "\f2f6";
}

.la-sign-language:before {
  content: "\f2a7";
}

.la-sign-out-alt:before {
  content: "\f2f5";
}

.la-signal:before {
  content: "\f012";
}

.la-signature:before {
  content: "\f5b7";
}

.la-sim-card:before {
  content: "\f7c4";
}

.la-simplybuilt:before {
  content: "\f215";
}

.la-sistrix:before {
  content: "\f3ee";
}

.la-sitemap:before {
  content: "\f0e8";
}

.la-sith:before {
  content: "\f512";
}

.la-skating:before {
  content: "\f7c5";
}

.la-sketch:before {
  content: "\f7c6";
}

.la-skiing:before {
  content: "\f7c9";
}

.la-skiing-nordic:before {
  content: "\f7ca";
}

.la-skull:before {
  content: "\f54c";
}

.la-skull-crossbones:before {
  content: "\f714";
}

.la-skyatlas:before {
  content: "\f216";
}

.la-skype:before {
  content: "\f17e";
}

.la-slack:before {
  content: "\f198";
}

.la-slack-hash:before {
  content: "\f3ef";
}

.la-slash:before {
  content: "\f715";
}

.la-sleigh:before {
  content: "\f7cc";
}

.la-sliders-h:before {
  content: "\f1de";
}

.la-slideshare:before {
  content: "\f1e7";
}

.la-smile:before {
  content: "\f118";
}

.la-smile-beam:before {
  content: "\f5b8";
}

.la-smile-wink:before {
  content: "\f4da";
}

.la-smog:before {
  content: "\f75f";
}

.la-smoking:before {
  content: "\f48d";
}

.la-smoking-ban:before {
  content: "\f54d";
}

.la-sms:before {
  content: "\f7cd";
}

.la-snapchat:before {
  content: "\f2ab";
}

.la-snapchat-ghost:before {
  content: "\f2ac";
}

.la-snapchat-square:before {
  content: "\f2ad";
}

.la-snowboarding:before {
  content: "\f7ce";
}

.la-snowflake:before {
  content: "\f2dc";
}

.la-snowman:before {
  content: "\f7d0";
}

.la-snowplow:before {
  content: "\f7d2";
}

.la-socks:before {
  content: "\f696";
}

.la-solar-panel:before {
  content: "\f5ba";
}

.la-sort:before {
  content: "\f0dc";
}

.la-sort-alpha-down:before {
  content: "\f15d";
}

.la-sort-alpha-down-alt:before {
  content: "\f881";
}

.la-sort-alpha-up:before {
  content: "\f15e";
}

.la-sort-alpha-up-alt:before {
  content: "\f882";
}

.la-sort-amount-down:before {
  content: "\f160";
}

.la-sort-amount-down-alt:before {
  content: "\f884";
}

.la-sort-amount-up:before {
  content: "\f161";
}

.la-sort-amount-up-alt:before {
  content: "\f885";
}

.la-sort-down:before {
  content: "\f0dd";
}

.la-sort-numeric-down:before {
  content: "\f162";
}

.la-sort-numeric-down-alt:before {
  content: "\f886";
}

.la-sort-numeric-up:before {
  content: "\f163";
}

.la-sort-numeric-up-alt:before {
  content: "\f887";
}

.la-sort-up:before {
  content: "\f0de";
}

.la-soundcloud:before {
  content: "\f1be";
}

.la-sourcetree:before {
  content: "\f7d3";
}

.la-spa:before {
  content: "\f5bb";
}

.la-space-shuttle:before {
  content: "\f197";
}

.la-speakap:before {
  content: "\f3f3";
}

.la-speaker-deck:before {
  content: "\f83c";
}

.la-spell-check:before {
  content: "\f891";
}

.la-spider:before {
  content: "\f717";
}

.la-spinner:before {
  content: "\f110";
}

.la-splotch:before {
  content: "\f5bc";
}

.la-spotify:before {
  content: "\f1bc";
}

.la-spray-can:before {
  content: "\f5bd";
}

.la-square:before {
  content: "\f0c8";
}

.la-square-full:before {
  content: "\f45c";
}

.la-square-root-alt:before {
  content: "\f698";
}

.la-squarespace:before {
  content: "\f5be";
}

.la-stack-exchange:before {
  content: "\f18d";
}

.la-stack-overflow:before {
  content: "\f16c";
}

.la-stackpath:before {
  content: "\f842";
}

.la-stamp:before {
  content: "\f5bf";
}

.la-star:before {
  content: "\f005";
}

.la-star-and-crescent:before {
  content: "\f699";
}

.la-star-half:before {
  content: "\f089";
}

.la-star-half-alt:before {
  content: "\f5c0";
}

.la-star-of-david:before {
  content: "\f69a";
}

.la-star-of-life:before {
  content: "\f621";
}

.la-staylinked:before {
  content: "\f3f5";
}

.la-steam:before {
  content: "\f1b6";
}

.la-steam-square:before {
  content: "\f1b7";
}

.la-steam-symbol:before {
  content: "\f3f6";
}

.la-step-backward:before {
  content: "\f048";
}

.la-step-forward:before {
  content: "\f051";
}

.la-stethoscope:before {
  content: "\f0f1";
}

.la-sticker-mule:before {
  content: "\f3f7";
}

.la-sticky-note:before {
  content: "\f249";
}

.la-stop:before {
  content: "\f04d";
}

.la-stop-circle:before {
  content: "\f28d";
}

.la-stopwatch:before {
  content: "\f2f2";
}

.la-store:before {
  content: "\f54e";
}

.la-store-alt:before {
  content: "\f54f";
}

.la-strava:before {
  content: "\f428";
}

.la-stream:before {
  content: "\f550";
}

.la-street-view:before {
  content: "\f21d";
}

.la-strikethrough:before {
  content: "\f0cc";
}

.la-stripe:before {
  content: "\f429";
}

.la-stripe-s:before {
  content: "\f42a";
}

.la-stroopwafel:before {
  content: "\f551";
}

.la-studiovinari:before {
  content: "\f3f8";
}

.la-stumbleupon:before {
  content: "\f1a4";
}

.la-stumbleupon-circle:before {
  content: "\f1a3";
}

.la-subscript:before {
  content: "\f12c";
}

.la-subway:before {
  content: "\f239";
}

.la-suitcase:before {
  content: "\f0f2";
}

.la-suitcase-rolling:before {
  content: "\f5c1";
}

.la-sun:before {
  content: "\f185";
}

.la-superpowers:before {
  content: "\f2dd";
}

.la-superscript:before {
  content: "\f12b";
}

.la-supple:before {
  content: "\f3f9";
}

.la-surprise:before {
  content: "\f5c2";
}

.la-suse:before {
  content: "\f7d6";
}

.la-swatchbook:before {
  content: "\f5c3";
}

.la-swimmer:before {
  content: "\f5c4";
}

.la-swimming-pool:before {
  content: "\f5c5";
}

.la-symfony:before {
  content: "\f83d";
}

.la-synagogue:before {
  content: "\f69b";
}

.la-sync:before {
  content: "\f021";
}

.la-sync-alt:before {
  content: "\f2f1";
}

.la-syringe:before {
  content: "\f48e";
}

.la-table:before {
  content: "\f0ce";
}

.la-table-tennis:before {
  content: "\f45d";
}

.la-tablet:before {
  content: "\f10a";
}

.la-tablet-alt:before {
  content: "\f3fa";
}

.la-tablets:before {
  content: "\f490";
}

.la-tachometer-alt:before {
  content: "\f3fd";
}

.la-tag:before {
  content: "\f02b";
}

.la-tags:before {
  content: "\f02c";
}

.la-tape:before {
  content: "\f4db";
}

.la-tasks:before {
  content: "\f0ae";
}

.la-taxi:before {
  content: "\f1ba";
}

.la-teamspeak:before {
  content: "\f4f9";
}

.la-teeth:before {
  content: "\f62e";
}

.la-teeth-open:before {
  content: "\f62f";
}

.la-telegram:before {
  content: "\f2c6";
}

.la-telegram-plane:before {
  content: "\f3fe";
}

.la-temperature-high:before {
  content: "\f769";
}

.la-temperature-low:before {
  content: "\f76b";
}

.la-tencent-weibo:before {
  content: "\f1d5";
}

.la-tenge:before {
  content: "\f7d7";
}

.la-terminal:before {
  content: "\f120";
}

.la-text-height:before {
  content: "\f034";
}

.la-text-width:before {
  content: "\f035";
}

.la-th:before {
  content: "\f00a";
}

.la-th-large:before {
  content: "\f009";
}

.la-th-list:before {
  content: "\f00b";
}

.la-the-red-yeti:before {
  content: "\f69d";
}

.la-theater-masks:before {
  content: "\f630";
}

.la-themeco:before {
  content: "\f5c6";
}

.la-themeisle:before {
  content: "\f2b2";
}

.la-thermometer:before {
  content: "\f491";
}

.la-thermometer-empty:before {
  content: "\f2cb";
}

.la-thermometer-full:before {
  content: "\f2c7";
}

.la-thermometer-half:before {
  content: "\f2c9";
}

.la-thermometer-quarter:before {
  content: "\f2ca";
}

.la-thermometer-three-quarters:before {
  content: "\f2c8";
}

.la-think-peaks:before {
  content: "\f731";
}

.la-thumbs-down:before {
  content: "\f165";
}

.la-thumbs-up:before {
  content: "\f164";
}

.la-thumbtack:before {
  content: "\f08d";
}

.la-ticket-alt:before {
  content: "\f3ff";
}

.la-times:before {
  content: "\f00d";
}

.la-times-circle:before {
  content: "\f057";
}

.la-tint:before {
  content: "\f043";
}

.la-tint-slash:before {
  content: "\f5c7";
}

.la-tired:before {
  content: "\f5c8";
}

.la-toggle-off:before {
  content: "\f204";
}

.la-toggle-on:before {
  content: "\f205";
}

.la-toilet:before {
  content: "\f7d8";
}

.la-toilet-paper:before {
  content: "\f71e";
}

.la-toolbox:before {
  content: "\f552";
}

.la-tools:before {
  content: "\f7d9";
}

.la-tooth:before {
  content: "\f5c9";
}

.la-torah:before {
  content: "\f6a0";
}

.la-torii-gate:before {
  content: "\f6a1";
}

.la-tractor:before {
  content: "\f722";
}

.la-trade-federation:before {
  content: "\f513";
}

.la-trademark:before {
  content: "\f25c";
}

.la-traffic-light:before {
  content: "\f637";
}

.la-train:before {
  content: "\f238";
}

.la-tram:before {
  content: "\f7da";
}

.la-transgender:before {
  content: "\f224";
}

.la-transgender-alt:before {
  content: "\f225";
}

.la-trash:before {
  content: "\f1f8";
}

.la-trash-alt:before {
  content: "\f2ed";
}

.la-trash-restore:before {
  content: "\f829";
}

.la-trash-restore-alt:before {
  content: "\f82a";
}

.la-tree:before {
  content: "\f1bb";
}

.la-trello:before {
  content: "\f181";
}

.la-tripadvisor:before {
  content: "\f262";
}

.la-trophy:before {
  content: "\f091";
}

.la-truck:before {
  content: "\f0d1";
}

.la-truck-loading:before {
  content: "\f4de";
}

.la-truck-monster:before {
  content: "\f63b";
}

.la-truck-moving:before {
  content: "\f4df";
}

.la-truck-pickup:before {
  content: "\f63c";
}

.la-tshirt:before {
  content: "\f553";
}

.la-tty:before {
  content: "\f1e4";
}

.la-tumblr:before {
  content: "\f173";
}

.la-tumblr-square:before {
  content: "\f174";
}

.la-tv:before {
  content: "\f26c";
}

.la-twitch:before {
  content: "\f1e8";
}

.la-twitter:before {
  content: "\f099";
}

.la-twitter-square:before {
  content: "\f081";
}

.la-typo3:before {
  content: "\f42b";
}

.la-uber:before {
  content: "\f402";
}

.la-ubuntu:before {
  content: "\f7df";
}

.la-uikit:before {
  content: "\f403";
}

.la-umbrella:before {
  content: "\f0e9";
}

.la-umbrella-beach:before {
  content: "\f5ca";
}

.la-underline:before {
  content: "\f0cd";
}

.la-undo:before {
  content: "\f0e2";
}

.la-undo-alt:before {
  content: "\f2ea";
}

.la-uniregistry:before {
  content: "\f404";
}

.la-universal-access:before {
  content: "\f29a";
}

.la-university:before {
  content: "\f19c";
}

.la-unlink:before {
  content: "\f127";
}

.la-unlock:before {
  content: "\f09c";
}

.la-unlock-alt:before {
  content: "\f13e";
}

.la-untappd:before {
  content: "\f405";
}

.la-upload:before {
  content: "\f093";
}

.la-ups:before {
  content: "\f7e0";
}

.la-usb:before {
  content: "\f287";
}

.la-user:before {
  content: "\f007";
}

.la-user-alt:before {
  content: "\f406";
}

.la-user-alt-slash:before {
  content: "\f4fa";
}

.la-user-astronaut:before {
  content: "\f4fb";
}

.la-user-check:before {
  content: "\f4fc";
}

.la-user-circle:before {
  content: "\f2bd";
}

.la-user-clock:before {
  content: "\f4fd";
}

.la-user-cog:before {
  content: "\f4fe";
}

.la-user-edit:before {
  content: "\f4ff";
}

.la-user-friends:before {
  content: "\f500";
}

.la-user-graduate:before {
  content: "\f501";
}

.la-user-injured:before {
  content: "\f728";
}

.la-user-lock:before {
  content: "\f502";
}

.la-user-md:before {
  content: "\f0f0";
}

.la-user-minus:before {
  content: "\f503";
}

.la-user-ninja:before {
  content: "\f504";
}

.la-user-nurse:before {
  content: "\f82f";
}

.la-user-plus:before {
  content: "\f234";
}

.la-user-secret:before {
  content: "\f21b";
}

.la-user-shield:before {
  content: "\f505";
}

.la-user-slash:before {
  content: "\f506";
}

.la-user-tag:before {
  content: "\f507";
}

.la-user-tie:before {
  content: "\f508";
}

.la-user-times:before {
  content: "\f235";
}

.la-users:before {
  content: "\f0c0";
}

.la-users-cog:before {
  content: "\f509";
}

.la-usps:before {
  content: "\f7e1";
}

.la-ussunnah:before {
  content: "\f407";
}

.la-utensil-spoon:before {
  content: "\f2e5";
}

.la-utensils:before {
  content: "\f2e7";
}

.la-vaadin:before {
  content: "\f408";
}

.la-vector-square:before {
  content: "\f5cb";
}

.la-venus:before {
  content: "\f221";
}

.la-venus-double:before {
  content: "\f226";
}

.la-venus-mars:before {
  content: "\f228";
}

.la-viacoin:before {
  content: "\f237";
}

.la-viadeo:before {
  content: "\f2a9";
}

.la-viadeo-square:before {
  content: "\f2aa";
}

.la-vial:before {
  content: "\f492";
}

.la-vials:before {
  content: "\f493";
}

.la-viber:before {
  content: "\f409";
}

.la-video:before {
  content: "\f03d";
}

.la-video-slash:before {
  content: "\f4e2";
}

.la-vihara:before {
  content: "\f6a7";
}

.la-vimeo:before {
  content: "\f40a";
}

.la-vimeo-square:before {
  content: "\f194";
}

.la-vimeo-v:before {
  content: "\f27d";
}

.la-vine:before {
  content: "\f1ca";
}

.la-vk:before {
  content: "\f189";
}

.la-vnv:before {
  content: "\f40b";
}

.la-voicemail:before {
  content: "\f897";
}

.la-volleyball-ball:before {
  content: "\f45f";
}

.la-volume-down:before {
  content: "\f027";
}

.la-volume-mute:before {
  content: "\f6a9";
}

.la-volume-off:before {
  content: "\f026";
}

.la-volume-up:before {
  content: "\f028";
}

.la-vote-yea:before {
  content: "\f772";
}

.la-vr-cardboard:before {
  content: "\f729";
}

.la-vuejs:before {
  content: "\f41f";
}

.la-walking:before {
  content: "\f554";
}

.la-wallet:before {
  content: "\f555";
}

.la-warehouse:before {
  content: "\f494";
}

.la-water:before {
  content: "\f773";
}

.la-wave-square:before {
  content: "\f83e";
}

.la-waze:before {
  content: "\f83f";
}

.la-weebly:before {
  content: "\f5cc";
}

.la-weibo:before {
  content: "\f18a";
}

.la-weight:before {
  content: "\f496";
}

.la-weight-hanging:before {
  content: "\f5cd";
}

.la-weixin:before {
  content: "\f1d7";
}

.la-whatsapp:before {
  content: "\f232";
}

.la-whatsapp-square:before {
  content: "\f40c";
}

.la-wheelchair:before {
  content: "\f193";
}

.la-whmcs:before {
  content: "\f40d";
}

.la-wifi:before {
  content: "\f1eb";
}

.la-wikipedia-w:before {
  content: "\f266";
}

.la-wind:before {
  content: "\f72e";
}

.la-window-close:before {
  content: "\f410";
}

.la-window-maximize:before {
  content: "\f2d0";
}

.la-window-minimize:before {
  content: "\f2d1";
}

.la-window-restore:before {
  content: "\f2d2";
}

.la-windows:before {
  content: "\f17a";
}

.la-wine-bottle:before {
  content: "\f72f";
}

.la-wine-glass:before {
  content: "\f4e3";
}

.la-wine-glass-alt:before {
  content: "\f5ce";
}

.la-wix:before {
  content: "\f5cf";
}

.la-wizards-of-the-coast:before {
  content: "\f730";
}

.la-wolf-pack-battalion:before {
  content: "\f514";
}

.la-won-sign:before {
  content: "\f159";
}

.la-wordpress:before {
  content: "\f19a";
}

.la-wordpress-simple:before {
  content: "\f411";
}

.la-wpbeginner:before {
  content: "\f297";
}

.la-wpexplorer:before {
  content: "\f2de";
}

.la-wpforms:before {
  content: "\f298";
}

.la-wpressr:before {
  content: "\f3e4";
}

.la-wrench:before {
  content: "\f0ad";
}

.la-x-ray:before {
  content: "\f497";
}

.la-xbox:before {
  content: "\f412";
}

.la-xing:before {
  content: "\f168";
}

.la-xing-square:before {
  content: "\f169";
}

.la-y-combinator:before {
  content: "\f23b";
}

.la-yahoo:before {
  content: "\f19e";
}

.la-yammer:before {
  content: "\f840";
}

.la-yandex:before {
  content: "\f413";
}

.la-yandex-international:before {
  content: "\f414";
}

.la-yarn:before {
  content: "\f7e3";
}

.la-yelp:before {
  content: "\f1e9";
}

.la-yen-sign:before {
  content: "\f157";
}

.la-yin-yang:before {
  content: "\f6ad";
}

.la-yoast:before {
  content: "\f2b1";
}

.la-youtube:before {
  content: "\f167";
}

.la-youtube-square:before {
  content: "\f431";
}

.la-zhihu:before {
  content: "\f63f";
}

.la-hat-cowboy:before {
  content: "\f8c0";
}

.la-hat-cowboy-side:before {
  content: "\f8c1";
}

.la-mdb:before {
  content: "\f8ca";
}

.la-mouse:before {
  content: "\f8cc";
}

.la-orcid:before {
  content: "\f8d2";
}

.la-record-vinyl:before {
  content: "\f8d9";
}

.la-swift:before {
  content: "\f8e1";
}

.la-umbraco:before {
  content: "\f8e8";
}

.la-buy-n-large:before {
  content: "\f8a6";
}

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.vegas-wrapper,
.vegas-overlay,
.vegas-timer,
.vegas-slide,
.vegas-slide-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  border: none;
  padding: 0;
  margin: 0;
}

.vegas-overlay {
  opacity: 0.5;
  background: transparent url( "overlays/02.png") center center repeat;
}

.vegas-timer {
  top: auto;
  bottom: 0;
  height: 2px;
}

.vegas-timer-progress {
  width: 0%;
  height: 100%;
  background: white;
  transition: width ease-out;
}

.vegas-timer-running .vegas-timer-progress {
  width: 100%;
}

.vegas-slide,
.vegas-slide-inner {
  margin: 0;
  padding: 0;
  background: transparent center center no-repeat;
  transform: translateZ(0);
  will-change: transform, opacity;
}

body .vegas-container {
  overflow: hidden !important;
  position: relative;
}

.vegas-video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}

body.vegas-container {
  overflow: auto;
  position: static;
  z-index: -2;
}

body.vegas-container > .vegas-timer,
body.vegas-container > .vegas-overlay,
body.vegas-container > .vegas-slide {
  position: fixed;
  z-index: -1;
}

/* Target Safari IOS7+ in order to add 76px */
/*******************************************/
/* blur transition */
/*******************************************/
.vegas-transition-blur,
.vegas-transition-blur2 {
  opacity: 0;
  filter: blur(32px) brightness(1.01);
}

.vegas-transition-blur-in,
.vegas-transition-blur2-in {
  opacity: 1;
  filter: blur(0px) brightness(1.01);
}

.vegas-transition-blur2-out {
  opacity: 0;
}

/*******************************************/
/* burn transition */
/*******************************************/
.vegas-transition-burn,
.vegas-transition-burn2 {
  opacity: 0;
  filter: contrast(1000%) saturate(1000%);
}

.vegas-transition-burn-in,
.vegas-transition-burn2-in {
  opacity: 1;
  filter: contrast(100%) saturate(100%);
}

.vegas-transition-burn2-out {
  opacity: 0;
  filter: contrast(1000%) saturate(1000%);
}

/*******************************************/
/* fade transition */
/*******************************************/
.vegas-transition-fade,
.vegas-transition-fade2 {
  opacity: 0;
}

.vegas-transition-fade-in,
.vegas-transition-fade2-in {
  opacity: 1;
}

.vegas-transition-fade2-out {
  opacity: 0;
}

/*******************************************/
/* flash transition */
/*******************************************/
.vegas-transition-flash,
.vegas-transition-flash2 {
  opacity: 0;
  filter: brightness(25);
}

.vegas-transition-flash-in,
.vegas-transition-flash2-in {
  opacity: 1;
  filter: brightness(1);
}

.vegas-transition-flash2-out {
  opacity: 0;
  filter: brightness(25);
}

/*******************************************/
/* negative transition */
/*******************************************/
.vegas-transition-negative,
.vegas-transition-negative2 {
  opacity: 0;
  filter: invert(100%);
}

.vegas-transition-negative-in,
.vegas-transition-negative2-in {
  opacity: 1;
  filter: invert(0);
}

.vegas-transition-negative2-out {
  opacity: 0;
  filter: invert(100%);
}

/*******************************************/
/* slideDown transition */
/*******************************************/
.vegas-transition-slideDown,
.vegas-transition-slideDown2 {
  transform: translateY(-100%);
}

.vegas-transition-slideDown-in,
.vegas-transition-slideDown2-in {
  transform: translateY(0%);
}

.vegas-transition-slideDown2-out {
  transform: translateY(100%);
}

/*******************************************/
/* slideLeft transition */
/*******************************************/
.vegas-transition-slideLeft,
.vegas-transition-slideLeft2 {
  transform: translateX(100%);
}

.vegas-transition-slideLeft-in,
.vegas-transition-slideLeft2-in {
  transform: translateX(0%);
}

.vegas-transition-slideLeft2-out {
  transform: translateX(-100%);
}

/*******************************************/
/* slideRight transition */
/*******************************************/
.vegas-transition-slideRight,
.vegas-transition-slideRight2 {
  transform: translateX(-100%);
}

.vegas-transition-slideRight-in,
.vegas-transition-slideRight2-in {
  transform: translateX(0%);
}

.vegas-transition-slideRight2-out {
  transform: translateX(100%);
}

/*******************************************/
/* slideUp transition */
/*******************************************/
.vegas-transition-slideUp,
.vegas-transition-slideUp2 {
  transform: translateY(100%);
}

.vegas-transition-slideUp-in,
.vegas-transition-slideUp2-in {
  transform: translateY(0%);
}

.vegas-transition-slideUp2-out {
  transform: translateY(-100%);
}

/*******************************************/
/* swirlLeft transition */
/*******************************************/
.vegas-transition-swirlLeft,
.vegas-transition-swirlLeft2 {
  transform: scale(2) rotate(35deg);
  opacity: 0;
}

.vegas-transition-swirlLeft-in,
.vegas-transition-swirlLeft2-in {
  transform: scale(1) rotate(0deg);
  opacity: 1;
}

.vegas-transition-swirlLeft2-out {
  transform: scale(2) rotate(-35deg);
  opacity: 0;
}

/*******************************************/
/* swirlRight transition */
/*******************************************/
.vegas-transition-swirlRight,
.vegas-transition-swirlRight2 {
  transform: scale(2) rotate(-35deg);
  opacity: 0;
}

.vegas-transition-swirlRight-in,
.vegas-transition-swirlRight2-in {
  transform: scale(1) rotate(0deg);
  opacity: 1;
}

.vegas-transition-swirlRight2-out {
  transform: scale(2) rotate(35deg);
  opacity: 0;
}

/*******************************************/
/* zoomIn transition */
/*******************************************/
.vegas-transition-zoomIn,
.vegas-transition-zoomIn2 {
  transform: scale(0);
  opacity: 0;
}

.vegas-transition-zoomIn-in,
.vegas-transition-zoomIn2-in {
  transform: scale(1);
  opacity: 1;
}

.vegas-transition-zoomIn2-out {
  transform: scale(2);
  opacity: 0;
}

/*******************************************/
/* zoomOut transition */
/*******************************************/
.vegas-transition-zoomOut,
.vegas-transition-zoomOut2 {
  transform: scale(2);
  opacity: 0;
}

.vegas-transition-zoomOut-in,
.vegas-transition-zoomOut2-in {
  transform: scale(1);
  opacity: 1;
}

.vegas-transition-zoomOut2-out {
  transform: scale(0);
  opacity: 0;
}

/*******************************************/
/* kenburns animation */
/*******************************************/
.vegas-animation-kenburns {
  animation: kenburns ease-out;
}
@keyframes kenburns {
  0% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
/*******************************************/
/* kenburnsDownLeft animation */
/*******************************************/
.vegas-animation-kenburnsDownLeft {
  animation: kenburnsDownLeft ease-out;
}
@keyframes kenburnsDownLeft {
  0% {
    transform: scale(1.5) translate(10%, -10%);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
/*******************************************/
/* kenburnsDownRight animation */
/*******************************************/
.vegas-animation-kenburnsDownRight {
  animation: kenburnsDownRight ease-out;
}
@keyframes kenburnsDownRight {
  0% {
    transform: scale(1.5) translate(-10%, -10%);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
/*******************************************/
/* kenburnsDown animation */
/*******************************************/
.vegas-animation-kenburnsDown {
  animation: kenburnsDown ease-out;
}
@keyframes kenburnsDown {
  0% {
    transform: scale(1.5) translate(0, -10%);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
/*******************************************/
/* kenburnsLeft animation */
/*******************************************/
.vegas-animation-kenburnsLeft {
  animation: kenburnsLeft ease-out;
}
@keyframes kenburnsLeft {
  0% {
    transform: scale(1.5) translate(10%, 0);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
/*******************************************/
/* kenburnsRight animation */
/*******************************************/
.vegas-animation-kenburnsRight {
  animation: kenburnsRight ease-out;
}
@keyframes kenburnsRight {
  0% {
    transform: scale(1.5) translate(-10%, 0);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
/*******************************************/
/* kenburnsUpLeft animation */
/*******************************************/
.vegas-animation-kenburnsUpLeft {
  animation: kenburnsUpLeft ease-out;
}
@keyframes kenburnsUpLeft {
  0% {
    transform: scale(1.5) translate(10%, 10%);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
/*******************************************/
/* kenburnsUpRight animation */
/*******************************************/
.vegas-animation-kenburnsUpRight {
  animation: kenburnsUpRight ease-out;
}
@keyframes kenburnsUpRight {
  0% {
    transform: scale(1.5) translate(-10%, 10%);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
/*******************************************/
/* kenburnsUp animation */
/*******************************************/
.vegas-animation-kenburnsUp {
  animation: kenburnsUp ease-out;
}
@keyframes kenburnsUp {
  0% {
    transform: scale(1.5) translate(0, 10%);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
/* This is the core CSS of Tooltipster */
/* GENERAL STRUCTURE RULES (do not edit this section) */
.tooltipster-base {
  /* this ensures that a constrained height set by functionPosition,
  if greater that the natural height of the tooltip, will be enforced
  in browsers that support display:flex */
  display: flex;
  pointer-events: none;
  /* this may be overriden in JS for fixed position origins */
  position: absolute;
}

.tooltipster-box {
  /* see .tooltipster-base. flex-shrink 1 is only necessary for IE10-
  and flex-basis auto for IE11- (at least) */
  flex: 1 1 auto;
}

.tooltipster-content {
  /* prevents an overflow if the user adds padding to the div */
  box-sizing: border-box;
  /* these make sure we'll be able to detect any overflow */
  max-height: 100%;
  max-width: 100%;
  overflow: auto;
}

.tooltipster-ruler {
  /* these let us test the size of the tooltip without overflowing the window */
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
}

/* ANIMATIONS */
/* Open/close animations */
/* fade */
.tooltipster-fade {
  opacity: 0;
  transition-property: opacity;
}

.tooltipster-fade.tooltipster-show {
  opacity: 1;
}

/* grow */
.tooltipster-grow {
  transform: scale(0, 0);
  transition-property: transform;
  -webkit-backface-visibility: hidden;
}

.tooltipster-grow.tooltipster-show {
  transform: scale(1, 1);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

/* swing */
.tooltipster-swing {
  opacity: 0;
  transform: rotateZ(4deg);
  transition-property: transform;
}

.tooltipster-swing.tooltipster-show {
  opacity: 1;
  transform: rotateZ(0deg);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}

/* fall */
.tooltipster-fall {
  transition-property: top;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-fall.tooltipster-initial {
  top: 0 !important;
}

.tooltipster-fall.tooltipster-dying {
  transition-property: all;
  top: 0 !important;
  opacity: 0;
}

/* slide */
.tooltipster-slide {
  transition-property: left;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-slide.tooltipster-initial {
  left: -40px !important;
}

.tooltipster-slide.tooltipster-dying {
  transition-property: all;
  left: 0 !important;
  opacity: 0;
}

/* Update animations */
/* We use animations rather than transitions here because
 transition durations may be specified in the style tag due to
 animationDuration, and we try to avoid collisions and the use
 of !important */
/* fade */
@keyframes tooltipster-fading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.tooltipster-update-fade {
  animation: tooltipster-fading 400ms;
}

/* rotate */
@keyframes tooltipster-rotating {
  25% {
    transform: rotate(-2deg);
  }
  75% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(0);
  }
}
.tooltipster-update-rotate {
  animation: tooltipster-rotating 600ms;
}

/* scale */
@keyframes tooltipster-scaling {
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.tooltipster-update-scale {
  animation: tooltipster-scaling 600ms;
}

/**
 * DEFAULT STYLE OF THE SIDETIP PLUGIN
 * 
 * All styles are "namespaced" with .tooltipster-sidetip to prevent
 * conflicts between plugins.
 */
/* .tooltipster-box */
.tooltipster-sidetip .tooltipster-box {
  background: #000;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
  margin-top: 8px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
  margin-right: 8px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
  margin-left: 8px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
  margin-bottom: 8px;
}

/* .tooltipster-content */
.tooltipster-sidetip .tooltipster-content {
  color: white;
  line-height: 18px;
  padding: 8px 14px;
  font-weight: 500;
}

.tooltipster-sidetip .tooltipster-content a {
  color: #fff;
  text-decoration: underline;
}

/* .tooltipster-arrow : will keep only the zone of .tooltipster-arrow-uncropped that
corresponds to the arrow we want to display */
.tooltipster-sidetip .tooltipster-arrow {
  overflow: hidden;
  position: absolute;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
  height: 10px;
  /* half the width, for centering */
  margin-left: -10px;
  top: 0;
  width: 20px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  right: 0;
  /* top 0 to keep the arrow from overflowing .tooltipster-base when it has not
  been positioned yet */
  top: 0;
  width: 10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  left: 0;
  /* same as .tooltipster-left .tooltipster-arrow */
  top: 0;
  width: 10px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
  bottom: 0;
  height: 10px;
  margin-left: -10px;
  width: 20px;
}

/* common rules between .tooltipster-arrow-background and .tooltipster-arrow-border */
.tooltipster-sidetip .tooltipster-arrow-background, .tooltipster-sidetip .tooltipster-arrow-border {
  height: 0;
  position: absolute;
  width: 0;
}

/* .tooltipster-arrow-background */
.tooltipster-sidetip .tooltipster-arrow-background {
  border: 10px solid transparent;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #000;
  left: 0;
  top: 3px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #000;
  left: -3px;
  top: 0;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #000;
  left: 3px;
  top: 0;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #000;
  left: 0;
  top: -3px;
}

/* .tooltipster-arrow-border */
.tooltipster-sidetip .tooltipster-arrow-border {
  border: 10px solid transparent;
  left: 0;
  top: 0;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: black;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  border-left-color: black;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  border-right-color: black;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: black;
}

/* tooltipster-arrow-uncropped */
.tooltipster-sidetip .tooltipster-arrow-uncropped {
  position: relative;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
  left: -10px;
}

/* Landings */
/*------------- Landing ------------*/
body.landing-30 {
  background-color: #242424;
  min-height: 100%;
  height: auto;
  background-image: url( "/media/files/landings/bg.jpg");
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  color: #ffffff;
}
body.landing-30 .container-fluid {
  box-sizing: border-box;
}
body.landing-30 .landing-30-cta {
  display: flex;
  position: relative;
  margin-top: 85px;
  margin-bottom: 85px;
  flex-wrap: wrap;
}
body.landing-30 .landing-30-cta::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 2rem solid #882929;
  border-left: 1.5rem solid transparent;
  bottom: -2rem;
  left: 0;
}
body.landing-30 .landing-30-cta .landing-30-cta-red {
  background-color: #ff0000;
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
}
body.landing-30 .landing-30-cta .landing-30-cta-red span {
  font-size: 0.813rem;
}
body.landing-30 .landing-30-cta .landing-30-cta-white {
  background-color: #ffffff;
  color: #000;
  font-size: 1.25rem;
  font-weight: 900;
  display: flex;
  align-items: center;
}
body.landing-30 .landing-30-cta .landing-30-cta-red, body.landing-30 .landing-30-cta .landing-30-cta-white {
  padding: 1.25rem 2rem;
}
body.landing-30 .top-content {
  min-height: 100%;
  padding-bottom: 30px;
}
body.landing-30 .top-content .landing-30-logo {
  margin-top: 50px;
}
body.landing-30 .top-content .landing-30-head {
  margin-top: 150px;
}
body.landing-30 .top-content .landing-30-head h1 {
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.25;
}
body.landing-30 .top-content .landing-30-list ul {
  list-style: none;
  font-size: 1.125rem;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
body.landing-30 .top-content .landing-30-list ul li {
  margin-right: 2rem;
  margin-bottom: 1rem;
}
body.landing-30 .top-content .landing-30-list ul li:before {
  content: "\f00c";
  font-family: "Line Awesome Free";
  font-weight: 900;
  margin-right: 5px;
}
body.landing-30 .top-content .subscribe-info-link {
  color: #ffffff;
  font-size: 1rem;
  border-bottom: 1px dashed #ffffff;
}
body.landing-30 .top-content .subscribe-info-link:hover {
  border-color: #2c2c2c;
}
body.landing-30 .subscribe-info {
  background-color: #272727;
}
body.landing-30 .subscribe-info h2 {
  font-size: 2rem;
}
body.landing-30 .subscribe-info h3 {
  font-size: 1.25rem;
}
body.landing-30 .bottom-content .landing-30-cta {
  margin-top: 120px;
  margin-bottom: 120px;
}

@media only screen and (max-width: 48em) {
  body.landing-30 {
    height: auto;
  }
  body.landing-30 .landing-30-cta {
    margin-top: 25px;
  }
  body.landing-30 .top-content .landing-30-logo {
    margin-top: 35px;
  }
  body.landing-30 .top-content .landing-30-head {
    margin-top: 30px;
  }
  body.landing-30 .top-content .landing-30-head h1 {
    font-size: 2.25rem;
  }
  body.landing-30 .top-content .landing-30-list ul {
    font-size: 1rem;
  }
  body.landing-30 .top-content .landing-30-list ul li {
    margin-right: 0;
  }
  body.landing-30 .subscribe-info-link {
    display: none;
  }
}
.inner-pr.mosprom {
  text-decoration: none;
  background-color: #111538;
  color: #fff;
  height: 500px;
  background-image: url( "/media/files/landings/mosprom/img/banners/bg-3.png"), url( "/media/files/landings/mosprom/img/banners/bg-2.png"), url( "/media/files/landings/mosprom/img/banners/bg-1.png"), url( "/media/files/landings/mosprom/img/banners/bg-0.png");
  background-position: bottom -20px left -20px, bottom 100px center, bottom center, bottom 130px right;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: 67px 67px, 46px 75px, 297px 474px, 196px 201px;
  transition: background-position 0.5s ease;
}
.inner-pr.mosprom > img + img {
  margin-top: 50px;
}

.inner-pr.mosprom:hover {
  background-position: bottom 50px left -10px, bottom 130px center, bottom -10px center, bottom 203px right 20px;
}

/*------------- Landing ------------*/
body.landing-month {
  background-color: #f6f6f6;
  position: relative;
  color: #000;
}
body.landing-month a.pseudo-link {
  color: #000;
  border-bottom: 1px dashed #000;
}
body.landing-month a.pseudo-link:hover {
  border-color: #ffffff;
}
body.landing-month .landing-month-button-centered {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body.landing-month .landing-month-button-centered a {
  align-self: center;
  width: 100%;
}
body.landing-month .red-button {
  box-shadow: 4px 4px 0px 1px #fb9a98;
}
body.landing-month .red-button:hover {
  box-shadow: none;
}
body.landing-month .secondary-button {
  box-shadow: 4px 4px 0px 1px #000;
}
body.landing-month .secondary-button:hover {
  box-shadow: none;
}
body.landing-month > section.header {
  background: #ffffff;
  height: 70px;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}
body.landing-month > section.header.add-shadow {
  box-shadow: 0 0 40px 0 rgba(153, 153, 153, 0.54);
  transition: box-shadow 0.3s ease-in-out;
}
body.landing-month > section.header + section {
  padding-top: 6rem;
}
body.landing-month > section.header > div {
  height: 100%;
}
body.landing-month > section.header > div > div {
  height: 100%;
}
body.landing-month > section.header > div > div > div {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body.landing-month > section.header > div > div > div > .red-button {
  align-self: center;
}
body.landing-month > section.top-info {
  padding-top: 4rem;
  padding-bottom: 2rem;
  font-size: 1rem;
}
body.landing-month > section.top-info .top-img-wrapper img {
  width: 100%;
  margin-top: 2rem;
}
body.landing-month > section.top-info h1 {
  font-size: 1.5rem;
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.4;
}
body.landing-month > section.top-info span {
  color: #999999;
  display: block;
  margin-top: 1rem;
  font-size: 0.875rem;
}
body.landing-month > section.top-info span > span {
  display: inline;
}
body.landing-month > section.more-info-link {
  background-color: #ffffff;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
body.landing-month > section.usp {
  background-color: #ffffff;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
body.landing-month > section.usp .landing-month-usp-item {
  padding-bottom: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
body.landing-month > section.usp .landing-month-usp-item > span {
  font-weight: 700;
  font-size: 1.25rem;
}
body.landing-month > section.usp .landing-month-price {
  font-size: 2.25rem;
  font-weight: 900;
  border-top: 1px solid #ccc;
  padding-top: 2rem;
}
body.landing-month > section.included {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
body.landing-month > section.included > div > div > .included-title-wrapper > div > h2 {
  font-size: 1.5rem;
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.4;
}
body.landing-month > section.included > div > div > .included-title-wrapper > div > span {
  color: #999999;
}
body.landing-month > section.included .included-carousel {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
body.landing-month > section.included .included-carousel > ul {
  width: 10000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
body.landing-month > section.included .included-carousel > ul > li {
  float: left;
}
body.landing-month > section.included .included-carousel > ul > li > .included-category-title {
  font-size: 1.25rem;
  font-weight: 700;
  display: block;
  margin-bottom: 1rem;
}
body.landing-month > section.included .included-carousel > ul > li > .included-category-title a {
  color: #000;
}
body.landing-month > section.included .included-carousel > ul > li > div {
  background-color: #ffffff;
  margin-right: 40px;
  padding: 1.5rem;
}
body.landing-month > section.included .included-carousel > ul > li > div > article {
  border-top: 0;
}
body.landing-month > section.included .included-carousel > ul > li > div > article .img {
  margin-top: 0;
}
body.landing-month > section.included .included-carousel-control {
  display: none;
}
body.landing-month > section.included .included-carousel-pagination {
  margin-top: 0.5rem;
}
body.landing-month > section.included .included-carousel-pagination a {
  text-decoration: none;
  display: inline-block;
  font-size: 11px;
  height: 6px;
  width: 6px;
  line-height: 6px;
  background: #ccc;
  color: #4E443C;
  border-radius: 10px;
  text-indent: -9999px;
  margin-right: 5px;
}
body.landing-month > section.included .included-carousel-pagination a.active {
  background: #000;
  color: #fff;
  opacity: 1;
  height: 10px;
  width: 10px;
  margin-top: -2px;
  line-height: 10px;
}
body.landing-month .landing-month-price-big-button {
  display: flex;
  align-items: center;
  flex-direction: column;
}
body.landing-month .landing-month-price-big-button a {
  font-size: 1.125rem;
  margin-bottom: 1rem;
  align-self: center;
}
body.landing-month .landing-month-price-big-button span {
  color: #999999;
}
body.landing-month .container-fluid {
  box-sizing: border-box;
}
body.landing-month .subscribe-info h3 {
  font-size: 1.25rem;
}

@media only screen and (max-width: 664px) {
  body.landing-month > section.included .included-carousel > ul > li > div {
    margin-right: 0;
  }
}
@media only screen and (min-width: 664px) {
  body.landing-month > section.included .included-carousel-control {
    display: inline-block;
    position: absolute;
    top: 50%;
    font-size: 2.5rem;
    color: #999999;
    margin-top: -1.25rem;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 10px;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
  }
  body.landing-month > section.included .included-carousel-control:hover {
    color: #000;
  }
  body.landing-month > section.included .included-carousel-control.included-carousel-prev {
    left: -15px;
  }
  body.landing-month > section.included .included-carousel-control.included-carousel-next {
    right: 15px;
  }
  body.landing-month > section.included .included-carousel-control.active {
    display: none;
  }
}
@media only screen and (min-width: 48em) {
  body.landing-month .landing-month-button-centered {
    text-align: left;
    display: block;
    align-items: flex-start;
  }
  body.landing-month .landing-month-button-centered a {
    align-self: flex-start;
    width: auto;
    margin-right: 20px;
    margin-bottom: 0;
  }
  body.landing-month > section.header + section {
    padding-top: 8rem;
  }
  body.landing-month > section.header.top-info {
    padding-bottom: 4rem;
  }
  body.landing-month > section.top-info {
    padding-bottom: 3rem;
  }
  body.landing-month > section.top-info h1 {
    font-size: 2rem;
  }
  body.landing-month > section.top-info .top-img-wrapper {
    position: relative;
  }
  body.landing-month > section.top-info .top-img-wrapper img {
    position: absolute;
    height: auto;
    margin-top: 0;
  }
  body.landing-month > section.included {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  body.landing-month > section.included > div > div > .included-title-wrapper {
    display: flex;
    justify-content: space-between;
  }
  body.landing-month > section.included > div > div > .included-title-wrapper > div > h2 {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 62em) {
  body.landing-month > section.top-info h1 {
    font-size: 2rem;
  }
}
/*------------- Landing ------------*/
body.landing-month-2 {
  background: #f9fbfe;
  background: linear-gradient(90deg, #f9fbfe 0%, #f8f6fc 50%, #fff9fd 100%);
  position: relative;
  color: #000;
}
body.landing-month-2 p > a {
  color: #39c;
}
body.landing-month-2 p > a:hover {
  border-bottom: 1px solid #39c;
}
body.landing-month-2 a.pseudo-link {
  color: #000;
  border-bottom: 1px dashed #000;
  font-weight: 700;
}
body.landing-month-2 a.pseudo-link:hover {
  border-color: #ffffff;
}
body.landing-month-2 .landing-month-button-centered {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body.landing-month-2 .landing-month-button-centered a {
  align-self: center;
  width: 100%;
}
body.landing-month-2 .activate-test {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
body.landing-month-2 .activate-test > div {
  display: inline-block;
  height: 26px;
}
body.landing-month-2 .activate-test > span {
  font-weight: 500;
}
body.landing-month-2 > section.header {
  background: #5ea2ef;
  background: linear-gradient(90deg, #5ea2ef 0%, #4001a8 50%, #fa58bb 100%);
  height: 70px;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}
body.landing-month-2 > section.header.add-shadow {
  box-shadow: 0 0 40px 0 rgba(153, 153, 153, 0.54);
  transition: box-shadow 0.3s ease-in-out;
}
body.landing-month-2 > section.header + section {
  padding-top: 6rem;
}
body.landing-month-2 > section.header > div {
  height: 100%;
}
body.landing-month-2 > section.header > div > div {
  height: 100%;
}
body.landing-month-2 > section.header > div > div > div {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
body.landing-month-2 > section.header > div > div > div > span {
  color: #ffffff;
  font-weight: 700;
  font-size: 1.125rem;
  margin-left: 2rem;
}
body.landing-month-2 > section.header > div > div > div > .rounded-white-button {
  margin-left: auto;
  align-self: center;
}
body.landing-month-2 > section.top-info {
  padding-top: 4rem;
  padding-bottom: 2rem;
  font-size: 1rem;
}
body.landing-month-2 > section.top-info .top-img-wrapper img {
  max-width: 100%;
  margin-top: 2rem;
  width: auto;
}
body.landing-month-2 > section.top-info h1 {
  font-size: 1.5rem;
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.4;
}
body.landing-month-2 > section.top-info span {
  color: #999999;
  display: block;
  margin-top: 1rem;
  font-size: 0.875rem;
}
body.landing-month-2 > section.top-info span > span {
  display: inline;
}
body.landing-month-2 > section.more-info-link {
  background-color: #ffffff;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
body.landing-month-2 > section.more-info-link .rounded-gradient-button + span {
  color: #999999;
  margin-top: 1rem;
}
body.landing-month-2 > section.usp {
  background-color: #ffffff;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
body.landing-month-2 > section.usp .landing-month-usp-item {
  padding-bottom: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
body.landing-month-2 > section.usp .landing-month-usp-item > span {
  font-weight: 700;
  font-size: 1.25rem;
}
body.landing-month-2 > section.usp .landing-month-price {
  font-size: 2.25rem;
  font-weight: 900;
  border-top: 1px solid #ccc;
  padding-top: 2rem;
}
body.landing-month-2 > section.usp .landing-month-price s {
  color: #999999;
}
body.landing-month-2 > section.included {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
body.landing-month-2 > section.included > div > div > .included-title-wrapper > div > h2 {
  font-size: 1.5rem;
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.4;
}
body.landing-month-2 > section.included > div > div > .included-title-wrapper > div > span {
  color: #999999;
}
body.landing-month-2 > section.included .included-carousel {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
body.landing-month-2 > section.included .included-carousel > ul {
  width: 10000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
body.landing-month-2 > section.included .included-carousel > ul > li {
  float: left;
}
body.landing-month-2 > section.included .included-carousel > ul > li > .included-category-title {
  font-size: 1.25rem;
  font-weight: 700;
  display: block;
  margin-bottom: 1rem;
}
body.landing-month-2 > section.included .included-carousel > ul > li > .included-category-title a {
  color: #000;
}
body.landing-month-2 > section.included .included-carousel > ul > li > div {
  background-color: #ffffff;
  margin-right: 40px;
  padding: 1.5rem;
}
body.landing-month-2 > section.included .included-carousel > ul > li > div > article {
  border-top: 0;
}
body.landing-month-2 > section.included .included-carousel > ul > li > div > article .img {
  margin-top: 0;
}
body.landing-month-2 > section.included .included-carousel-control {
  display: none;
}
body.landing-month-2 > section.included .included-carousel-pagination {
  margin-top: 0.5rem;
}
body.landing-month-2 > section.included .included-carousel-pagination a {
  text-decoration: none;
  display: inline-block;
  font-size: 11px;
  height: 6px;
  width: 6px;
  line-height: 6px;
  background: #ccc;
  color: #4E443C;
  border-radius: 10px;
  text-indent: -9999px;
  margin-right: 5px;
}
body.landing-month-2 > section.included .included-carousel-pagination a.active {
  background: #000;
  color: #fff;
  opacity: 1;
  height: 10px;
  width: 10px;
  margin-top: -2px;
  line-height: 10px;
}
body.landing-month-2 > section.subscribe-info .row > div {
  margin-bottom: 0;
}
body.landing-month-2 .landing-month-price-big-button {
  display: flex;
  align-items: center;
  flex-direction: column;
}
body.landing-month-2 .landing-month-price-big-button a {
  font-size: 1.125rem;
  margin-bottom: 1rem;
  align-self: center;
}
body.landing-month-2 .landing-month-price-big-button > span {
  color: #999999;
}
body.landing-month-2 .container-fluid {
  box-sizing: border-box;
}
body.landing-month-2 .subscribe-info h3 {
  font-size: 1.25rem;
}

@media only screen and (min-width: 664px) {
  body.landing-month-2 > section.included .included-carousel-control {
    display: inline-block;
    position: absolute;
    top: 50%;
    font-size: 2.5rem;
    color: #999999;
    margin-top: -1.25rem;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 10px;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
  }
  body.landing-month-2 > section.included .included-carousel-control:hover {
    color: #000;
  }
  body.landing-month-2 > section.included .included-carousel-control.included-carousel-prev {
    left: -30px;
  }
  body.landing-month-2 > section.included .included-carousel-control.included-carousel-next {
    right: 10px;
  }
  body.landing-month-2 > section.included .included-carousel-control.active {
    display: none;
  }
}
@media only screen and (max-width: 664px) {
  body.landing-month-2 > section.included .included-carousel > ul > li > div {
    margin-right: 0;
  }
}
@media only screen and (min-width: 48em) {
  body.landing-month-2 .landing-month-button-centered {
    align-items: flex-start;
    flex-direction: row;
    align-items: center;
  }
  body.landing-month-2 .landing-month-button-centered a {
    align-self: flex-start;
    width: auto;
    margin-right: 20px;
    margin-bottom: 0;
  }
  body.landing-month-2 > section.header + section {
    padding-top: 8rem;
  }
  body.landing-month-2 > section.header.top-info {
    padding-bottom: 4rem;
  }
  body.landing-month-2 > section.top-info {
    padding-bottom: 3rem;
  }
  body.landing-month-2 > section.top-info h1 {
    font-size: 2rem;
  }
  body.landing-month-2 > section.top-info .top-img-wrapper {
    position: relative;
  }
  body.landing-month-2 > section.included {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  body.landing-month-2 > section.included > div > div > .included-title-wrapper {
    display: flex;
    justify-content: space-between;
  }
  body.landing-month-2 > section.included > div > div > .included-title-wrapper > div > h2 {
    font-size: 2rem;
  }
  body.landing-month-2 > section.more-info-link .rounded-gradient-button + span {
    margin-top: 0;
  }
}
@media only screen and (min-width: 62em) {
  body.landing-month-2 > section.top-info h1 {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 374px) {
  body.landing-month-2 .rounded-gradient-button {
    font-size: 1rem !important;
  }
  body.landing-month-2 h2 {
    font-size: 1.25rem !important;
  }
  body.landing-month-2 .rounded-secondary-button {
    font-size: 0.875rem !important;
  }
  body.landing-month-2 > section.header img {
    width: 120px !important;
  }
  body.landing-month-2 > section.header .rounded-white-button {
    font-size: 0.75rem;
  }
  body.landing-month-2 > section.top-info h1 {
    font-size: 1.25rem;
  }
}
body.si {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
}
body.si .si-chart-blue {
  color: #1498fc;
}
body.si .si-chart-orange {
  color: #ff6d00;
}
body.si a {
  color: #3399cc;
  text-decoration: underline;
}
body.si a:hover {
  text-decoration: none;
}
body.si section {
  padding-top: 60px;
  padding-bottom: 60px;
}
body.si section h2 {
  font-size: 30px;
  font-weight: 900;
  margin-top: 0;
}
body.si section .si-subtitle {
  font-size: 24px;
  font-weight: 600;
}
body.si section .si-logo-wrapper {
  margin-bottom: 40px;
}
body.si section .si-logo-wrapper img {
  width: 200px;
}
body.si section .si-footer-logo-wrapper img {
  width: 200px;
  margin-bottom: 30px;
}
body.si section.si-hero {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 0;
}
body.si section.si-hero .hero-scroll-cta {
  display: flex;
  align-items: center;
  margin-top: 100px;
}
body.si section.si-hero .hero-scroll-cta img {
  margin-right: 10px;
}
body.si section.si-hero .h1 {
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 50px;
}
body.si section.si-hero .h1 > span {
  font-weight: bold;
  grid-row-start: 1;
  grid-column-start: 1;
  font-size: 70px;
  font-weight: 900;
  line-height: 1;
  padding-bottom: 1rem;
  --stack-height: calc(100% / var(--stacks) - 1px);
  --inverse-index: calc(calc(var(--stacks) - 1) - var(--index));
  --clip-top: calc(var(--stack-height) * var(--index));
  --clip-bottom: calc(var(--stack-height) * var(--inverse-index));
  clip-path: inset(var(--clip-top) 0 var(--clip-bottom) 0);
  animation: stack 340ms cubic-bezier(0.46, 0.29, 0, 1.24) 1 backwards calc(var(--index) * 120ms), glitch 2s ease infinite 2s alternate-reverse;
}
body.si section.si-hero .h1 > span:nth-child(odd) {
  --glitch-translate: 8px;
}
body.si section.si-hero .h1 > span:nth-child(even) {
  --glitch-translate: -8px;
}
body.si section.si-hero .hero-description {
  font-size: 18px;
  font-weight: 700;
}
body.si section.si-hero video {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  filter: grayscale(1);
  opacity: 0.3;
}
body.si section.si-hero .container {
  position: relative;
  text-align: left;
}
body.si section.si-black {
  background-color: #000000;
  color: #ffffff;
}
body.si section.si-black.podcast {
  background: #000000 url( "/media/files/landings/si/podcast.jpg") left top no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
body.si section.si-white {
  background-color: #fff;
  color: #000;
}
body.si section.si-blue {
  background: #1ca9f6;
  background: linear-gradient(90deg, #1ca9f6 0%, #4285ec 50%, #1ca9f6 100%);
  position: relative;
}
body.si section.si-blue .container {
  position: relative;
  z-index: 10;
}
body.si section.si-blue .si-case-item {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0px 26px 49px 0px rgba(9, 50, 106, 0.41);
  padding: 25px;
  margin-top: 40px;
  z-index: 10;
}
body.si section.si-blue .si-case-item .si-case-item-description {
  background-color: #f1f7fd;
  font-size: 0.875rem;
  padding: 1rem;
  border-radius: 4px;
  margin-bottom: 20px;
}
body.si section.si-blue .si-case-item .si-case-item-description p {
  margin-top: 0;
}
body.si section.si-blue .si-case-item h3 {
  font-size: 24px;
  font-weight: 700;
  margin-top: 0;
}
body.si section.si-blue .si-case-item p.strong {
  font-weight: 600;
}
body.si section.si-blue h2 {
  color: #fff;
}
body.si section.si-blue .parallax-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
body.si section.si-blue .parallax-wrapper .parallax-layer {
  position: absolute;
  width: 100%;
  height: 20000px;
}
body.si section.si-blue .parallax-wrapper .parallax-layer#l1 {
  background-image: url( "/media/files/landings/si/layer_1.png");
  background-position: 100px 200px;
  top: 0;
}
body.si section.si-blue .parallax-wrapper .parallax-layer#l2 {
  background-image: url( "/media/files/landings/si/layer_2.png");
  background-position: 150px 300px;
  top: -100px;
}
body.si section.si-blue .parallax-wrapper .parallax-layer#l3 {
  background-image: url( "/media/files/landings/si/layer_3.png");
  top: 0;
}
body.si section.si-blue .parallax-wrapper .parallax-layer#l4 {
  background-image: url( "/media/files/landings/si/layer_1.png");
  background-position: 50px 200px;
  top: 0;
}
body.si section.si-blue .parallax-wrapper .parallax-layer#l5 {
  background-image: url( "/media/files/landings/si/layer_2.png");
  background-position: 150px 250px;
  top: -100px;
}
body.si section.si-blue .parallax-wrapper .parallax-layer#l6 {
  background-image: url( "/media/files/landings/si/layer_3.png");
  top: 0;
}
body.si section.si-light-blue {
  background-color: #d4e9f6;
}
body.si section.si-light-blue .si-usp div {
  display: flex;
  position: relative;
  align-items: flex-start;
  padding-right: 100px;
  margin-bottom: 40px;
}
body.si section.si-light-blue .si-usp div.i1 {
  background: transparent url( "/media/files/landings/si/1.png") right 10px top no-repeat;
  background-size: 132px 110px;
}
body.si section.si-light-blue .si-usp div.i2 {
  background: transparent url( "/media/files/landings/si/2.png") right 10px top no-repeat;
  background-size: 107px 125px;
}
body.si section.si-light-blue .si-usp div.i3 {
  background: transparent url( "/media/files/landings/si/3.png") right top no-repeat;
  background-size: 169px 98px;
}
body.si section.si-light-blue .si-usp div.i4 {
  background: transparent url( "/media/files/landings/si/4.png") right 10px top no-repeat;
  background-size: 81px 89px;
}
body.si section.si-light-blue .si-usp div.i5 {
  background: transparent url( "/media/files/landings/si/5.png") right 10px top no-repeat;
  background-size: 89px 121px;
}
body.si section.si-light-blue .si-usp div.i6 {
  background: transparent url( "/media/files/landings/si/6.png") right 10px top no-repeat;
  background-size: 88px 96px;
}
body.si section.si-light-blue .si-usp div .usp-index {
  font-size: 120px;
  color: #c4dae8;
  font-weight: 900;
  width: 80px;
  flex-shrink: 0;
  display: inline-block;
  line-height: 1;
}
body.si section.si-light-blue .si-usp div .usp-index + span {
  margin-left: -20px;
}
body.si .si-info-links {
  font-size: 0.875rem;
}
body.si .si-button {
  border-radius: 4px;
  background: #fb931d;
  background: linear-gradient(90deg, #fb931d 0%, #fe6015 100%);
  box-shadow: 0px 2px 62px 0px rgba(8, 47, 101, 0.16);
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  padding: 1rem 2rem;
  margin-top: 2rem;
  box-sizing: border-box;
  text-align: center;
  transition: all 1s;
  text-decoration: none;
}
body.si .si-button.with-icon {
  padding-left: 50px;
  position: relative;
}
body.si .si-button.with-icon > i {
  position: absolute;
  font-size: 2rem;
  left: 1rem;
  top: 0.75rem;
}
body.si .si-button:hover {
  background: linear-gradient(90deg, #fb931d 0%, #fe6015 50%);
}

@keyframes stack {
  0% {
    opacity: 0;
    transform: translateX(-50%);
    text-shadow: -2px 3px 0 red, 2px -3px 0 blue;
  }
  60% {
    opacity: 0.5;
    transform: translateX(50%);
  }
  80% {
    transform: none;
    opacity: 1;
    text-shadow: 2px -3px 0 red, -2px 3px 0 blue;
  }
  100% {
    text-shadow: none;
  }
}
@keyframes glitch {
  0% {
    text-shadow: -2px 3px 0 red, 2px -3px 0 blue;
    transform: translate(var(--glitch-translate));
  }
  2% {
    text-shadow: 2px -3px 0 red, -2px 3px 0 blue;
  }
  4%, 100% {
    text-shadow: none;
    transform: none;
  }
}
@media only screen and (min-width: 48em) {
  body.si {
    font-size: 1rem;
  }
  body.si section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  body.si section h2 {
    font-size: 30px;
    font-weight: 900;
  }
  body.si section .si-subtitle {
    font-size: 20px;
  }
  body.si section .si-logo-wrapper {
    margin-bottom: 60px;
  }
  body.si section .si-footer-logo-wrapper img {
    margin-bottom: 0;
  }
  body.si section.si-hero .hero-scroll-cta {
    margin-top: 150px;
  }
  body.si section.si-hero .h1 {
    margin-bottom: 50px;
  }
  body.si section.si-hero .h1 > span {
    font-size: 130px;
  }
  body.si section.si-hero .hero-description {
    font-size: 24px;
  }
  body.si section.si-blue .si-case-item {
    padding: 40px;
    margin-top: 80px;
  }
  body.si section.si-blue .si-case-item .si-case-item-description {
    font-size: 0.875rem;
    margin-bottom: 20px;
  }
  body.si section.si-blue .si-case-item h3 {
    font-size: 24px;
  }
  body.si section.si-blue .parallax-wrapper .parallax-layer#l1 {
    background-image: url( "/media/files/landings/si/layer_1.png");
    background-position: 100px 200px;
    top: 0;
  }
  body.si section.si-blue .parallax-wrapper .parallax-layer#l2 {
    background-image: url( "/media/files/landings/si/layer_2.png");
    background-position: 150px 300px;
    top: -100px;
  }
  body.si section.si-blue .parallax-wrapper .parallax-layer#l3 {
    background-image: url( "/media/files/landings/si/layer_3.png");
    top: 0;
  }
  body.si section.si-blue .parallax-wrapper .parallax-layer#l4 {
    background-image: url( "/media/files/landings/si/layer_1.png");
    background-position: 50px 200px;
    top: 0;
  }
  body.si section.si-blue .parallax-wrapper .parallax-layer#l5 {
    background-image: url( "/media/files/landings/si/layer_2.png");
    background-position: 150px 250px;
    top: -100px;
  }
  body.si section.si-blue .parallax-wrapper .parallax-layer#l6 {
    background-image: url( "/media/files/landings/si/layer_3.png");
    top: 0;
  }
  body.si section.si-light-blue .si-usp div {
    padding-right: 180px;
    align-items: center;
  }
  body.si section.si-light-blue .si-usp div.i1 {
    background: transparent url( "/media/files/landings/si/1.png") right 40px center no-repeat;
    background-size: 132px 110px;
  }
  body.si section.si-light-blue .si-usp div.i2 {
    background: transparent url( "/media/files/landings/si/2.png") right 40px center no-repeat;
    background-size: 107px 125px;
  }
  body.si section.si-light-blue .si-usp div.i3 {
    background: transparent url( "/media/files/landings/si/3.png") right 20px center no-repeat;
    background-size: 169px 98px;
  }
  body.si section.si-light-blue .si-usp div.i4 {
    background: transparent url( "/media/files/landings/si/4.png") right 40px center no-repeat;
    background-size: 81px 89px;
  }
  body.si section.si-light-blue .si-usp div.i5 {
    background: transparent url( "/media/files/landings/si/5.png") right 40px center no-repeat;
    background-size: 89px 121px;
  }
  body.si section.si-light-blue .si-usp div.i6 {
    background: transparent url( "/media/files/landings/si/6.png") right 40px center no-repeat;
    background-size: 88px 96px;
  }
  body.si section.si-light-blue .si-usp div .usp-index {
    font-size: 200px;
    color: #c4dae8;
    font-weight: 900;
  }
  body.si section.si-light-blue .si-usp div .usp-index + span {
    margin-left: -30px;
  }
}
@media only screen and (min-width: 62em) {
  body.si section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  body.si section.si-hero .h1 > span {
    font-size: 150px;
  }
  body.si section.si-hero .hero-description {
    font-size: 24px;
  }
}
@font-face {
  font-family: "Bebas Neue";
  font-style: normal;
  font-weight: 400;
  src: url( "/media/files/landings/pmef/fonts/bebas-neue.woff2") format("woff2"), url( "/media/files/landings/pmef/fonts/bebas-neue.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.pmef .pmef-header {
  background-color: #1a1a1a;
}
.pmef .pmef-header .pmef-header-logos {
  height: 50px;
}
.pmef .pmef-header .pmef-header-pr {
  background-color: #313030;
  background-position: top -100px center;
  background-size: cover;
  padding-bottom: 30px;
}
.pmef .pmef-header .pmef-header-pr .pmef_pr {
  position: relative;
  padding-top: 70px;
  color: #fff;
  padding-right: 200px;
}
.pmef .pmef-header .pmef-header-pr .pmef_pr::after {
  content: "";
  display: block;
  clear: both;
}
.pmef .pmef-header .pmef-header-pr .pmef_pr > .title {
  margin: 0 0 30px 0;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 50px;
  line-height: 1;
  text-transform: uppercase;
}
.pmef .pmef-header .pmef-header-pr .pmef_pr .rectangle {
  position: absolute;
  top: 37px;
  right: 0;
  width: 63.85965%;
  height: 210px;
  border: 5px solid #ca7;
  border-left: none;
}
.pmef .pmef-header .pmef-header-pr .pmef_pr .rectangle::before, .pmef .pmef-header .pmef-header-pr .pmef_pr .rectangle::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 15px;
  background-color: #ca7;
}
.pmef .pmef-header .pmef-header-pr .pmef_pr .rectangle::after {
  top: auto;
  bottom: 0;
  height: 70px;
}
.pmef .pmef-header .pmef-header-pr .pmef_pr .rectangle > .date {
  position: absolute;
  bottom: 22px;
  right: 25px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 44px;
  line-height: 1;
  color: #ca7;
  text-transform: uppercase;
  text-align: right;
}
.pmef .pmef-header .pmef-header-pr .pmef_pr .rectangle > .date span {
  display: block;
  font-family: "MuseoSans";
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  text-transform: none;
}
.pmef .pmef-header .pmef-header-pr .pmef_pr .desc {
  display: inline-block;
  width: 33.33%;
}
@media (max-width: 414px) {
  .pmef .pmef-header .pmef-header-pr .pmef_pr > .rectangle {
    position: absolute;
    top: 24px;
    right: 0;
    width: 63.85965%;
    border: 5px solid #ca7;
    border-left: none;
  }
}
@media (max-width: 1199px) and (min-width: 640px) {
  .pmef .pmef-header .pmef-header-pr .pmef_pr .desc {
    width: 60%;
  }
  .pmef .pmef-header .pmef-header-pr .pmef_pr > .rectangle::after {
    height: 80px;
  }
  .pmef .pmef-header .pmef-header-pr .pmef_pr > .rectangle > .date {
    top: auto;
    right: 29px;
    bottom: 22px;
  }
}
@media (max-width: 991px) and (min-width: 640px) {
  .pmef .pmef-header .pmef-header-pr .pmef_pr > .title {
    font-size: 40px;
    line-height: 1.2;
  }
}
@media (max-width: 705px) and (min-width: 640px) {
  .pmef .pmef-header .pmef-header-pr .pmef_pr > .rectangle {
    height: 260px;
  }
}
@media (max-width: 639px) {
  .pmef .pmef-header .pmef-header-pr .pmef_pr {
    padding-right: 0;
  }
  .pmef .pmef-header .pmef-header-pr .pmef_pr > .title {
    font-size: 32px;
    line-height: 1.22222;
    margin-bottom: 20px;
  }
  .pmef .pmef-header .pmef-header-pr .pmef_pr .desc {
    margin-bottom: 50px;
  }
  .pmef .pmef-header .pmef-header-pr .pmef_pr .desc img {
    height: 40px !important;
  }
  .pmef .pmef-header .pmef-header-pr .pmef_pr > .rectangle {
    right: auto;
    left: 0;
    width: 100%;
  }
  .pmef .pmef-header .pmef-header-pr .pmef_pr > .rectangle > .date {
    font-size: 26px;
  }
  .pmef .pmef-header .pmef-header-pr .pmef_pr > .rectangle > .date span {
    font-size: 0.875rem;
  }
  .pmef .pmef-header .pmef-header-pr .pmef_pr > .rectangle::before {
    height: 20px;
  }
  .pmef .pmef-header .pmef-header-pr .pmef_pr > .rectangle::after {
    bottom: 0;
    height: 30px;
  }
}
@media (max-width: 479px) {
  .pmef .pmef-header .pmef-header-pr .pmef_pr > .title {
    font-size: 24px;
  }
}
@media (max-width: 340px) {
  .pmef .pmef-header .pmef-header-pr .pmef_pr > .title {
    font-size: 20px;
  }
  .pmef .pmef-header .pmef-header-pr .pmef_pr > .rectangle > .date {
    font-size: 20px;
  }
}
.pmef .pmef-header .pmef-header-text {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 300;
}
.pmef .pmef-header .pmef-header-text strong {
  font-weight: 900;
}
.pmef .video-description {
  border-top: 1px solid #ffffff;
}
.pmef .video-description p {
  margin-bottom: 0;
}
.pmef .table-of-content-show-button-wrapper .table-of-content-button {
  border-left: none !important;
}
.pmef .video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
  height: 0;
  overflow: hidden;
}
.pmef iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}
.pmef .table-of-contents li {
  display: flex;
  position: relative;
  align-items: flex-start;
}
.pmef .table-of-contents li.current > span {
  background-color: #ff0000;
  color: #ffffff;
  padding: 2px 3px 2px 3px;
  border-radius: 3px;
  line-height: 1;
  margin-top: 2px;
}
.pmef .table-of-contents li.current > span::before {
  content: "\f04b";
  font-family: Line Awesome Free;
  font-weight: 900;
}
.pmef .table-of-contents li > span {
  margin-right: 0.5rem;
}
.pmef .table-of-contents li > span.semi-hidden {
  color: #999999;
}
.pmef .table-of-contents li > a {
  display: flex;
  flex-direction: column;
}
.pmef .table-of-contents li > a:hover {
  text-decoration: none;
}
.pmef .table-of-contents li > a span + span {
  margin-top: 0.5rem;
  font-size: 0.688rem;
  color: #999999;
}

@media only screen and (min-width: 48em) {
  .pmef .pmef-header .pmef-header-text {
    font-size: 1.5rem;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 62em) {
  .pmef .toc-wrapper {
    top: 20px !important;
    max-height: calc(100vh - 20px);
  }
}
/* / Landings */
body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url( "/media/files/plugins/lightbox/loading.gif") no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url( "data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url( "/media/files/plugins/lightbox/prev.png") left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url( "/media/files/plugins/lightbox/next.png") right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url( "/media/files/plugins/lightbox/close.png") top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

strong {
  font-weight: 700;
}

iframe {
  border: 0;
}

/*
* Custom
*/
.gsc-control-cse {
  padding: 0 !important;
}

html {
  font-family: "MuseoSans", sans-serif;
  height: 100%;
}

body {
  min-width: 320px;
  font-size: 0.875rem;
  color: #000;
  line-height: 1.5;
  font-weight: 300;
  height: 100%;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
body.fixed {
  position: fixed;
  width: 100%;
  overflow: hidden;
}

.d-flex {
  display: flex;
}

.f-grow {
  flex-grow: 1;
}

.f-875 {
  font-size: 0.875rem;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.flex-grow-1 {
  flex-grow: 1;
}

.justify-content-start {
  justify-content: flex-start;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-end {
  justify-content: flex-end;
}

.align-items-start {
  align-items: flex-start;
}

.align-items-center {
  align-items: center !important;
}

.align-self-center {
  align-self: center !important;
}

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

.flex-column {
  flex-direction: column;
}

.height-100 {
  height: 100%;
}

.cursor-pointer {
  cursor: pointer;
}

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

.clearfix::after {
  clear: both;
}

.description {
  color: #999999 !important;
}
.description a {
  color: #000;
}
.description a:hover {
  text-decoration: underline;
}

.small {
  font-size: 0.688rem;
}

.full-width {
  width: 100%;
}

.ms300 {
  font-weight: 300;
}

.ms500 {
  font-weight: 500;
}

.ms700 {
  font-weight: 700;
}

.ms900 {
  font-weight: 900;
}

.m-top-none {
  margin-top: 0 !important;
}

.p-top-none {
  padding-top: 0 !important;
}

.p-top-1 {
  padding-top: 1rem !important;
}

.p-bottom-1 {
  padding-bottom: 1rem !important;
}

.p-top-half {
  padding-top: 0.5rem !important;
}

.p-bottom-half {
  padding-bottom: 0.5rem !important;
}

.p-bottom-none {
  padding-bottom: 0 !important;
}

.p-left-none {
  padding-left: 0 !important;
}

.b-top-none {
  border-top: 0 !important;
}

.b-top-1 {
  border-top: 1px solid #ccc !important;
}

.b-bottom-1 {
  border-bottom: 1px solid #f2f2f2 !important;
}

.m-top-0 {
  margin-top: 0 !important;
}

.m-top-1 {
  margin-top: 1rem !important;
}

.m-top-half {
  margin-top: 0.5rem !important;
}

.m-top-2 {
  margin-top: 2rem !important;
}

.m-bottom-0 {
  margin-bottom: 0 !important;
}

.m-bottom-1 {
  margin-bottom: 1rem !important;
}

.m-bottom-2 {
  margin-bottom: 2rem !important;
}

.m-left-1 {
  margin-left: 1rem !important;
}

.m-left-2 {
  margin-left: 2rem !important;
}

.m-left-auto {
  margin-left: auto !important;
}

.m-right-1 {
  margin-right: 1rem !important;
}

.m-right-2 {
  margin-right: 2rem !important;
}

.green-color {
  color: #008000 !important;
}

.red-color, .red-color a {
  color: #ff0000 !important;
}

.black-color {
  color: #000 !important;
}

.yellow-color {
  color: #cc9933 !important;
}

.d-none-xs {
  display: none !important;
}

.d-none-md-block {
  display: none !important;
}

.d-block-md-none {
  display: block !important;
}

.d-xs-block-lg-none {
  display: block !important;
}

.d-xs-flex-lg-none {
  display: flex !important;
}

.d-xs-none-lg-block {
  display: none !important;
}

.d-xs-none-lg-flex {
  display: none !important;
}

.d-xs-none-md-inline-block {
  display: none !important;
}

.p-relative {
  position: relative;
}

.d-inline-block {
  display: inline-block !important;
}

.nowrap {
  white-space: nowrap;
}

.overflow-hidden {
  overflow: hidden;
}

input[type=text], input[type=email] {
  padding: 0.875rem;
  outline: none;
  font-size: 1rem;
  border: 0;
  font-weight: 500;
}

input::-webkit-input-placeholder {
  font-weight: 300;
  color: #999999;
}

input:-moz-placeholder {
  font-weight: 300;
  color: #999999;
}

textarea::-webkit-input-placeholder {
  font-weight: 300;
  color: #999999;
  font-size: 1rem;
}

textarea:-moz-placeholder {
  font-weight: 300;
  color: #999999;
  font-size: 1rem;
}

input[type=checkbox].slider-switch {
  position: absolute;
  margin: 8px 0 0 16px;
  visibility: hidden;
}
input[type=checkbox].slider-switch + label {
  position: relative;
  padding: 5px 0 0 50px;
  line-height: 2em;
  cursor: pointer;
}
input[type=checkbox].slider-switch + label:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 5px;
  width: 40px;
  /* x*5 */
  height: 24px;
  /* x*3 */
  border-radius: 16px;
  /* x*2 */
  background: #fff;
  border: 1px solid #d9d9d9;
  transition: all 0.3s;
}
input[type=checkbox].slider-switch + label:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 5px;
  width: 24px;
  /* x*3 */
  height: 24px;
  /* x*3 */
  border-radius: 16px;
  /* x*2 */
  background: #fff;
  border: 1px solid #d9d9d9;
  transition: all 0.3s;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
input[type=checkbox].slider-switch:checked + label:after {
  margin-left: 16px;
}
input[type=checkbox].slider-switch:checked + label:before {
  background: #333;
}

input[type=checkbox].slider-switch-on-off {
  position: absolute;
  margin: 8px 0 0 16px;
  visibility: hidden;
}
input[type=checkbox].slider-switch-on-off + label {
  position: relative;
  padding: 0 0 0 50px;
  line-height: 2em;
  cursor: pointer;
  display: block;
  width: 75px;
  box-sizing: border-box;
}
input[type=checkbox].slider-switch-on-off + label:before {
  content: "Выкл";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  padding-left: 6px;
  padding-right: 5px;
  width: 65px;
  /* x*5 */
  height: 24px;
  /* x*3 */
  border-radius: 16px;
  /* x*2 */
  background: #fff;
  border: 1px solid #d9d9d9;
  transition: all 0.3s;
  text-align: right;
  font-size: 12px;
  line-height: 22px;
  box-sizing: border-box;
  margin-top: 1px;
}
input[type=checkbox].slider-switch-on-off + label:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 24px;
  /* x*3 */
  height: 24px;
  /* x*3 */
  border-radius: 16px;
  /* x*2 */
  background: #fff;
  border: 1px solid #d9d9d9;
  transition: all 0.3s;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
input[type=checkbox].slider-switch-on-off:checked + label:after {
  margin-left: 32px;
}
input[type=checkbox].slider-switch-on-off:checked + label:before {
  content: "Вкл";
  background: #333;
  color: #fff;
  text-align: left;
  width: 58px;
}
input[type=checkbox].slider-switch-on-off:disabled + label {
  opacity: 0.5;
}
input[type=checkbox].slider-switch-on-off:disabled + label::after {
  background: #d9d9d9;
}

.newbie-tip {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  left: 20px;
  z-index: 10;
  width: 275px;
  transform: translate(-50%, 0);
  color: #ffffff;
  padding: 1rem;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.3);
  font-size: 1rem;
}
.newbie-tip.bottom {
  top: 50px;
}
.newbie-tip.bottom:after {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #000000 transparent;
}
.newbie-tip.top {
  top: -140px;
}
.newbie-tip.top:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #000000 transparent transparent transparent;
}
.newbie-tip .newbie-title {
  font-weight: 900;
  font-size: 1.5rem;
  display: block;
}
.newbie-tip .newbie-title + span {
  line-height: 1.25rem;
  display: inline-block;
  margin-top: 0.5rem;
}

.toast {
  position: fixed;
  bottom: 0;
  background-color: #fff;
  box-shadow: 0px 0px 200px 150px rgba(0, 0, 0, 0.4);
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  box-sizing: border-box;
  z-index: 10000;
}
.toast.inverted {
  background-color: #333;
  color: #fff;
}
.toast.inverted .toast-discount {
  background-color: #525252;
}
.toast.inverted .toast-discount .toast-discount-title {
  color: #a0beff;
}
.toast.inverted .toast-discount .toast-discount-amount {
  color: #a0beff;
  border-bottom: 1px solid #000;
}
.toast.inverted .toast-discount-prices span {
  text-decoration: line-through;
  color: #fff;
}
.toast.inverted .toast-discount-prices span + span {
  text-decoration: none;
  color: #fa6f6f;
}
.toast.to-right {
  right: 0;
}
.toast .h3 {
  font-weight: 900;
  font-size: 18px;
}
.toast .la-times {
  color: #aca5a5;
  font-size: 18px;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.toast .toast-discount {
  background-color: #f2f2f2;
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 5px;
}
.toast .toast-discount .toast-discount-title {
  color: #527ede;
  font-weight: 500;
  line-height: 1;
}
.toast .toast-discount .toast-discount-amount {
  font-size: 24px;
  font-weight: 900;
  color: #527ede;
  border-bottom: 1px solid #d9d9d9;
  width: 100%;
  text-align: center;
  margin-bottom: 5px;
}
.toast .toast-discount-prices {
  font-size: 16px;
  margin-top: 6px;
  font-weight: 700;
}
.toast .toast-discount-prices span {
  text-decoration: line-through;
}
.toast .toast-discount-prices span + span {
  text-decoration: none;
  color: #cc0000;
}

.circled-checks {
  list-style: none;
  padding: 0;
}
.circled-checks li {
  font-weight: 700;
  padding-left: 30px;
  position: relative;
  margin-bottom: 5px;
}
.circled-checks li::before {
  content: "\f058";
  font-family: "Line Awesome Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: -6px;
  font-size: 22px;
}

a {
  text-decoration: none;
}

.primary-button {
  display: inline-flex;
  flex-grow: 0;
  padding: 16px 20px;
  background-color: #222;
  color: #ffffff;
  font-weight: 700;
  align-items: center;
  box-sizing: border-box;
  outline: none;
  line-height: 1;
  cursor: pointer;
  align-self: flex-start;
  justify-content: center;
  -webkit-appearance: none;
  border: none;
  flex-shrink: 0;
}
.primary-button i {
  font-size: 1.5rem;
  margin-right: 0.313rem;
  line-height: 1rem;
}
.primary-button:hover {
  box-shadow: 4px 4px 0px 1px #999999;
}
.primary-button.inverted {
  background-color: #ffffff;
  color: #000;
}
.primary-button.inverted:hover {
  box-shadow: 4px 4px 0px 1px #333;
}

.secondary-button {
  display: inline-flex;
  flex-grow: 0;
  padding: 15px 19px;
  background-color: transparent;
  color: #000;
  font-weight: 700;
  align-items: center;
  border: 1px solid #999999;
  box-sizing: border-box;
  outline: none;
  line-height: 1;
  cursor: pointer;
  justify-content: center;
  align-self: flex-start;
  -webkit-appearance: none;
  flex-shrink: 0;
}
.secondary-button.inverted {
  color: #f2f2f2;
}
.secondary-button.inverted:hover {
  color: #ffffff;
  border-color: #ffffff;
  box-shadow: 4px 4px 0px 1px #222;
  text-decoration: none !important;
}
.secondary-button:hover {
  color: #222;
  box-shadow: 4px 4px 0px 1px #222;
  border-color: #222;
  text-decoration: none !important;
}
.secondary-button i {
  font-size: 1.5rem;
  margin-right: 0.313rem;
  line-height: 1rem;
}
.secondary-button#show-filter {
  padding: 16px 14px 15px 14px;
  position: relative;
}
.secondary-button#show-filter i {
  margin-right: 0;
}
.secondary-button#show-filter:after {
  content: "\f141";
  font-family: "Line Awesome Free";
  font-weight: 900;
  position: absolute;
  right: -25px;
  color: #999999;
  font-size: 1rem;
}
.secondary-button#show-filter:hover:after {
  color: #000;
}

.red-button {
  display: inline-flex;
  flex-grow: 0;
  padding: 16px 20px;
  background-color: #ff0000;
  color: #ffffff;
  font-weight: 700;
  align-items: center;
  box-sizing: border-box;
  outline: none;
  line-height: 1;
  cursor: pointer;
  align-self: flex-start;
  justify-content: center;
  -webkit-appearance: none;
  border: none;
  flex-shrink: 0;
}
.red-button i {
  font-size: 1.5rem;
  margin-right: 0.313rem;
  line-height: 1rem;
}
.red-button:hover {
  box-shadow: 4px 4px 0px 1px #000;
}

.green-button {
  display: inline-flex;
  flex-grow: 0;
  padding: 16px 20px;
  background-color: #008000;
  color: #ffffff;
  font-weight: 700;
  align-items: center;
  box-sizing: border-box;
  outline: none;
  line-height: 1;
  cursor: pointer;
  align-self: flex-start;
  justify-content: center;
  -webkit-appearance: none;
  border: none;
  flex-shrink: 0;
}
.green-button i {
  font-size: 1.5rem;
  margin-right: 0.313rem;
  line-height: 1rem;
}
.green-button:hover {
  box-shadow: 4px 4px 0px 1px #000;
}

.gradient-button {
  display: inline-flex;
  flex-grow: 0;
  padding: 16px 20px;
  background: linear-gradient(90deg, #5596ea 0%, #3a009b 50%, #ba2ba5 100%);
  color: #ffffff;
  font-weight: 700;
  align-items: center;
  box-sizing: border-box;
  outline: none;
  line-height: 1;
  cursor: pointer;
  align-self: flex-start;
  justify-content: center;
  -webkit-appearance: none;
  border: none;
  flex-shrink: 0;
}
.gradient-button.rounded {
  border-radius: 3px;
}
.gradient-button i {
  font-size: 1.5rem;
  margin-right: 0.313rem;
  line-height: 1rem;
}
.gradient-button:hover {
  background: linear-gradient(90deg, #5596ea 0%, #3a009b 60%, #ba2ba5 100%);
}

.rounded-white-button {
  display: inline-flex;
  flex-grow: 0;
  padding: 14px 20px;
  background-color: #ffffff;
  color: #000;
  font-weight: 700;
  align-items: center;
  box-sizing: border-box;
  outline: none;
  line-height: 1;
  cursor: pointer;
  align-self: flex-start;
  justify-content: center;
  -webkit-appearance: none;
  border-radius: 4px;
  font-size: 1rem;
  flex-shrink: 0;
  transition: box-shadow 0.3s;
  -webkit-appearance: none;
  border: none;
}
.rounded-white-button:hover {
  box-shadow: 0px 0px 35px 0px rgba(64, 5, 170, 0.5);
}

.rounded-gradient-button {
  display: inline-flex;
  flex-grow: 0;
  padding: 14px 20px;
  background: #5ea2ef;
  background: linear-gradient(90deg, #5ea2ef 0%, #4001a8 50%, #fa58bb 100%);
  color: #ffffff;
  font-weight: 700;
  align-items: center;
  box-sizing: border-box;
  outline: none;
  line-height: 1;
  cursor: pointer;
  align-self: flex-start;
  justify-content: center;
  -webkit-appearance: none;
  border-radius: 4px;
  font-size: 1rem;
  flex-shrink: 0;
  box-shadow: 0px 0px 35px 0px rgba(64, 5, 170, 0.25);
  transition: box-shadow 0.3s;
  -webkit-appearance: none;
  border: none;
}
.rounded-gradient-button.big-button {
  font-size: 1.125rem;
  padding: 16px 20px;
}
.rounded-gradient-button:hover {
  box-shadow: 0px 0px 35px 0px rgba(64, 5, 170, 0.5);
}

.rounded-secondary-button {
  display: inline-flex;
  flex-grow: 0;
  padding: 14px 20px;
  background-color: transparent;
  color: #000;
  border: 1px solid #000;
  font-weight: 700;
  align-items: center;
  box-sizing: border-box;
  outline: none;
  line-height: 1;
  cursor: pointer;
  align-self: flex-start;
  justify-content: center;
  -webkit-appearance: none;
  border-radius: 4px;
  font-size: 1rem;
  flex-shrink: 0;
  transition: box-shadow 0.3s;
  -webkit-appearance: none;
}
.rounded-secondary-button:hover {
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.2);
}

.load-more {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

i.clickable {
  cursor: pointer;
}
i.clickable:hover {
  color: #999999;
}

/*  -----------  Magazines ------------ */
.mag-wrapper {
  position: relative;
  display: inline-block;
}
.mag-wrapper.archive-grey {
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  /* IE 6-9 */
  opacity: 0.6;
}
.mag-wrapper.archive-grey:hover {
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
  filter: none;
  /* IE 6-9 */
  opacity: 1;
}
.mag-wrapper.size-3 {
  width: 113px;
  height: 154px;
}
.mag-wrapper.size-3 .mag {
  position: absolute;
  width: 113px;
  height: 154px;
}
.mag-wrapper.size-3 .mag .mag-shadow {
  width: 113px;
  height: 154px;
  position: absolute;
  background: transparent url( "../img/cover_shadows_s3.png") left top no-repeat;
}
.mag-wrapper.size-3 .mag .mag-hover-overlay {
  width: 113px;
  height: 154px;
  position: absolute;
  background: #000;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mag-wrapper.size-3 .mag .mag-hover-overlay > i {
  color: #fff;
  font-size: 2rem;
}
.mag-wrapper.size-3 .mag:hover .mag-hover-overlay {
  opacity: 0.7;
}
.mag-wrapper.size-3.dark-shadow .mag {
  box-shadow: 6px 4px 13px 0px rgba(0, 0, 0, 0.4), 6px 4px 50px 0px rgba(0, 0, 0, 0.3);
}
.mag-wrapper.size-3.dark-shadow .mag:hover {
  box-shadow: 6px 4px 13px 0px rgba(0, 0, 0, 0.4), 6px 4px 50px 0px rgba(0, 0, 0, 0.6);
}
.mag-wrapper.size-3.light-shadow .mag {
  box-shadow: 6px 4px 13px 0px rgba(0, 0, 0, 0.2), 6px 4px 50px 0px rgba(0, 0, 0, 0.1);
}
.mag-wrapper.size-3.light-shadow .mag:hover {
  box-shadow: 6px 4px 13px 0px rgba(0, 0, 0, 0.1), 6px 4px 50px 0px rgba(0, 0, 0, 0.2);
}
.mag-wrapper.size-4 {
  width: 174px;
  height: 238px;
}
.mag-wrapper.size-4 .mag {
  position: absolute;
  width: 174px;
  height: 235px;
}
.mag-wrapper.size-4 .mag .mag-shadow {
  width: 174px;
  height: 235px;
  position: absolute;
  background: transparent url( "../img/cover_shadows_s4.png") left top no-repeat;
}
.mag-wrapper.size-4.dark-shadow .mag {
  box-shadow: 6px 4px 13px 0px rgba(0, 0, 0, 0.4), 6px 4px 50px 0px rgba(0, 0, 0, 0.3);
}
.mag-wrapper.size-4.dark-shadow .mag:hover {
  box-shadow: 6px 4px 13px 0px rgba(0, 0, 0, 0.4), 6px 4px 50px 0px rgba(0, 0, 0, 0.6);
}
.mag-wrapper.size-4.light-shadow .mag {
  box-shadow: 6px 4px 13px 0px rgba(0, 0, 0, 0.2), 6px 4px 50px 0px rgba(0, 0, 0, 0.1);
}
.mag-wrapper.size-4.light-shadow .mag:hover {
  box-shadow: 6px 4px 13px 0px rgba(0, 0, 0, 0.1), 6px 4px 50px 0px rgba(0, 0, 0, 0.2);
}
.mag-wrapper.size-5 {
  width: 207px;
  height: 280px;
}
.mag-wrapper.size-5 .mag {
  position: absolute;
  width: 207px;
  height: 280px;
}
.mag-wrapper.size-5 .mag .mag-shadow {
  width: 207px;
  height: 280px;
  position: absolute;
  background: transparent url( "../img/cover_shadows_s5.png") left top no-repeat;
}
.mag-wrapper.size-5.dark-shadow .mag {
  box-shadow: 6px 4px 13px 0px rgba(0, 0, 0, 0.4), 6px 4px 50px 0px rgba(0, 0, 0, 0.3);
}
.mag-wrapper.size-5.dark-shadow .mag:hover {
  box-shadow: 6px 4px 13px 0px rgba(0, 0, 0, 0.4), 6px 4px 50px 0px rgba(0, 0, 0, 0.6);
}
.mag-wrapper.size-5.light-shadow .mag {
  box-shadow: 6px 4px 13px 0px rgba(0, 0, 0, 0.2), 6px 4px 50px 0px rgba(0, 0, 0, 0.1);
}
.mag-wrapper.size-5.light-shadow .mag:hover {
  box-shadow: 6px 4px 13px 0px rgba(0, 0, 0, 0.1), 6px 4px 50px 0px rgba(0, 0, 0, 0.2);
}

.mag {
  transition: all 0.1s;
}
.mag:hover {
  margin-top: -3px;
  margin-bottom: 3px;
}

/*  -----------  Magazines ------------ */
.subscribe-header .logo {
  display: inline-block;
  width: 114px;
  height: 21px;
  background-image: url( "data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' data-name='Layer 1' viewBox='0 0 365.38 60.46'%3e%3cpath d='M78.56 52.51A26.39 26.39 0 0 1 70 32.33a26.4 26.4 0 0 1 8.54-20.18A29.47 29.47 0 0 1 99.42 4.2a29.81 29.81 0 0 1 21 8A26.34 26.34 0 0 1 129 32.33a26.39 26.39 0 0 1-8.54 20.18 29.61 29.61 0 0 1-21 8 29.62 29.62 0 0 1-20.9-8Zm5.06-20.18A16.53 16.53 0 0 0 88.2 44.4a15.22 15.22 0 0 0 11.33 4.68 15.38 15.38 0 0 0 11.37-4.68 16.41 16.41 0 0 0 4.64-12.07 16.35 16.35 0 0 0-4.69-12 15.84 15.84 0 0 0-22.6 0 16.46 16.46 0 0 0-4.63 12Zm100.76 20.18a26.4 26.4 0 0 1-8.54-20.18 26.4 26.4 0 0 1 8.54-20.18 29.47 29.47 0 0 1 20.86-7.95 29.81 29.81 0 0 1 21 8 26.34 26.34 0 0 1 8.59 20.18 26.4 26.4 0 0 1-8.54 20.18 31.62 31.62 0 0 1-41.93 0Zm5.05-20.18A16.5 16.5 0 0 0 194 44.39a15.18 15.18 0 0 0 11.32 4.69 15.36 15.36 0 0 0 11.38-4.69 16.41 16.41 0 0 0 4.64-12.06 16.39 16.39 0 0 0-4.69-12 15.36 15.36 0 0 0-11.33-4.74 15.18 15.18 0 0 0-11.27 4.74 16.47 16.47 0 0 0-4.62 12Zm-175 27.43H0L9.19 0l24.23 34.72L57.73 0l9.19 59.76H52.45L49 30.74 33.42 54.48 17.89 30.74Zm121.93-1.46v-52h12v20.46h9.47V6.25h11.78V58.3h-11.8V35.8h-9.47v22.5Zm105 0v-52h12v18.04a38.92 38.92 0 0 1 6.78-9.62 27.83 27.83 0 0 1 8.47-6.1A17.09 17.09 0 0 1 277.44 7v7.88a13.24 13.24 0 0 0-4.52 1.84 18.53 18.53 0 0 0-3.47 2.9c-.63.7-1.23 1.42-1.79 2.15a23.8 23.8 0 0 0-1.58 2.37l11.15 34.16h-13.78l-7.88-20.92a17.16 17.16 0 0 0-1.21 2.15c-.39.81-.72 1.46-1 1.95V58.3Zm43.15 0V52c1.33 0 2.55-.77 3.68-2.31a10.55 10.55 0 0 0 1.9-5.69l3.26-37.75h32.18V58.3h-12.31V14.77h-7.67l-3.26 32.39c-.14 1.12-.28 2.33-.42 3.62a9.38 9.38 0 0 1-1.16 3.63 7.48 7.48 0 0 1-2.89 2.79 11.55 11.55 0 0 1-5.63 1.1Zm47.63 0V6.36h12v16.19h9.25a16.51 16.51 0 0 1 6.26 1.1 8.5 8.5 0 0 1 4.21 3.79 15.42 15.42 0 0 1 1.52 7.56v6.31a34.71 34.71 0 0 1-.89 8.62 11.9 11.9 0 0 1-2.58 5.07 9.09 9.09 0 0 1-4.26 2.53 22.18 22.18 0 0 1-6 .73Zm12-6.31h4.73a4.84 4.84 0 0 0 2.95-.73 3.65 3.65 0 0 0 1.26-2.21 16.19 16.19 0 0 0 .31-3.37v-8.83a23.06 23.06 0 0 0-.26-3.73 3.75 3.75 0 0 0-1.21-2.32 4.79 4.79 0 0 0-3.05-.78h-4.73Z' style='fill:%23212121'/%3e%3c/svg%3e");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 15px;
}
.subscribe-header a {
  color: #000;
}
.subscribe-header .ribbon-block {
  order: 2;
}
.subscribe-header .logo-block {
  order: 1;
}
.subscribe-header .phone-block {
  order: 3;
}

.subscribe-header-2 .ribbon {
  display: none;
}
.subscribe-header-2 .show-left-menu {
  margin-left: -20px;
}

/*  -----------  Header --------------- */
header {
  height: 3.125rem;
  width: 100%;
  box-sizing: border-box;
}
header .logo {
  display: inline-block;
  width: 114px;
  height: 21px;
  background-image: url( "data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' data-name='Layer 1' viewBox='0 0 365.38 60.46'%3e%3cpath d='M78.56 52.51A26.39 26.39 0 0 1 70 32.33a26.4 26.4 0 0 1 8.54-20.18A29.47 29.47 0 0 1 99.42 4.2a29.81 29.81 0 0 1 21 8A26.34 26.34 0 0 1 129 32.33a26.39 26.39 0 0 1-8.54 20.18 29.61 29.61 0 0 1-21 8 29.62 29.62 0 0 1-20.9-8Zm5.06-20.18A16.53 16.53 0 0 0 88.2 44.4a15.22 15.22 0 0 0 11.33 4.68 15.38 15.38 0 0 0 11.37-4.68 16.41 16.41 0 0 0 4.64-12.07 16.35 16.35 0 0 0-4.69-12 15.84 15.84 0 0 0-22.6 0 16.46 16.46 0 0 0-4.63 12Zm100.76 20.18a26.4 26.4 0 0 1-8.54-20.18 26.4 26.4 0 0 1 8.54-20.18 29.47 29.47 0 0 1 20.86-7.95 29.81 29.81 0 0 1 21 8 26.34 26.34 0 0 1 8.59 20.18 26.4 26.4 0 0 1-8.54 20.18 31.62 31.62 0 0 1-41.93 0Zm5.05-20.18A16.5 16.5 0 0 0 194 44.39a15.18 15.18 0 0 0 11.32 4.69 15.36 15.36 0 0 0 11.38-4.69 16.41 16.41 0 0 0 4.64-12.06 16.39 16.39 0 0 0-4.69-12 15.36 15.36 0 0 0-11.33-4.74 15.18 15.18 0 0 0-11.27 4.74 16.47 16.47 0 0 0-4.62 12Zm-175 27.43H0L9.19 0l24.23 34.72L57.73 0l9.19 59.76H52.45L49 30.74 33.42 54.48 17.89 30.74Zm121.93-1.46v-52h12v20.46h9.47V6.25h11.78V58.3h-11.8V35.8h-9.47v22.5Zm105 0v-52h12v18.04a38.92 38.92 0 0 1 6.78-9.62 27.83 27.83 0 0 1 8.47-6.1A17.09 17.09 0 0 1 277.44 7v7.88a13.24 13.24 0 0 0-4.52 1.84 18.53 18.53 0 0 0-3.47 2.9c-.63.7-1.23 1.42-1.79 2.15a23.8 23.8 0 0 0-1.58 2.37l11.15 34.16h-13.78l-7.88-20.92a17.16 17.16 0 0 0-1.21 2.15c-.39.81-.72 1.46-1 1.95V58.3Zm43.15 0V52c1.33 0 2.55-.77 3.68-2.31a10.55 10.55 0 0 0 1.9-5.69l3.26-37.75h32.18V58.3h-12.31V14.77h-7.67l-3.26 32.39c-.14 1.12-.28 2.33-.42 3.62a9.38 9.38 0 0 1-1.16 3.63 7.48 7.48 0 0 1-2.89 2.79 11.55 11.55 0 0 1-5.63 1.1Zm47.63 0V6.36h12v16.19h9.25a16.51 16.51 0 0 1 6.26 1.1 8.5 8.5 0 0 1 4.21 3.79 15.42 15.42 0 0 1 1.52 7.56v6.31a34.71 34.71 0 0 1-.89 8.62 11.9 11.9 0 0 1-2.58 5.07 9.09 9.09 0 0 1-4.26 2.53 22.18 22.18 0 0 1-6 .73Zm12-6.31h4.73a4.84 4.84 0 0 0 2.95-.73 3.65 3.65 0 0 0 1.26-2.21 16.19 16.19 0 0 0 .31-3.37v-8.83a23.06 23.06 0 0 0-.26-3.73 3.75 3.75 0 0 0-1.21-2.32 4.79 4.79 0 0 0-3.05-.78h-4.73Z' style='fill:%23212121'/%3e%3c/svg%3e");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
header.ad-row {
  height: calc(3.125rem + 250px);
}
header.ad-row.fixed {
  top: -250px;
}
header.ad-row.fixed ~ .content:first-of-type {
  margin-top: calc(3.125rem + 250px);
}
header.ad-row > .prwrapper {
  height: 250px;
  display: flex;
  margin-left: -2rem;
  margin-right: -2rem;
}
header.ad-row .header-right-menu .mobile-subscribe-popup {
  top: calc(3.5rem + 250px);
}
header.left-mag > .row > div {
  padding-left: 0;
}
header.left-mag .header-left-menu {
  display: flex;
}
header.left-mag .header-left-menu .top-mag {
  margin-left: 0.25rem;
  margin-right: 0.75rem;
}
header.left-mag .header-left-menu .mobile-subscribe-popup {
  position: absolute;
  background-color: #000;
  padding: 0.25rem 1.5rem 0.25rem 0.5rem;
  border-radius: 0.5rem;
  top: 3.5rem;
  left: 0.5rem;
  box-shadow: 0 0 40px 0 rgba(153, 153, 153, 0.54);
}
header.left-mag .header-left-menu .mobile-subscribe-popup > span > a {
  color: #ffffff;
  display: inline-block;
  height: 40px;
}
header.left-mag .header-left-menu .mobile-subscribe-popup > span.description.small {
  position: absolute;
  bottom: 5px;
  z-index: 0;
}
header.left-mag .header-left-menu .mobile-subscribe-popup > span.mobile-subscribe-links {
  z-index: 1;
}
header.left-mag .header-left-menu .mobile-subscribe-popup > .la-times {
  color: #ffffff;
  display: inline-block;
  position: absolute;
  right: -5px;
  top: -5px;
  padding: 8px;
}
header.fixed {
  position: fixed;
  background-color: #fff;
  z-index: 1001;
  top: 0;
}
header.fixed ~ .content:first-of-type {
  margin-top: 3.125rem;
}
header.fixed ~ .archive-bar {
  margin-top: 3.125rem;
}
header.fixed ~ .breadcrumbs-bar {
  margin-top: 3.125rem;
}
header.fixed ~ .archive-bar + .content {
  margin-top: 0;
}
header.fixed ~ .breadcrumbs-bar + .content {
  margin-top: 0;
}
header.fixed.add-shadow {
  box-shadow: 0 0 40px 0 rgba(153, 153, 153, 0.54);
  transition: box-shadow 0.3s ease-in-out;
}
header .row {
  height: 3.125rem;
}
header .header-right-menu {
  display: flex;
  padding-right: 0;
  position: relative;
}
header .header-right-menu .header-p {
  display: flex;
  flex-direction: column;
}
header .header-right-menu .header-p img {
  width: 100%;
  max-height: 32px;
}
header .header-right-menu .header-p span {
  color: #94c1da;
  font-size: 0.438rem;
  display: flex;
  justify-content: space-between;
  line-height: 1;
  text-transform: uppercase;
  margin-top: -4px;
}
header .header-right-menu .header-p > span {
  padding: 1px 2px;
}
header .header-right-menu .mobile-subscribe-popup {
  position: absolute;
  background-color: #000;
  padding: 0.25rem 1.5rem 0.25rem 0.5rem;
  border-radius: 0.5rem;
  top: 3.5rem;
  right: 0.5rem;
  box-shadow: 0 0 40px 0 rgba(153, 153, 153, 0.54);
}
header .header-right-menu .mobile-subscribe-popup > span > a {
  color: #ffffff;
  display: inline-block;
  height: 40px;
}
header .header-right-menu .mobile-subscribe-popup > span.description.small {
  position: absolute;
  bottom: 5px;
  z-index: 0;
}
header .header-right-menu .mobile-subscribe-popup > span.mobile-subscribe-links {
  z-index: 1;
}
header .header-right-menu .mobile-subscribe-popup > .la-times {
  color: #ffffff;
  display: inline-block;
  position: absolute;
  right: -5px;
  top: -5px;
  padding: 8px;
}
header .header-right-menu .signin_a {
  display: none;
}
header .header-right-menu i.la-sign-in-alt {
  display: none;
}
header .header-right-menu .new-sign-in {
  color: #ffffff;
  background-color: #000;
  display: inline-block;
  line-height: 1;
  border-radius: 15px;
  font-size: 14px;
  padding: 3px 3px;
  display: flex;
  align-items: center;
  font-weight: 500;
  white-space: nowrap;
}
header .header-right-menu .new-sign-in .desktop-cabinet-bar {
  display: none;
}
header .header-right-menu .new-sign-in > i {
  padding-top: 0 !important;
  font-size: 20px !important;
  display: inline-block;
}
header .header-right-menu .new-sign-in > span {
  display: none;
}
header .header-right-menu .new-sign-in.grad {
  background: linear-gradient(90deg, #5596ea 0%, #3a009b 50%, #ba2ba5 100%);
}
header .header-right-menu .new-sign-in > i.la-sign-in-alt {
  display: inline-block !important;
}
header .header-right-menu .new-sign-in > i.la-user {
  display: none !important;
}
header .header-right-menu .new-sign-in.signed-in {
  position: absolute;
  margin-left: 8px;
}
header .header-right-menu .new-sign-in.signed-in > i.la-sign-in-alt {
  display: none !important;
}
header .header-right-menu .new-sign-in.signed-in > i.la-user {
  display: inline-block !important;
}
header .header-left-menu {
  padding-left: 0;
}
header .header-left-menu i {
  margin-right: 1rem;
  padding-top: 4px;
}
header .header-left-menu i:last-child {
  margin-right: 0;
}
header .header-left-menu i.la-search {
  display: none;
}
header .top-mag {
  display: flex;
  position: relative;
  margin-right: 2.5rem;
}
header .top-mag .issue-num {
  position: absolute;
  color: #ffffff;
  background-color: #ff0000;
  font-size: 0.625rem;
  line-height: 0.625rem;
  font-weight: 500;
  border-radius: 3px;
  padding: 2px;
  top: 7px;
  left: -10px;
  align-self: flex-start;
}
header .top-mag img {
  box-shadow: 1.389px 1.439px 6px 0px rgba(153, 153, 153, 0.44);
  flex-shrink: 0;
  flex-grow: 0;
  align-self: flex-start;
  margin-top: auto;
  margin-bottom: auto;
}
header .top-mag img + div {
  display: none;
}
header .top-mag a {
  color: #000;
}
header .top-mag a:hover {
  color: #999999;
}
header .top-mag a + div {
  display: none;
}
header + .extended-menu {
  display: none;
}
header.opened-extended-menu {
  background-color: #222;
}
header.opened-extended-menu .top-mag {
  display: none;
}
header.opened-extended-menu .la-bars, header.opened-extended-menu .la-search {
  display: none !important;
}
header.opened-extended-menu .la-times {
  color: #ffffff;
  display: inline-block;
}
header.opened-extended-menu i {
  color: #999999;
}
header.opened-extended-menu i:hover {
  color: #ffffff;
}
header.opened-extended-menu a {
  color: #ccc;
}
header.opened-extended-menu.add-shadow {
  box-shadow: none;
  transition: none;
}
header.opened-extended-menu + .extended-menu {
  display: flex;
  flex-direction: column;
}
header.opened-extended-menu + .extended-menu.extended-2 .extended-menu-container .mobile-order-1 {
  order: 1;
}
header.opened-extended-menu + .extended-menu.extended-2 .extended-menu-container .mobile-order-2 {
  order: 2;
}
header.opened-extended-menu + .extended-menu.extended-2 .extended-menu-container .mobile-order-3 {
  order: 3;
}
header.opened-extended-menu + .extended-menu.extended-2 .desktop-cabinet-link {
  display: none;
}
header.opened-extended-menu + .extended-menu.extended-2 .issue-cover {
  position: relative;
}
header.opened-extended-menu + .extended-menu.extended-2 .issue-cover .issue-num {
  position: absolute;
  display: flex;
  color: #ffffff;
  background-color: #ff0000;
  font-size: 1.125rem;
  line-height: 1.125rem;
  font-weight: 500;
  border-radius: 3px;
  padding: 2px;
  top: 28px;
  left: -10px;
  align-self: flex-start;
  z-index: 1;
}
header.opened-extended-menu + .extended-menu.extended-2 .issue-description {
  margin-left: 1rem;
  max-width: 280px;
}
header.opened-extended-menu + .extended-menu.extended-2 .issue-description .issue-description-text {
  font-size: 0.875rem;
  color: #999999;
}
header.opened-extended-menu + .extended-menu.extended-2 .issue-description .issue-description-text.red {
  color: #ff0000;
}
header.opened-extended-menu + .extended-menu.extended-2 .issue-description .issue-description-link {
  font-size: 0.9375rem;
}
header.opened-extended-menu + .extended-menu.extended-2 .issue-description .issue-description-link a {
  color: #ffffff;
  font-weight: 500;
}
header.opened-extended-menu + .extended-menu.extended-2 .issue-description span + span {
  margin-top: 0.5rem;
}
header.opened-extended-menu + .extended-menu .extended-menu-container {
  overflow: auto;
}
header.opened-extended-menu .logo {
  background-image: url( "data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' data-name='Layer 1' viewBox='0 0 365.38 60.46'%3e%3cpath d='M78.56 52.51A26.39 26.39 0 0 1 70 32.33a26.4 26.4 0 0 1 8.54-20.18A29.47 29.47 0 0 1 99.42 4.2a29.81 29.81 0 0 1 21 8A26.34 26.34 0 0 1 129 32.33a26.39 26.39 0 0 1-8.54 20.18 29.61 29.61 0 0 1-21 8 29.62 29.62 0 0 1-20.9-8Zm5.06-20.18A16.53 16.53 0 0 0 88.2 44.4a15.22 15.22 0 0 0 11.33 4.68 15.38 15.38 0 0 0 11.37-4.68 16.41 16.41 0 0 0 4.64-12.07 16.35 16.35 0 0 0-4.69-12 15.84 15.84 0 0 0-22.6 0 16.46 16.46 0 0 0-4.63 12Zm100.76 20.18a26.4 26.4 0 0 1-8.54-20.18 26.4 26.4 0 0 1 8.54-20.18 29.47 29.47 0 0 1 20.86-7.95 29.81 29.81 0 0 1 21 8 26.34 26.34 0 0 1 8.59 20.18 26.4 26.4 0 0 1-8.54 20.18 31.62 31.62 0 0 1-41.93 0Zm5.05-20.18A16.5 16.5 0 0 0 194 44.39a15.18 15.18 0 0 0 11.32 4.69 15.36 15.36 0 0 0 11.38-4.69 16.41 16.41 0 0 0 4.64-12.06 16.39 16.39 0 0 0-4.69-12 15.36 15.36 0 0 0-11.33-4.74 15.18 15.18 0 0 0-11.27 4.74 16.47 16.47 0 0 0-4.62 12Zm-175 27.43H0L9.19 0l24.23 34.72L57.73 0l9.19 59.76H52.45L49 30.74 33.42 54.48 17.89 30.74Zm121.93-1.46v-52h12v20.46h9.47V6.25h11.78V58.3h-11.8V35.8h-9.47v22.5Zm105 0v-52h12v18.04a38.92 38.92 0 0 1 6.78-9.62 27.83 27.83 0 0 1 8.47-6.1A17.09 17.09 0 0 1 277.44 7v7.88a13.24 13.24 0 0 0-4.52 1.84 18.53 18.53 0 0 0-3.47 2.9c-.63.7-1.23 1.42-1.79 2.15a23.8 23.8 0 0 0-1.58 2.37l11.15 34.16h-13.78l-7.88-20.92a17.16 17.16 0 0 0-1.21 2.15c-.39.81-.72 1.46-1 1.95V58.3Zm43.15 0V52c1.33 0 2.55-.77 3.68-2.31a10.55 10.55 0 0 0 1.9-5.69l3.26-37.75h32.18V58.3h-12.31V14.77h-7.67l-3.26 32.39c-.14 1.12-.28 2.33-.42 3.62a9.38 9.38 0 0 1-1.16 3.63 7.48 7.48 0 0 1-2.89 2.79 11.55 11.55 0 0 1-5.63 1.1Zm47.63 0V6.36h12v16.19h9.25a16.51 16.51 0 0 1 6.26 1.1 8.5 8.5 0 0 1 4.21 3.79 15.42 15.42 0 0 1 1.52 7.56v6.31a34.71 34.71 0 0 1-.89 8.62 11.9 11.9 0 0 1-2.58 5.07 9.09 9.09 0 0 1-4.26 2.53 22.18 22.18 0 0 1-6 .73Zm12-6.31h4.73a4.84 4.84 0 0 0 2.95-.73 3.65 3.65 0 0 0 1.26-2.21 16.19 16.19 0 0 0 .31-3.37v-8.83a23.06 23.06 0 0 0-.26-3.73 3.75 3.75 0 0 0-1.21-2.32 4.79 4.79 0 0 0-3.05-.78h-4.73Z' style='fill:%23fff'/%3e%3c/svg%3e");
}
header.opened-extended-menu .new-sign-in {
  color: #000;
  background-color: #ffffff;
  max-width: 100%;
}
header.opened-extended-menu .new-sign-in.show-all {
  max-width: none;
  box-shadow: -29px 0px 20px 0px #222222;
}
header.opened-extended-menu .new-sign-in > span {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
}
header.opened-extended-menu .new-sign-in > i {
  color: #000 !important;
}
header.opened-extended-menu .new-sign-in > i.la-sign-in-alt {
  display: inline-block !important;
}
header.opened-extended-menu .new-sign-in > i.la-user {
  display: none !important;
}
header.opened-extended-menu .new-sign-in.grad {
  color: #ffffff;
}
header.opened-extended-menu .new-sign-in.grad > i {
  color: #ffffff !important;
}
header.opened-extended-menu .new-sign-in.signed-in > i.la-sign-in-alt {
  display: none !important;
}
header.opened-extended-menu .new-sign-in.signed-in > i.la-user {
  display: inline-block !important;
}
header .la-times {
  display: none;
}
header a {
  color: #000;
}

.mobile-cabinet-bar {
  position: fixed;
  z-index: 1001;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0 0 40px 0 rgba(153, 153, 153, 0.85);
  transition: all 0.3s ease-in-out;
  padding-bottom: 1rem;
}
.mobile-cabinet-bar.bar-hidden {
  display: none;
}
.mobile-cabinet-bar .mobile-bar-header {
  height: 3.125rem;
}
.mobile-cabinet-bar .mobile-cabinet-bar-left {
  padding-left: 0;
}
.mobile-cabinet-bar .mobile-cabinet-bar-right {
  padding-right: 0;
}
.mobile-cabinet-bar .new-sign-in {
  color: #ffffff;
  background-color: #000;
  display: flex;
  line-height: 1;
  border-radius: 15px;
  font-size: 14px;
  padding: 3px 3px;
  align-items: center;
  font-weight: 500;
  white-space: nowrap;
  max-width: 100%;
}
.mobile-cabinet-bar .new-sign-in span {
  text-overflow: ellipsis;
  max-width: 100%;
  overflow: hidden;
}
.mobile-cabinet-bar .new-sign-in i {
  font-size: 20px !important;
}
.mobile-cabinet-bar .new-sign-in.grad {
  background: linear-gradient(90deg, #5596ea 0%, #3a009b 50%, #ba2ba5 100%);
}

@media screen and (orientation: landscape) {
  header.opened-extended-menu + .extended-menu .extended-menu-container {
    overflow: visible;
  }
}
@media screen and (min-width: 46em) and (orientation: landscape) {
  header.opened-extended-menu + .extended-menu .extended-menu-container {
    overflow: auto;
  }
}
.subscribe-header ~ .breadcrumbs-bar {
  border-top: 1px solid #f2f2f2;
  margin-top: 1rem;
}

section.notice {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1rem;
  color: #ffffff;
  background-color: #333;
}

/*  -----------  Header --------------- */
/*  -----------  Nav --------------- */
nav.main-menu {
  display: none;
}
nav.sec-menu {
  display: none;
}
nav.sec-menu + .landing-content {
  margin-top: 50px;
}
nav.pagination > a {
  display: inline-flex;
  flex-grow: 0;
  padding: 15px 19px;
  background-color: transparent;
  color: #000;
  font-weight: 700;
  align-items: center;
  border: 1px solid #999999;
  box-sizing: border-box;
  outline: 0;
  line-height: 1;
  cursor: pointer;
  justify-content: center;
  align-self: flex-start;
  -webkit-appearance: none;
  flex-shrink: 0;
}
nav.pagination > a:hover {
  color: #222;
  box-shadow: 4px 4px 0 1px #222;
  border-color: #222;
}
nav.pagination > a.no-active {
  color: #e2e2e2;
  border-color: #e2e2e2;
}
nav.pagination > a.no-active:hover {
  color: #e2e2e2;
  box-shadow: none;
  border-color: #e2e2e2;
}
nav.pagination > span.active {
  display: inline-flex;
  flex-grow: 0;
  padding: 16px 20px;
  background-color: #222;
  color: #ffffff;
  font-weight: 700;
  align-items: center;
  box-sizing: border-box;
  outline: 0;
  line-height: 1;
  cursor: pointer;
  align-self: flex-start;
  justify-content: center;
  -webkit-appearance: none;
  border: none;
  flex-shrink: 0;
}
nav.left-menu {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #fff;
  z-index: 12;
  box-shadow: 0 0 40px 0 rgba(153, 153, 153, 0.85);
  padding: 30px 30px 0 30px;
  display: none;
}
nav.left-menu.visible {
  display: flex;
}
nav.left-menu > div .la-times {
  font-size: 30px;
  position: absolute;
  left: 10px;
  top: 10px;
}
nav.left-menu > div ul {
  list-style: none;
  padding: 0;
  font-size: 18px;
  margin-top: 2rem;
  border-top: 1px solid #e2e2e2;
  padding-top: 20px;
}
nav.left-menu > div ul li {
  margin-bottom: 5px;
}
nav.left-menu > div ul li a {
  color: #333;
  font-weight: 500;
}
nav.left-menu > div ul li.active a {
  font-weight: 900;
}

.extended-menu ul > li.colored > a, .sec-menu ul > li.colored > a {
  padding-left: 0.5rem;
  border-left: 4px solid #c2c2c2;
}
.extended-menu ul > li.colored.yellow a, .sec-menu ul > li.colored.yellow a {
  border-color: #ffd200;
}
.extended-menu ul > li.colored.orange a, .sec-menu ul > li.colored.orange a {
  border-color: #ff6600;
}
.extended-menu ul > li.colored.light-blue a, .sec-menu ul > li.colored.light-blue a {
  border-color: #00c0cc;
}
.extended-menu ul > li.colored.green a, .sec-menu ul > li.colored.green a {
  border-color: #33cc01;
}
.extended-menu ul > li.colored.red a, .sec-menu ul > li.colored.red a {
  border-color: #d63232;
}
.extended-menu ul > li.colored.blue a, .sec-menu ul > li.colored.blue a {
  border-color: #2c77c4;
}
.extended-menu ul > li.colored.purple a, .sec-menu ul > li.colored.purple a {
  border-color: #b131c4;
}
.extended-menu ul > li.colored.light-green a, .sec-menu ul > li.colored.light-green a {
  border-color: #acc215;
}

.extended-menu {
  position: fixed;
  z-index: 1000;
  width: 100%;
  max-height: 100%;
  box-sizing: border-box;
  padding-top: 3.125rem;
  color: #ffffff;
  background-color: #222;
  box-shadow: 0 0 40px 0 rgba(153, 153, 153, 0.54);
  transition: all 0.3s ease-in-out;
  overflow: auto;
}
.extended-menu .extended-menu-title {
  font-weight: 900;
  display: block;
  margin-bottom: 1rem;
  margin-top: 1rem;
  font-size: 1rem;
}
.extended-menu .extended-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.extended-menu .extended-menu-list > li {
  margin-bottom: 0.5rem;
}
.extended-menu .extended-menu-list > li.actual a {
  background-color: #ff0000;
  padding: 0.25rem 0.313rem;
}
.extended-menu .extended-menu-list > li > a {
  color: #ffffff;
}
.extended-menu .extended-menu-list > li > a i {
  margin-top: -2px;
}
.extended-menu .extended-menu-list > li > a:hover {
  color: #f2f2f2;
}
.extended-menu .extended-menu-list > li > a.pmef {
  color: #c8a368 !important;
}
.extended-menu .extended-menu-list > li > a.dm {
  color: #078682 !important;
}
.extended-menu .extended-menu-list > li.active a {
  font-weight: 900;
}
.extended-menu .extended-submenu {
  padding: 0.5rem 0 0.5rem 0.75rem;
  list-style: none;
  font-size: 0.75rem;
}
.extended-menu .extended-submenu li {
  margin: 0.313rem 0;
}
.extended-menu .extended-submenu li a {
  color: #fff;
}
.extended-menu .extended-submenu li.active a {
  font-weight: 700;
}
.extended-menu > div {
  border-top: 1px solid #333;
}
.extended-menu > div > .container {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.extended-menu > div > .container > .row > div {
  border-bottom: 1px solid #333;
  padding-bottom: 1rem;
}
.extended-menu > div > .container > .row > div:last-child {
  border-bottom: 0;
}
.extended-menu .mobile-sign-in > .container .row div {
  padding-bottom: 0;
}
.extended-menu .mobile-sign-in a {
  width: 100%;
}
.extended-menu .mobile-sign-in div.primary-button.inverted {
  width: 100%;
  padding-bottom: 16px;
}
.extended-menu .mobile-sign-in div.primary-button.inverted .top-mag {
  display: flex;
  position: relative;
}
.extended-menu .mobile-sign-in div.primary-button.inverted .top-mag a {
  width: auto;
}
.extended-menu .mobile-sign-in div.primary-button.inverted .top-mag img {
  box-shadow: 1.389px 1.439px 6px 0px rgba(153, 153, 153, 0.44);
  flex-shrink: 0;
  flex-grow: 0;
  align-self: flex-start;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 0.5rem;
}
.extended-menu .mobile-sign-in div.primary-button.inverted .top-mag img + div {
  display: flex;
}
.extended-menu .mobile-sign-in div.primary-button.inverted .top-mag img + div > span > span {
  color: #000;
}
.extended-menu .mobile-sign-in div.primary-button.inverted .top-mag .issue-num {
  position: absolute;
  color: #ffffff;
  background-color: #ff0000;
  font-size: 0.625rem;
  line-height: 0.625rem;
  font-weight: 500;
  border-radius: 3px;
  padding: 2px;
  top: 7px;
  left: -10px;
  align-self: flex-start;
}
.extended-menu .mobile-sign-in .subscribe-button {
  margin-top: 1rem;
}
.extended-menu .search-form-container .extended-menu-title {
  margin-top: 0;
}
.extended-menu .search-form-container .container > .row > div {
  padding-bottom: 0;
}

a.supergreen {
  color: #27b24b !important;
  font-weight: 700 !important;
}
a.supergreen:hover {
  color: #008000 !important;
}
a.supergreen > .green-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent url(../img/landings/green-logo-grey.png) left top no-repeat;
  vertical-align: middle;
  margin-right: 0.25rem;
}

a.russianeast {
  color: #2c71c5 !important;
  font-weight: 700 !important;
}
a.russianeast:hover {
  color: #2b6fc3 !important;
}
a.russianeast > .russianeast-ic {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent url(../img/landings/rus_east/rus-east-ic.png) left top no-repeat;
  vertical-align: middle;
  margin-right: 0.25rem;
}

a.yearfinal {
  color: #ff5722 !important;
  font-weight: 700 !important;
}

a.windows {
  color: #614a95 !important;
  font-weight: 700 !important;
}
a.windows > .w-ic {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent url(../img/landings/windows/w-ic.png) left top no-repeat;
  vertical-align: middle;
  margin-right: 0.25rem;
}

a.pmef {
  color: #706147 !important;
  font-weight: 700 !important;
}
a.pmef > .w-ic {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent url(/media/files/landings/pmef/img/icon.png) left top no-repeat;
  background-size: 20px 20px;
  vertical-align: middle;
  margin-right: 0.25rem;
}

a.dm {
  color: #095752 !important;
  font-weight: 700 !important;
}
a.dm > .dm-ic {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent url( "/media/files/landings/dm/dm-ic.png") left top no-repeat;
  background-size: 20px 20px;
  vertical-align: middle;
  margin-right: 0.25rem;
}

/*  -----------  Nav --------------- */
/*  -----------  Bars --------------- */
.mobile-floating-bar {
  position: fixed;
  width: 100%;
  background-color: #fff;
  padding: 1rem 0;
  box-sizing: border-box;
  box-shadow: 0 0 40px 0 rgba(153, 153, 153, 0.4);
  z-index: 1;
}
.mobile-floating-bar.top {
  top: 0;
}
.mobile-floating-bar.bottom {
  bottom: 0;
}
.mobile-floating-bar > .subscribe-2-topbar span {
  font-size: 1rem;
}
.mobile-floating-bar > .subscribe-2-topbar span > span {
  font-weight: 900;
}
.mobile-floating-bar > .subscribe-2-topbar span.price {
  font-weight: 900;
}

/*  -----------  / Bars --------------- */
/*  -----------  Search --------------- */
label.search-label input {
  flex-grow: 1;
  background-color: #ffffff;
  color: #000;
}
label.search-label input:focus {
  background-color: #ffffff;
  color: #000;
  border: none;
}

div.search-example {
  display: none;
}
div.search-example .search-example-link {
  margin-right: 0.75rem;
  margin-bottom: 0.75rem;
  font-size: 0.75rem;
  border-bottom: 1px dashed #ccc;
  color: #ffffff;
  white-space: nowrap;
}
div.search-example .search-example-link.active {
  font-weight: 500;
  border-bottom: none;
}
div.search-example .search-example-link:hover {
  border-color: #000;
}

/*  -----------  / Search --------------- */
/* ------------ Subscribe ---------- */
section.subscribe {
  background-color: #474747;
  color: #fff;
  padding-top: 1.5rem;
}
section.subscribe span.description + div {
  margin-top: 2rem;
}
section.subscribe .issue-subscribe-wrapper {
  margin: auto 0;
}
section.subscribe .issue-subscribe-wrapper ul {
  list-style: none;
  margin: 0 0 2rem 0;
  padding: 0;
}
section.subscribe .issue-subscribe-wrapper ul li {
  border-top: 1px solid #333;
}
section.subscribe .issue-subscribe-wrapper ul li a {
  display: inline-block;
  padding: 0.75rem 0;
  color: #fff;
  font-weight: 500;
}
section.subscribe .issue-subscribe-wrapper ul li a:hover {
  text-decoration: underline;
}
section.subscribe .issue-subscribe-wrapper ul li:first-child {
  border-top: 0;
}
section.subscribe .issue-subscribe-wrapper ul li:first-child a {
  padding-top: 0;
}
section.subscribe .mag-pretitle, section.subscribe .mag-title {
  font-weight: 900;
  display: block;
}
section.subscribe .mag-pretitle {
  font-size: 1rem;
  display: block;
}
section.subscribe .mag-title {
  font-size: 1.25rem;
  margin-bottom: 2rem;
}
section.subscribe .mag-wrapper {
  margin-bottom: 2rem;
}
section.subscribe .mag-button-wrapper a {
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
}
section.subscribe .mag-button-wrapper a:last-child {
  margin-bottom: 2rem;
}
section.subscribe .subscribe-title {
  font-weight: 700;
  font-size: 1.375rem;
}
section.subscribe .subscribe-form {
  margin: auto 0;
  padding-bottom: 2rem;
  padding-top: 1rem;
  border-top: 1px solid #999999;
}
section.subscribe .subscribe-form .form-input-text.error {
  border: 1px solid #ff0000;
}
section.subscribe .subscribe-form div {
  display: flex;
  flex-direction: column;
}
section.subscribe .subscribe-form p {
  margin-bottom: 2rem;
}
section.subscribe .subscribe-form input[type=text], section.subscribe .subscribe-form input[type=email] {
  flex-grow: 1;
  margin-bottom: 1rem;
}
section.subscribe .subscribe-form button {
  width: 100%;
}
section.subscribe .subscribe-form .subscribe-approve {
  flex-direction: row !important;
}
section.subscribe .subscribe-form .subscribe-approve a {
  color: #ffffff;
}
section.subscribe .subscribe-form .subscribe-approve a:hover {
  text-decoration: underline;
}
section.subscribe .subscribe-form .subscribe-approve label.filter-checkbox-check > input:checked + span {
  border-color: #fff;
}
section.subscribe .subscribe-form .subscribe-approve label.filter-checkbox-check > input:checked + span i {
  color: #fff;
}
section.subscribe .subscribe-form .subscribe-approve label.filter-checkbox-check > span i {
  color: transparent;
}

.info-message {
  background-color: #fef1d4;
  padding: 1rem;
  border-radius: 10px;
}

/* ------------ Subscribe ---------- */
/* ------------ Headers ---------- */
.ribbon-and-button {
  flex-wrap: wrap;
}
.ribbon-and-button > .ribbon {
  flex-shrink: 1;
}
.ribbon-and-button > .ribbon + a {
  width: 100%;
  margin-top: 1rem;
}

.ribbon {
  display: inline-flex;
  background-color: #000;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 900;
  text-transform: uppercase;
  padding: 0.875rem 1.25rem 0.75rem 1.25rem;
  position: relative;
  margin-left: -0.75rem;
  margin-top: 0;
  align-self: flex-start;
  align-items: center;
  flex: 0 0 auto;
}
.ribbon.red {
  background-color: #ff0000;
}
.ribbon:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 0.75rem solid #474747;
  border-left: 0.75rem solid transparent;
  bottom: -0.75rem;
  left: 0;
}
.ribbon > i {
  margin-right: 0.313rem;
}
.ribbon a {
  display: flex;
  color: #ffffff;
}
.ribbon a:hover {
  color: #999999;
}
.ribbon a i {
  font-size: 1.75rem;
  line-height: 0.875rem;
}

.issue-title {
  font-weight: 900;
  font-size: 1.25rem;
  display: block;
  margin-bottom: 0;
  margin-top: 0;
}

.issue-title-small {
  font-weight: 900;
  line-height: 0.875rem;
  display: block;
  margin-bottom: 0;
  margin-top: 0.25rem;
}

.issue-title-thin {
  font-weight: 300;
}

.issue-title + span.description {
  display: block;
}

.right-title {
  font-weight: 900;
  font-size: 1rem;
  text-transform: uppercase;
  display: block;
}
.right-title a {
  color: #000;
}
.right-title a:hover {
  text-decoration: underline;
}

.table-of-contents-header {
  font-size: 1rem;
  font-weight: 700;
  margin-top: 1.5rem;
  display: block;
}
.table-of-contents-header:first-child {
  margin-top: 0;
}

/* ------------ Headers ---------- */
/* ------------ Content ---------- */
section.content {
  padding-top: 1rem;
  padding-bottom: 1rem;
  flex-grow: 1;
}
section.content.mobile-subscribe-content {
  background-color: #f2f2f2;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
section.content.mobile-subscribe-content .top-mag {
  display: flex;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
section.content.mobile-subscribe-content .top-mag img {
  box-shadow: 1.389px 1.439px 6px 0px rgba(153, 153, 153, 0.44);
  flex-shrink: 0;
  flex-grow: 0;
  align-self: flex-start;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 0.5rem;
}
section.content.mobile-subscribe-content .top-mag img + div > span > span {
  color: #000;
}
section.content.mobile-subscribe-content .top-mag > .issue-num {
  position: absolute;
  color: #ffffff;
  background-color: #ff0000;
  font-size: 0.625rem;
  line-height: 0.625rem;
  font-weight: 500;
  border-radius: 3px;
  padding: 2px;
  top: 7px;
  left: -10px;
  align-self: flex-start;
}
section.content .content-m-top {
  margin-top: 1rem;
}
section.content .extended-filters-holder {
  width: 100%;
  display: none;
}
section.content .extended-filters-holder.show-filter {
  display: block;
  position: absolute;
  left: 0;
}
section.content .extended-filters-holder.show-filter .filters-wrapper {
  position: absolute;
  background-color: #fff;
  padding: 1rem;
  box-shadow: 0 0 57px 0 rgba(153, 153, 153, 0.54);
  left: 1rem;
  top: 0;
  right: 1rem;
  z-index: 1000;
  box-sizing: border-box;
}
section.content .extended-filters-holder.show-filter .filters-wrapper i.la-ellipsis-h {
  display: none;
}
section.content .extended-filters-holder.show-filter .filters-wrapper > i.la-times {
  display: inline-block;
}
section.content .extended-filters-holder.show-filter .filters-wrapper .filters .extended {
  display: inline-block;
}
section.content .extended-filters-holder + .secondary-button {
  margin-left: 1rem;
}
section.content .extended-filters-holder + .secondary-button span {
  display: none;
}
section.content .profile-2-tab .extended-filters-holder {
  margin-left: 0;
}
section.content .filters-wrapper {
  display: flex;
  flex-direction: column;
}
section.content .filters-wrapper > span {
  line-height: 1;
  margin-bottom: 0.188rem;
}
section.content .filters-wrapper .filters {
  display: flex;
  flex-wrap: wrap;
}
section.content .filters-wrapper .filters .filter-link {
  margin-right: 0.75rem;
  margin-bottom: 0.75rem;
  font-weight: 500;
  font-size: 0.875rem;
  border: 1px solid #ccc;
  color: #000;
  padding: 0.375rem 0.623rem;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
section.content .filters-wrapper .filters .filter-link.active {
  font-weight: 700;
  border: 2px solid #000;
  padding: 0.313rem 0.438rem;
}
section.content .filters-wrapper .filters .filter-link:hover {
  border-color: #000;
  text-decoration: underline;
}
section.content .filters-wrapper .filters > i {
  font-size: 1.125rem;
  margin-top: 0.5rem;
  color: #999999;
  cursor: pointer;
}
section.content .filters-wrapper .filters > i:hover {
  color: #000;
}
section.content .filters-wrapper > i.la-times {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  display: none;
  font-size: 1rem;
  cursor: pointer;
}
section.content .right-column.jump-up {
  order: -1;
  border-top: 1px solid #f2f2f2;
}
section.content .right-column.jump-down {
  border-top: 1px solid #f2f2f2;
  padding-top: 1.5rem;
}
section.content .right-column.scrollable > div.toc-wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 4.25rem;
  overflow: auto;
  box-sizing: border-box;
  z-index: 10000;
}
section.content .right-column.scrollable > div.toc-wrapper .button-link {
  display: block;
}
section.content .right-column.scrollable > div.toc-wrapper a.mag-download {
  color: #000;
  margin-top: auto;
  margin-bottom: 18px;
  font-size: 1rem;
}
section.content .right-column.scrollable > div.toc-wrapper a.mag-download:hover span {
  color: #999999;
}
section.content .right-column.scrollable > div.toc-wrapper a.mag-download:hover span + span {
  color: #ccc;
}
section.content .right-column.scrollable > div.toc-wrapper a.mag-download span {
  font-weight: 500;
}
section.content .right-column.scrollable > div.toc-wrapper a.mag-download span + span {
  color: #ccc;
  font-size: 0.75rem;
}
section.content .right-column.scrollable > div.toc-wrapper a.mag-download i {
  font-size: 1.25rem;
  margin-right: 0.25rem;
}
section.content .right-column.scrollable > div.toc-wrapper div.mp-wrapper {
  margin-top: 1.5rem;
  border: 1px solid #ccc;
  padding: 0.75rem;
  margin-bottom: 2rem;
}
section.content .right-column.scrollable > div.toc-wrapper div.mp-wrapper > span {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
section.content .right-column.scrollable > div.toc-wrapper div.mp-wrapper img {
  margin-right: 5px;
}
section.content .right-column.scrollable.show-toc > div.toc-wrapper {
  display: block;
}
section.content .right-column .table-of-content-show-button-wrapper {
  position: fixed;
  bottom: 1rem;
  left: 0;
  display: flex;
  width: 100%;
  justify-content: center;
  z-index: 999;
}
section.content .right-column .table-of-content-show-button-wrapper .table-of-content-button {
  -webkit-appearance: none;
  border: 0;
  border-left: 1px solid #ccc;
  padding: 0.813rem;
  color: #000;
  font-weight: 700;
}
section.content .right-column .table-of-content-show-button-wrapper > div {
  display: flex;
  background-color: #ffffff;
  box-shadow: 0 0 57px 0 rgba(153, 153, 153, 0.54);
  margin-left: 1rem;
  margin-right: 1rem;
}
section.content .right-column .table-of-content-show-button-wrapper > div > div {
  display: flex;
  align-items: flex-start;
  margin-top: 0.375rem;
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
section.content .right-column .table-of-content-show-button-wrapper > div > div img {
  margin-right: 0.5rem;
  box-shadow: 1.389px 1.439px 6px 0 rgba(153, 153, 153, 0.44);
  width: 26px;
}
section.content .right-column .table-of-content-hide-button-wrapper {
  position: fixed;
  bottom: 1rem;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
section.content .right-column .table-of-content-hide-button-wrapper .table-of-content-button {
  -webkit-appearance: none;
  background-color: #ffffff;
  box-shadow: 0 0 57px 0 rgba(153, 153, 153, 0.54);
  border: 0;
  padding: 0.813rem;
  color: #000;
  font-weight: 700;
}
section.content .right-column .delimeter {
  border-top: 1px solid #f2f2f2;
  padding-top: 1.5rem;
  margin-top: 1rem;
}
section.content .right-column .delimeter.bt-dashed {
  border-top: 1px dashed #000;
}
section.content .right-column .delimeter.podcast {
  border-top: none;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.3);
  padding: 1rem;
  margin-top: 3rem;
  position: relative;
}
section.content .right-column .delimeter.podcast .newbie-tip {
  transform: translate(0, 0);
  left: 0;
}
section.content .right-column .delimeter.podcast > .podcast-sign-item {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 1rem;
  top: -0.75rem;
  font-size: 1.5rem;
  color: #ffffff;
  background: #ff0000;
  height: 40px;
  width: 40px;
  border-radius: 100%;
}
section.content .right-column .delimeter.podcast > .podcast-sign-item:before, section.content .right-column .delimeter.podcast > .podcast-sign-item:after {
  border: 1px solid #ff0000;
  content: "";
  width: 100%;
  display: block;
  position: absolute;
  height: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 100%;
  transform-origin: center center;
  opacity: 0;
  box-sizing: border-box;
}
section.content .right-column .delimeter.podcast > .podcast-sign-item:before {
  animation: 1s 0.1s pulse2 infinite linear;
}
section.content .right-column .delimeter.podcast > .podcast-sign-item::after {
  animation: 1s pulse infinite linear;
}
section.content .right-column .delimeter.border-wrap {
  position: relative;
  background: linear-gradient(90deg, #8e9eab 0, #eef2f3 100%);
  padding: 3px;
}
section.content .right-column .delimeter.border-wrap .border-wrap-inner {
  background: #ffffff;
  padding: 1rem;
}
section.content .right-column .delimeter.colored {
  background-color: #f2f2f2;
  padding: 1.25rem;
  position: relative;
  margin-top: 1.5rem;
  border-top: 0;
}
section.content .right-column .delimeter.colored > ul.need-read-block > li:last-child {
  margin-bottom: 0;
}
section.content .right-column .delimeter.colored > ul.need-read-block > li:last-child div {
  margin-bottom: 0;
}
section.content .right-column .delimeter.colored .right-title {
  text-shadow: 0px 2px 0px rgba(255, 255, 255, 0.36);
}
section.content .right-column .delimeter.colored.yellow {
  background-color: #ffd200;
}
section.content .right-column .delimeter.colored.yellow .description {
  color: #996600 !important;
}
section.content .right-column .delimeter.colored.yellow .description > a {
  color: #996600;
}
section.content .right-column .delimeter.colored.green {
  background-color: #02f585;
}
section.content .right-column .delimeter.colored.green .description {
  color: #009933 !important;
}
section.content .right-column .delimeter.colored.green .description > a {
  color: #009933;
}
section.content .right-column .delimeter.colored.light-blue {
  background-color: #00f0ff;
}
section.content .right-column .delimeter.colored.light-blue .description {
  color: #3399cc !important;
}
section.content .right-column .delimeter.colored.light-blue .description > a {
  color: #3399cc;
}
section.content .right-column .delimeter.colored.red {
  background-color: #ff7182;
}
section.content .right-column .delimeter.colored.red .description {
  color: #b51836 !important;
}
section.content .right-column .delimeter.colored.red .description > a {
  color: #b51836;
}
section.content .right-column .delimeter.colored.blue {
  background-color: #64b6fb;
}
section.content .right-column .delimeter.colored.blue .description {
  color: #1d61a7 !important;
}
section.content .right-column .delimeter.colored.blue .description > a {
  color: #1d61a7;
}
section.content .right-column .delimeter.colored.orange {
  background-color: #fe9c33;
}
section.content .right-column .delimeter.colored.orange .description {
  color: #b44a04 !important;
}
section.content .right-column .delimeter.colored.orange .description > a {
  color: #b44a04;
}
section.content .right-column .delimeter.colored.purple {
  background-color: #f08aff;
}
section.content .right-column .delimeter.colored.purple .description {
  color: #961aa8 !important;
}
section.content .right-column .delimeter.colored.purple .description > a {
  color: #961aa8;
}
section.content .right-column .delimeter.colored.light-green {
  background-color: #c0ff29;
}
section.content .right-column .delimeter.colored.light-green .description {
  color: #678e08 !important;
}
section.content .right-column .delimeter.colored.light-green .description > a {
  color: #678e08;
}
section.content .right-column .video-with-cover .video-cover {
  flex-shrink: 0;
  background-size: cover;
  width: 100%;
  display: block;
  margin-bottom: 1rem;
  position: relative;
  cursor: pointer;
}
section.content .right-column .video-with-cover .video-cover:hover {
  opacity: 0.95;
}
section.content .right-column .video-with-cover .video-cover:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  padding-top: 56%;
}
section.content .right-column .video-with-cover .video-cover .la-play-circle {
  font-size: 3rem;
  color: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -24px;
  margin-top: -24px;
}
section.content .right-column .video {
  position: relative;
}
section.content .right-column .video iframe {
  position: absolute;
}
section.content .right-column .video::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  padding-top: 56%;
}
section.content .right-column .video + a {
  font-weight: 500;
  margin-top: 1rem;
  display: inline-block;
  color: #000;
}
section.content .right-column .video + a:hover {
  text-decoration: underline;
}
section.content .section-delimeter {
  margin-top: 1rem;
  padding-top: 2rem;
  border-top: 1px dashed #000;
}
section.content .main-content {
  border-top: 1px solid #f2f2f2;
}
section.content .main-content > h1 {
  font-weight: 700;
  line-height: normal;
  margin-top: 1rem;
}
section.content .main-content > h1 + div:not(.multiple-with-titles) {
  flex-wrap: wrap;
}
section.content .main-content > h1 + .multiple-with-titles + div {
  flex-wrap: wrap;
}
section.content .main-content h2 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
section.content .main-content .like-counter, section.content .main-content .view-counter {
  display: flex;
  border: 1px solid #f2f2f2;
  align-items: center;
}
section.content .main-content .like-counter:hover, section.content .main-content .view-counter:hover {
  border-color: #e2e2e2;
}
section.content .main-content .like-counter > span, section.content .main-content .view-counter > span {
  padding: 0 0.75rem;
  font-weight: 700;
}
section.content .main-content .like-counter > a, section.content .main-content .view-counter > a {
  font-size: 1.5rem;
  line-height: 1.875rem;
  padding: 0 0.5rem;
  border-left: 1px solid #f2f2f2;
  color: #999999;
}
section.content .main-content .like-counter > a:hover, section.content .main-content .view-counter > a:hover {
  color: #222;
}
section.content .main-content .view-counter {
  margin-right: 1rem;
}
section.content .main-content .view-counter > i {
  font-size: 1.5rem;
  line-height: 1.875rem;
  padding: 0 0.5rem;
  border-left: 1px solid #f2f2f2;
  color: #999999;
}
section.content .main-content p {
  font-size: 1rem;
}
section.content .main-content p.lead {
  font-size: 1.125rem;
  font-weight: 500;
}
section.content .main-content .read-dzen {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  margin-top: 1rem;
}
section.content .main-content .read-dzen a {
  margin-left: 6px;
}
section.content .main-content .content-img {
  margin-left: -2rem;
  margin-right: -2rem;
  margin-top: 1.5rem;
  display: block;
  background-size: cover;
  background-position: center center;
  position: relative;
  background-repeat: no-repeat;
}
section.content .main-content .content-img:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  padding-top: 56%;
}
section.content .main-content .content-img.img-size-2-3::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  padding-top: 67%;
  /* Пропорции изображения */
}
section.content .main-content .content-img.img-size-1-1::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  padding-top: 100%;
  /* Пропорции изображения */
}
section.content .main-content .content-img.img-size-9-16-portrait::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  padding-top: 177%;
  /* Пропорции изображения */
}
section.content .main-content .content-img + .content-img-caption {
  border-bottom: 1px solid #f2f2f2;
  display: block;
  padding: 1rem 0.5rem;
  color: #999999;
}
section.content .main-content .content-img + .content-img-caption + .read-dzen {
  border-top: none;
  margin-top: 0;
}
section.content .main-content .content-text {
  padding-bottom: 0;
  min-width: 0;
  flex-grow: 1;
}
section.content .main-content .content-text .paid-options {
  display: none;
}
section.content .main-content .content-text.paid {
  position: relative;
  padding-bottom: 11rem;
}
section.content .main-content .content-text.paid .paid-options {
  display: block;
  position: absolute;
  bottom: 2rem;
  left: 0;
  right: 0;
  padding: 2rem;
  background-color: #ffffff;
  box-shadow: 0 -10px 50px 0 rgba(153, 153, 153, 0.54);
  z-index: 1;
}
section.content .main-content .content-text.paid .paid-options > p {
  font-size: 0.875rem;
}
section.content .main-content .content-text.paid .paid-options > span {
  font-size: 1.25rem;
  font-weight: 900;
}
section.content .main-content .content-text.paid .paid-options > div {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  margin-top: 1.5rem;
}
section.content .main-content .content-text.paid .paid-options > div a {
  margin-right: 1rem;
  margin-bottom: 1rem;
}
section.content .main-content .content-text > p:first-of-type:first-letter {
  font-size: 3rem;
  line-height: 3rem;
  font-weight: 500;
  float: left;
  margin: 0 0.5rem 0 0;
}
section.content .main-content .content-text.no-first-letter > p:first-of-type:first-letter {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: inherit;
  float: none;
  margin: 0;
}
section.content .main-content .content-text .content-img {
  margin-left: 0;
  margin-right: 0;
}
section.content .main-content .content-text img {
  max-width: 100%;
}
section.content .main-content .content-text blockquote {
  background-color: #f2f2f2;
  margin: 0;
  font-weight: 500;
  position: relative;
  display: flex;
  flex-direction: column;
}
section.content .main-content .content-text blockquote:first-child {
  margin-top: 1rem;
}
section.content .main-content .content-text blockquote:before {
  content: "“";
  position: absolute;
  font-size: 3.75rem;
  left: 1rem;
  top: 0;
}
section.content .main-content .content-text blockquote.no-marks:before {
  display: none;
}
section.content .main-content .content-text blockquote.no-marks > span {
  padding-left: 1.5rem;
}
section.content .main-content .content-text blockquote.no-marks > span a {
  color: #ff0000;
  text-decoration: underline;
}
section.content .main-content .content-text blockquote.no-marks > span a:hover {
  text-decoration: none;
}
section.content .main-content .content-text blockquote > span {
  display: inline-block;
  padding: 1rem 1rem 1rem 3rem;
  font-size: 1rem;
}
section.content .main-content .content-text blockquote > p {
  display: inline-block;
  padding: 0 1rem 0 3rem;
  font-size: 1rem;
}
section.content .main-content .content-text blockquote > div {
  border-top: 1px solid #e2e2e2;
  padding: 1rem 1.5rem 1rem 1.5rem;
  flex-shrink: 0;
}
section.content .main-content .content-text blockquote > div > strong {
  font-size: 0.875rem;
  display: block;
}
section.content .main-content .content-text blockquote > div > span {
  line-height: 0.875rem;
  font-weight: 300;
  display: inline-block;
  margin-top: 0.313rem;
}
section.content .main-content .content-text aside {
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: block;
}
section.content .main-content .content-text aside:first-child {
  border-top: none;
}
section.content .main-content .content-text aside.content-img-wrapper {
  border-top: none;
  border-bottom: none;
  margin-top: 0;
  margin-bottom: 0;
}
section.content .main-content .content-text aside.content-img-wrapper > div {
  margin: 0;
  padding: 0;
}
section.content .main-content .content-text aside .aside-title {
  display: block;
  font-weight: 700;
}
section.content .main-content .content-text aside .aside-title + article {
  margin-top: 1rem;
  border-top: none !important;
}
section.content .main-content .content-text aside > div {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
}
section.content .main-content .content-text aside > div > .rating-table-wrapper {
  max-height: 350px;
  overflow: hidden;
  margin-right: 0;
}
section.content .main-content .content-text aside > div > .rating-table-wrapper.full-height {
  max-height: none;
  overflow: auto;
}
section.content .main-content .content-text aside > div img {
  max-width: 100%;
}
section.content .main-content .content-text aside.white > div {
  background-color: #ffffff;
  box-shadow: 0 0 40px 0 rgba(153, 153, 153, 0.4);
  position: relative;
}
section.content .main-content .content-text aside.grey {
  margin-bottom: 0;
  padding-top: 0.5rem;
  padding-bottom: 1rem;
}
section.content .main-content .content-text aside.grey > div {
  background-color: #f2f2f2;
  position: relative;
}
section.content .main-content .content-text aside.grey > article {
  padding: 1rem;
  background-color: #f2f2f2;
}
section.content .main-content .content-text aside.highlight {
  border: none;
  background-color: #f2f2f2;
  padding: 1rem 1.5rem;
  box-sizing: border-box;
}
section.content .main-content .content-text aside.highlight > .multiple-with-titles, section.content .main-content .content-text aside.highlight > .author {
  margin-top: 0;
}
section.content .main-content .content-text aside.highlight > .highlight-cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
}
section.content .main-content .content-text aside.highlight > .highlight-cta > span {
  text-align: center;
}
section.content .main-content .content-text aside.highlight > .highlight-cta > .highlight-cta-title {
  font-weight: 900;
  font-size: 1.25rem;
}
section.content .main-content .content-text aside.highlight > .highlight-cta > .red-button {
  align-self: auto;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
section.content .main-content .content-text aside.highlight > .highlight-cta > .highlight-cta-price {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}
section.content .main-content .content-text aside.highlight > .highlight-cta > .highlight-cta-price > strong {
  font-size: 1.25rem;
  font-weight: 900;
}
section.content .main-content .content-text aside article {
  border-top: 0;
}
section.content .main-content .content-text aside article.compact {
  display: flex;
  border-top: 1px solid #e2e2e2;
}
section.content .main-content .content-text aside article.compact > a {
  margin-top: 0;
  width: 50px;
  height: 50px;
  margin-right: 1rem;
  flex-shrink: 0;
}
section.content .main-content .content-text aside article.compact > a::after {
  display: none !important;
}
section.content .main-content .content-text aside article.compact > a > .copyright {
  display: none;
}
section.content .main-content .content-text aside article.compact > h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0.875rem;
}
section.content .main-content .content-text aside article.compact > div {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0.875rem;
}
section.content .main-content .content-text aside article.compact > div > a {
  color: #000;
  font-weight: bold;
}
section.content .main-content .content-text aside article.compact > span {
  display: none;
}
section.content .main-content .content-text aside article > .rubric {
  margin-top: 0;
}
section.content .main-content .content-text aside article .img {
  width: 100%;
  margin-top: 1.5rem;
  display: block;
}
section.content .main-content .content-text aside article .img::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  padding-top: 56%;
  /* Пропорции изображения */
}
section.content .main-content .content-text aside article .img.img-size-2-3::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  padding-top: 67%;
  /* Пропорции изображения */
}
section.content .main-content .content-share-buttons {
  width: 50px;
  flex-shrink: 0;
  margin-left: -20px;
}
section.content .main-content .content-share-buttons > div {
  display: block;
  position: sticky;
  top: 85px;
  margin-top: 1.5rem;
}
section.content .main-content .content-share-buttons > div ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
section.content .main-content .content-share-buttons > div ul li.bordered {
  border-top: 1px solid #f2f2f2;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.content .main-content .content-share-buttons > div ul li.border-bottom {
  border-bottom: 1px solid #f2f2f2;
}
section.content .main-content .content-share-buttons > div ul li a {
  color: #999999;
  padding: 0.313rem;
  display: inline-block;
}
section.content .main-content .content-share-buttons > div ul li a img {
  opacity: 0.5;
}
section.content .main-content .content-share-buttons > div ul li a:hover {
  color: #000;
}
section.content .main-content .content-share-buttons > div ul li a:hover img {
  opacity: 1;
}
section.content .main-content .content-share-buttons > div ul li a i {
  font-size: 1.5rem;
}
section.content .main-content .content-share-buttons > div ul li a i.la-ellipsis-h {
  color: #333;
}
section.content .main-content .content-share-buttons > div ul li > i {
  color: #999999;
  padding: 0.313rem;
  display: inline-block;
  font-size: 1.5rem;
  cursor: pointer;
}
section.content .main-content .content-share-buttons > div ul li > i.la-ellipsis-h {
  color: #333;
}
section.content .main-content .content-share-buttons > div ul li > i:hover {
  color: #000;
}
section.content .main-content .content-share-buttons > div ul li:hover {
  border-color: #e2e2e2;
}
section.content .main-content .multiple-with-titles, section.content .main-content .multiple-with-titles-date {
  display: none;
}
section.content .main-content .prwrapper {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
section.content div.article:not(:first-child) .main-content {
  border-top: 1px solid #000;
}
section.next-article-wrapper {
  margin-top: 1rem;
}
section.next-article-wrapper .content-m-top {
  margin-top: 1rem;
}
section.issue-preview {
  background-color: #f2f2f2;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
section.issue-preview.dark {
  background-color: #474747;
  color: #ffffff;
}
section.issue-preview.dark .issue-preview-wrapper .issue-a-wrapper ul li {
  border-color: #222;
}
section.issue-preview.dark .issue-preview-wrapper .issue-a-wrapper ul li a {
  color: #fff;
}
section.issue-preview h2 {
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}
section.issue-preview .issue-preview-wrapper {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
}
section.issue-preview .issue-preview-wrapper .mag-wrapper {
  flex-shrink: 0;
}
section.issue-preview .issue-preview-wrapper .issue-a-wrapper {
  margin-top: 2rem;
}
section.issue-preview .issue-preview-wrapper .issue-a-wrapper .primary-button {
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
  justify-content: center;
  width: 100%;
}
section.issue-preview .issue-preview-wrapper .issue-a-wrapper .red-button {
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
  justify-content: center;
  width: 100%;
}
section.issue-preview .issue-preview-wrapper .issue-a-wrapper .secondary-button {
  justify-content: center;
  width: 100%;
}
section.issue-preview .issue-preview-wrapper .issue-a-wrapper ul {
  list-style: none;
  margin: 0 0 2rem 0;
  padding: 0;
}
section.issue-preview .issue-preview-wrapper .issue-a-wrapper ul li {
  border-top: 1px solid #e2e2e2;
}
section.issue-preview .issue-preview-wrapper .issue-a-wrapper ul li:first-child {
  border-top: 0;
}
section.issue-preview .issue-preview-wrapper .issue-a-wrapper ul li:first-child a {
  padding-top: 0;
}
section.issue-preview .issue-preview-wrapper .issue-a-wrapper ul li:last-child a {
  padding-bottom: 0;
}
section.issue-preview .issue-preview-wrapper .issue-a-wrapper ul li a {
  display: inline-block;
  padding: 0.75rem 0;
  color: #000;
  font-weight: 500;
}
section.issue-preview .issue-preview-wrapper .issue-a-wrapper ul li a:hover {
  text-decoration: underline;
}
section.special-section {
  background-size: cover;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
section.special-section a {
  color: #ffffff;
  font-size: 1.313rem;
  text-align: left;
}
section.special-section a:hover span {
  text-decoration: underline;
}
section.special-section span.special-text {
  font-size: 1.313rem;
  font-weight: 900;
  color: #ffffff;
}
section.special-section .special-description {
  color: #ffffff;
}
section.special-section .special-subscribe div {
  margin-bottom: 1rem;
}
section.special-section ul {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  margin-left: -1rem;
}
section.special-section + section.content {
  padding-top: 2rem;
}
section.subscribe-info {
  background-color: #f2f2f2;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
section.subscribe-info .row > div {
  margin-bottom: 1.5rem;
}
section.subscribe-info .subscribe-menu-title {
  font-weight: 900;
  display: inline-block;
  margin-bottom: 1rem;
}
section.subscribe-info .subscribe-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
section.subscribe-info .subscribe-menu > li {
  margin-bottom: 0.5rem;
}
section.subscribe-info .subscribe-menu > li > img {
  margin-right: 0.5rem;
}
section.subscribe-info .subscribe-menu > li > a {
  color: #000;
}
section.subscribe-info .subscribe-menu > li > a:hover {
  text-decoration: underline;
}
section.landing-content {
  margin-top: 3.125rem;
}

.cut-after {
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.cut-after.show-all-text {
  cursor: pointer;
}
.cut-after.show-all-text:hover {
  color: #737373;
}
.cut-after.one-row {
  -webkit-line-clamp: 1;
}
.cut-after.two-rows {
  -webkit-line-clamp: 2;
}

.section-delimeter .authors-toc-item {
  font-size: 3rem;
  font-weight: 900;
  background-color: #ffffff;
  padding-left: 1rem;
  margin-top: -3rem;
  margin-left: -1rem;
}
.section-delimeter .category-toc-item {
  font-size: 1.25rem;
  font-weight: 900;
  background-color: #ffffff;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-top: -2.75rem;
  margin-left: -1rem;
  margin-bottom: 1rem;
}

.authors-column a {
  color: #000;
  margin-bottom: 0.688rem;
}
.authors-column a:hover {
  color: #999999;
}
.authors-column .category-toc-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.authors-column .category-toc-list li a {
  display: block;
}
.authors-column .category-toc-list li ul.category-toc-list-submenu {
  padding: 0.75rem 0 0.75rem 0.75rem;
  list-style: none;
  font-size: 0.75rem;
}

/* ------------ / Content ---------- */
/* -- Gallery -- */
/** Stage container **/
.connected-carousels .stage {
  position: relative;
  margin-top: 1.5rem;
}

/** Navigation container **/
.connected-carousels .navigation {
  width: auto;
  margin: 0 auto;
  position: relative;
}

/** Shared carousel styles **/
.connected-carousels .carousel {
  overflow: hidden;
  position: relative;
}

.connected-carousels .carousel ul {
  width: 10000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}

.connected-carousels .carousel li {
  float: left;
}

/** Stage carousel specific styles **/
.connected-carousels .carousel-stage .content-img {
  margin-top: 0 !important;
}

.connected-carousels .carousel-stage li .carousel-lightbox-link {
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 3px 6px;
  font-size: 1.5rem;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  z-index: 2;
}

.connected-carousels .carousel-stage li .carousel-lightbox-link:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

/** Navigation carousel specific styles **/
.connected-carousels .carousel-navigation li {
  cursor: pointer;
  margin: 20px 5px;
  background-size: cover;
  opacity: 0.5;
}

.connected-carousels .carousel-navigation li.active {
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.3);
  opacity: 1;
}

.connected-carousels .carousel-navigation li:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  padding-top: 100%;
}

/** Stage carousel controls **/
.connected-carousels .prev-stage,
.connected-carousels .next-stage {
  display: none;
}

/** Navigation carousel controls **/
.connected-carousels .prev-navigation,
.connected-carousels .next-navigation {
  position: absolute;
  font-size: 1rem;
  color: #000;
  top: 50%;
  margin-top: -22px;
  background-color: white;
  padding: 10px 5px;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
}

.connected-carousels .prev-navigation {
  left: -0.5rem;
}

.connected-carousels .next-navigation {
  right: -0.5rem;
}

.connected-carousels .prev-navigation.inactive,
.connected-carousels .next-navigation.inactive {
  display: none;
}

/* ------------ Gallery ------------- */
/* ------------ Tables ------------- */
.rating-table-wrapper {
  overflow: hidden;
  max-height: 350px;
}
.rating-table-wrapper.full-height {
  max-height: none;
  overflow: auto;
}

.overflow-marker {
  position: absolute;
  font-size: 18px;
  right: 0;
  top: 50%;
  width: 40px;
  padding-left: 14px;
  box-sizing: border-box;
  display: inline-block;
  transform: translateY(-50%);
  background-color: #000;
  padding: 10px;
  color: #fff;
  z-index: 1;
  cursor: pointer;
  margin-top: -20px;
}
.overflow-marker:hover {
  background-color: #333;
}
.overflow-marker.la-angle-left {
  margin-top: 19px;
}

.screen-mode {
  position: absolute;
  font-size: 18px;
  right: 0;
  top: 0;
  width: 40px;
  padding-left: 14px;
  box-sizing: border-box;
  display: inline-block;
  background-color: #000;
  padding: 10px;
  color: #fff;
  z-index: 1;
  cursor: pointer;
  margin-top: -20px;
}
.screen-mode:hover {
  background-color: #333;
}

.rating-table {
  text-align: left;
  table-layout: fixed;
  width: 100%;
  font-size: 0.75em;
}
.rating-table thead tr.table-titles {
  color: #999999;
}
.rating-table thead tr.table-titles th {
  border-top: 1px solid #f2f2f2;
  padding: 0.5rem 1rem 0.5rem 1rem;
  font-size: 0.625rem;
}
.rating-table thead tr.table-titles th i {
  font-size: 1.5rem;
}
.rating-table thead tr.table-titles th a {
  color: #999999;
}
.rating-table thead tr.table-titles th a:hover {
  color: #000;
}
.rating-table thead tr.table-years {
  color: #000;
  font-size: 0.75rem;
}
.rating-table thead tr.table-years th {
  padding: 0 1rem 0.5rem 1rem;
}
.rating-table thead tr th {
  font-weight: 300;
  vertical-align: top;
}
.rating-table tbody tr td {
  font-weight: 700;
  vertical-align: top;
  border-bottom: 1px solid #f2f2f2;
  padding: 0.5rem 1rem;
}
.rating-table tbody tr td a {
  color: #999999;
}
.rating-table tbody tr:first-child td {
  border-top: 1px solid #f2f2f2;
}
.rating-table tbody tr.deleted {
  color: #ccc;
  text-decoration: line-through;
}
.rating-table tbody tr.deleted a {
  color: #ccc;
}
.rating-table tbody tr.deleted img {
  opacity: 0.6;
}
.rating-table tbody tr.deleted .green-color {
  color: #ccc !important;
}
.rating-table tbody tr.deleted input:disabled, .rating-table tbody tr.deleted select:disabled {
  color: #ccc;
  border-color: #ccc;
}
.rating-table tbody tr.notactive {
  color: #ccc;
}
.rating-table tbody tr.notactive a {
  color: #ccc;
}
.rating-table tbody tr.notactive img {
  opacity: 0.6;
}
.rating-table tbody tr.notactive .green-color {
  color: #ccc !important;
}
.rating-table tbody tr.notactive input:disabled, .rating-table tbody tr.notactive select:disabled {
  color: #ccc;
  border-color: #ccc;
}
.rating-table.auto {
  table-layout: auto;
}
.rating-table.profile thead tr.table-titles {
  color: #999999;
}
.rating-table.profile thead tr.table-titles th {
  padding: 0.5rem 1rem 0.5rem 0;
}
.rating-table.profile tbody tr td {
  padding: 1rem 1rem 1rem 0;
}
.rating-table.profile tbody tr td .prolongation-description.hidden {
  opacity: 0;
}

.fullwindow-rating-table {
  position: relative;
}
.fullwindow-rating-table .fullwindow-table-header > div {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
}
.fullwindow-rating-table .fullwindow-table-header .fullwindow-header-title {
  display: none;
}
.fullwindow-rating-table .fullwindow-table-header .fullwindow-header-button {
  color: #999999;
  font-size: 1rem;
}
.fullwindow-rating-table .fullwindow-table-header .fullwindow-header-button:hover {
  color: #000;
  cursor: pointer;
}
.fullwindow-rating-table .fullwindow-table-header .fullwindow-header-button > span {
  display: none;
}
.fullwindow-rating-table .fullwindow-table-content {
  margin-top: 0.75rem !important;
}
.fullwindow-rating-table .fullwindow-table-content > div {
  padding: 0;
}
.fullwindow-rating-table.fullwindow-mode {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  z-index: 10000;
}
.fullwindow-rating-table.fullwindow-mode > .row {
  width: 100%;
  box-sizing: border-box;
  margin-left: 0 !important;
  margin-top: 0 !important;
}
.fullwindow-rating-table.fullwindow-mode .fullwindow-table-header {
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  height: 50px;
  z-index: 2;
}
.fullwindow-rating-table.fullwindow-mode .fullwindow-table-header > div {
  justify-content: space-between;
  padding-left: 1rem;
  padding-right: 1rem;
}
.fullwindow-rating-table.fullwindow-mode .fullwindow-table-header .fullwindow-header-title {
  font-size: 0.875rem;
  font-weight: 700;
  display: inline-block;
}
.fullwindow-rating-table.fullwindow-mode .fullwindow-table-header .fullwindow-header-button {
  margin-left: 1rem;
}
.fullwindow-rating-table.fullwindow-mode .fullwindow-table-content {
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  height: 100%;
  padding-top: 50px;
  top: 0;
  z-index: 1;
}
.fullwindow-rating-table.fullwindow-mode .fullwindow-table-content > div {
  max-height: 100%;
  padding: 0;
}
.fullwindow-rating-table.fullwindow-mode .rating-table-wrapper {
  max-height: 100%;
}
.fullwindow-rating-table.fullwindow-mode .rating-table-wrapper .rating-table {
  font-size: 0.875rem;
}
.fullwindow-rating-table.fullwindow-mode .rating-table-wrapper thead tr.table-titles th {
  font-size: 0.75rem;
}
.fullwindow-rating-table.fullwindow-mode .rating-table-wrapper tr td {
  padding: 0.75rem 1rem;
  font-size: 0.75rem;
}

/* ----------- / Tables ------------- */
/* ---------- Animations ------------ */
@keyframes pulse {
  0% {
    transform: scale(2);
    opacity: 0.2;
  }
  100% {
    transform: scale(2.3);
    opacity: 0;
  }
}
@keyframes pulse2 {
  0% {
    transform: scale(1.5);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}
/* --------- / Animations ----------- */
/* ------------ Buttons ---------- */
.button-link {
  margin-right: 0.313rem;
  margin-bottom: 0.75rem;
  font-weight: 500;
  font-size: 0.875rem;
  border: 1px solid #ccc;
  color: #000;
  padding: 0.375rem 0.623rem;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}
.button-link.disabled {
  border-color: #f2f2f2;
  cursor: default;
  color: #999999;
}
.button-link.disabled:hover {
  border-color: #f2f2f2;
}
.button-link.active {
  font-weight: 700;
  border: 2px solid #000;
  padding: 0.313rem 0.438rem;
}
.button-link:hover {
  border-color: #000;
}

/* ------------ / Buttons ---------- */
/* ------------ Bars ---------- */
section.archive-bar {
  background-color: #222;
  color: #ffffff;
}
section.archive-bar a {
  color: #ffffff;
  display: flex;
  align-items: center;
  height: 1.625rem;
  font-weight: 500;
  flex-grow: auto;
}
section.archive-bar a img {
  align-self: flex-end;
  margin-right: 0.313rem;
}
section.breadcrumbs-bar {
  color: #999999;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: -1rem;
  font-size: 0.75rem;
  z-index: 2;
}
section.breadcrumbs-bar a {
  color: #999999;
  font-size: 0.75rem;
}
section.breadcrumbs-bar a:hover {
  color: #000;
}
section.breadcrumbs-bar span {
  font-size: 0.75rem;
}
section.breadcrumbs-bar ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
section.breadcrumbs-bar ul li {
  margin-right: 0.25rem;
}
section.breadcrumbs-bar ul li:not(:first-child):before {
  content: "/";
}
section.floating-bar {
  position: fixed;
  width: 100%;
  background-color: #ffffff;
  bottom: 0;
  box-shadow: 0 0 60px 0 rgba(153, 153, 153, 0.5);
  z-index: 999;
  padding-bottom: 1rem;
}
section.floating-bar.subscribe-form .primary-button {
  width: auto;
}
section.floating-bar.subscribe-form .la-times {
  top: 1rem;
}
section.floating-bar.vacations .la-times {
  top: 0.5rem;
}
section.floating-bar.vacations img {
  margin-top: 1.5rem;
}
section.floating-bar.free-month {
  background: #282828 url( "/media/files/landings/free_month/subscribe_free.jpg") bottom right no-repeat;
  color: #ffffff;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
section.floating-bar.free-month h2 {
  margin: 0 1rem 0 0;
  font-size: 1rem;
}
section.floating-bar.free-month .la-times {
  right: 0.25rem;
  top: 0.25rem;
}
section.floating-bar.free-month a.red-button {
  font-size: 0.75rem;
}
section.floating-bar.monocle {
  background: #301f31 url( "/media/files/p/neon.jpg") center center repeat-y;
  background-size: cover;
  color: #ffffff;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
section.floating-bar.monocle a {
  color: #ffffff;
  text-decoration: none;
}
section.floating-bar.monocle h2 {
  margin: 0 1rem 0 0;
  font-size: 1rem;
}
section.floating-bar.monocle h2 img {
  margin-top: -2px;
  height: 16px;
}
section.floating-bar.monocle h2 + a {
  margin: 10px auto 0 0;
  color: #000000;
}
section.floating-bar.monocle .la-times {
  right: 0.25rem;
  top: 0.25rem;
}
section.floating-bar.monocle a.red-button {
  font-size: 0.75rem;
}
section.floating-bar.telegram {
  background: #2aaaec;
  color: #ffffff;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
section.floating-bar.telegram a {
  color: #ffffff;
}
section.floating-bar.telegram h2 {
  margin: 0 0.5rem 0 0;
  font-size: 1rem;
}
section.floating-bar.telegram h3 {
  margin: 0 0 0 0;
  line-height: 1;
  flex-shrink: 0;
}
section.floating-bar.telegram .la-times {
  right: 0.25rem;
  top: 0.25rem;
}
section.floating-bar.telegram .telegram-logo {
  height: 3rem;
  filter: drop-shadow(0px 0px 20px rgba(255, 255, 255, 0.5));
}
section.floating-bar.telegram .telegram-title-wrapper {
  margin-left: 0.5rem;
}
section.floating-bar.telegram .telegram-title-wrapper span {
  flex-shrink: 0;
}
section.floating-bar.windows {
  background: #e87ab0;
  background: linear-gradient(156deg, #e87ab0 0, #7a77f7 100%);
  color: #ffffff;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
section.floating-bar.windows h2 {
  margin: 0 1rem 0 0;
  font-size: 1rem;
  font-weight: 900;
}
section.floating-bar.windows .la-times {
  right: 0.25rem;
  top: 0.25rem;
}
section.floating-bar.windows .secondary-button {
  border-color: #ffffff;
}
section.floating-bar.birch {
  background: #8cb072 url( "/media/files/banners/birch.jpg");
  color: #ffffff;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
section.floating-bar.birch a {
  color: #ffffff;
}
section.floating-bar.birch h2 {
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 900;
  background-color: #000;
  padding: 0.5rem;
  margin: 0;
}
section.floating-bar.birch .la-times {
  right: 0.25rem;
  top: 0.25rem;
  color: #000;
}
section.floating-bar.birch .birch-wrapper {
  display: flex;
  justify-content: space-between;
}
section.floating-bar.birch .birch-wrapper > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
section.floating-bar.birch .birch-description {
  background-color: #8cb073;
  color: #000;
  padding: 0.125rem 0.5rem;
  margin-top: -5px;
  font-weight: 500;
}
section.floating-bar.birch .birch-button {
  display: none;
}
section.floating-bar.abandoned {
  background: #333;
  color: #ffffff;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
section.floating-bar.abandoned a {
  color: #fff;
}
section.floating-bar.abandoned .la-times {
  right: 0.25rem;
  top: 0.25rem;
}
section.floating-bar.abandoned ul {
  list-style: none;
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 0.75rem;
}
section.floating-bar.abandoned h3 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 0.875rem;
}
section.floating-bar.abandoned .abandoned-icon {
  margin-top: 5px;
  margin-left: -10px;
  margin-right: 5px;
  position: relative;
}
section.floating-bar.abandoned .abandoned-icon .la-shopping-cart {
  font-size: 2rem;
}
section.floating-bar.abandoned .abandoned-icon .la-clock {
  font-size: 1.125rem;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #333;
  border-radius: 50%;
}
section.floating-bar.listen-expert {
  background: #000748 url( "/media/files/b/listen_snyjY5k.jpg") left top no-repeat;
  background-size: auto 150px;
  color: #ffffff;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
section.floating-bar.listen-expert a {
  color: #ffffff;
}
section.floating-bar.listen-expert h2 {
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 900;
  color: #000;
  background-color: #ffffff;
  margin: 0;
  padding: 0.25rem 0.5rem;
}
section.floating-bar.listen-expert ul {
  display: none;
}
section.floating-bar.listen-expert .la-times {
  right: 0.25rem;
  top: 0.25rem;
  color: #ffffff;
}
section.floating-bar.listen-expert .listen-wrapper {
  display: flex;
  justify-content: space-around;
}
section.floating-bar.listen-expert .listen-wrapper > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
section.floating-bar.listen-expert .listen-button {
  color: #ffffff;
  cursor: pointer;
  font-size: 0.875rem;
  padding-left: 14px;
  padding-right: 14px;
  border-color: #fff;
}
section.floating-bar.listen-expert .listen-button > .listen-desktop {
  display: none;
}
section.floating-bar.listen-expert .listen-button:hover {
  border-color: #fff;
}
section.floating-bar.vov {
  background: #ff5300;
  background-image: url( "/media/files/b/vov.png");
  background: url( "/media/files/b/vov.png") left -80px top no-repeat, linear-gradient(90deg, #ff5300 22%, #ff7825 100%);
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: 170px;
  box-sizing: border-box;
}
section.floating-bar.vov > .la-times {
  top: 1rem;
}
section.floating-bar.vov a {
  display: block;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
section.floating-bar.vov a > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
section.floating-bar.vov a > div > img {
  height: 85px;
}
section.floating-bar.vov a > div > span {
  display: inline-block;
  margin-top: 12px;
  font-weight: bold;
}
section.floating-bar.vov a > i {
  font-size: 50px;
  margin-left: 20px;
}
section.floating-bar.pmef-pp {
  background: #43403b url( "/media/files/landings/pmef/img/bg.jpeg") center center;
  background-size: cover;
  padding-top: 1rem;
  padding-bottom: 1rem;
  box-sizing: border-box;
}
section.floating-bar.pmef-pp > .la-times {
  top: 1rem;
  color: #ffffff;
}
section.floating-bar.pmef-pp a {
  color: #ffffff;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
section.floating-bar.pmef-pp a > img {
  height: 100px;
  margin-right: 0;
}
section.floating-bar.pmef-pp a p {
  font-size: 14px;
  margin-bottom: 0;
}
section.floating-bar.pmef-pp a p i {
  color: #ffffff;
}
section.floating-bar.telegram-2 {
  background: #2aaaec;
  background-image: url( "/media/files/tg/blue_bg.png");
  /* fallback */
  background-image: url( "/media/files/tg/blue_bg.png"), linear-gradient(#258ed7, #37caf5);
  /* W3C */
  background-position: left bottom;
  background-repeat: no-repeat;
  color: #ffffff;
  padding-top: 1rem;
  padding-bottom: 1rem;
  box-sizing: border-box;
}
section.floating-bar.telegram-2 a {
  color: #ffffff;
  display: flex;
  justify-content: center;
}
section.floating-bar.telegram-2 a div {
  display: flex;
  flex-direction: column;
  margin-left: 1rem;
  justify-content: center;
}
section.floating-bar.telegram-2 a div > span {
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.1;
}
section.floating-bar.telegram-2 a div > span + span {
  font-weight: 500;
  color: #000;
  font-size: 1rem;
  margin-top: 10px;
}
section.floating-bar.telegram-2 a .telegram-logo {
  width: 60px;
  filter: drop-shadow(0px 0px 20px rgba(38, 139, 217, 0.5));
}
section.floating-bar.telegram-2.white {
  background: #fff url( "/media/files/tg/white_bg.jpg") left -160px bottom no-repeat;
  background-size: auto 105px;
}
section.floating-bar.telegram-2.white a {
  color: #26a2da;
}
section.floating-bar.telegram-2 .la-times {
  right: 0.25rem;
  top: 0.25rem;
}
section.floating-bar.assis {
  padding-bottom: 0;
}
section.floating-bar.assis > div {
  background: #fff url( "/media/files/p/pencils.jpg") left -135px bottom -62px no-repeat;
  background-size: 300px 200px;
}
section.floating-bar.assis > div > .container > div {
  min-height: 170px;
  justify-content: center;
  padding-left: 40px;
}
section.floating-bar.assis > div > .container > div > span {
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 1rem;
}
section.floating-bar.assis > div > .container > div > span > .assis-big-text {
  font-weight: 900;
  font-size: 26px;
  margin-bottom: 0.5rem;
}
section.floating-bar.assis .la-times {
  top: 0.5rem;
}
section.floating-bar.cr-research-p {
  padding-bottom: 0;
}
section.floating-bar.cr-research-p > div {
  background: url(/media/files/landings/cr/cr_small.png) left 30px top 10px no-repeat;
  background-size: 180px auto;
  padding-top: 77px;
}
section.floating-bar.cr-research-p > div > .container > div {
  min-height: 200px;
  justify-content: center;
  padding: 15px 0 0 0;
}
section.floating-bar.cr-research-p > div > .container > div > span {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px 0;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
section.floating-bar.cr-research-p > div > .container > div > span > .cr-big-text {
  font-weight: 900;
  font-size: 16px;
  margin-bottom: 10px;
}
section.floating-bar.cr-research-p .la-times {
  top: 0.5rem;
}
section.floating-bar.simps {
  background: #507fc2 url( "/media/files/banners/simps/bg.jpg") right top;
  padding-bottom: 0;
  background-size: cover;
}
section.floating-bar.simps > div > .container > div {
  min-height: 200px;
  justify-content: center;
  padding: 130px 0 0 0;
}
section.floating-bar.simps > div > .container > div > .issue-sh {
  position: absolute;
  background: transparent url(/media/files/banners/simps/issue-sh.png) left top no-repeat;
  left: 0;
  top: -58px;
  width: 160px;
  height: 211px;
  background-size: 160px 211px;
}
section.floating-bar.simps > div > .container > div > .issue {
  position: absolute;
  background: transparent url(/media/files/banners/simps/issue.gif) top no-repeat;
  left: 0;
  top: -58px;
  width: 150px;
  height: 201px;
  background-size: 149px 201px;
}
section.floating-bar.simps > div > .container > div > span {
  color: #fff;
}
section.floating-bar.simps > div > .container > div > span > .cr-big-text {
  font-weight: 900;
  font-size: 24px;
}
section.floating-bar.simps > div > .la-times {
  color: #fff;
  cursor: pointer;
  top: 0.75rem;
}
section.floating-bar.new-issue {
  padding-bottom: 0;
  background-size: cover;
}
section.floating-bar.new-issue > div > .container > div {
  min-height: 200px;
  justify-content: center;
  padding: 130px 0 0 0;
}
section.floating-bar.new-issue > div > .container > div > .issue-sh {
  position: absolute;
  background: transparent url(../img/banners/issue-sh.png) left top no-repeat;
  left: 0;
  top: -58px;
  width: 160px;
  height: 211px;
  background-size: 160px 211px;
}
section.floating-bar.new-issue > div > .container > div > .issue {
  position: absolute;
  background-color: transparent;
  background-position: left top;
  background-repeat: no-repeat;
  left: 0;
  top: -58px;
  width: 150px;
  height: 201px;
  background-size: 149px 201px;
}
section.floating-bar.new-issue > div > .container > div > span {
  color: #fff;
}
section.floating-bar.new-issue > div > .container > div > span > .cr-big-text {
  font-weight: 900;
  font-size: 24px;
}
section.floating-bar.new-issue > div > .la-times {
  color: #fff;
  cursor: pointer;
  top: 0.75rem;
}
section.floating-bar.yearfinal {
  background-color: #ffd358;
  background-image: url( "/media/files/p/yearfinal/hands.jpg"), url( "/media/files/p/yearfinal/bg.png");
  background-repeat: no-repeat, repeat;
  background-position: top -65px left -115px, bottom right;
  background-size: 380px, 35px;
  padding-bottom: 0;
}
section.floating-bar.yearfinal > div > .container > a {
  min-height: 170px;
  justify-content: center;
  padding-left: 90px;
}
section.floating-bar.yearfinal > div > .container > a span.yearfinal-big-text {
  font-weight: 900;
  font-size: 26px;
  margin-bottom: 1rem;
  color: #ffffff;
  line-height: 1.4;
  text-shadow: 3px 2px 0 rgba(0, 0, 0, 0.1);
}
section.floating-bar.yearfinal .la-times {
  top: 0.5rem;
}
section.floating-bar.free-month-2 {
  background: #5ea2ef;
  background: linear-gradient(90deg, #5ea2ef 0%, #4001a8 50%, #fa58bb 100%);
  color: #ffffff;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
section.floating-bar.free-month-2 h2 {
  margin: 0 1rem 0 0;
  font-size: 1rem;
}
section.floating-bar.free-month-2 .la-times {
  right: 0.25rem;
  top: 0.25rem;
}
section.floating-bar.free-month-2 a.red-button {
  font-size: 0.75rem;
}
section.floating-bar.try_n_subscribe {
  background: #f2f2f2;
  box-shadow: 0 0 60px 0 rgba(153, 153, 153, 0.7);
  display: flex;
  flex-direction: column;
  padding: 0;
}
section.floating-bar.try_n_subscribe.special-2 .la-times {
  top: 0.75rem !important;
  color: #fff;
}
section.floating-bar.try_n_subscribe.special-2 > .l-column > .l-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #720407 0%, #ca3425 100%);
  background: #ca3425 url( "/media/files/b/special2/special-bg.jpg");
  background-size: cover;
  top: 0;
}
section.floating-bar.try_n_subscribe.special-2 > div.r-column > .r-content .gradient-button + span {
  font-size: 16px;
  color: #000;
  display: inline-flex;
  align-items: center;
}
section.floating-bar.try_n_subscribe.special-2 > div.r-column > .r-content .gradient-button + span i {
  font-size: 26px;
  margin-left: 5px;
  margin-right: 3px;
}
section.floating-bar.try_n_subscribe.special-2 > div.r-column > .r-content .gradient-button + span strong {
  margin-right: 5px;
}
section.floating-bar.try_n_subscribe button {
  border: none;
  -webkit-appearance: none;
}
section.floating-bar.try_n_subscribe > .la-times {
  top: 0.75rem;
  color: #fff;
}
section.floating-bar.try_n_subscribe > div {
  flex-grow: 1;
}
section.floating-bar.try_n_subscribe > div .agreement_tip {
  position: absolute;
  border: none;
  background-color: #000;
  left: 0;
  bottom: 40px;
  width: 100%;
  font-size: 0.75rem;
  padding: 3px 5px;
  border-radius: 3px;
  display: inline-block;
  color: #fff;
  text-align: left;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.54);
}
section.floating-bar.try_n_subscribe > div .agreement_tip::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -8px;
  left: 8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #000000 transparent transparent transparent;
}
section.floating-bar.try_n_subscribe > div.l-column {
  position: relative;
  overflow: hidden;
}
section.floating-bar.try_n_subscribe > div.l-column .white-button, section.floating-bar.try_n_subscribe > div.l-column .white-button + span, section.floating-bar.try_n_subscribe > div.l-column .form-input-text, section.floating-bar.try_n_subscribe > div.l-column .l-confirm {
  display: none;
}
section.floating-bar.try_n_subscribe > div.l-column > .l-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #5596ea;
  background: linear-gradient(90deg, #5596ea 0%, #3a009b 50%, #ba2ba5 100%);
  top: 0;
}
section.floating-bar.try_n_subscribe > div.l-column > .l-content {
  position: relative;
  color: #fff;
  padding: 20px 30px 68px 30px;
}
section.floating-bar.try_n_subscribe > div.l-column > .l-content > .l-content-head {
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 10px;
}
section.floating-bar.try_n_subscribe > div.l-column > .l-content > .l-content-subhead {
  font-size: 15px;
  display: inline-block;
}
section.floating-bar.try_n_subscribe > div.r-column .r-desktop-issue, section.floating-bar.try_n_subscribe > div.r-column .desktop-carousel-wrapper {
  display: none;
}
section.floating-bar.try_n_subscribe > div.r-column .mobile-carousel {
  position: relative;
}
section.floating-bar.try_n_subscribe > div.r-column .mobile-carousel .carousel-scroll-badge {
  display: block;
  width: 70px;
  height: 50px;
  position: absolute;
  right: 5%;
  top: 75px;
  border-radius: 25px;
  background: rgba(0, 0, 0, 0.7) url( "/media/files/try_n_sub_popup/hand-anim-left.gif") center center no-repeat !important;
}
section.floating-bar.try_n_subscribe > div.r-column > .r-content {
  padding: 20px 30px;
  text-align: center;
}
section.floating-bar.try_n_subscribe > div.r-column > .r-content .form-input-text {
  box-sizing: border-box;
  flex: auto;
}
section.floating-bar.try_n_subscribe > div.r-column > .r-content .gradient-button {
  display: inline-flex;
  flex-grow: 1;
  padding: 14px 20px;
  background: #5ea2ef;
  background: linear-gradient(90deg, #5ea2ef 0%, #4001a8 50%, #b31e98 100%);
  color: #ffffff;
  font-weight: 700;
  align-items: center;
  box-sizing: border-box;
  outline: none;
  line-height: 1;
  cursor: pointer;
  align-self: flex-start;
  justify-content: center;
  -webkit-appearance: none;
  border-radius: 4px;
  font-size: 1rem;
  flex-shrink: 0;
  box-shadow: 0px 0px 35px 0px rgba(64, 5, 170, 0.25);
  transition: box-shadow 0.3s;
}
section.floating-bar.try_n_subscribe > div.r-column > .r-content .gradient-button + span {
  color: #666;
  margin-top: 0.5rem;
  display: inline-block;
  font-size: 12px;
}
section.floating-bar.try_n_subscribe > div.r-column > .r-content > .gradient-button {
  width: 100%;
}
section.floating-bar.try_n_subscribe > div.r-column > .r-content .r-confirm {
  position: relative;
}
section.floating-bar.try_n_subscribe > div.r-column > .r-content .r-confirm .description {
  text-align: left;
  font-size: 0.75rem;
}
section.floating-bar.try_n_subscribe > div.r-column > .r-content label.filter-checkbox-check > input:checked + span {
  border-color: #000;
}
section.floating-bar.try_n_subscribe > div.r-column > .r-content label.filter-checkbox-check > input:checked + span i {
  color: #000;
}
section.floating-bar.try_n_subscribe > div.r-column > .r-content label.filter-checkbox-check > input + span i {
  color: transparent;
}
section.floating-bar.try_n_subscribe > div.r-column > .r-content label.filter-checkbox-check > span {
  border-color: #000;
}
section.floating-bar.try_n_subscribe > div.r-column .r-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  overflow: auto;
  -ms-overflow-style: none;
  /* for Internet Explorer, Edge */
  scrollbar-width: none;
  /* for Firefox */
  overflow-y: scroll;
  margin-top: -48px;
  margin-bottom: 5px;
}
section.floating-bar.try_n_subscribe > div.r-column .r-list::-webkit-scrollbar:horizontal {
  height: 0;
  width: 0;
  display: none;
}
section.floating-bar.try_n_subscribe > div.r-column .r-list::-webkit-scrollbar-thumb:horizontal {
  display: none;
}
section.floating-bar.try_n_subscribe > div.r-column .r-list > li {
  margin-right: 25px;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  color: #fff;
  position: relative;
}
section.floating-bar.try_n_subscribe > div.r-column .r-list > li > span {
  font-weight: bold;
  display: inline-block;
  margin-bottom: 10px;
}
section.floating-bar.try_n_subscribe > div.r-column .r-list > li > .issue-num {
  position: absolute;
  margin-bottom: 0;
  top: 45px;
  left: -10px;
  border-radius: 3px;
  background-color: #ff0000;
  font-size: 12px;
  padding: 2px 4px;
  box-shadow: 0px 0px 21px 0px rgba(34, 34, 34, 0.2);
}
section.floating-bar.try_n_subscribe > div.r-column .r-list > li > img {
  box-shadow: 0px 0px 21px 0px rgba(34, 34, 34, 0.2);
}
section.floating-bar.try_n_subscribe > div.r-column .r-list > li:first-child {
  margin-left: 30px;
}
section.floating-bar.try_n_subscribe > div.r-column .r-list > li > article.compact {
  display: flex;
  background-color: #fff;
  box-shadow: 0px 0px 21px 0px rgba(34, 34, 34, 0.2);
  padding: 0.75rem;
  max-width: 300px;
}
section.floating-bar.try_n_subscribe > div.r-column .r-list > li > article.compact > a {
  margin-top: 0;
  width: 50px;
  height: 50px;
  margin-right: 1rem;
  flex-shrink: 0;
}
section.floating-bar.try_n_subscribe > div.r-column .r-list > li > article.compact > div {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0.875rem;
}
section.floating-bar.try_n_subscribe > div.r-column .r-list > li > article.compact > div > a {
  color: #000;
  font-weight: bold;
}
section.floating-bar > div {
  position: relative;
}
section.floating-bar .hidden-mobile {
  display: none;
}
section.floating-bar .cut-mobile.dont-cut .hidden-mobile {
  display: inline;
}
section.floating-bar .cut-mobile.dont-cut .mobile-more-info {
  display: none;
}
section.floating-bar .mobile-more-info {
  color: #000;
  margin-left: 0.25rem;
}
section.floating-bar .mobile-more-info i {
  font-size: 1.25rem;
  vertical-align: bottom;
}
section.floating-bar .la-times {
  position: absolute;
  right: 0.5rem;
  top: 0;
  font-size: 1.5rem;
  cursor: pointer;
}
section.floating-bar .primary-button {
  width: 100%;
}

/* ------------ / Bars ---------- */
/* ------------ Modular grid ------------------ */
.modular-grid {
  margin-bottom: 1rem;
}
.modular-grid > .has-cog {
  grid-column: 1/-1;
}
.modular-grid.samples {
  display: flex;
  flex-direction: column;
}
.modular-grid.archive-issue {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  grid-gap: 1.5rem;
  grid-auto-flow: dense;
}
.modular-grid.profile-archive {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  grid-gap: 1.5rem;
  grid-auto-flow: dense;
}
.modular-grid.issue {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  grid-gap: 1.5rem;
  grid-auto-flow: dense;
}
.modular-grid.issue.auto-fill {
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}
.modular-grid.issue.four-columns-mod3 {
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
.modular-grid.subscribe {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  grid-gap: 1.5rem;
  grid-auto-flow: dense;
}
.modular-grid.subscribe-2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.modular-grid.subscribe-2 > .offer-wrapper {
  width: 100%;
  margin-right: 0;
  padding: 1.25rem;
  box-sizing: border-box;
  margin-bottom: 1.5rem;
}
.modular-grid.subscribe-2 > .offer-wrapper .badge {
  transform: translate(-50%, 0);
  left: 50%;
  display: inline-block;
  right: auto;
  top: -10px;
}
.modular-grid.subscribe-2 > .offer-wrapper .activate-test {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.modular-grid.subscribe-2 > .offer-wrapper .activate-test > div {
  height: 26px;
}
.modular-grid.subscribe-2 > .offer-wrapper .activate-test > span {
  font-weight: 500;
}
.modular-grid.subscribe-2 > .offer-wrapper:last-child {
  margin-right: 0;
}
.modular-grid.subscribe-2 > .offer-wrapper > h1 {
  font-weight: 900;
  margin: 0;
  line-height: 1;
}
.modular-grid.subscribe-2 > .offer-wrapper > h1 > span {
  font-weight: 300;
}
.modular-grid.subscribe-2 > .offer-wrapper > h2 {
  font-weight: 900;
  margin: 0;
  line-height: 1;
  font-size: 2em;
}
.modular-grid.subscribe-2 > .offer-wrapper > h2 > span {
  font-weight: 300;
}
.modular-grid.subscribe-2 > .offer-wrapper .price-wrapper-2 {
  display: flex;
  flex-wrap: wrap;
}
.modular-grid.subscribe-2 > .offer-wrapper .price-wrapper-2 > a {
  width: 100%;
}
.modular-grid.subscribe-2 > .offer-wrapper .price-wrapper-2 .price {
  font-size: 2.25rem;
}
.modular-grid.subscribe-2 > .offer-wrapper .price-wrapper-2 > div:first-child > .price {
  margin-right: 1.5rem;
}
.modular-grid.subscribe-2 .checks-list {
  font-weight: 500;
  flex-grow: 1;
}
.modular-grid.subscribe-2.subscribe-gift {
  position: relative;
}
.modular-grid.subscribe-2.subscribe-gift h1 {
  z-index: 1;
  margin-right: 70px;
  background-color: #fffa;
}
.modular-grid.subscribe-2.subscribe-gift ul.checks-list {
  padding-right: 80px;
}
.modular-grid.subscribe-2.subscribe-gift .gift-ribbon {
  position: absolute;
  right: 0;
  top: 0;
  background: transparent url(/media/files/img/gift_mobile.png) left top no-repeat;
  width: 150px;
  height: 150px;
  background-size: 150px;
}

/* ------------ / Modular grid ------------------ */
/* ------------ Content parts ----------------- */
.content-message {
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.content-message.grad {
  background: #dacef3;
  background: linear-gradient(90deg, #d3e0f3 0%, #dacef3 50%, #d7d7f1 100%);
}
.content-message.grad i {
  color: #8b88d1;
}
.content-message > div {
  display: flex;
}
.content-message > div p {
  margin: 0;
  font-size: 0.937rem;
  font-weight: 500;
}
.content-message > div i {
  font-size: 30px;
  margin-right: 8px;
}
.content-message > .gradient-button {
  width: 100%;
  margin-top: 1rem;
}

.rubric {
  font-weight: 500;
  font-size: 0.625rem;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  margin-top: 1.313rem;
  flex-wrap: wrap;
  width: 100%;
}
.rubric a {
  margin-right: 0.75rem;
  color: #999999;
  margin-bottom: 0.188rem;
  font-size: 0.625rem;
  display: inline-block;
  flex-shrink: 0;
}
.rubric a:hover {
  text-decoration: underline;
}
.rubric a.black {
  color: #000;
}
.rubric i {
  font-size: 1.125rem;
  color: #999999;
  margin-top: -0.375rem;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #000;
}

h1.errors-title {
  font-size: 5rem;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 900;
}

.copyright {
  font-size: 0.5rem;
  color: #ffffff;
  text-transform: uppercase;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 1px 2px;
  right: 0;
  bottom: 0;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
}

.mobile-indicator {
  height: 1px;
  background-color: #e2e2e2;
  overflow: hidden;
  position: relative;
  height: 1px;
  margin-bottom: 1rem;
}
.mobile-indicator > .indicator-fill {
  background-color: #000;
  position: absolute;
  height: 1px;
}

.factsbar {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
.factsbar .important-fact {
  color: #ffffff;
  background-color: #222;
  font-weight: 700;
  padding: 0.5rem 0.875rem;
  display: flex;
  font-size: 0.875rem;
  flex-grow: 1;
  margin-bottom: 0.313rem;
}
.factsbar .important-fact i {
  font-size: 1.313rem;
  margin-right: 0.313rem;
}
.factsbar .important-fact:hover {
  background-color: #333;
}
.factsbar .datetime-wrapper {
  font-weight: 700;
  border-bottom: 1px solid #f2f2f2;
  padding: 0.5rem 0.875rem;
  margin-right: 1rem;
  display: flex;
  flex-grow: 1;
  justify-content: center;
}
.factsbar .datetime-wrapper .time {
  font-weight: 500;
  margin-left: 0.5rem;
}

@keyframes activePlayer {
  from {
    background-position: 0 center;
  }
  to {
    background-position: 100% center;
  }
}
.podcast-player {
  display: flex;
  height: 2.625rem;
  background: #000 url( "../img/sound.svg") 0 center repeat-x;
}
.podcast-player.active {
  animation: activePlayer 20s linear infinite;
}
.podcast-player > button {
  -webkit-appearance: none;
  border: 0;
  background-color: #ff0000;
  color: #ffffff;
  font-size: 1.75rem;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.podcast-player > button:hover {
  background-color: #ff3333;
}
.podcast-player > button:active {
  outline: none;
}
.podcast-player > div {
  color: #ffffff;
  display: flex;
  align-items: center;
  overflow: hidden;
  font-size: 1rem;
  font-weight: 700;
  margin-left: 1rem;
}
.podcast-player > div > span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.pseudo-links-offers-tabs {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.pseudo-links-offers-tabs a {
  color: #000;
  margin-right: 1rem;
  line-height: normal;
  border-bottom: 1px dashed #000;
  white-space: nowrap;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  border-top: 2px solid #fff;
  margin-bottom: 0.313rem;
}
.pseudo-links-offers-tabs a > i {
  display: none;
}
.pseudo-links-offers-tabs a.active {
  font-weight: 700;
  border: 2px solid #000;
  padding: 0.25rem;
}
.pseudo-links-offers-tabs a.active:hover {
  border-color: #000;
}
.pseudo-links-offers-tabs a.active > i {
  display: inline-block;
}
.pseudo-links-offers-tabs a:hover {
  border-color: #ffffff;
}

.pseudo-links-login-tabs {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.pseudo-links-login-tabs a {
  color: #000;
  margin-right: 1.5rem;
  line-height: normal;
  border-bottom: 1px dashed #000;
  white-space: nowrap;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.pseudo-links-login-tabs a > i {
  display: none;
}
.pseudo-links-login-tabs a.active {
  font-weight: 900;
  border-bottom: 0;
}
.pseudo-links-login-tabs a.active:hover {
  border-color: #000;
}
.pseudo-links-login-tabs a:hover {
  border-color: #ffffff;
}

.button-tabs {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.button-tabs a {
  font-weight: 500;
  font-size: 0.875rem;
  border: 1px solid #ccc;
  color: #000;
  padding: 0.375rem 0.623rem;
  display: flex;
  align-items: center;
  white-space: nowrap;
  margin-right: 0.75rem;
  margin-bottom: 0.75rem;
  line-height: normal;
  white-space: nowrap;
}
.button-tabs a.active {
  font-weight: 700;
  border: 2px solid #000;
  padding: 0.313rem 0.438rem;
}
.button-tabs a.active:hover {
  border-color: #000;
}
.button-tabs a:hover {
  border-color: #000;
}

.socials {
  display: flex;
  align-items: center;
  background-color: #f2f2f2;
  padding: 0.5rem 1rem;
}
.socials > span {
  margin-right: 0.5rem;
}
.socials > a > i {
  font-size: 1.75rem;
}
.socials > a > i:hover {
  opacity: 0.8;
}
.socials > a > i.la-facebook {
  color: #3b5998;
}
.socials > a > i.la-vk {
  color: #4d7198;
}

.team-section {
  margin-bottom: 2rem;
}
.team-section > .row {
  border-top: 1px solid #f2f2f2;
}
.team-section > .row > div {
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  flex-direction: column;
}
.team-section > .row > div > span {
  margin-bottom: 0.25rem;
}
.team-section > .row > div a {
  color: #333;
}
.team-section > .row > div a:hover {
  color: #000;
  text-decoration: underline;
}

.profile-phone-separator {
  border-top: 1px solid #e2e2e2;
  padding-top: 20px;
  margin-top: auto;
  width: 100%;
}
.profile-phone-separator a {
  color: #000;
}

/* ------------ / Content parts ----------------- */
/* -------- Rating -------------- */
.vote-wrap {
  overflow: hidden;
  display: flex;
  align-items: center;
}

.vote-block {
  position: relative;
}

.vote-hover {
  float: left;
  cursor: pointer;
}

.vote-stars {
  left: 0;
  top: 0;
}

.vote-active {
  position: absolute;
  left: 0;
  top: 0;
}

.vote-result {
  color: #999999;
}

.vote-success {
  color: #999999;
  margin: 0 0 0 20px;
}

/* ----------- Dialogs --------------- */
.dialog-overlay {
  background-color: rgba(255, 255, 255, 0.9);
  color: #000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
  z-index: 10000;
  display: flex;
}
.dialog-overlay.dark-bg {
  background-color: rgba(0, 0, 0, 0.8);
}

.dialog {
  opacity: 1;
  max-width: 600px;
  width: 100%;
  max-height: 80%;
  flex-grow: 0;
  margin: auto;
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
}

.dialog > .dialog-header h3 {
  margin: 0;
  padding-right: 20px;
}

.dialog > .dialog-header {
  padding: 15px;
  position: relative;
  box-sizing: border-box;
}
.dialog > .dialog-header .dialog-dotted-pagination {
  z-index: 1;
  margin-bottom: 0.5rem;
}
.dialog > .dialog-header .dialog-dotted-pagination a {
  text-decoration: none;
  display: inline-block;
  font-size: 11px;
  height: 6px;
  width: 6px;
  line-height: 6px;
  background: #ccc;
  color: #4E443C;
  border-radius: 10px;
  text-indent: -9999px;
  margin-right: 5px;
}
.dialog > .dialog-header .dialog-dotted-pagination a.active {
  background: #000;
  color: #fff;
  opacity: 1;
  height: 10px;
  width: 10px;
  margin-top: -2px;
  line-height: 10px;
}

.dialog > .dialog-header > .las.la-times {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 16px;
  cursor: pointer;
}

.dialog > .dialog-content {
  padding: 0 15px 15px 15px;
  overflow: auto;
  position: relative;
  box-sizing: border-box;
}
.dialog > .dialog-content .new-landing-form-wrapper {
  margin-top: 0;
  padding: 0;
}

.landing-dialog .dialog > .dialog-content {
  padding: 0 2rem 2rem 2rem;
}
.landing-dialog .dialog > .dialog-content > p {
  font-size: 1rem;
}
.landing-dialog .dialog > .dialog-content > h3 {
  margin-top: 0;
  font-size: 2rem;
  line-height: 1;
  font-weight: 900;
  margin-bottom: 0.5rem;
}

.dialog > .dialog-content p {
  margin-top: 0;
}

.dialog > .dialog-footer {
  border-top: 1px solid #e5e5e6;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  flex: none;
}
.dialog > .dialog-footer > .to-right {
  margin-left: auto;
}

.dialog > .dialog-footer > a, .dialog > .dialog-footer > button {
  float: none;
  margin-left: 0;
  display: inline-block;
  flex: none;
}

.login-dialog {
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  overflow: hidden;
  outline: 0;
  z-index: 10000;
  display: flex;
  padding-top: 5rem;
}
.login-dialog > .las {
  position: absolute;
  right: 2rem;
  top: 2rem;
  color: #000;
  font-size: 3rem;
}

/* ----------- / Dialogs --------------- */
/* ------------ Forms elements ---------- */
label.filter-checkbox {
  cursor: pointer;
  margin-right: 0.75rem;
  margin-bottom: 0.75rem;
}
label.filter-checkbox > input {
  visibility: hidden;
  position: absolute;
  width: 0;
  height: 0;
}
label.filter-checkbox > input:checked + span {
  font-weight: 700;
  border: 2px solid #000;
  padding: 0.313rem 0.438rem;
}
label.filter-checkbox > input:checked + span i {
  display: inline-block;
}
label.filter-checkbox > span {
  font-weight: 500;
  font-size: 0.875rem;
  border: 1px solid #ccc;
  padding: 0.375rem 0.623rem;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
label.filter-checkbox > span i {
  font-size: 1.125rem;
  margin-left: 0.313rem;
  display: none;
}
label.filter-checkbox:hover > span {
  border-color: #000;
}

label.filter-checkbox-check {
  cursor: pointer;
  margin-top: 0 !important;
}
label.filter-checkbox-check + * {
  margin-left: 0.75rem;
}
label.filter-checkbox-check > input {
  visibility: hidden;
  position: absolute;
  width: 0;
  height: 0;
}
label.filter-checkbox-check > input:checked + span {
  border: 1px solid #000;
}
label.filter-checkbox-check > input:checked + span i {
  color: #000;
}
label.filter-checkbox-check > span {
  border: 1px solid #ccc;
  padding: 0 0.25rem;
  box-sizing: border-box;
  display: inline-block;
}
label.filter-checkbox-check > span i {
  color: #ffffff;
}
label.filter-checkbox-check:hover > span {
  border-color: #000;
}
label.filter-checkbox-check.error > span {
  border-color: #ff0000 !important;
}

label.filter-radio {
  cursor: pointer;
  margin-right: 0.75rem;
  margin-bottom: 0.75rem;
}
label.filter-radio > input {
  visibility: hidden;
  position: absolute;
  width: 0;
  height: 0;
}
label.filter-radio > input:checked + span {
  font-weight: 700;
  border: 2px solid #000;
  padding: 0.313rem 0.438rem;
}
label.filter-radio > input:checked + span i {
  display: inline-block;
}
label.filter-radio > span {
  font-weight: 500;
  font-size: 0.875rem;
  border: 1px solid #ccc;
  padding: 0.375rem 0.623rem;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
label.filter-radio > span i {
  font-size: 1.125rem;
  margin-left: 0.313rem;
  display: none;
}
label.filter-radio:hover > span {
  border-color: #000;
}

.content-form .form-input-text {
  font-size: 0.875rem;
  padding: 0.8125rem;
  -webkit-appearance: none;
  border: 1px solid #999999;
  outline: none;
  width: 100%;
  box-sizing: border-box;
  border-radius: 0;
}
.content-form .form-input-text.icon-field {
  padding-right: 40px;
}
.content-form .form-input-text.error {
  border: 1px solid #ff0000;
}
.content-form .form-input-text.error + span.error {
  display: block;
}
.content-form .form-input-text.small {
  font-size: 0.865rem;
  padding: 0.25rem;
}
.content-form .form-input-text + i, .content-form .form-input-text + i + i {
  position: absolute;
  font-size: 1.25rem;
  right: 1rem;
  top: 2.25rem;
  color: #ccc;
  cursor: pointer;
}
.content-form .form-input-text + i:hover, .content-form .form-input-text + i + i:hover {
  color: #000;
}
.content-form select.form-input-text {
  background: #ffffff url( "../img/down-arrow.svg") right 10px center no-repeat;
  background-size: 10px auto;
}
.content-form select.form-input-text.small {
  background: #ffffff url( "../img/down-arrow.svg") right 5px center no-repeat;
  background-size: 8px auto;
  width: auto;
  padding-right: 1.25rem;
}
.content-form label {
  margin-top: 1rem;
  display: block;
  position: relative;
}
.content-form label > span.error {
  display: none;
  color: #ff0000;
  font-size: 0.75rem;
}
.content-form span.error {
  display: none;
  color: #ff0000;
  font-size: 0.75rem;
  background-color: #ffe4e3;
  border-radius: 3px;
  display: block;
  padding: 6px 8px;
  margin-top: 0.75rem;
  font-weight: 500;
}
.content-form .error-popup {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255, 115, 111, 0.95);
  color: #fff;
  width: 100%;
  z-index: 100000;
  padding: 20px;
  box-sizing: border-box;
  font-weight: 500;
}
.content-form .error-popup span {
  font-size: 16px;
  display: inline-block;
  margin-bottom: 8px;
}
.content-form .error-popup .la-times {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 20px;
}
.content-form .error-popup ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.content-form a:hover {
  text-decoration: underline;
}
.content-form .promocode-wrapper {
  margin-top: 1.5rem;
}
.content-form .gift-label {
  display: flex;
  background: linear-gradient(90deg, #5596ea 0%, #3a009b 50%, #ba2ba5 100%);
  flex-grow: 0;
  color: #fff;
  font-size: 14px;
  padding: 6px 10px;
  border-radius: 20px;
  margin-top: -6px;
}
.content-form .gift-label i {
  font-size: 20px;
  margin-right: 6px;
}

.offer-wrapper .form-input-text {
  font-size: 1rem;
  padding: 1rem;
  -webkit-appearance: none;
  border: 1px solid #999999;
  outline: none;
  width: 100%;
  box-sizing: border-box;
  border-radius: 0;
}
.offer-wrapper .form-input-text.error {
  border: 1px solid #ff0000;
}
.offer-wrapper .form-input-text.error + span.error {
  display: block;
}
.offer-wrapper .form-input-text.small {
  font-size: 0.865rem;
  padding: 0.25rem;
}
.offer-wrapper select.form-input-text {
  background: transparent url( "../img/down-arrow.svg") right 10px center no-repeat;
  background-size: 10px auto;
  margin-bottom: 0.75rem;
  max-width: 100%;
  text-overflow: ellipsis;
}
.offer-wrapper select.form-input-text.small {
  background: transparent url( "../img/down-arrow.svg") right 5px center no-repeat;
  background-size: 8px auto;
  width: auto;
  padding: 0.375rem 1.25rem 0.375rem 0.623rem;
}

.buy-module {
  border: 1px solid #ccc;
  padding: 2rem;
  position: relative;
  display: flex;
  flex-direction: column;
}
.buy-module > .content-form {
  display: flex;
  flex-direction: column;
}
.buy-module > .content-form > h2 {
  font-weight: 900;
}
.buy-module > .content-form > h2 > span {
  font-weight: 300;
}
.buy-module > .content-form > button {
  margin-bottom: 0.5rem;
}
.buy-module > .content-form > div > .description {
  white-space: nowrap;
}

.purchase-2 {
  flex-direction: column-reverse;
}
.purchase-2 .offer-wrapper {
  margin-bottom: 0 !important;
}
.purchase-2 .purchase-2-buttons {
  flex-direction: column;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.purchase-2 .purchase-2-buttons > button {
  width: 100%;
  margin-top: 1rem;
}
.purchase-2 .purchase-2-buttons > h3 {
  font-size: 2rem;
  font-weight: 300;
  margin-bottom: 0;
  margin-top: 0;
}
.purchase-2 .purchase-2-buttons > h3 > span {
  font-weight: 900;
}

.feedback > h2 {
  position: relative;
  display: block;
  cursor: pointer;
}
.feedback > h2 > i {
  position: absolute;
  right: 0.5rem;
  top: 0.25rem;
}

.gift-pseudo-select {
  border: 1px solid #999;
  background: transparent url(../img/down-arrow.svg) right 10px center no-repeat;
  background-size: 8px auto;
  width: auto;
  padding: 0.375rem 1.25rem 0.375rem 0.623rem;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 1rem;
  z-index: 1;
}
.gift-pseudo-select:hover {
  border-color: #000;
}
.gift-pseudo-select ul {
  list-style: none;
  position: absolute;
  width: 100%;
  left: 0;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  background-color: #ffffff;
  border: 1px solid #ccc;
  top: 39px;
  box-shadow: 0 0 40px 0 rgba(153, 153, 153, 0.5);
  overflow: auto;
}
.gift-pseudo-select ul li {
  padding: 0.5rem 0.5rem 0.5rem 1.5rem;
  cursor: pointer;
}
.gift-pseudo-select ul li:hover {
  background-color: #f2f2f2;
}
.gift-pseudo-select ul li > i {
  display: none;
  margin-right: 0.375rem;
}
.gift-pseudo-select ul li.selected {
  padding-left: 0.375rem;
  background-color: #f6f6f6;
}
.gift-pseudo-select ul li.selected > i {
  margin-right: 0.375rem;
  display: inline-block;
}
.gift-pseudo-select .gift-menu-item {
  flex-grow: 0;
  cursor: pointer;
}
.gift-pseudo-select .gift-menu-item .gift-book-text {
  overflow: hidden;
  text-overflow: ellipsis;
}
.gift-pseudo-select .gift-menu-item img {
  margin-right: 0.5rem;
}
.gift-pseudo-select .gift-menu-item span > span {
  line-height: 1;
  font-weight: 500;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.gift-pseudo-select .gift-menu-item span.small.description {
  margin-bottom: 2px;
  font-weight: 300;
}
.gift-pseudo-select .gift-cover-zoom {
  display: none;
  width: 0;
  height: 0;
  overflow: hidden;
}

.radio-wrapper {
  font-size: 0.875rem;
  -webkit-appearance: none;
  border: 1px solid #999999;
  outline: none;
  width: 100%;
  box-sizing: border-box;
  border-radius: 0;
  padding: 0.875rem 0.875rem 0.5rem 0.875rem;
}
.radio-wrapper.radio-group {
  border-bottom: none;
}
.radio-wrapper.radio-group.last-in-group {
  border-bottom: 1px solid #999999;
}
.radio-wrapper label {
  display: inline-block;
  margin-top: 0;
}

.custom-radio {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-radio + label {
  display: inline-flex;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.custom-radio + label:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #adb5bd;
  border-radius: 50%;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px 16px;
}
.custom-radio:not(:disabled):not(:checked) + label:hover::before {
  border-color: #222;
}
.custom-radio:not(:disabled):active + label::before {
  background-color: #ffffff;
  border-color: #222;
}
.custom-radio:checked + label::before {
  background-color: #ffffff;
  background-image: url( "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='black'/%3e%3c/svg%3e");
}
.custom-radio:disabled + label::before {
  background-color: #f2f2f2;
}

/* ------------ / Forms elements ---------- */
.b-payment {
  padding: 5rem 0;
}

.b-payment__text {
  font-size: 1.25rem;
}
.b-payment__text h1 {
  line-height: normal;
}

.b-payment__title {
  margin-bottom: 2.25rem;
  font-size: 2.5625rem;
  line-height: 0.97;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 700;
}

.b-payment__form {
  background: #fff;
  border: 1px solid #c7c7c7;
  padding-bottom: 1.75rem;
}

.b-payment__type {
  display: none;
}

.b-payment__type + label {
  padding-left: 30px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.3;
  border-bottom: 1px solid #c7c7c7;
  border-right: 1px solid #c7c7c7;
  cursor: pointer;
  text-transform: uppercase;
  transition: color 0.45s ease-in-out;
  margin: 0;
}

.b-payment__type + label:last-child {
  border-right: none;
}

.b-payment__type:checked + label {
  color: #d0021b;
  font-weight: 700;
  border-bottom-color: transparent;
}

.b-payment__form-group {
  margin-bottom: 1rem;
}

.b-payment__form-group_small-margin {
  margin-bottom: 1.125rem;
}

.b-payment__form-group_regular {
  padding: 0 1.875rem;
}

.b-payment__form-group:last-child {
  margin-bottom: 0;
}

.b-payment__summ {
  display: none;
}

.b-payment__summ + label {
  display: inline-flex;
  margin: 0 1rem 0.625rem 0;
  height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
  border-radius: 100px;
  border: 2px solid #d0021b;
  background-color: #fff;
  color: #000;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.35s ease-in-out;
  font-weight: 700;
}

.b-payment__summ:checked + label {
  background-color: #d0021b;
  color: #fff;
}

.b-payment__label {
  margin-bottom: 1rem;
  line-height: 1;
  font-size: 1.25rem;
  font-weight: 700;
  display: block;
}

.b-payment__radio {
  display: none;
}

.b-payment__radio + label {
  display: block;
  margin-bottom: 1rem;
  padding-left: 2.125rem;
  position: relative;
  font-size: 1.25rem;
  line-height: 1;
  cursor: pointer;
}

.b-payment__radio + label:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  border-radius: 50%;
  width: 24px;
  height: 24px;
  border: 2px solid #c1c1c1;
  cursor: pointer;
}

.b-payment__radio + label:last-child {
  margin-bottom: 0;
}

.b-payment__radio + label:after {
  position: absolute;
  left: 7px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: "";
  transform: translateY(-50%);
  background-color: #d0021b;
}

.form-control {
  display: block;
  width: 100%;
  padding: 1rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 0.25rem;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  outline: 0;
  border-color: #333 !important;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control {
  border-radius: 0;
  border: 1px solid #c1c1c1 !important;
  padding: 0 20px;
  box-sizing: border-box;
}

.cr-research .b-payment__text {
  font-size: 1rem;
}

.cr-research h1 {
  font-size: 2.25rem;
}

.cr-research ul li {
  padding-top: 5px;
  padding-bottom: 5px;
}

/* ------------ Modules ---------- */
article {
  /* border-top: 1px solid $expert-bright-grey; */
  position: relative;
}
article .badge-link + .secondary-button {
  margin-top: 1rem;
}
article .secondary-button {
  display: flex;
  margin-bottom: 1.5rem;
}
article a:hover {
  text-decoration: underline;
}
article h2 {
  font-weight: 900;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
article h4 {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
article .description.small {
  font-weight: 300;
}
article span.description.small {
  margin-right: 1rem;
  flex-shrink: 0;
}
article > div > div > span {
  margin-right: 1rem;
}
article p {
  font-weight: 300;
}
article .img {
  background-position: center center;
  background-size: cover;
  position: relative;
}
article .img:hover {
  opacity: 0.95;
}
article.mod1:first-child {
  border-top: 0;
}
article.mod1 .row {
  flex-direction: column-reverse;
}
article.mod1 .row .podcast-wrapper .ex-podcast {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 0.5rem 0 0 0;
  margin-bottom: -0.5rem;
}
article.mod1 .row .podcast-wrapper .ex-podcast .ex-podcast-player-timeline-bg {
  background-color: #ccc;
}
article.mod1 .row .rubric {
  margin-top: 1.313rem;
}
article.mod1 .row h2 {
  font-size: 1.313rem;
  line-height: 1.3;
}
article.mod1 .row h2 a {
  color: #000;
}
article.mod1 .row p {
  font-weight: 300;
}
article.mod1 .row .img-wrapper {
  width: 100%;
  margin-top: 1.5rem;
  display: block;
  position: relative;
}
article.mod1 .row .img-wrapper::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  padding-top: 56%;
  /* Пропорции изображения */
}
article.mod1 .row .img-wrapper .img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1rem;
  left: 1rem;
}
article.mod1 .author {
  display: none;
}
article.mod2 {
  background-position: top 1.5rem center;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: flex-end;
  background-repeat: no-repeat;
}
article.mod2.img-top {
  background-position: top center;
}
article.mod2.bg-grad > div {
  background: linear-gradient(rgba(0, 0, 0, 0) 6%, black 80%);
}
article.mod2.bg-grad > div .badge.black {
  color: #000;
  background-color: #ffffff;
}
article.mod2.top-text {
  align-items: flex-start;
}
article.mod2.top-text > div {
  padding-top: 0;
  padding-bottom: 3rem;
}
article.mod2.top-text.bg-grad > div {
  background: linear-gradient(black 0%, rgba(0, 0, 0, 0) 100%);
}
article.mod2 > div {
  padding: 1rem 1rem 1rem 1.5rem;
  color: #ffffff;
  padding-top: 3rem;
  width: 100%;
  box-sizing: border-box;
}
article.mod2 > div h2 {
  font-size: 1.313rem;
  line-height: 1.3;
}
article.mod2 > div h2 a {
  color: #ffffff;
}
article.mod2 > div .rubric a {
  color: #ffffff;
}
article.mod2 > div .rubric i {
  color: #ffffff;
}
article.mod2 > div p {
  font-size: 1rem;
  margin-top: 0;
}
article.mod2.prwrapper > div {
  padding: 0;
}
article.mod2 .author {
  padding-top: 0.5rem;
}
article.mod2 .author > .description > a {
  color: #ffffff;
}
article.mod3 h2 {
  font-size: 1.313rem;
  line-height: 1.3;
}
article.mod3 > p {
  font-weight: 300;
}
article.mod3 .img {
  width: 100%;
  margin-top: 1.5rem;
  display: block;
}
article.mod3 .img::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  padding-top: 56%;
  /* Пропорции изображения */
}
article.mod3 .img.img-size-2-3::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  padding-top: 67%;
  /* Пропорции изображения */
}
article.mod3 .video {
  margin-top: 1.5rem;
  position: relative;
}
article.mod3 .video::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  padding-top: 56%;
  /* Пропорции видео */
}
article.mod3 .video iframe {
  position: absolute;
}
article.mod3.inverted h2 a {
  color: #ffffff;
  background-color: #000;
  box-shadow: -5px 0 0 #000, 10px 0 0 #000;
  filter: drop-shadow(-5px 0 0 #000) drop-shadow(10px 0 0 #000);
  -webkit-filter: drop-shadow(-5px 0 0 #000) drop-shadow(10px 0 0 #000);
  padding: 3px 0;
}
article.mod3 .podcast-wrapper .ex-podcast {
  padding: 0.5rem 0 0 0;
  margin-bottom: -0.5rem;
}
article.mod3.title-only h2 {
  font-size: 1.625rem;
  margin-bottom: 1rem;
}
article.mod5.size-full > div:nth-child(1) {
  width: 205px;
  margin-right: 1rem;
}
article.mod5 .multiple-authors-pagination {
  position: absolute;
  z-index: 1;
  top: 1rem;
}
article.mod5 .multiple-authors-pagination a {
  text-decoration: none;
  display: inline-block;
  font-size: 11px;
  height: 6px;
  width: 6px;
  line-height: 6px;
  background: #ccc;
  color: #4E443C;
  border-radius: 10px;
  text-indent: -9999px;
  margin-right: 5px;
}
article.mod5 .multiple-authors-pagination a.active {
  background: #000;
  color: #fff;
  opacity: 1;
  height: 10px;
  width: 10px;
  margin-top: -2px;
  line-height: 10px;
}
article.mod5 .multiple-authors-carousel {
  position: relative;
  overflow: hidden;
  width: 100%;
}
article.mod5 .multiple-authors-carousel ul {
  width: 10000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
article.mod5 .multiple-authors-carousel ul li {
  float: left;
  width: 370px;
}
article.mod5 .author {
  padding-top: 1.5rem;
  flex-direction: column;
  margin-bottom: 0;
}
article.mod5 .author:hover {
  text-decoration: none;
  opacity: 0.9;
}
article.mod5 .author .author-description {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.5rem;
}
article.mod5 .author .author-description .author-name {
  font-size: 1rem;
  color: #000;
  font-weight: 700;
  margin-top: -20px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 0.25rem 0 0 0;
}
article.mod5 .author .author-description .description {
  max-width: 280px;
}
article.mod5.size-full:first-child {
  border-top: 0;
  padding-top: 0;
}
article.mod8 h2 {
  font-size: 1.125rem;
  line-height: 1.2;
}
article.mod8.inverted h2 a {
  color: #ffffff;
  background-color: #000;
  box-shadow: -5px 0 0 #000, 10px 0 0 #000;
  padding: 3px 0;
}
article.news {
  display: flex;
  flex-direction: column;
}
article.news .img {
  width: 100%;
  margin-top: 1.5rem;
  display: block;
}
article.news .img::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  padding-top: 56%;
  /* Пропорции изображения */
}
article.news span.img {
  display: none;
}
article.news + .prwrapper {
  margin-top: 1rem;
}
article.business-news {
  border-top: 0;
}
article.business-news h4 {
  font-weight: 700;
  margin-bottom: 0;
}
article.business-news .img {
  width: 100%;
  margin-top: 1.5rem;
  display: block;
}
article.business-news .img::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  padding-top: 56%;
  /* Пропорции изображения */
}
article.arch-item {
  padding-top: 1.5rem;
}
article.arch-item h2 {
  margin-bottom: 0;
  display: flex;
  justify-content: center;
}
article.arch-item h2 + span {
  margin-right: 0 !important;
}
article.arch-item a.button-link {
  margin-bottom: 0;
}
article.arch-item a.button-link:hover {
  text-decoration: none;
}
article.profile-arch-item {
  padding-top: 1.5rem;
}
article.profile-arch-item h2 {
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  font-size: 1rem;
}
article.profile-arch-item h2 + span {
  margin-right: 0 !important;
}
article.profile-arch-item a.button-link {
  margin-bottom: 0;
}
article.profile-arch-item a.button-link:hover {
  text-decoration: none;
}
article.profile-arch-item.disabled .mag-wrapper {
  opacity: 0.2;
}
article.profile-arch-item.disabled .mag-wrapper .mag:hover {
  margin-top: 0;
  margin-bottom: 0;
}
article.mod-special {
  border-top: 0;
  padding: 1.5rem;
  margin-top: 1.5rem;
  grid-column: 1/-1;
  background-size: cover;
}
article.mod-special.main-news {
  background-color: #fef1d4;
}
article.mod-special.main-news .ribbon {
  background-color: #ddc89c;
  color: #000;
}
article.mod-special .mag-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
article.mod-special .mag-wrapper {
  margin-right: 1.5rem;
  flex-shrink: 0;
}
article.mod-special .ribbon {
  margin-left: -2.25rem;
}
article.mod-special .rubric {
  margin-top: 0;
}
article .rubric {
  flex-wrap: nowrap;
}
article .rubric i {
  margin-left: 0.75rem;
}
article .rubric a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
article .rubric a:first-child {
  max-width: 85%;
}
article .rubric a:first-child + i {
  margin-left: 0;
}
article .rubric a:last-child {
  max-width: 100%;
}
article .rubric a:nth-child(2) {
  flex-shrink: 1;
  margin-right: 0;
}

.date-author.compact-info > .date-block {
  flex-shrink: 0;
}
.date-author.compact-info > .authors-block {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1;
  color: #999999;
}

.offer-wrapper {
  border: 1px solid #ccc;
  padding: 1rem;
  position: relative;
  display: flex;
  flex-direction: column;
}
.offer-wrapper .badge {
  position: absolute;
  right: 1rem;
  top: 1rem;
  margin-right: 0;
}
.offer-wrapper .checks-list + div {
  margin-top: auto;
  padding-top: 0.5rem;
}
.offer-wrapper h2 {
  margin-top: 0;
}
.offer-wrapper.outstanded {
  border: none;
  box-shadow: 0 0 40px 0 rgba(153, 153, 153, 0.4);
}
.offer-wrapper .price-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.offer-wrapper .price-wrapper > div {
  padding-bottom: 0.5rem;
}
.offer-wrapper .price-wrapper > div > span.red-color {
  display: block;
  margin-top: 3px;
  line-height: 1;
}
.offer-wrapper .price-wrapper > a {
  width: 100%;
}
.offer-wrapper .price {
  font-size: 1.75rem;
  line-height: 1.75rem;
  font-weight: 900;
  display: block;
}
.offer-wrapper .price-icon {
  font-size: 1.25rem;
  margin-left: 3px;
  color: #000;
}
.offer-wrapper .price-icon:hover {
  color: #333;
}
.offer-wrapper .old-price {
  font-size: 1.75rem;
  line-height: 1.75rem;
  font-weight: 900;
  display: block;
  text-decoration: line-through;
}
.offer-wrapper button {
  align-self: flex-end;
}

/* ------------ / Modules ---------- */
/* ------------ Admin interface ------------ */
.has-cog {
  position: relative;
  padding: 0 !important;
  width: auto !important;
  align-self: flex-start;
  display: none;
}
.has-cog .cog {
  position: absolute;
  font-size: 1rem;
  line-height: 1rem;
  background-color: rgba(27, 127, 204, 0.8);
  padding: 0.25rem;
  color: #ffffff;
  z-index: 1000000;
  box-shadow: 0 0 14px 0 rgba(153, 153, 153, 0.54);
  right: 0;
  top: 0;
}
.has-cog .cog:hover {
  font-size: 1.5rem;
  line-height: 1.5rem;
}
.has-cog .cog.cog-left {
  left: 0 !important;
  right: auto !important;
}
.has-cog .cog.cog-stick-out-left {
  left: -1.5rem !important;
  right: auto !important;
}
.has-cog .cog.cog-stick-out-right {
  right: -1.5rem !important;
  left: auto !important;
}
.has-cog .cog.cog-bottom {
  bottom: 0 !important;
  top: auto !important;
}
.has-cog .cog.cog-above {
  top: -1.5rem !important;
}
.has-cog .cog.cog-under {
  bottom: -1.5rem !important;
}

/* ------------ / Admin interface ------------ */
/* ------------ Authors ---------- */
.author {
  display: flex;
  margin-bottom: 1rem;
  position: relative;
}
.author.s1 > .description {
  font-size: 0.75rem;
  font-weight: 500;
}
.author.s1 > .description > span.description.small {
  margin-top: 0.188rem;
  display: inline-block;
  line-height: 1.1rem;
}
.author.s1 > .description > span.description.small ~ span.description.small {
  margin-top: 0.375rem;
}
.author.s1 .author-img-wrapper {
  display: inline-block;
  overflow: hidden;
  border-radius: 30px;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  margin-right: 0.5rem;
}
.author.s1 .author-img-wrapper + span {
  line-height: normal;
}
.author.s1 .author-img-wrapper img {
  width: 30px;
}
.author.s1 > div {
  flex-shrink: 0;
}
.author.s1 > div .author-img-wrapper {
  margin-right: 0;
  margin-left: -0.75rem;
}
.author.s1 > div .author-img-wrapper:first-child {
  margin-left: 0;
}
.author.s1 > div .author-img-wrapper:last-child {
  margin-right: 0.5rem;
}
.author.s2 .author-img-wrapper {
  margin-right: 0.5rem;
  display: inline-block;
  overflow: hidden;
  border-radius: 197px;
  width: 197px;
  height: 197px;
}
.author.s2 .author-img-wrapper img {
  width: 197px;
}
.author.s3 .author-img-wrapper {
  margin-right: 0.5rem;
  display: inline-block;
  overflow: hidden;
  border-radius: 68px;
  width: 68px;
  height: 68px;
}
.author.s3 .author-img-wrapper img {
  width: 68px;
}

/* ------------ Authors ---------- */
/* ------------ Banners --------- */
.inner-pr {
  display: block;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.5rem;
  background-size: cover;
}
.inner-pr.subscribe-free span {
  font-size: 1.5rem;
  font-weight: 900;
}
.inner-pr span {
  color: #ffffff;
  font-size: 1rem;
}
.inner-pr span + span {
  font-size: 1.5rem;
  font-weight: 900;
  display: block;
  line-height: 1.3;
  margin-top: 0.313rem;
}
.inner-pr:hover span + span {
  text-decoration: underline;
}
.inner-pr i.la-arrow-right {
  font-size: 1.625rem;
  color: #ffffff;
  position: absolute;
  right: 1rem;
  top: 1rem;
}
.inner-pr.long-title span + span {
  font-size: 1.25rem;
}
.inner-pr.long-title.subscribe-free span {
  font-size: 1.25rem;
}
.inner-pr.vov {
  background: #ff6a17 url( "/media/files/b/vov-bn.jpg") left bottom no-repeat;
  color: #fff;
  background-size: 100% auto;
  display: flex;
  flex-direction: column;
  min-height: 180px;
}
.inner-pr.vov > .la-arrow-circle-right {
  font-size: 50px;
  align-self: flex-end;
}
.inner-pr.vov > span {
  font-weight: bold;
  margin-top: auto;
}
.inner-pr.si {
  background: #3396ec url( "/media/files/landings/si/p/bg.jpg") left top no-repeat;
  color: #fff;
  background-size: cover;
  display: flex;
  flex-direction: column;
  min-height: 140px;
}
.inner-pr.si > img {
  position: absolute;
  top: 20px;
  right: 20px;
}
.inner-pr.si > small + span {
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.2;
  margin-top: 10px;
}
.inner-pr.si > small + span + p {
  font-weight: 700;
}

.pr {
  margin-top: -0.313rem;
}

.prwrapper > img {
  max-width: 100%;
}
.prwrapper > span {
  display: block;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.prwrapper > a > img {
  max-width: 100%;
}
.prwrapper > a > span {
  display: block;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.prwrapper.right-pr > div {
  flex-shrink: 0;
}

header.fixed ~ .prwrapper.top-bbd {
  margin-top: 3.125rem;
}

.prwrapper.top-bbd ~ .breadcrumbs-bar {
  margin-top: 0;
}

aside.prwrapper {
  border: none !important;
}
aside.prwrapper > div {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
}

a.badge-link {
  color: #fff;
  display: inline-block;
}
a.badge-link:hover {
  text-decoration: none;
}

.badge {
  display: inline-block;
  padding: 0.188rem 0.25rem;
  border-radius: 0.188rem;
  margin-bottom: 0.125rem;
  margin-right: 0.313rem;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 1;
}
.badge > img {
  margin-top: -2px;
}
.badge > span {
  margin-left: 0.125rem;
  line-height: 1;
}
.badge.red {
  background-color: #ff0000;
  color: #ffffff;
  font-weight: 900;
}
.badge.red.compact {
  font-size: 0.75rem;
  font-weight: 500;
}
.badge.red.compact img {
  height: 0.625rem;
}
.badge.red.standard {
  font-size: 1rem;
  font-weight: 500;
}
.badge.red.standard img {
  height: 0.75rem;
}
.badge.grey {
  background-color: #999999;
  color: #ffffff;
  font-weight: 900;
}
.badge.grey.compact {
  font-size: 0.75rem;
  font-weight: 500;
}
.badge.grey.compact img {
  height: 0.625rem;
}
.badge.grey.standard {
  font-size: 1rem;
  font-weight: 500;
}
.badge.grey.standard img {
  height: 0.75rem;
}
.badge.white {
  background-color: #ffffff;
  color: #000;
  font-weight: 900;
  border: 1px solid #000;
}
.badge.white.compact {
  font-size: 0.75rem;
  font-weight: 500;
}
.badge.white.compact img {
  height: 0.625rem;
}
.badge.white.standard {
  font-size: 1rem;
  font-weight: 500;
}
.badge.white.standard img {
  height: 0.75rem;
}
.badge.black {
  background-color: #000;
  color: #ffffff;
  font-weight: 900;
  font-size: 0.75rem;
}
.badge.black.compact {
  font-size: 0.75rem;
  font-weight: 900;
}
.badge.black.compact img {
  height: 0.625rem;
}
.badge.black.standard {
  font-size: 1rem;
  font-weight: 500;
}
.badge.black.standard img {
  height: 0.75rem;
}
.badge.green {
  background-color: #27b24b;
  color: #ffffff;
  font-weight: 700;
  font-size: 0.75rem;
}
.badge.green.compact {
  font-size: 0.75rem;
  font-weight: 900;
}
.badge.green.compact img {
  height: 0.625rem;
}
.badge.green.standard {
  font-size: 1rem;
  font-weight: 500;
}
.badge.green.standard img {
  height: 0.75rem;
}
.badge.blue {
  background-color: #228ece;
  color: #ffffff;
  font-weight: 700;
  font-size: 0.75rem;
}
.badge.blue.compact {
  font-size: 0.75rem;
  font-weight: 900;
}
.badge.blue.compact img {
  height: 0.625rem;
}
.badge.blue.standard {
  font-size: 1rem;
  font-weight: 500;
}
.badge.blue.standard img {
  height: 0.75rem;
}
.badge.rating {
  background-color: #8977c1;
  color: #ffffff;
  font-weight: 700;
  font-size: 0.75rem;
}
.badge.rating.compact {
  font-size: 0.75rem;
  font-weight: 900;
}
.badge.rating.compact img {
  height: 0.625rem;
}
.badge.rating.standard {
  font-size: 1rem;
  font-weight: 500;
}
.badge.rating.standard img {
  height: 0.75rem;
}
.badge.special {
  background-color: #5a9cb6;
  color: #ffffff;
  font-weight: 700;
  font-size: 0.75rem;
}
.badge.special.compact {
  font-size: 0.75rem;
  font-weight: 900;
}
.badge.special.compact img {
  height: 0.625rem;
}
.badge.special.standard {
  font-size: 1rem;
  font-weight: 500;
}
.badge.special.standard img {
  height: 0.75rem;
}
.badge.yearfinal {
  background-color: #ff6f22;
  color: #ffffff;
  font-weight: 700;
  font-size: 0.75rem;
}
.badge.yearfinal.compact {
  font-size: 0.75rem;
  font-weight: 900;
}
.badge.yearfinal.compact img {
  height: 0.625rem;
}
.badge.yearfinal.standard {
  font-size: 1rem;
  font-weight: 500;
}
.badge.yearfinal.standard img {
  height: 0.75rem;
}
.badge.windows {
  background: #e87ab0;
  background: linear-gradient(156deg, #e87ab0 0%, #7a77f7 100%);
  color: #ffffff;
  font-weight: 700;
  font-size: 0.75rem;
}
.badge.windows.compact {
  font-size: 0.75rem;
  font-weight: 900;
}
.badge.windows.compact img {
  height: 0.625rem;
}
.badge.windows.standard {
  font-size: 1rem;
  font-weight: 500;
}
.badge.windows.standard img {
  height: 0.75rem;
}

/* ------------ Banners --------- */
/* ------------ Lists ---------- */
.table-of-contents {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 0.75rem;
}
.table-of-contents li {
  border-top: 1px solid #f2f2f2;
  padding: 0.75rem 0.313rem;
  box-sizing: border-box;
}
.table-of-contents li a {
  color: #000;
}
.table-of-contents li a:hover {
  text-decoration: underline;
}
.table-of-contents li a.semi-hidden {
  color: #999999;
}
.table-of-contents li a.semi-hidden:hover {
  color: #000;
}
.table-of-contents li.active {
  background-color: #222;
  position: relative;
  padding-left: 1.5rem;
}
.table-of-contents li.active a {
  color: #ffffff;
  position: relative;
}
.table-of-contents li.active a:before {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: #ff0000;
  left: -14px;
  top: 4px;
}
.table-of-contents li.special {
  border-top: 0;
  padding-left: 1rem;
  padding-right: 1rem;
}
.table-of-contents li.special a {
  display: flex;
  align-items: flex-start;
}
.table-of-contents li.special a img {
  margin-right: 0.5rem;
  flex-grow: 0;
  flex-shrink: 0;
  box-shadow: 1.389px 1.439px 6px 0 rgba(153, 153, 153, 0.44);
}

ol.facts-list {
  margin: 0;
  padding: 0;
  counter-reset: factsCounter;
}
ol.facts-list li {
  position: relative;
  list-style: none;
  padding-left: 3rem;
  margin-bottom: 1.313rem;
  font-weight: 300;
  border-top: 1px solid #e2e2e2;
  font-size: 1rem;
}
ol.facts-list li:before {
  counter-increment: factsCounter;
  content: counter(factsCounter);
  position: absolute;
  left: 0;
  top: 0.75rem;
  font-weight: 900;
  font-size: 2rem;
  color: #222;
}
ol.facts-list li.extended {
  display: none;
}
ol.facts-list.show-extended li.extended {
  display: list-item;
}

ol.top-block {
  margin: 1rem 0 0 0;
  padding: 0;
  counter-reset: topCounter;
}
ol.top-block li {
  position: relative;
  list-style: none;
  padding-left: 1.563rem;
  margin-bottom: 1.313rem;
  font-weight: 500;
}
ol.top-block li:before {
  counter-increment: topCounter;
  content: counter(topCounter);
  position: absolute;
  left: 0;
  font-weight: 900;
  font-size: 1.25rem;
  color: #999999;
}
ol.top-block li div {
  align-items: center;
}
ol.top-block li div span.description {
  line-height: 1.3;
  margin-top: 0.313rem;
}
ol.top-block li div span.description > span {
  font-weight: 300;
}
ol.top-block li div span.description > a {
  color: #999999;
  font-size: 0.688rem;
  font-weight: 300 !important;
}
ol.top-block li a {
  color: #000;
  font-size: 0.875rem;
}
ol.top-block li a:hover {
  text-decoration: underline;
}

ul.need-read-block {
  margin: 1rem 0 0 0;
  padding: 0;
  list-style: none;
}
ul.need-read-block > li {
  position: relative;
  padding-left: 0;
  margin-bottom: 1rem;
  font-weight: 500;
}
ul.need-read-block > li div {
  align-items: center;
  margin-top: 0.25rem;
}
ul.need-read-block > li div span.description {
  line-height: 1.3;
  color: #999999;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
ul.need-read-block > li div span.description > a {
  color: #999999;
  font-size: 0.688rem;
  font-weight: 300 !important;
}
ul.need-read-block > li div span.description > span {
  font-weight: 300;
}
ul.need-read-block > li > a {
  color: #000;
  font-size: 0.875rem;
}
ul.need-read-block > li > a:hover {
  text-decoration: underline;
}
ul.need-read-block > li .author.multiple {
  flex-direction: column;
  align-items: start;
}

ul.news-list {
  list-style: none;
  margin: 1rem 0 0 0;
  padding: 0;
  margin-bottom: 1rem;
}
ul.news-list li {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}
ul.news-list li a {
  color: #000;
  font-weight: 500;
  margin-bottom: 0.313rem;
}
ul.news-list li a:hover {
  text-decoration: underline;
}

ul.checks-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.checks-list li {
  position: relative;
  padding-left: 1.313rem;
  margin-bottom: 0.5rem;
}
ul.checks-list li:before {
  content: "\f00c";
  font-family: "Line Awesome Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  color: #999999;
}
ul.checks-list li.gift:before {
  content: "\f06b";
  color: #ff0000;
}
ul.checks-list li.no-adv:before {
  content: "\f055";
}
ul.checks-list li.red-plus {
  color: #ff0000;
}
ul.checks-list li.red-plus:before {
  content: "\f055";
  color: #ff0000;
}

ul.other-subscribe-options {
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  margin: 0;
  padding: 0;
}
ul.other-subscribe-options > li > a {
  color: #000;
  text-decoration: underline;
}
ul.other-subscribe-options > li > a:hover {
  text-decoration: none;
}

/* ------------ / Lists ---------- */
/*  -----------  Footer --------------- */
section.footer {
  background-color: #222;
  color: #ffffff;
  padding-top: 1.5rem;
}
section.footer .row > div {
  margin-bottom: 1.5rem;
}
section.footer .bottom-footer {
  font-size: 0.75rem;
}
section.footer .bottom-footer a {
  color: #ffffff;
  padding-right: 0.75rem;
  margin-right: 0.75rem;
  border-right: 1px solid #ffffff;
  white-space: nowrap;
}
section.footer .bottom-footer a:last-child {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}
section.footer .bottom-footer a:hover {
  color: #999999;
  text-decoration: underline;
}
section.footer .middle-footer {
  font-size: 0.75rem;
}
section.footer .footer-logo {
  height: 1rem;
  margin-right: 1rem;
}
section.footer a.footer-logo-link {
  margin-right: 0;
  border-right: 0;
  padding-right: 0;
}
section.footer .footer-age {
  height: 2rem;
}
section.footer .footer-menu-title {
  font-weight: 900;
  display: inline-block;
  margin-bottom: 1rem;
}
section.footer .footer-socials-wrapper {
  display: flex;
  align-items: center;
}
section.footer .footer-socials-wrapper .ic-dzen {
  fill: #999;
}
section.footer .footer-socials-wrapper .ic-dzen-wrapper:hover .ic-dzen {
  fill: #fff;
}
section.footer .footer-socials-wrapper a {
  color: #999999;
  margin-right: 4px;
}
section.footer .footer-socials-wrapper a.ic-dzen-wrapper {
  height: 28px;
}
section.footer .footer-socials-wrapper a i {
  font-size: 1.75rem;
}
section.footer .footer-socials-wrapper a:hover {
  color: #ffffff;
}
section.footer .footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
section.footer .footer-menu > li {
  margin-bottom: 0.5rem;
}
section.footer .footer-menu > li > a {
  color: #ffffff;
}
section.footer .footer-menu > li > a:hover {
  color: #f2f2f2;
  text-decoration: underline;
}
section.footer .footer-submenu {
  padding: 0.5rem 0 0.5rem 0.75rem;
  list-style: none;
  font-size: 0.75rem;
}
section.footer .footer-submenu li {
  margin: 0.313rem 0;
}
section.footer .footer-submenu li a {
  color: #fff;
}
section.footer .footer-submenu li a:hover {
  text-decoration: underline;
}
section.footer .primary-button.inverted {
  margin-bottom: 1rem;
}

/*  -----------  Footer --------------- */
/*  ----------- Landings --------------- */
.super-green-title {
  color: #27b24b;
}
.super-green-title > i.green-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #fff url( "../img/landings/green-logo.png") left top no-repeat;
  vertical-align: middle;
  margin-right: 0.125rem;
  margin-left: 0.125rem;
}
.super-green-title > i.green-icon > span {
  vertical-align: middle;
}

@media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), not all, only screen and (max-width: 767px) and (min-resolution: 1.5dppx), only screen and (max-width: 767px) and (min-resolution: 144dpi) {
  .super-green-title > i.green-icon {
    background: #fff url( "../img/landings/green-logo-2x.png") left top no-repeat;
    background-size: 20px 20px;
  }
}
.super-green-economy {
  background: #b1d4c5 url( "../img/landings/green-economy.jpg") bottom center no-repeat;
  background-size: cover;
  margin-bottom: 1rem;
}
.super-green-economy > .container {
  height: auto;
  padding-top: 1rem;
  padding-bottom: 5rem;
}
.super-green-economy .green-form-wrapper {
  align-items: flex-start;
}
.super-green-economy .green-form-wrapper > .green-form-left {
  position: relative;
  background-color: #ffffff;
  padding: 2rem;
  box-sizing: border-box;
  box-shadow: 0 0 62px 0px rgba(114, 141, 161, 0.27);
  z-index: 10;
}
.super-green-economy .green-form-wrapper > .green-form-left > span {
  font-size: 1.125rem;
}
.super-green-economy .green-form-wrapper > .green-form-left > h1 {
  font-size: 2rem;
  font-weight: 900;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  line-height: 1.25;
}
.super-green-economy .green-form-wrapper > .green-form-left > h1 > span {
  color: #27b24b;
}
.super-green-economy .green-form-wrapper > .green-form-left > h2 {
  font-size: 2rem;
  font-weight: 900;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  line-height: 1.25;
}
.super-green-economy .green-form-wrapper > .green-form-left > h2 > span {
  color: #27b24b;
}
.super-green-economy .green-form-wrapper > .green-form-left > p {
  font-size: 1rem;
}
.super-green-economy .green-form-wrapper > .green-form-right {
  position: relative;
  background-color: rgba(39, 178, 75, 0.9);
  color: #ffffff;
  padding: 2rem 2rem 0 2rem;
  box-sizing: border-box;
  z-index: 9;
}
.super-green-economy .green-form-wrapper > .green-form-right > span {
  font-size: 1rem;
}
.super-green-economy .green-form-wrapper > .green-form-right > ul {
  margin: 1rem 0;
  padding: 0;
  list-style: none;
}
.super-green-economy .green-form-wrapper > .green-form-right > ul > li:before {
  content: "– ";
}
.super-green-economy .green-form-wrapper > .green-form-right .form-input-text {
  border: none;
}
.super-green-economy .green-form-wrapper > .green-form-right .content-form label.d-flex {
  display: flex !important;
}
.super-green-economy .green-form-wrapper > .green-form-right .content-form label.d-flex span {
  font-size: 0.75rem;
  line-height: 1.125;
  margin-left: 0.5rem;
}
.super-green-economy .green-form-wrapper > .green-form-right .content-form button {
  background-color: #028041;
}
.super-green-economy .green-form-wrapper > .green-form-right .green-note {
  margin-top: 1rem;
  margin-left: -2rem;
  margin-right: -2rem;
  border-top: 1px solid #62cc7f;
  padding: 1rem 2rem;
}
.super-green-economy .green-form-wrapper .conpherence-request {
  background-color: #27b26b;
  margin-left: 1rem;
  margin-right: 1rem;
  box-sizing: border-box;
  width: 100%;
  padding: 0.5rem 1rem 0.5rem 3rem;
  margin-top: 1rem;
  position: relative;
  border: 1px solid #64d0b1;
}
.super-green-economy .green-form-wrapper .conpherence-request > i {
  position: absolute;
  font-size: 2rem;
  left: 0.5rem;
}
.super-green-economy .green-form-wrapper .conpherence-request > p {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.super-green-economy .green-form-wrapper .conpherence-request > label {
  align-items: center;
  margin-top: 0;
}
.super-green-economy .green-form-wrapper .conpherence-request > label > input {
  margin-right: 0.5rem;
}

.invest {
  background: #b1cad4 url( "/media/files/landings/invest.jpg") bottom center no-repeat;
  background-size: cover;
  margin-bottom: 1rem;
}
.invest > .container {
  height: auto;
  padding-top: 1rem;
  padding-bottom: 5rem;
}
.invest .invest-form-wrapper {
  align-items: flex-start;
}
.invest .invest-form-wrapper > .invest-form-left {
  position: relative;
  background-color: #ffffff;
  padding: 2rem;
  box-sizing: border-box;
  box-shadow: 0 0 62px 0px rgba(114, 141, 161, 0.27);
  z-index: 10;
}
.invest .invest-form-wrapper > .invest-form-left > span {
  font-size: 1.125rem;
}
.invest .invest-form-wrapper > .invest-form-left > h1 {
  font-size: 2rem;
  font-weight: 900;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  line-height: 1.25;
}
.invest .invest-form-wrapper > .invest-form-left > h1 > span {
  color: #27b24b;
}
.invest .invest-form-wrapper > .invest-form-left > h2 {
  font-size: 2rem;
  font-weight: 900;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  line-height: 1.25;
}
.invest .invest-form-wrapper > .invest-form-left > h2 > span {
  color: #27b24b;
}
.invest .invest-form-wrapper > .invest-form-left > p {
  font-size: 1rem;
}
.invest .invest-form-wrapper > .invest-form-right {
  position: relative;
  background-color: rgba(34, 142, 206, 0.9);
  color: #ffffff;
  padding: 2rem 2rem 0 2rem;
  box-sizing: border-box;
  z-index: 9;
}
.invest .invest-form-wrapper > .invest-form-right > span {
  font-size: 1rem;
}
.invest .invest-form-wrapper > .invest-form-right > ul {
  margin: 1rem 0;
  padding: 0;
  list-style: none;
}
.invest .invest-form-wrapper > .invest-form-right > ul > li:before {
  content: "– ";
}
.invest .invest-form-wrapper > .invest-form-right .form-input-text {
  border: none;
}
.invest .invest-form-wrapper > .invest-form-right .content-form label.d-flex {
  display: flex !important;
}
.invest .invest-form-wrapper > .invest-form-right .content-form label.d-flex span {
  font-size: 0.75rem;
  line-height: 1.125;
  margin-left: 0.5rem;
}
.invest .invest-form-wrapper > .invest-form-right .content-form button {
  background-color: #143b67;
}
.invest .invest-form-wrapper > .invest-form-right .invest-note {
  margin-top: 1rem;
  margin-left: -2rem;
  margin-right: -2rem;
  border-top: 1px solid #1b569c;
  padding: 1rem 2rem;
}
.invest .invest-form-wrapper .conpherence-request {
  background-color: #1c609a;
  margin-left: 1rem;
  margin-right: 1rem;
  box-sizing: border-box;
  width: 100%;
  padding: 0.5rem 1rem 0.5rem 3rem;
  margin-top: 1rem;
  position: relative;
  border: 1px solid #2185c2;
}
.invest .invest-form-wrapper .conpherence-request > i {
  position: absolute;
  font-size: 2rem;
  left: 0.5rem;
}
.invest .invest-form-wrapper .conpherence-request > p {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.invest .invest-form-wrapper .conpherence-request > label {
  align-items: center;
  margin-top: 0;
}
.invest .invest-form-wrapper .conpherence-request > label > input {
  margin-right: 0.5rem;
}

.landing-content {
  position: relative;
}
.landing-content.new-landing-template {
  margin-top: 0;
  font-size: 1rem;
}
.landing-content.new-landing-template h1 {
  font-size: 2.5rem;
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 1.25rem;
  line-height: 1;
}
.landing-content.new-landing-template h2 {
  font-size: 2.5rem;
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 1.25rem;
  line-height: 1;
}
.landing-content.new-landing-template h3 {
  font-size: 2rem;
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 1.25rem;
  line-height: 1;
}
.landing-content.new-landing-template p {
  margin-top: 0;
}
.landing-content.new-landing-template p.lead {
  font-size: 1.25rem;
}
.landing-content.new-landing-template p.text-accent {
  font-size: 1.125rem;
  font-weight: 700;
}
.landing-content.new-landing-template .primary-button {
  font-size: 1.125rem;
}
.landing-content.new-landing-template ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.landing-content.new-landing-template ul li {
  margin-bottom: 0.5rem;
  padding-left: 2.25rem;
  position: relative;
}
.landing-content.new-landing-template ul li:before {
  content: "\f058";
  font-family: "Line Awesome Free";
  font-weight: 900;
  font-size: 1.5rem;
  position: absolute;
  left: 0;
  top: -5px;
}
.landing-content .photo-bg-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.landing-content .photo-bg-overlay + .container {
  position: relative;
}
.landing-content.landing-padding {
  padding-top: 60px;
  padding-bottom: 60px;
}
.landing-content.dark-bg {
  background-color: #333;
  color: #ffffff;
}
.landing-content.dark-bg .photo-bg-overlay {
  background-color: rgba(0, 0, 0, 0.6);
}
.landing-content.white-bg {
  background-color: #ffffff;
  color: #000;
}
.landing-content.white-bg .photo-bg-overlay {
  background-color: rgba(255, 255, 255, 0.6);
}
.landing-content.full-height {
  height: 100%;
  flex: none;
  box-sizing: border-box;
}
.landing-content.full-height .container {
  height: 100%;
  display: flex;
  align-items: center;
}
.landing-content.photo-bg {
  background-size: cover;
  background-position: center center;
}

.new-landing-form-wrapper {
  padding: 1.5rem 2rem 2rem 2rem;
}
.new-landing-form-wrapper.white {
  background-color: #ffffff;
  color: #000;
}
.new-landing-form-wrapper.dark {
  background-color: #000;
  color: #ffffff;
}
.new-landing-form-wrapper .example {
  line-height: 1.4;
  font-size: 0.688rem;
  display: inline-block;
  margin-top: 0.5rem;
}
.new-landing-form-wrapper .example a {
  color: #3399cc;
}

/*  ----------- / Landings --------------- */
/*  ----------- Трафикомобмен --------------- */
/* ---- Лентаинформ---- */
.mgbox {
  margin-bottom: 0;
  text-align: left !important;
}

.mgbox .mgline .image-with-text {
  display: flex !important;
  flex-direction: column !important;
  margin-left: 0 !important;
}

.mgbox .mgline .mctitle {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
  text-align: left !important;
}

.mgbox .mgline .mctitle a {
  font-family: "MuseoSans", sans-serif !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
  font-size: 0.875rem !important;
  color: #000 !important;
}

.mgbox .mgheader {
  margin-bottom: 1.5rem;
  padding-top: 2rem !important;
  border-top: 1px dashed #000;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.mgbox .mgheader .mghead {
  font-family: "MuseoSans", sans-serif !important;
  font-weight: 900 !important;
  font-size: 1rem !important;
  margin-left: 0 !important;
  position: relative;
}

.mgbox .mgheader .mghead:after {
  content: "Новости партнеров";
  font-size: 0.688rem;
  color: #999;
  font-weight: 300;
  line-height: 1;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  margin-bottom: 8px;
  position: absolute;
  left: 0;
  top: 20px;
}

.mgbox .mgheader .widgets_logo a {
  margin-top: 0 !important;
  position: relative;
  bottom: auto;
  right: auto;
}

#LentaInformComposite1112569_17d51 .mgbox .mgheader .widgets_logo a {
  top: 0 !important;
}

/* ---- Пульс ---- */
.pw_28 * {
  font-family: "MuseoSans", sans-serif !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
}

.pw_38 {
  border-radius: 0 !important;
  box-shadow: none !important;
}

.pw_60 {
  border-radius: 0 !important;
}

.pw_71, .pw_79 {
  padding-left: 0 !important;
}

.pw_71 span {
  font-weight: 300 !important;
  font-size: 0.688rem !important;
  color: #999999 !important;
}

.pw_67 {
  color: #000 !important;
}

.pw_52 {
  border-radius: 0 !important;
}

.pw_79 {
  padding-top: 0 !important;
}

.pw_79 span {
  font-weight: 300 !important;
  font-size: 0.688rem !important;
  color: #999999 !important;
}

.pw_27:link, .pw_27:visited {
  color: #000 !important;
  font-family: "MuseoSans", sans-serif !important;
  font-weight: 900 !important;
  font-size: 1rem !important;
  text-transform: uppercase;
  position: relative;
}

.pw_27:after {
  content: "Новости партнеров";
  font-size: 0.688rem;
  color: #999;
  font-weight: 300;
  line-height: 1;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  margin-bottom: 8px;
  position: absolute;
  left: 0;
  top: 20px;
}

.pw_20 {
  margin-bottom: -15px !important;
  padding-top: 1rem !important;
  border-top: 1px dashed #000;
  padding-left: 0 !important;
}

.right-column .pw_20 {
  border-top: none;
  padding-top: 0 !important;
}

.right-column .pw_37 {
  padding-left: 0 !important;
}

.right-column .pw_16 .pw_12 ~ .pw_13 {
  margin-top: 12px;
}

.right-column .pw_16 .pw_12 ~ .pw_4 {
  top: 70px;
}

.pw_56, .pw_57 {
  background-color: #000 !important;
}

.pw_75 {
  color: #000 !important;
}

.pw_63 {
  padding-left: 0 !important;
}

/* ----------- Podcast player ------------ */
.ex-podcast {
  display: flex;
  flex-direction: column;
  padding: 0.75rem;
}
.ex-podcast .ex-podcast-cover {
  flex-shrink: 0;
  background-size: cover;
  width: 100%;
  display: block;
  margin-bottom: 1rem;
}
.ex-podcast .ex-podcast-cover::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  padding-top: 56%;
}
.ex-podcast .ex-podcast-player-wrapper {
  flex-grow: 1;
}
.ex-podcast .ex-podcast-player-wrapper .ex-podcast-title {
  margin-top: 0;
  font-size: 1.25rem;
  font-weight: 900;
  margin-bottom: 0.5rem;
  color: #000;
  display: block;
}
.ex-podcast .ex-podcast-player-wrapper .ex-podcast-title:first-letter {
  font-size: inherit !important;
  line-height: inherit !important;
  font-weight: inherit !important;
  float: none !important;
  margin: 0 !important;
}
.ex-podcast .ex-podcast-player-wrapper .ex-podcast-title a {
  color: #000;
}
.ex-podcast .ex-podcast-player-wrapper .ex-podcast-title a:hover {
  color: #333;
}
.ex-podcast .ex-podcast-player-wrapper a.ex-podcast-title:hover {
  color: #333;
}
.ex-podcast .ex-podcast-player {
  display: flex;
  flex-grow: 1;
  align-items: center;
}
.ex-podcast .ex-podcast-player i {
  font-size: 40px;
  flex-grow: 0;
  flex-shrink: 0;
  cursor: pointer;
}
.ex-podcast .ex-podcast-player i:hover {
  color: #333;
}
.ex-podcast .ex-podcast-player .ex-podcast-player-timeline {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  margin-left: 0.5rem;
  position: relative;
  cursor: pointer;
}
.ex-podcast .ex-podcast-player .ex-podcast-player-timeline .ex-podcast-player-timeline-bg {
  background-color: #f2f2f2;
  height: 4px;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.ex-podcast .ex-podcast-player .ex-podcast-player-timeline .ex-podcast-player-timeline-bg span {
  background-color: #000;
  position: absolute;
  height: 4px;
  left: 0;
  top: 0;
}
.ex-podcast .ex-podcast-player .ex-podcast-player-timeline .ex-podcast-player-time {
  position: absolute;
  top: 5px;
  font-size: 12px;
  color: #999999;
}
.ex-podcast .ex-podcast-player .ex-podcast-player-timeline .ex-podcast-player-time.ex-podcast-time-start {
  left: 0;
}
.ex-podcast .ex-podcast-player .ex-podcast-player-timeline .ex-podcast-player-time.ex-podcast-time-end {
  right: 0;
}
.ex-podcast .ex-podcast-player .eq-bar-wrapper {
  margin-left: 0.5rem;
  display: none;
}
.ex-podcast .ex-podcast-player .eq-bar-wrapper .eq-bar {
  transform: scale(1, -1) translate(0, -24px);
}
.ex-podcast .ex-podcast-player .eq-bar-wrapper.eq-paused {
  display: inline-block;
}
.ex-podcast .ex-podcast-player .eq-bar-wrapper.eq-active {
  display: inline-block;
}
.ex-podcast .ex-podcast-player .eq-bar-wrapper.eq-active .eq-bar--1 {
  animation-name: short-eq;
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
  animation-delay: 0s;
}
.ex-podcast .ex-podcast-player .eq-bar-wrapper.eq-active .eq-bar--1 {
  animation-name: short-eq;
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
  animation-delay: 0s;
}
.ex-podcast .ex-podcast-player .eq-bar-wrapper.eq-active .eq-bar--2 {
  animation-name: tall-eq;
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
  animation-delay: 0.17s;
}
.ex-podcast .ex-podcast-player .eq-bar-wrapper.eq-active .eq-bar--3 {
  animation-name: short-eq;
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
  animation-delay: 0.34s;
}
@keyframes short-eq {
  0% {
    height: 8px;
  }
  50% {
    height: 4px;
  }
  100% {
    height: 8px;
  }
}
@keyframes tall-eq {
  0% {
    height: 16px;
  }
  50% {
    height: 6px;
  }
  100% {
    height: 16px;
  }
}

.delimeter.podcast .ex-podcast.ex-border-top {
  margin-top: 1rem;
  border-top: 1px solid #f2f2f2;
}

/* ----------- / Podcast player ------------ */
/* ----------- item 2 ----------- */
.item-2 h1 {
  font-size: 1.25rem !important;
}
.item-2 .item-2-form-title {
  font-size: 1rem;
  font-weight: 700;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  display: block;
}
.item-2 .form-input-text {
  font-size: 1rem;
  padding: 0.65rem;
  -webkit-appearance: none;
  border: 1px solid #999999;
  outline: none;
  width: 100%;
  box-sizing: border-box;
  border-radius: 0;
}
.item-2 select.form-input-text {
  background: transparent url(../img/down-arrow.svg) right 10px center no-repeat;
  background-size: 10px auto;
  margin-bottom: 0.75rem;
  max-width: 100%;
  text-overflow: ellipsis;
}
.item-2 .price-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.item-2 .old-price {
  font-size: 1.75rem;
  line-height: 1.75rem;
  font-weight: 900;
  display: block;
  text-decoration: line-through;
}
.item-2 .price {
  font-size: 1.75rem;
  line-height: 1.75rem;
  font-weight: 900;
  display: block;
}
.item-2 .price-icon {
  font-size: 1.25rem;
  margin-left: 3px;
  color: #000;
}
.item-2 button {
  margin-left: 2rem;
  flex-grow: 1;
}
.item-2 .item-2-price-description-target {
  display: block;
  margin-bottom: 0.5rem;
}
.item-2 .primary-button {
  box-shadow: 4px 4px 0px 1px #999999;
}
.item-2 .primary-button:hover {
  background-color: #333;
}

/* ----------- / item 2 ------------ */
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 320px), only screen and (min-device-pixel-ratio: 2) and (min-width: 320px), only screen and (min-resolution: 192dpi) and (min-width: 320px), only screen and (min-resolution: 2dppx) and (min-width: 320px) {
  /* Small screen, retina, stuff to override above media query */
}
@media only screen and (min-width: 48em) {
  header .logo, .subscribe-header .logo {
    height: 25px;
    width: 180px;
  }

  .ribbon-and-button {
    flex-wrap: nowrap;
  }
  .ribbon-and-button > .ribbon {
    margin-right: 1rem;
  }
  .ribbon-and-button > .ribbon + a {
    width: auto;
    margin-top: 0;
  }

  .landing-dialog .dialog > .dialog-content {
    padding: 0 3rem 3rem 3rem;
  }
  .landing-dialog .dialog > .dialog-content > h3 {
    font-size: 2rem;
  }

  .overflow-marker {
    right: 0;
  }

  .md_plus_2 {
    font-size: 1rem;
  }

  .d-none-md-block {
    display: block !important;
  }

  .d-block-md-none {
    display: none !important;
  }

  .d-xs-none-md-inline-block {
    display: inline-block !important;
  }

  .d-none-md-inline-block {
    display: inline-block !important;
  }

  .justify-content-end-sm {
    justify-content: flex-end !important;
  }

  .factsbar {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .factsbar .important-fact {
    margin-right: 1rem;
  }

  section.content .extended-filters-holder + .secondary-button span {
    display: inline-block;
    margin-left: 0.313rem;
  }
  section.content .main-content > h1 + div:not(.multiple-with-titles) {
    flex-wrap: nowrap;
  }
  section.content .main-content > h1 + .multiple-with-titles + div {
    flex-wrap: nowrap;
  }
  section.content .main-content .badge-link + .like-counter, section.content .main-content .badge-link + .view-counter {
    margin-left: auto;
    margin-right: 1rem;
  }
  section.content .main-content .author + .like-counter, section.content .main-content .author + .view-counter {
    margin-left: auto;
    margin-right: 1rem;
  }
  section.content .main-content .content-img {
    margin-left: 0;
    margin-right: 0;
  }
  section.content .main-content .content-share-buttons {
    width: 60px;
    margin-left: 0;
  }
  section.content .main-content .content-text > p:first-child:first-letter {
    font-size: 4.5rem;
    line-height: 4.5rem;
    font-weight: 500;
    float: left;
    margin: 0 0.5rem 0 0;
  }
  section.content .main-content .content-text > p:first-of-type:first-letter {
    font-size: 4.5rem;
    line-height: 4.5rem;
    font-weight: 500;
    float: left;
    margin: 0 0.5rem 0 0;
  }
  section.content .main-content .content-text blockquote {
    flex-direction: row;
  }
  section.content .main-content .content-text blockquote > p {
    font-size: 1.125rem;
  }
  section.content .main-content .content-text blockquote > span {
    font-size: 1.125rem;
  }
  section.content .main-content .content-text blockquote > div {
    border-left: 1px solid #e2e2e2;
    border-top: 0;
    max-width: 200px;
  }
  section.content .main-content .content-text aside {
    display: inline-block;
    float: left;
    margin-right: 1.5rem;
    max-width: 50%;
  }
  section.content .main-content .content-text aside.to-right {
    float: right;
    margin-right: 0;
    margin-left: 1.5rem;
  }
  section.content .main-content .content-text aside.full {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    float: none;
  }
  section.content .main-content .content-text aside.content-img-wrapper {
    width: 50%;
  }
  section.subscribe .subscribe-form {
    border-top: 0;
    padding-top: 0;
  }
  section.subscribe .subscribe-form div {
    flex-direction: row;
  }
  section.subscribe .subscribe-form input[type=text], section.subscribe .subscribe-form input[type=email] {
    margin-bottom: 0;
    margin-right: 1rem;
  }
  section.subscribe .subscribe-form button {
    width: auto;
  }
  section.floating-bar {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1rem;
  }
  section.floating-bar.free-month {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  section.floating-bar.free-month h2 {
    font-size: 1.5rem;
  }
  section.floating-bar.free-month .la-times {
    right: 0.5rem;
    top: 0.5rem;
  }
  section.floating-bar.free-month a.red-button {
    font-size: 1rem;
  }
  section.floating-bar.free-month-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  section.floating-bar.free-month-2 h2 {
    font-size: 1.5rem;
  }
  section.floating-bar.free-month-2 .la-times {
    right: 0.5rem;
    top: 0.5rem;
  }
  section.floating-bar.free-month-2 a.red-button {
    font-size: 1rem;
  }
  section.floating-bar.monocle {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  section.floating-bar.monocle h2 {
    font-size: 1.5rem;
  }
  section.floating-bar.monocle h2 img {
    height: 20px;
  }
  section.floating-bar.monocle h2 + a {
    margin: 10px auto 0 auto;
  }
  section.floating-bar.monocle .la-times {
    right: 0.5rem;
    top: 0.5rem;
  }
  section.floating-bar.monocle a.red-button {
    font-size: 1rem;
  }
  section.floating-bar.windows {
    padding-top: 1rem;
    padding-bottom: 1rem;
    cursor: pointer;
  }
  section.floating-bar.windows h2 {
    font-size: 1.5rem;
  }
  section.floating-bar.windows .la-times {
    right: 0.5rem;
    top: 0.5rem;
  }
  section.floating-bar.windows a.red-button {
    font-size: 1rem;
  }
  section.floating-bar.telegram {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  section.floating-bar.telegram h2 {
    font-size: 1.5rem;
  }
  section.floating-bar.telegram .la-times {
    right: 0.5rem;
    top: 0.5rem;
  }
  section.floating-bar.telegram .telegram-logo {
    height: 3.5rem;
  }
  section.floating-bar.birch {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  section.floating-bar.birch h2 {
    font-size: 3rem;
  }
  section.floating-bar.birch .birch-button {
    display: inline-flex;
    font-size: 2rem;
  }
  section.floating-bar.listen-expert {
    background: #000748 url( "/media/files/b/listen_snyjY5k.jpg") left 150px top no-repeat;
    background-size: auto 180px;
    color: #ffffff;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  section.floating-bar.listen-expert h2 {
    font-size: 2rem;
    line-height: 1;
    font-weight: 900;
    color: #000;
    background-color: #ffffff;
    margin: 0;
    padding: 0.25rem 0.5rem;
  }
  section.floating-bar.listen-expert ul {
    display: block;
    padding: 0 2rem;
    margin: 0;
    font-size: 0.75rem;
    list-style: none;
  }
  section.floating-bar.listen-expert ul li {
    margin-bottom: 0.25rem;
    position: relative;
    padding-left: 1rem;
  }
  section.floating-bar.listen-expert ul li:before {
    content: "–";
    position: absolute;
    left: 0;
  }
  section.floating-bar.vov {
    background: #ff5300;
    background-image: url( "/media/files/b/vov.png");
    background: url( "/media/files/b/vov.png") left -140px top no-repeat, linear-gradient(90deg, #ff5300 22%, #ff7825 100%);
    padding-top: 1rem;
    padding-bottom: 1rem;
    height: 224px;
    box-sizing: border-box;
  }
  section.floating-bar.vov > .la-times {
    top: 1rem;
  }
  section.floating-bar.vov a {
    display: block;
    color: #ffffff;
    display: flex;
    align-items: center;
  }
  section.floating-bar.vov a > div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  section.floating-bar.vov a > div > img {
    height: 140px;
  }
  section.floating-bar.vov a > div > span {
    display: inline-block;
    margin-top: 15px;
    font-weight: bold;
  }
  section.floating-bar.vov a > i {
    font-size: 50px;
    margin-left: 20px;
  }
  section.floating-bar.pmef-pp {
    padding-top: 2rem;
    padding-bottom: 2rem;
    box-sizing: border-box;
  }
  section.floating-bar.pmef-pp a {
    align-items: center;
    flex-direction: row;
  }
  section.floating-bar.pmef-pp a > img {
    height: 130px;
    margin-right: 40px;
  }
  section.floating-bar.pmef-pp a p {
    font-size: 18px;
    margin-top: 0;
  }
  section.floating-bar.pmef-pp a p i {
    color: #ffffff;
  }
  section.floating-bar.telegram-2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  section.floating-bar.telegram-2 a div > span {
    font-size: 2rem;
  }
  section.floating-bar.telegram-2 a .telegram-logo {
    width: 78px;
  }
  section.floating-bar.telegram-2.white {
    background: #fff url( "/media/files/tg/white_bg.jpg") left -140px bottom no-repeat;
    background-size: auto 150px;
  }
  section.floating-bar.telegram-2.white a {
    color: #26a2da;
  }
  section.floating-bar.subscribe-form .la-times {
    top: 0;
  }
  section.floating-bar.assis {
    padding-bottom: 0;
  }
  section.floating-bar.assis > div {
    background: none;
  }
  section.floating-bar.assis > div > .container > div {
    background: #fff url( "/media/files/p/pencils.jpg") left bottom no-repeat;
    padding-left: 450px;
    min-height: 257px;
  }
  section.floating-bar.assis > div > .container > div > span {
    margin-bottom: 2rem !important;
  }
  section.floating-bar.cr-research-p {
    padding-bottom: 0;
  }
  section.floating-bar.cr-research-p > div {
    background: none;
    padding: 0;
  }
  section.floating-bar.cr-research-p > div > .container > div {
    background: #fff url( "/media/files/landings/cr/cr_small.png") left center no-repeat;
    background-size: 320px auto;
    min-height: 257px;
    padding: 15px 0 15px 350px;
  }
  section.floating-bar.cr-research-p > div > .container > div > span {
    margin-bottom: 2rem;
    font-size: 18px;
  }
  section.floating-bar.cr-research-p > div > .container > div > span > .cr-big-text {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 1rem;
  }
  section.floating-bar.simps {
    padding-bottom: 0;
    padding-top: 0;
  }
  section.floating-bar.simps > div {
    background: none;
    padding: 0;
  }
  section.floating-bar.simps > div > .container > div {
    min-height: 257px;
    padding: 0 0 0 270px;
  }
  section.floating-bar.simps > div > .container > div > .issue-sh {
    top: -50px;
    width: 225px;
    height: 297px;
    background-size: 225px 297px;
  }
  section.floating-bar.simps > div > .container > div > .issue {
    top: -47px;
    width: 209px;
    height: 280px;
    background-size: 209px 280px;
  }
  section.floating-bar.simps > div > .container > div > span > .cr-big-text {
    font-size: 30px;
    line-height: 1.4;
    margin-bottom: 1rem;
  }
  section.floating-bar.simps > div > .container > div > a {
    font-size: 20px;
  }
  section.floating-bar.new-issue {
    padding-bottom: 0;
    padding-top: 0;
  }
  section.floating-bar.new-issue > div {
    background: none;
    padding: 0;
  }
  section.floating-bar.new-issue > div > .container > div {
    min-height: 257px;
    padding: 0 0 0 270px;
  }
  section.floating-bar.new-issue > div > .container > div > .issue-sh {
    top: -50px;
    width: 225px;
    height: 297px;
    background-size: 225px 297px;
  }
  section.floating-bar.new-issue > div > .container > div > .issue {
    top: -47px;
    width: 209px;
    height: 280px;
    background-size: 209px 280px;
  }
  section.floating-bar.new-issue > div > .container > div > span > .cr-big-text {
    font-size: 30px;
    line-height: 1.4;
    margin-bottom: 1rem;
  }
  section.floating-bar.new-issue > div > .container > div > a {
    font-size: 20px;
  }
  section.floating-bar.cr-floating-button .primary-button {
    width: 100%;
  }
  section.floating-bar.yearfinal {
    background-position: top -65px left, bottom right;
    background-size: auto, auto;
  }
  section.floating-bar.yearfinal > div > .container > a {
    padding-left: 320px;
    min-height: 200px;
  }
  section.floating-bar.yearfinal > div > .container > a span.yearfinal-big-text {
    font-size: 36px;
  }
  section.floating-bar .hidden-mobile {
    display: inline;
  }
  section.floating-bar .mobile-more-info {
    display: none;
  }
  section.floating-bar .la-times {
    right: 1rem;
    top: -1rem;
    font-size: 2rem;
  }
  section.floating-bar .primary-button {
    width: auto;
    margin-bottom: 1rem;
  }
  section.subscribe-header {
    margin-top: 2rem;
  }
  section.subscribe-header .ribbon-block {
    order: 1;
  }
  section.subscribe-header .logo-block {
    order: 2;
  }
  section.subscribe-header .phone-block {
    order: 3;
  }

  article.mod-special .mag-container {
    flex-direction: row;
    align-items: flex-start;
  }

  .col-md-9 .size-9 {
    grid-column: 1/-1 !important;
  }

  .offer-wrapper .price-wrapper > a {
    width: auto;
  }
  .offer-wrapper .price-wrapper > div {
    padding-bottom: 0;
  }

  div.search-example {
    display: block;
    margin-top: 1rem;
  }

  section.notice {
    font-size: 1.125rem;
  }

  /* -- Gallery -- */
  /** Stage carousel controls **/
  .connected-carousels .prev-stage,
.connected-carousels .next-stage {
    display: block;
    position: absolute;
    top: 0;
    width: 200px;
    padding-top: 56%;
    color: #fff;
  }

  .connected-carousels.img-size-2-3 .prev-stage,
.connected-carousels.img-size-2-3 .next-stage {
    padding-top: 67%;
  }

  .connected-carousels .prev-stage {
    left: 0;
  }

  .connected-carousels .next-stage {
    right: 0;
  }

  .connected-carousels .prev-stage.inactive,
.connected-carousels .next-stage.inactive {
    display: none;
  }

  .connected-carousels .prev-stage span,
.connected-carousels .next-stage span {
    display: none;
    position: absolute;
    top: 50%;
    font-size: 2.5rem;
    color: #000;
    margin-top: -30px;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 10px;
    box-shadow: 0 0 24px 0 rgba(93, 93, 93, 0.1);
  }

  .connected-carousels .prev-stage span {
    left: 0;
  }

  .connected-carousels .next-stage span {
    right: 0;
  }

  .connected-carousels .prev-stage:hover span,
.connected-carousels .next-stage:hover span {
    display: inline-block;
  }

  /** Navigation carousel controls **/
  .connected-carousels .prev-navigation,
.connected-carousels .next-navigation {
    padding: 10px;
  }

  /* ------------ Gallery ------------- */
  /* --------- Landings ------------ */
  .super-green-economy > .container {
    padding-top: 2rem;
  }
  .super-green-economy .green-form-wrapper > .green-form-left > h1 {
    font-size: 2rem;
  }

  .invest > .container {
    padding-top: 2rem;
  }
  .invest .invest-form-wrapper > .invest-form-left > h1 {
    font-size: 2rem;
  }

  .landing-content {
    position: relative;
  }
  .landing-content.new-landing-template {
    margin-top: 0;
    font-size: 1rem;
  }
  .landing-content.new-landing-template h1 {
    font-size: 5rem;
    margin-bottom: 1.5rem;
  }
  .landing-content.new-landing-template h2 {
    font-size: 4rem;
    margin-bottom: 1.5rem;
  }
  .landing-content.new-landing-template h3 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
  }
  .landing-content.landing-padding {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .new-landing-form-wrapper {
    padding: 2rem 3rem 3rem 3rem;
    margin-top: 2rem;
  }

  /* --------- Landings ------------ */
  .content-form .form-input-text {
    font-size: 1rem;
    display: block;
  }

  /* ----------- Podcast player ------------ */
  .ex-podcast {
    flex-direction: row;
  }
  .ex-podcast .ex-podcast-cover {
    flex-shrink: 0;
    width: 125px;
    margin-bottom: 0;
    margin-right: 1.25rem;
  }
  .ex-podcast .ex-podcast-cover::after {
    display: none;
  }

  .delimeter.podcast .ex-podcast {
    flex-direction: column;
    padding: 0.75rem 0 0 0;
  }
  .delimeter.podcast .ex-podcast .ex-podcast-cover {
    flex-shrink: 0;
    background-size: cover;
    width: 100%;
    display: block;
    margin-bottom: 1rem;
  }
  .delimeter.podcast .ex-podcast .ex-podcast-cover::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    padding-top: 56%;
  }
  .delimeter.podcast .ex-podcast .ex-podcast-player-wrapper .ex-podcast-title {
    font-size: 1rem;
  }
  .delimeter.podcast .ex-podcast.ex-border-top {
    margin-top: 1rem;
    border-top: 1px solid #f2f2f2;
  }

  /* ----------- / Podcast player ------------ */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 48em), only screen and (min-device-pixel-ratio: 2) and (min-width: 48em), only screen and (min-resolution: 192dpi) and (min-width: 48em), only screen and (min-resolution: 2dppx) and (min-width: 48em) {
  /* Medium screen, retina, stuff to override above media query */
}
@media only screen and (min-width: 62em) {
  .content-form .error-popup {
    position: fixed;
    top: unset;
    left: unset;
    right: 20px;
    bottom: 20px;
    width: 350px;
  }

  .subscribe-header .logo {
    margin-top: 10px;
  }
  .subscribe-header ~ .breadcrumbs-bar {
    border-top: none;
    margin-top: 0;
  }
  .subscribe-header a:hover {
    text-decoration: underline;
  }

  .subscribe-header-2 {
    margin-top: 10px;
  }
  .subscribe-header-2 .ribbon {
    margin-left: -30px;
    margin-bottom: 0;
    display: inline-flex;
  }
  .subscribe-header-2 .show-left-menu {
    display: none;
  }

  header.subscribe-header-2 .header-right-menu .new-sign-in.signed-in > span {
    display: inline-block;
  }

  .content-message {
    flex-direction: row;
  }
  .content-message > .gradient-button {
    width: auto;
    margin-top: 0;
  }
  .content-message > div + a {
    margin-left: 10px;
  }

  .new-landing-form-wrapper {
    margin-bottom: 0;
  }

  /*  -----------  Header --------------- */
  header {
    height: 4.25rem;
  }
  header.ad-row {
    height: calc(4.25rem + 250px);
  }
  header.ad-row.fixed ~ .main-menu {
    margin-top: calc(4.125rem + 250px);
  }
  header.ad-row.fixed ~ .content:first-of-type {
    margin-top: 0;
  }
  header.ad-row > .prwrapper {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  header.fixed ~ .archive-bar {
    margin-top: 0;
  }
  header.fixed ~ .breadcrumbs-bar {
    margin-top: 0;
  }
  header.fixed ~ .content:first-of-type {
    margin-top: 0;
  }
  header.fixed ~ .main-menu {
    margin-top: 4.25rem;
  }
  header .row {
    height: 4.25rem;
  }
  header.left-mag > .row > div {
    padding-left: 1rem;
  }
  header.left-mag .header-left-menu .top-mag {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    border-left: 1px solid #ccc;
  }
  header.left-mag .header-left-menu .top-mag .issue-num {
    left: 12px;
  }
  header.left-mag .header-left-menu .mobile-subscribe-popup {
    display: none;
  }
  header .top-mag {
    margin-right: 3rem;
  }
  header .top-mag img {
    margin-right: 0.5rem;
  }
  header .top-mag img + div {
    display: flex;
  }
  header .top-mag a + div {
    display: flex;
  }
  header .header-left-menu {
    padding-left: 1rem;
  }
  header .header-left-menu i.la-search {
    display: inline-block;
  }
  header .header-right-menu {
    padding-right: 1rem;
  }
  header .header-right-menu .header-p img {
    max-height: none;
  }
  header .header-right-menu .signin_a, header .header-right-menu i.la-sign-in-alt {
    display: inline-block;
    padding-top: 4px;
  }
  header .header-right-menu .mobile-subscribe-popup {
    display: none;
  }
  header .header-right-menu .new-sign-in {
    padding: 3px 6px;
    cursor: pointer;
  }
  header .header-right-menu .new-sign-in > .la-sign-in-alt {
    margin-right: 4px;
  }
  header .header-right-menu .new-sign-in > span {
    display: inline-block;
  }
  header .header-right-menu .new-sign-in.signed-in > span {
    display: none;
  }
  header .header-right-menu .new-sign-in.signed-in.show-all {
    box-shadow: -29px 0px 20px 0px white;
  }
  header .header-right-menu .new-sign-in.signed-in.show-all span {
    display: inline-block;
  }
  header .header-right-menu .new-sign-in.signed-in:hover .desktop-cabinet-bar {
    display: flex;
    position: absolute;
    top: 25px;
    right: 1rem;
    flex-direction: column;
  }
  header .header-right-menu .new-sign-in.signed-in:hover .desktop-cabinet-bar::before {
    content: "";
    display: block;
    height: 10px;
  }
  header .header-right-menu .new-sign-in.signed-in:hover .desktop-cabinet-bar .row {
    height: auto;
    background-color: #fff;
    padding: 1rem 0;
    box-shadow: 0 0 40px 0 rgba(153, 153, 153, 0.85);
    min-width: 200px;
  }
  header.opened-extended-menu .header-right-menu .new-sign-in.signed-in span {
    display: inline-block;
  }
  header.opened-extended-menu .header-right-menu .new-sign-in.signed-in:hover .desktop-cabinet-bar {
    display: none;
  }
  header.opened-extended-menu .header-right-menu .new-sign-in.show-all {
    box-shadow: none !important;
  }
  header.opened-extended-menu + .extended-menu.extended-2 .extended-menu-container .mobile-order-1 {
    order: 3;
  }
  header.opened-extended-menu + .extended-menu.extended-2 .extended-menu-container .mobile-order-2 {
    order: 2;
  }
  header.opened-extended-menu + .extended-menu.extended-2 .extended-menu-container .mobile-order-3 {
    order: 1;
  }
  header.opened-extended-menu + .extended-menu.extended-2 .desktop-cabinet-link {
    display: block;
    border-bottom: 1px solid #333;
    padding-bottom: 2rem;
  }

  .mobile-cabinet-bar {
    display: none;
  }

  .d-inline-block-lg {
    display: inline-block !important;
  }

  /*  -----------  Nav --------------- */
  nav.main-menu {
    height: 3.125rem;
    min-height: 3.125rem;
    display: flex;
  }
  nav.main-menu ul {
    display: flex;
    list-style: none;
    padding: 0;
  }
  nav.main-menu ul li {
    padding: 0.313rem 1.25rem;
    border-right: 1px solid #e2e2e2;
  }
  nav.main-menu ul li:last-child {
    border-right: none;
  }
  nav.main-menu ul li.special a {
    color: #ff0000;
  }
  nav.main-menu ul li.special a:hover {
    color: #ff6666;
  }
  nav.main-menu ul li.active {
    position: relative;
    padding-left: 1.875rem;
  }
  nav.main-menu ul li.active a:before {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #5596ea;
    background: linear-gradient(90deg, #5596ea 0%, #723fc7 50%, #ba2ba5 100%);
    left: 17px;
    top: 53%;
    margin-top: -5px;
  }
  nav.main-menu ul li a {
    text-transform: uppercase;
    font-weight: 900;
    color: #000;
    font-size: 0.75rem;
    white-space: nowrap;
  }
  nav.main-menu ul li a:hover {
    color: #999999;
  }
  nav.sec-menu {
    height: 2.625rem;
    min-height: 2.625rem;
    display: flex;
    background-color: #f2f2f2;
    box-shadow: inset 0px 3px 5px 0px rgba(35, 1, 74, 0.06);
  }
  nav.sec-menu + .landing-content {
    margin-top: 0;
  }
  nav.sec-menu > div > ul {
    display: flex;
    list-style: none;
    padding: 0;
  }
  nav.sec-menu > div > ul > li {
    padding: 0 1rem 0 0;
  }
  nav.sec-menu > div > ul > li.active a {
    font-weight: 900;
  }
  nav.sec-menu > div > ul > li a {
    font-weight: 300;
    color: #222;
    font-size: 0.937rem;
    white-space: nowrap;
    display: flex;
    align-items: center;
    line-height: 1;
    font-size: 0.875rem;
  }
  nav.sec-menu > div > ul > li a:hover {
    color: #999999;
  }
  nav.sec-menu > div > ul > li a i {
    font-size: 0.625rem;
    color: #999999;
    margin-left: 0.25rem;
  }
  nav.sec-menu > div > ul > li.has-submenu {
    position: relative;
    padding-right: 0.75rem;
  }
  nav.sec-menu > div div.submenu {
    position: absolute;
    background-color: #ffffff;
    padding: 1rem 0 0 0;
    box-shadow: 0px 0px 57px 0px rgba(153, 153, 153, 0.54);
    align-items: flex-start;
    list-style: none;
    left: 0;
    top: -1rem;
    display: none;
    z-index: 1000;
    width: 300px;
    text-align: left;
    box-sizing: border-box;
    /* хром, сафари */
  }
  nav.sec-menu > div div.submenu > .title {
    font-weight: 700;
    font-size: 1rem;
    padding-bottom: 0.25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    padding-left: 1rem;
  }
  nav.sec-menu > div div.submenu > i.la-times {
    position: absolute;
    right: 0.75rem;
    top: 0.75rem;
    cursor: pointer;
  }
  nav.sec-menu > div div.submenu > i.la-times:hover {
    color: #999999;
  }
  nav.sec-menu > div div.submenu ul.submenu-list {
    padding: 0 1rem 24px 1rem;
    max-height: 280px;
    overflow: auto;
    list-style: none;
    box-sizing: border-box;
  }
  nav.sec-menu > div div.submenu ul.submenu-list li {
    padding-bottom: 0.25rem;
    display: flex;
  }
  nav.sec-menu > div div.submenu ul.submenu-list li:last-child {
    padding-bottom: 0;
  }
  nav.sec-menu > div div.submenu ul.submenu-list li a {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
  }
  nav.sec-menu > div div.submenu ul.submenu-list li.active a {
    font-weight: 700;
  }
  nav.sec-menu > div div.submenu ul.submenu-list::-webkit-scrollbar {
    width: 0;
  }
  nav.sec-menu > div div.submenu ul.submenu-list {
    -ms-overflow-style: none;
  }
  nav.sec-menu > div div.submenu ul.submenu-list {
    overflow: -moz-scrollbars-none;
  }
  nav.sec-menu > div div.submenu > a.to-all {
    padding: 0.5rem 1rem;
    display: flex;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 900;
    justify-content: space-between;
  }
  nav.sec-menu > div div.submenu > a.to-all > i {
    color: #ffffff;
    font-size: 1rem;
  }
  nav.sec-menu > div div.submenu > a.to-all.special {
    background-color: #5a9cb6;
    color: #ffffff;
  }
  nav.sec-menu > div div.submenu > a.to-all.rating {
    background-color: #8977c1;
    color: #ffffff;
  }
  nav.sec-menu > div div.submenu div.submenu-grad {
    display: block;
    background: white;
    background: linear-gradient(0deg, white 10%, rgba(255, 255, 255, 0) 100%);
    height: 30px;
    width: 100%;
    margin-top: -30px;
    z-index: 5;
    position: absolute;
  }
  nav.sec-menu > div div.submenu > a.to-all + div.submenu-grad {
    margin-top: -64px;
  }
  nav.left-menu {
    position: relative;
    height: auto;
    background-color: #fff;
    z-index: 12;
    box-shadow: none;
    padding: 0;
    display: flex;
  }
  nav.left-menu > div {
    margin-right: 30px;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  nav.left-menu > div .la-times {
    display: none;
  }
  nav.left-menu > div ul {
    margin-top: 0;
    border-top: none;
  }

  .extended-menu {
    padding-top: 4.25rem;
  }
  .extended-menu .extended-menu-title {
    font-size: 1.125rem;
  }
  .extended-menu .extended-menu-list > li > a:hover {
    text-decoration: underline;
  }
  .extended-menu .extended-submenu li a:hover {
    text-decoration: underline;
  }
  .extended-menu > div > .container {
    padding-bottom: 2rem;
  }
  .extended-menu > div > .container > .row > div {
    border-right: 1px solid #333;
    border-bottom: none;
    padding-bottom: 0;
  }
  .extended-menu > div > .container > .row > div:last-child {
    border-right: 0;
  }
  .extended-menu .mobile-sign-in {
    display: none;
  }
  .extended-menu .search-form-container .extended-menu-title {
    margin-top: 1rem;
  }
  .extended-menu .search-form-container .container > .row > div {
    padding-bottom: 1rem;
  }

  /*  -----------  Nav --------------- */
  /*  -----------  Bars --------------- */
  .mobile-floating-bar, .cr-floating-button {
    display: none;
  }

  .toast {
    max-width: 375px;
    bottom: 20px;
    padding: 20px;
    box-shadow: 0px 0px 150px 30px rgba(0, 0, 0, 0.5);
  }
  .toast.to-right {
    right: 20px;
  }

  /*  -----------  / Bars --------------- */
  /* ------------ Headers ---------- */
  .ribbon {
    font-size: 1rem;
  }

  /* ------------ Headers ---------- */
  /* ------------ Bars ---------- */
  section.breadcrumbs-bar {
    padding-top: 1rem;
    padding-bottom: 0;
    font-size: 0.875rem;
  }
  section.breadcrumbs-bar a {
    font-size: 0.875rem;
  }
  section.breadcrumbs-bar span {
    font-size: 0.875rem;
  }
  section.floating-bar.abandoned {
    display: none;
  }
  section.floating-bar.vov {
    background: url( "/media/files/b/vov.png") left 5% top no-repeat, linear-gradient(90deg, #ff5300 22%, #ff7825 100%);
  }
  section.floating-bar.assis {
    padding-bottom: 0;
  }
  section.floating-bar.assis > div {
    background: none;
  }
  section.floating-bar.assis > div > .container > div > span {
    font-size: 28px;
  }
  section.floating-bar.assis > div > .container > div > span > .assis-big-text {
    font-size: 40px;
  }
  section.floating-bar.assis .la-times {
    top: 0.5rem;
  }
  section.floating-bar.cr-research-p {
    padding-bottom: 0;
  }
  section.floating-bar.cr-research-p > div {
    background: none;
  }
  section.floating-bar.cr-research-p > div > .container > div {
    background-size: 400px auto;
    padding-left: 450px;
  }
  section.floating-bar.cr-research-p > div > .container > div > span {
    font-size: 20px;
  }
  section.floating-bar.cr-research-p > div > .container > div > span > .cr-big-text {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  section.floating-bar.cr-research-p .la-times {
    top: 0.5rem;
  }
  section.floating-bar.simps {
    padding-bottom: 0;
  }
  section.floating-bar.simps > div {
    background: none;
  }
  section.floating-bar.simps > div > .container > div {
    padding-left: 300px;
  }
  section.floating-bar.simps > div > .container > div > span > .cr-big-text {
    font-size: 40px;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  section.floating-bar.simps .la-times {
    top: 0.5rem;
  }
  section.floating-bar.new-issue {
    padding-bottom: 0;
  }
  section.floating-bar.new-issue > div {
    background: none;
  }
  section.floating-bar.new-issue > div > .container > div {
    padding-left: 300px;
  }
  section.floating-bar.new-issue > div > .container > div > span > .cr-big-text {
    font-size: 40px;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  section.floating-bar.new-issue .la-times {
    top: 0.5rem;
  }
  section.floating-bar.yearfinal {
    padding-bottom: 0;
  }
  section.floating-bar.yearfinal > div {
    background: none;
  }
  section.floating-bar.yearfinal > div > .container > a span.yearfinal-big-text {
    font-size: 44px;
  }
  section.floating-bar.yearfinal .la-times {
    top: 0.5rem;
  }
  section.floating-bar.try_n_subscribe {
    flex-direction: row;
  }
  section.floating-bar.try_n_subscribe.special-2 .la-times {
    top: 1rem !important;
    color: #000;
  }
  section.floating-bar.try_n_subscribe.special-2 > div.l-column > .l-content .white-button + span {
    font-size: 16px;
    display: inline-flex;
    align-items: center;
  }
  section.floating-bar.try_n_subscribe.special-2 > div.l-column > .l-content .white-button + span i {
    font-size: 26px;
    margin-left: 5px;
    margin-right: 3px;
  }
  section.floating-bar.try_n_subscribe.special-2 > div.l-column > .l-content .white-button + span strong {
    margin-right: 5px;
  }
  section.floating-bar.try_n_subscribe > .la-times {
    color: #000;
  }
  section.floating-bar.try_n_subscribe > div {
    flex-grow: 1;
  }
  section.floating-bar.try_n_subscribe > div .agreement_tip {
    left: 0;
    bottom: auto;
    top: 40px;
    max-width: 330px;
  }
  section.floating-bar.try_n_subscribe > div .agreement_tip::before {
    bottom: auto;
    top: -8px;
    left: 8px;
    border-width: 0 5px 8px 5px;
    border-color: transparent transparent #000000 transparent;
  }
  section.floating-bar.try_n_subscribe > div.l-column {
    width: 60%;
  }
  section.floating-bar.try_n_subscribe > div.l-column > .l-content {
    padding: 58px 115px 32px 45px;
  }
  section.floating-bar.try_n_subscribe > div.l-column > .l-content .form-input-text {
    box-sizing: border-box;
    display: flex;
    flex: auto;
  }
  section.floating-bar.try_n_subscribe > div.l-column > .l-content > .l-content-head {
    font-size: 22px;
    font-weight: normal;
  }
  section.floating-bar.try_n_subscribe > div.l-column > .l-content::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 500px 80px;
    border-color: transparent transparent #f2f2f2 transparent;
  }
  section.floating-bar.try_n_subscribe > div.l-column > .l-content .white-button {
    display: flex;
    max-width: 300px;
    padding: 14px 20px;
    background: #fff;
    color: #3c47c1;
    font-weight: 700;
    align-items: center;
    box-sizing: border-box;
    outline: none;
    line-height: 1;
    cursor: pointer;
    align-self: flex-start;
    justify-content: center;
    -webkit-appearance: none;
    border-radius: 4px;
    font-size: 1rem;
    box-shadow: 0px 0px 35px 0px rgba(64, 5, 170, 0.25);
    transition: box-shadow 0.3s;
    margin-top: 20px;
  }
  section.floating-bar.try_n_subscribe > div.l-column > .l-content .white-button:hover {
    background-color: #e9ecfb;
    box-shadow: 0px 0px 35px 0px rgba(64, 5, 170, 0.5);
    transition: all 0.1s;
  }
  section.floating-bar.try_n_subscribe > div.l-column > .l-content .white-button + span {
    color: #fff;
    margin-top: 1rem;
    display: block;
    font-size: 12px;
  }
  section.floating-bar.try_n_subscribe > div.l-column > .l-content .l-confirm {
    display: flex;
    position: relative;
  }
  section.floating-bar.try_n_subscribe > div.l-column > .l-content .l-confirm .description {
    color: #fff !important;
    font-size: 0.75rem;
  }
  section.floating-bar.try_n_subscribe > div.l-column > .l-content .l-confirm .description > a {
    color: #fff !important;
    text-decoration: underline;
  }
  section.floating-bar.try_n_subscribe > div.l-column > .l-content .l-confirm .description > a:hover {
    text-decoration: none;
  }
  section.floating-bar.try_n_subscribe > div.l-column > .l-content .l-confirm label.filter-checkbox-check > input:checked + span {
    border-color: #fff;
  }
  section.floating-bar.try_n_subscribe > div.l-column > .l-content .l-confirm label.filter-checkbox-check > input:checked + span i {
    color: #fff;
  }
  section.floating-bar.try_n_subscribe > div.l-column > .l-content .l-confirm label.filter-checkbox-check > input + span i {
    color: transparent;
  }
  section.floating-bar.try_n_subscribe > div.l-column > .l-content .l-confirm label.filter-checkbox-check > span {
    border-color: #fff;
  }
  section.floating-bar.try_n_subscribe > div.l-column > .l-content .l-confirm label.filter-checkbox-check:hover > span {
    border-color: #ccc;
  }
  section.floating-bar.try_n_subscribe > div.r-column {
    width: 40%;
    padding: 32px 50px 32px 110px;
    min-height: 230px;
    display: flex;
    justify-content: center;
  }
  section.floating-bar.try_n_subscribe > div.r-column .mobile-carousel {
    display: none;
  }
  section.floating-bar.try_n_subscribe > div.r-column .desktop-carousel-wrapper {
    display: block;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
  }
  section.floating-bar.try_n_subscribe > div.r-column .desktop-carousel-wrapper .r-list-nav {
    margin-left: 15px;
    cursor: pointer;
    padding: 10px;
    border-radius: 20px;
  }
  section.floating-bar.try_n_subscribe > div.r-column .desktop-carousel-wrapper .r-list-nav:hover {
    background-color: #ccc;
  }
  section.floating-bar.try_n_subscribe > div.r-column #desktop-carousel {
    position: relative;
    overflow: hidden;
    width: 355px;
    height: 242px;
  }
  section.floating-bar.try_n_subscribe > div.r-column > .r-desktop-issue {
    display: flex;
    position: absolute;
    left: -87px;
    flex-direction: column;
    align-items: flex-end;
    top: 30px;
  }
  section.floating-bar.try_n_subscribe > div.r-column > .r-desktop-issue > span {
    font-weight: bold;
    margin-bottom: 5px;
  }
  section.floating-bar.try_n_subscribe > div.r-column > .r-desktop-issue > span.issue-num {
    position: absolute;
    margin-bottom: 0;
    top: 80px;
    left: -20px;
    border-radius: 3px;
    background-color: #ff0000;
    font-size: 18px;
    padding: 2px 4px;
    box-shadow: 0px 0px 21px 0px rgba(34, 34, 34, 0.2);
    z-index: 1;
    color: #fff;
  }
  section.floating-bar.try_n_subscribe > div.r-column > .r-content {
    display: none;
  }
  section.floating-bar.try_n_subscribe > div.r-column .r-list {
    margin-top: 0;
    margin-bottom: 0;
    height: 10000em;
    position: relative;
    display: block;
  }
  section.floating-bar.try_n_subscribe > div.r-column .r-list > li {
    color: #000;
    width: 325px;
    height: 107px;
    float: left;
    margin-right: 0;
    margin-left: 15px;
    margin-bottom: 20px;
  }
  section.floating-bar.try_n_subscribe > div.r-column .r-list > li > article.compact {
    box-shadow: 0px 0px 21px 0px rgba(34, 34, 34, 0.1);
  }
  section.floating-bar.try_n_subscribe > div.r-column .r-list > li > span {
    font-size: 14px;
  }
  section.floating-bar.try_n_subscribe > div.r-column .r-list > li:first-child {
    margin-left: 15px;
  }

  /* ------------ / Bars ---------- */
  /* ------------ Content ---------- */
  section.content {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  section.content.mobile-subscribe-content {
    display: none;
  }
  section.content .content-m-top {
    margin-top: 2rem;
  }
  section.content .extended-filters-holder {
    display: block;
    position: relative;
    margin-left: 2rem;
  }
  section.content .extended-filters-holder.show-filter {
    display: block;
    position: relative;
    left: auto;
  }
  section.content .extended-filters-holder.show-filter .filters-wrapper {
    position: absolute;
    background-color: #fff;
    padding: 1rem;
    box-shadow: 0 0 57px 0 rgba(153, 153, 153, 0.54);
    left: -1rem;
    top: -1rem;
    z-index: 1000;
  }
  section.content .extended-filters-holder.show-filter .filters-wrapper i.la-ellipsis-h {
    display: none;
  }
  section.content .extended-filters-holder.show-filter .filters-wrapper > i.la-times {
    display: inline-block;
  }
  section.content .extended-filters-holder.show-filter .filters-wrapper .filters .extended {
    display: inline-block;
  }
  section.content .extended-filters-holder + .secondary-button {
    display: none;
  }
  section.content .extended-filters-holder .filters-wrapper {
    display: flex;
    flex-direction: column;
  }
  section.content .extended-filters-holder .filters-wrapper > span {
    line-height: 1;
    margin-bottom: 0.188rem;
  }
  section.content .extended-filters-holder .filters-wrapper .filters .extended {
    display: none;
  }
  section.content .main-content h1 {
    font-size: 3rem;
  }
  section.content .main-content .multiple-with-titles {
    display: flex;
  }
  section.content .main-content .multiple-with-titles + div.d-flex > .author {
    display: none;
  }
  section.content .main-content .multiple-with-titles-date {
    display: inline;
  }
  section.content .main-content aside.highlight > .author {
    display: none;
  }
  section.content .main-content aside.highlight > .highlight-cta {
    flex-direction: row !important;
    justify-content: space-around !important;
    align-items: center !important;
  }
  section.content .main-content aside.highlight > .highlight-cta > a {
    margin-left: 10px;
    margin-right: 10px;
  }
  section.content .main-content aside.highlight > .highlight-cta > .highlight-cta-price {
    align-items: flex-start;
  }
  section.content .right-column {
    border-left: 1px solid #f2f2f2;
  }
  section.content .right-column.jump-up {
    order: 1;
    border-top: none;
  }
  section.content .right-column.jump-down {
    border-top: 0;
    padding-top: 0;
  }
  section.content .right-column.jump-down.ad-fixed {
    padding-right: 0;
  }
  section.content .right-column.jump-down.ad-fixed > div.ad-wrapper {
    display: block;
    /* Safari */
    position: sticky;
    top: 85px;
    height: auto;
    max-height: calc(100vh - 85px);
    padding-left: 0;
    padding-top: 0;
    padding-right: 0;
    z-index: 1;
  }
  section.content .right-column.scrollable > div.toc-wrapper {
    display: block;
    /* Safari */
    position: sticky;
    top: 85px;
    height: auto;
    max-height: calc(100vh - 85px);
    overflow: auto;
    padding-left: 0;
    padding-top: 0;
    padding-right: 0.625rem;
    z-index: 1;
    -ms-overflow-style: none;
    /* IE 10+ */
    scrollbar-width: none;
    /* Firefox */
  }
  section.content .right-column.scrollable > div.toc-wrapper::-webkit-scrollbar {
    /* chrome based */
    width: 0px;
    /* ширина scrollbar'a */
    background: transparent;
    /* опционально */
  }
  section.content .right-column.scrollable > div.scroll-wrapper {
    display: block;
    /* Safari */
    position: sticky;
    top: 85px;
    height: auto;
    max-height: calc(100vh - 85px);
    overflow: auto;
    padding-left: 0;
    padding-top: 0;
    padding-right: 0.625rem;
    z-index: 1;
    -ms-overflow-style: none;
    /* IE 10+ */
    scrollbar-width: none;
    /* Firefox */
  }
  section.content .right-column.scrollable > div.scroll-wrapper::-webkit-scrollbar {
    /* chrome based */
    width: 0px;
    /* ширина scrollbar'a */
    background: transparent;
    /* опционально */
  }
  section.content .right-column.scrollable > div.scroll-wrapper > div img {
    max-width: 340px;
  }
  section.content .right-column.scrollable > div.autoscroll-wrapper {
    display: block;
    /* Safari */
    position: sticky;
    top: 85px;
    height: auto;
    max-height: calc(100vh - 85px);
    overflow: hidden;
    padding-left: 0;
    padding-top: 0;
    padding-right: 0.625rem;
    z-index: 1;
    -ms-overflow-style: none;
    /* IE 10+ */
    scrollbar-width: none;
    /* Firefox */
  }
  section.content .right-column.scrollable > div.autoscroll-wrapper::-webkit-scrollbar {
    /* chrome based */
    width: 0px;
    /* ширина scrollbar'a */
    background: transparent;
    /* опционально */
  }
  section.content .right-column.scrollable > div.autoscroll-wrapper > div img {
    max-width: 340px;
  }
  section.content .right-column .table-of-content-show-button-wrapper, section.content .right-column .table-of-content-hide-button-wrapper {
    display: none;
  }
  section.content .signin-description {
    margin-top: -50px;
  }
  section.next-article-wrapper > .container {
    display: block;
  }
  section.issue-preview {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  section.issue-preview .issue-preview-wrapper {
    flex-direction: row;
  }
  section.issue-preview .issue-preview-wrapper .issue-a-wrapper {
    margin-left: 3rem;
    margin-top: 0;
  }
  section.issue-preview .issue-preview-wrapper .issue-a-wrapper .primary-button {
    justify-content: flex-start;
    width: auto;
  }
  section.issue-preview .issue-preview-wrapper .issue-a-wrapper .red-button {
    justify-content: flex-start;
    width: auto;
  }
  section.issue-preview .issue-preview-wrapper .issue-a-wrapper .secondary-button {
    justify-content: flex-start;
    width: auto;
  }
  section.special-section span.special-text {
    font-size: 2rem;
    line-height: 2rem;
  }
  section.special-section .special-subscribe div {
    margin-bottom: 0;
  }
  section.special-section ul {
    margin-left: 0;
  }
  section.special-section + section.content {
    padding-top: 3rem;
  }
  section.subscribe-info {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  section.landing-content {
    margin-top: 4.25rem;
  }

  .content2:not(.active) section.content .right-column .table-of-content-show-button-wrapper {
    display: none;
  }

  /* ------------ Content ---------- */
  /* ---------- Lists ----------- */
  ul.news-list.fixed-height {
    max-height: 400px;
    overflow: auto;
    padding-right: 1rem;
    -ms-overflow-style: none;
    /* IE 10+ */
    scrollbar-width: none;
    /* Firefox */
  }
  ul.news-list.fixed-height::-webkit-scrollbar {
    /* chrome based */
    width: 0px;
    /* ширина scrollbar'a */
    background: transparent;
    /* опционально */
  }

  ul.other-subscribe-options {
    flex-direction: row;
    justify-content: center;
  }
  ul.other-subscribe-options > li {
    margin-right: 1rem;
  }
  ul.other-subscribe-options > li:last-child {
    margin-right: 0;
  }

  /* ---------- / Lists ----------- */
  /* ------------ Banners --------- */
  .inner-pr span + span {
    font-size: 1.25rem;
  }
  .inner-pr.idei-new {
    background: #1357f0 url( "../img/banners/20idei-bg.jpg") top center no-repeat;
    color: #0a2e78;
    height: 350px;
    flex-direction: column;
  }
  .inner-pr.idei-new div {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .inner-pr.idei-new div span {
    display: inline-block;
    font-weight: 900;
    font-size: 24px;
    color: #062f7f;
  }

  header.fixed ~ .prwrapper.top-bbd {
    margin-top: 0;
  }

  /* ------------ Banners --------- */
  /* ------------ Black tip ------------- */
  [aria-label][role~=tooltip] {
    position: relative;
  }

  [aria-label][role~=tooltip]::after {
    backface-visibility: hidden;
    will-change: transform;
    opacity: 0;
    pointer-events: none;
    transition: all var(--microtip-transition-duration, 0.18s) var(--microtip-transition-easing, ease-in-out) var(--microtip-transition-delay, 0s);
    position: absolute;
    box-sizing: border-box;
    z-index: 10;
    transform-origin: top;
  }

  [aria-label][role~=tooltip]::after {
    background: rgba(17, 17, 17, 0.9);
    color: #ffffff;
    font-family: "MuseoSans";
    font-weight: 500;
    font-size: 0.875rem;
    text-transform: none;
    content: attr(aria-label);
    padding: 0.5em 1em;
    white-space: nowrap;
    box-sizing: content-box;
  }

  [aria-label][role~=tooltip]:hover::after,
[aria-label][role~=tooltip]:focus::after {
    opacity: 1;
    pointer-events: auto;
  }

  [role~=tooltip][data-microtip-position|=top]::after {
    margin-bottom: 11px;
  }

  [role~=tooltip][data-microtip-position|=top]::after {
    bottom: 100%;
    left: -50%;
  }

  [role~=tooltip][data-microtip-position|=top-left]::after {
    margin-bottom: 11px;
  }

  [role~=tooltip][data-microtip-position|=top-left]::after {
    bottom: 100%;
    left: 0;
  }

  /* ----------- Black tip ------------- */
  /* ------------ White tip ------------- */
  [aria-label][role~=tooltip-white] {
    position: relative;
  }

  [aria-label][role~=tooltip-white]::after {
    backface-visibility: hidden;
    will-change: transform;
    opacity: 0;
    pointer-events: none;
    transition: all var(--microtip-transition-duration, 0.18s) var(--microtip-transition-easing, ease-in-out) var(--microtip-transition-delay, 0s);
    position: absolute;
    box-sizing: border-box;
    z-index: 10;
    transform-origin: top;
  }

  [aria-label][role~=tooltip-white]::after {
    background: #ffffff;
    color: #333;
    box-shadow: 0px 0px 51px 0px rgba(0, 0, 0, 0.23);
    font-family: "MuseoSans";
    font-weight: 500;
    font-size: 0.875rem;
    text-transform: none;
    content: attr(aria-label);
    padding: 0.5em 1em;
    box-sizing: content-box;
    max-width: 100%;
  }

  [aria-label][role~=tooltip-white]:hover::after,
[aria-label][role~=tooltip-white]:focus::after {
    opacity: 1;
    pointer-events: auto;
  }

  [role~=tooltip-white][data-microtip-position|=top]::after {
    margin-bottom: 11px;
  }

  [role~=tooltip-white][data-microtip-position|=top]::after {
    bottom: 100%;
  }

  /* ----------- White tip ------------- */
  /* ------------ Modular grid ------------------ */
  .modular-grid.samples {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    grid-gap: 1.5rem;
    grid-auto-flow: dense;
  }
  .modular-grid.subscribe {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }
  .modular-grid.subscribe-2 {
    flex-direction: row;
    margin-top: 2rem;
  }
  .modular-grid.subscribe-2 > .offer-wrapper {
    width: 360px;
    margin-right: 2rem;
    padding: 2rem;
  }
  .modular-grid.subscribe-2.subscribe-gift h1 {
    z-index: 1;
    margin-right: 0;
  }
  .modular-grid.subscribe-2.subscribe-gift ul.checks-list {
    padding-right: 0;
  }
  .modular-grid.subscribe-2.subscribe-gift .gift-ribbon {
    position: relative;
    background: transparent url(/media/files/img/gift.png) left top no-repeat;
    margin-left: -2rem;
    margin-right: -2rem;
    margin-top: -3rem;
    height: 170px;
    width: auto;
    background-size: 360px;
  }

  /* ------------ / Modular grid ------------------ */
  /* ------------ Modules ------------------ */
  article.mod1 {
    grid-column: 1/-1;
    display: flex;
  }
  article.mod1 .row {
    margin-top: 1.5rem;
    flex-direction: row;
    flex-grow: 1;
  }
  article.mod1 .row .rubric {
    margin-top: 0;
    padding-right: 33.333%;
    box-sizing: border-box;
  }
  article.mod1 .row h2 {
    font-size: 2.25rem;
    margin-top: 1rem;
  }
  article.mod1 .row h2 a {
    background-color: #ffffff;
    box-shadow: -5px 0 0 #ffffff, 10px 0 0 #ffffff;
    padding: 3px 0;
    filter: drop-shadow(-5px 0 0 #ffffff) drop-shadow(10px 0 0 #ffffff);
    -webkit-filter: drop-shadow(-5px 0 0 #ffffff) drop-shadow(10px 0 0 #ffffff);
  }
  article.mod1 .row .text-wrapper {
    z-index: 2;
  }
  article.mod1 .row .text-wrapper p {
    padding-right: 33.333%;
    margin-bottom: 1.5rem;
  }
  article.mod1 .row .podcast-wrapper {
    position: absolute;
    right: 0;
    left: auto;
    top: auto;
    bottom: 20px;
    width: 100%;
    z-index: 2;
  }
  article.mod1 .row .podcast-wrapper .ex-podcast {
    background-color: rgba(255, 255, 255, 0.9);
    display: none;
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
  }
  article.mod1 .row .podcast-wrapper .ex-podcast.ex-player-active {
    display: block;
  }
  article.mod1 .row .podcast-wrapper .ex-podcast.ex-player-paused {
    display: block;
  }
  article.mod1 .row .podcast-wrapper .ex-podcast .ex-podcast-player-timeline-bg {
    background-color: #ccc;
  }
  article.mod1 .row:hover .podcast-wrapper .ex-podcast {
    display: block;
    transition: 1s;
  }
  article.mod1 .row p {
    font-size: 1rem;
    font-weight: 300;
  }
  article.mod1 .row .img-wrapper {
    position: absolute;
    right: 0;
    top: 1.5rem;
    bottom: 0;
    width: 100%;
    z-index: 1;
    margin-top: 0;
  }
  article.mod1 .row .img-wrapper .img {
    right: 0;
    left: 0;
  }
  article.mod1 .compact-info {
    display: none;
  }
  article.mod1 .author {
    display: flex;
    padding-right: 35%;
  }
  article.mod1 .author.multiple {
    flex-direction: column;
  }
  article.mod2.img-size-16-9:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    padding-top: 56%;
  }
  article.mod2.img-size-2-3:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    padding-top: 67%;
  }
  article.mod2.size-6 {
    grid-column: span 2;
  }
  article.mod2.size-6 h2 {
    font-size: 1.313rem;
  }
  article.mod2.size-6 p {
    font-size: 0.875rem;
  }
  article.mod2.size-9 {
    grid-column: span 3;
  }
  article.mod2.size-9 h2 {
    font-size: 1.313rem;
  }
  article.mod2.size-9 p {
    font-size: 0.875rem;
  }
  article.mod2.size-full {
    grid-column: 1/-1;
  }
  article.mod2.size-full h2 {
    font-size: 2.25rem;
  }
  article.mod3.size-6 {
    grid-column: span 2;
  }
  article.mod3.size-6 h2 {
    font-size: 1.625rem;
  }
  article.mod3.size-6 p {
    font-size: 1rem;
  }
  article.mod3.size-9 {
    grid-column: span 3;
  }
  article.mod3.size-9 h2 {
    font-size: 2rem;
  }
  article.mod3.size-full {
    grid-column: 1/-1;
  }
  article.mod3.size-full h2 {
    font-size: 2rem;
  }
  article.mod3.title-only h2 {
    font-size: 2.25rem;
    margin-bottom: 1rem;
  }
  article.mod3.next-article {
    border-top: 0;
  }
  article.mod3.next-article .indicator {
    height: 1px;
    background-color: #e2e2e2;
    overflow: hidden;
    position: relative;
    height: 1px;
  }
  article.mod3.next-article .indicator > .indicator-fill {
    background-color: #000;
    position: absolute;
    height: 1px;
  }
  article.mod3 .podcast-wrapper {
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    margin-top: 1.5rem;
    top: 0;
  }
  article.mod3 .podcast-wrapper .ex-podcast {
    background-color: rgba(255, 255, 255, 0.9);
    display: none;
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
  }
  article.mod3 .podcast-wrapper .ex-podcast.ex-player-active {
    display: block;
  }
  article.mod3 .podcast-wrapper .ex-podcast.ex-player-paused {
    display: block;
  }
  article.mod3 .podcast-wrapper .ex-podcast .ex-podcast-player-timeline-bg {
    background-color: #ccc;
  }
  article.mod3:hover .podcast-wrapper .ex-podcast {
    display: block;
  }
  article.mod5.size-6 {
    grid-column: span 2;
  }
  article.mod5.size-6 h2 {
    font-size: 1.625rem;
  }
  article.mod5.size-6 p {
    font-size: 1rem;
  }
  article.mod5.size-9 {
    grid-column: span 3;
  }
  article.mod5.size-9 h2 {
    font-size: 2rem;
  }
  article.mod5.size-full {
    grid-column: 1/-1;
    display: flex;
  }
  article.mod5.size-full h2 {
    font-size: 1.625rem;
  }
  article.mod5.size-full .author {
    margin-right: 1rem;
  }
  article.news {
    display: flex;
    flex-direction: row-reverse;
  }
  article.news div {
    flex-grow: 1;
  }
  article.news .img {
    display: block;
    width: 210px;
    flex-shrink: 0;
    margin-top: 1.313rem;
    margin-bottom: 1.313rem;
    align-self: flex-start;
    margin-right: 1rem;
    margin-left: 1rem;
  }
  article.news .img::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    padding-top: 67%;
  }
  article.news span.img {
    display: block;
  }
  article.mod-special h2, article.mod-special h1 {
    font-size: 1.625rem;
  }
  article.mod-special h1 {
    font-size: 1.625rem;
    font-weight: 900;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
  }
  article.arch-item h2 {
    justify-content: start;
    font-size: 1.25rem;
  }
  article.profile-arch-item h2 {
    justify-content: start;
  }
  article .secondary-button {
    margin-bottom: 0;
  }

  .buy-module {
    flex-direction: row;
    justify-content: space-around;
    padding: 3rem;
  }
  .buy-module > .mag-wrapper {
    flex-shrink: 0;
  }
  .buy-module > .content-form {
    margin-left: 1rem;
    max-width: 370px;
  }

  .purchase-2 {
    flex-direction: row;
  }
  .purchase-2 .purchase-2-buttons {
    flex-direction: row;
    margin-top: 2rem;
  }
  .purchase-2 .purchase-2-buttons > button {
    margin-top: 0;
    width: auto;
  }

  /* ------------ / Modules ------------------ */
  /* ----------- Tables ----------------- */
  .rating-table {
    font-size: 0.75rem;
  }
  .rating-table.profile {
    font-size: 0.875rem;
  }
  .rating-table thead tr.table-titles th {
    font-size: 0.75rem;
  }

  h1.errors-title {
    font-size: 8rem;
  }

  .fullwindow-rating-table .fullwindow-table-header > div {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .fullwindow-rating-table .fullwindow-table-header .fullwindow-header-button > span {
    display: inline;
  }
  .fullwindow-rating-table .fullwindow-table-content > div {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .fullwindow-rating-table.fullwindow-mode .fullwindow-table-header {
    height: 68px;
  }
  .fullwindow-rating-table.fullwindow-mode .fullwindow-table-header > div {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .fullwindow-rating-table.fullwindow-mode .fullwindow-table-header .fullwindow-header-title {
    font-size: 1.25rem;
  }
  .fullwindow-rating-table.fullwindow-mode .fullwindow-table-content {
    padding-top: 68px;
  }
  .fullwindow-rating-table.fullwindow-mode .rating-table-wrapper .rating-table {
    font-size: 0.875rem;
  }
  .fullwindow-rating-table.fullwindow-mode .rating-table-wrapper thead tr.table-titles th {
    font-size: 0.875rem;
  }
  .fullwindow-rating-table.fullwindow-mode .rating-table-wrapper tr td {
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
  }

  /* ------------ / Tables --------------- */
  /* ----------- Form elements ----------------- */
  .gift-pseudo-select .gift-cover-zoom {
    display: block;
    position: absolute;
    width: 200px;
    height: auto;
    overflow: visible;
    left: -220px;
    top: 0;
    background-color: #ffffff;
  }

  /* ----------- / Form elements ----------------- */
  /* ----------- Landings ---------------- */
  .super-green-economy {
    background: #b1d4c5 url( "../img/landings/green-economy.jpg") bottom center no-repeat;
    background-size: cover;
  }
  .super-green-economy > .container {
    padding-top: 5rem;
    padding-bottom: 12rem;
  }
  .super-green-economy .green-form-wrapper > .green-form-left {
    padding: 2rem;
  }
  .super-green-economy .green-form-wrapper > .green-form-left > span {
    font-size: 1.125rem;
  }
  .super-green-economy .green-form-wrapper > .green-form-left > p {
    font-size: 1rem;
  }
  .super-green-economy .green-form-wrapper > .green-form-left::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 50px solid #028041;
    border-right: 32px solid transparent;
    position: absolute;
    bottom: -50px;
    right: 0;
  }
  .super-green-economy .green-form-wrapper > .green-form-right {
    padding: 2rem 2rem 0 4rem;
    margin-left: -2rem;
    margin-top: 2rem;
  }
  .super-green-economy .green-form-wrapper > .green-form-right > span {
    font-size: 1rem;
  }
  .super-green-economy .green-form-wrapper > .green-form-right .content-form label.col-md-6:nth-child(1) {
    padding-right: 0.5rem;
  }
  .super-green-economy .green-form-wrapper > .green-form-right .content-form label.col-md-6:nth-child(2) {
    padding-left: 0.5rem;
  }
  .super-green-economy .green-form-wrapper > .green-form-right .content-form button:hover {
    box-shadow: 4px 4px 0px 1px #016935;
  }
  .super-green-economy .green-form-wrapper > .green-form-right .green-note {
    margin-left: -4rem;
    margin-right: -2rem;
    padding: 1rem 2rem 1rem 4rem;
  }
  .super-green-economy .green-form-wrapper > .green-form-right::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 32px solid #028041;
    border-right: 20px solid transparent;
    position: absolute;
    bottom: -32px;
    right: 0;
  }

  .invest {
    background: #b1cad4 url( "/media/files/landings/invest.jpg") bottom center no-repeat;
    background-size: cover;
  }
  .invest > .container {
    padding-top: 5rem;
    padding-bottom: 12rem;
  }
  .invest .invest-form-wrapper > .invest-form-left {
    padding: 2rem;
  }
  .invest .invest-form-wrapper > .invest-form-left > span {
    font-size: 1.125rem;
  }
  .invest .invest-form-wrapper > .invest-form-left > p {
    font-size: 1rem;
  }
  .invest .invest-form-wrapper > .invest-form-left::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 50px solid #1c609a;
    border-right: 32px solid transparent;
    position: absolute;
    bottom: -50px;
    right: 0;
  }
  .invest .invest-form-wrapper > .invest-form-right {
    padding: 2rem 2rem 0 4rem;
    margin-left: -2rem;
    margin-top: 2rem;
  }
  .invest .invest-form-wrapper > .invest-form-right > span {
    font-size: 1rem;
  }
  .invest .invest-form-wrapper > .invest-form-right .content-form label.col-md-6:nth-child(1) {
    padding-right: 0.5rem;
  }
  .invest .invest-form-wrapper > .invest-form-right .content-form label.col-md-6:nth-child(2) {
    padding-left: 0.5rem;
  }
  .invest .invest-form-wrapper > .invest-form-right .content-form button:hover {
    box-shadow: 4px 4px 0px 1px #1c609a;
  }
  .invest .invest-form-wrapper > .invest-form-right .invest-note {
    margin-left: -4rem;
    margin-right: -2rem;
    padding: 1rem 2rem 1rem 4rem;
  }
  .invest .invest-form-wrapper > .invest-form-right::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 32px solid #1c609a;
    border-right: 20px solid transparent;
    position: absolute;
    bottom: -32px;
    right: 0;
  }

  section.floating-bar.listen-expert ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    font-size: 0.875rem;
  }
  section.floating-bar.listen-expert ul li {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  /* ----------- / Landings -------------- */
  .d-xs-block-lg-none {
    display: none !important;
  }

  .d-xs-flex-lg-none {
    display: none !important;
  }

  .d-xs-none-lg-block {
    display: block !important;
  }

  .d-xs-none-lg-flex {
    display: flex !important;
  }

  /* ----------- item 2 ----------- */
  .item-2 h1 {
    font-size: 2rem !important;
  }

  /* ----------- / Item 2 ----------- */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 62em), only screen and (min-device-pixel-ratio: 2) and (min-width: 62em), only screen and (min-resolution: 192dpi) and (min-width: 62em), only screen and (min-resolution: 2dppx) and (min-width: 62em) {
  /* Large screen, retina, stuff to override above media query */
}
@media only screen and (min-width: 75em) {
  /*  -----------  Nav --------------- */
  nav.main-menu ul li {
    padding: 0.313rem 1.563rem;
  }
  nav.main-menu ul li a {
    font-size: 0.813rem;
  }
  nav.sec-menu > div > ul > li a {
    font-size: 0.937rem;
  }

  /*  -----------  Nav --------------- */
  /* ------------ Banners --------- */
  .inner-pr span + span {
    font-size: 1.5rem;
  }

  /* ------------ Banners --------- */
  section.floating-bar.vov {
    background: url( "/media/files/b/vov.png") left 5% top no-repeat, linear-gradient(90deg, #ff5300 22%, #ff7825 100%);
  }
  section.floating-bar.vov > a {
    justify-content: center;
  }
  section.floating-bar.try_n_subscribe > div.l-column {
    width: 65%;
  }
  section.floating-bar.try_n_subscribe > div.l-column > .l-content {
    padding: 58px 20% 32px 20%;
  }
  section.floating-bar.try_n_subscribe > div.r-column {
    width: 35%;
    padding: 32px 50px 32px 110px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 75em), only screen and (min-device-pixel-ratio: 2) and (min-width: 75em), only screen and (min-resolution: 192dpi) and (min-width: 75em), only screen and (min-resolution: 2dppx) and (min-width: 75em) {
  /* Large screen, retina, stuff to override above media query */
}
/* -- header-p -- */
.header-p-xs {
  display: none;
}

@media only screen and (min-width: 360px) {
  .header-p-xxs {
    display: none;
  }

  .header-p-xs {
    display: inline;
  }
}
@media only screen and (max-width: 360px) {
  header .header-right-menu .header-p span {
    font-size: 0.375rem;
  }
}
/* -- / header-p -- */
/* Гирлянда */
.garland-container {
  position: relative;
  height: 50px;
  padding-top: 20px;
  overflow: hidden;
  box-sizing: content-box;
}
.garland-container.garland-desktop {
  border-top: 1px solid #f2f2f2;
}
.garland-container.garland-desktop + .main-content {
  border-top: none !important;
}

#Christmas_Lights {
  height: 75%;
  margin: 0;
  position: absolute;
  width: 100%;
  z-index: 1000;
}

.light_cord {
  fill: none;
  stroke: #000000;
}

.light_fixture {
  fill: #000000;
}

.red_bulb {
  fill: #CA2128;
  stroke: #b2b2b2;
  stroke-miterlimit: 10;
}

.green_bulb {
  fill: #2D754A;
  stroke: #b2b2b2;
  stroke-miterlimit: 10;
}

.blue_bulb {
  fill: #2C3EA8;
  stroke: #b2b2b2;
  stroke-miterlimit: 10;
}

.white_bulb {
  fill: #F5EED7;
  stroke: #b2b2b2;
  stroke-miterlimit: 10;
}

.gold_bulb {
  fill: #ffcc5e;
  stroke: #b2b2b2;
  stroke-miterlimit: 10;
}

.bulb {
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: glow;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
  animation-name: glow;
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
}
@keyframes glow {
  0% {
    fill-opacity: 0.25;
  }
  100% {
    fill-opacity: 1;
  }
}
.blink-1 {
  animation-delay: 0.6s;
}

.blink-2 {
  animation-delay: 2s;
}

.blink-3 {
  animation-delay: 2s;
}

.blink-4 {
  animation-delay: 6s;
}

.blink-5 {
  animation-delay: 2.5s;
}

.blink-6 {
  animation-delay: 0.3s;
}

.blink-7 {
  animation-delay: 2s;
}

.blink-8 {
  animation-delay: 0.2s;
}

.blink-9 {
  animation-delay: 0.95s;
}

.blink-10 {
  animation-delay: 1.2s;
}

/* Гирлянда */
@media only screen and (max-width: 480px) {
  header.fixed ~ .prwrapper.top-bbd {
    /*min-height: 115px;*/
  }
}