@charset "UTF-8";

::-moz-selection { background: #C0E0F3; }
::selection { background: #C0E0F3; }

.hint {
  cursor: help;
}

/* Slider */

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before,.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

/**
 * Foundation for Sites by ZURB
 * Version 6.2.4
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS and IE text size adjust after device orientation change,   *    without disabling user zoom.
   */

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
   * Remove default margin.
   */

body {
  margin: 0;
}

/* HTML5 display definitions
     ========================================================================== */

/**
   * Correct `block` display not defined for any HTML5 element in IE 8/9.
   * Correct `block` display not defined for `details` or `summary` in IE 10/11
   * and Firefox.
   * Correct `block` display not defined for `main` in IE 11.
   */

article,details,footer,header,main,menu,nav,section {
  display: block;
}

/**
   * 1. Correct `inline-block` display not defined in IE 8/9.
   * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
   */

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
   * Prevent modern browsers from displaying `audio` without controls.
   * Remove excess height in iOS 5 devices.
   */

/**
   * Address `[hidden]` styling not present in IE 8/9/10.
   * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
   */

[hidden],template {
  display: none;
}

/* Links
     ========================================================================== */

/**
   * Remove the gray background color from active links in IE 10.
   */

a {
  background-color: transparent;
}

/**
   * Improve readability of focused elements when they are also in an
   * active/hover state.
   */

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

/* Text-level semantics
     ========================================================================== */

/**
   * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
   */

/**
   * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
   */

b,strong {
  font-weight: bold;
}

/**
   * Address styling not present in Safari and Chrome.
   */

/**
   * Address variable `h1` font-size and margin within `section` and `article`
   * contexts in Firefox 4+, Safari, and Chrome.
   */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
   * Address styling not present in IE 8/9.
   */

/**
   * Address inconsistent and variable font size in all browsers.
   */

small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` affecting `line-height` in all browsers.
   */

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
     ========================================================================== */

/**
   * Remove border when inside `a` element in IE 8/9/10.
   */

img {
  border: 0;
}

/**
   * Correct overflow not hidden in IE 9/10/11.
   */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
     ========================================================================== */

/**
   * Address margin not present in IE 8/9 and Safari.
   */

/**
   * Address differences between Firefox and other browsers.
   */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
   * Contain overflow in all browsers.
   */

/**
   * Address odd `em`-unit font size rendering in all browsers.
   */

/* Forms
     ========================================================================== */

/**
   * Known limitation: by default, Chrome and Safari on OS X allow very limited
   * styling of `select`, unless a `border` property is set.
   */

/**
   * 1. Correct color not being inherited.
   *    Known issue: affects color of disabled elements.
   * 2. Correct font properties not being inherited.
   * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
   */

button,input,optgroup,select,textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
   * Address `overflow` set to `hidden` in IE 8/9/10/11.
   */

button {
  overflow: visible;
}

/**
   * Address inconsistent `text-transform` inheritance for `button` and `select`.
   * All other form control elements do not inherit `text-transform` values.
   * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
   * Correct `select` style inheritance in Firefox.
   */

button,select {
  text-transform: none;
}

/**
   * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
   *    and `video` controls.
   * 2. Correct inability to style clickable `input` types in iOS.
   * 3. Improve usability and consistency of cursor style between image-type
   *    `input` and others.
   */

button,html input[type="button"],input[type="reset"],input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
   * Re-set default cursor for disabled elements.
   */

button[disabled],html input[disabled] {
  cursor: not-allowed;
}

/**
   * Remove inner padding and border in Firefox 4+.
   */

button::-moz-focus-inner,input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

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

input {
  line-height: normal;
}

/**
   * It's recommended that you don't attempt to style these elements.
   * Firefox's implementation doesn't respect box-sizing, padding, or width.
   *
   * 1. Address box sizing set to `content-box` in IE 8/9/10.
   * 2. Remove excess padding in IE 8/9/10.
   */

input[type="checkbox"],input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Fix the cursor style for Chrome's increment/decrement buttons. For certain
   * `font-size` values of the `input`, it causes the cursor style of the
   * decrement button to change from `default` to `text`.
   */

input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
   * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
   */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */

input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * Define consistent border, margin, and padding.
   * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
   */

/* fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  } */

/**
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Remove default vertical scrollbar in IE 8/9/10/11.
   */

textarea {
  overflow: auto;
}

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

optgroup {
  font-weight: bold;
}

/* Tables
     ========================================================================== */

/**
   * Remove most spacing between table cells.
   */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,th {
  padding: 0;
}

.foundation-mq {
  font-family: "small=0em&medium=48em&large=68.75em&xlarge=87.5em&xxlarge=102.5em";
}

html {
  font-size: 100%;
  box-sizing: border-box;
}

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

body {
  padding: 0;
  margin: 0;
  font-family: "Noto Sans", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  /*background: #fefefe;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  width: 100%;
  border-radius: 0;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1;
}

[data-whatinput='mouse'] button {
  outline: 0;
}

.is-visible {
  display: block !important;
}

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

.row {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.row::before,.row::after {
  content: ' ';
  display: table;
}

.row::after {
  clear: both;
}

.row .row {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

@media screen and (min-width: 48em) {
  .row .row {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

.column {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 48em) {
  .column {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

/*.column:last-child:not(:first-child) {
  float: right;
}*/

.column.end:last-child:last-child {
  float: left;
}

.column.row.row {
  float: none;
}

.row .column.row.row {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

.small-1 {
  width: 8.33333%;
}

.small-push-1 {
  position: relative;
  left: 8.33333%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  width: 16.66667%;
}

.small-push-2 {
  position: relative;
  left: 16.66667%;
}

.small-offset-1 {
  margin-left: 8.33333%;
}

.small-3 {
  width: 25%;
}

.small-push-3 {
  position: relative;
  left: 25%;
}

.small-offset-2 {
  margin-left: 16.66667%;
}

.small-4 {
  width: 33.33333%;
}

.small-push-4 {
  position: relative;
  left: 33.33333%;
}

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

.small-5 {
  width: 41.66667%;
}

.small-push-5 {
  position: relative;
  left: 41.66667%;
}

.small-offset-4 {
  margin-left: 33.33333%;
}

.small-6 {
  width: 50%;
}

.small-push-6 {
  position: relative;
  left: 50%;
}

.small-offset-5 {
  margin-left: 41.66667%;
}

.small-7 {
  width: 58.33333%;
}

.small-push-7 {
  position: relative;
  left: 58.33333%;
}

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

.small-8 {
  width: 66.66667%;
}

.small-push-8 {
  position: relative;
  left: 66.66667%;
}

.small-offset-7 {
  margin-left: 58.33333%;
}

.small-9 {
  width: 75%;
}

.small-push-9 {
  position: relative;
  left: 75%;
}

.small-offset-8 {
  margin-left: 66.66667%;
}

.small-10 {
  width: 83.33333%;
}

.small-push-10 {
  position: relative;
  left: 83.33333%;
}

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

.small-11 {
  width: 91.66667%;
}

.small-push-11 {
  position: relative;
  left: 91.66667%;
}

.small-offset-10 {
  margin-left: 83.33333%;
}

.small-12 {
  width: 100%;
}

.small-offset-11 {
  margin-left: 91.66667%;
}

.small-up-1 > .column {
  width: 100%;
  float: left;
}

.small-up-1 > .column:nth-of-type(1n) {
  clear: none;
}

.small-up-1 > .column:nth-of-type(1n+1) {
  clear: both;
}

.small-up-1 > .column:last-child {
  float: left;
}

.small-up-2 > .column {
  width: 50%;
  float: left;
}

.small-up-2 > .column:nth-of-type(1n) {
  clear: none;
}

.small-up-2 > .column:nth-of-type(2n+1) {
  clear: both;
}

.small-up-2 > .column:last-child {
  float: left;
}

.small-up-3 > .column {
  width: 33.33333%;
  float: left;
}

.small-up-3 > .column:nth-of-type(1n) {
  clear: none;
}

.small-up-3 > .column:nth-of-type(3n+1) {
  clear: both;
}

.small-up-3 > .column:last-child {
  float: left;
}

.small-up-4 > .column {
  width: 25%;
  float: left;
}

.small-up-4 > .column:nth-of-type(1n) {
  clear: none;
}

.small-up-4 > .column:nth-of-type(4n+1) {
  clear: both;
}

.small-up-4 > .column:last-child {
  float: left;
}

.small-up-5 > .column {
  width: 20%;
  float: left;
}

.small-up-5 > .column:nth-of-type(1n) {
  clear: none;
}

.small-up-5 > .column:nth-of-type(5n+1) {
  clear: both;
}

.small-up-5 > .column:last-child {
  float: left;
}

.small-up-6 > .column {
  width: 16.66667%;
  float: left;
}

.small-up-6 > .column:nth-of-type(1n) {
  clear: none;
}

.small-up-6 > .column:nth-of-type(6n+1) {
  clear: both;
}

.small-up-6 > .column:last-child {
  float: left;
}

.small-up-7 > .column {
  width: 14.28571%;
  float: left;
}

.small-up-7 > .column:nth-of-type(1n) {
  clear: none;
}

.small-up-7 > .column:nth-of-type(7n+1) {
  clear: both;
}

.small-up-7 > .column:last-child {
  float: left;
}

.small-up-8 > .column {
  width: 12.5%;
  float: left;
}

.small-up-8 > .column:nth-of-type(1n) {
  clear: none;
}

.small-up-8 > .column:nth-of-type(8n+1) {
  clear: both;
}

.small-up-8 > .column:last-child {
  float: left;
}

.small-centered {
  margin-left: auto;
  margin-right: auto;
}

.small-centered,.small-centered:last-child:not(:first-child) {
  float: none;
  clear: both;
}

.small-push-0 {
  position: static;
  margin-left: 0;
  margin-right: 0;
  float: left;
}

@media screen and (min-width: 48em) {
  .medium-1 {
    width: 8.33333%;
  }

  .medium-push-1 {
    position: relative;
    left: 8.33333%;
  }

  .medium-offset-0 {
    margin-left: 0%;
  }

  .medium-2 {
    width: 16.66667%;
  }

  .medium-push-2 {
    position: relative;
    left: 16.66667%;
  }

  .medium-offset-1 {
    margin-left: 8.33333%;
  }

  .medium-3 {
    width: 25%;
  }

  .medium-push-3 {
    position: relative;
    left: 25%;
  }

  .medium-offset-2 {
    margin-left: 16.66667%;
  }

  .medium-4 {
    width: 33.33333%;
  }

  .medium-push-4 {
    position: relative;
    left: 33.33333%;
  }

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

  .medium-5 {
    width: 41.66667%;
  }

  .medium-push-5 {
    position: relative;
    left: 41.66667%;
  }

  .medium-offset-4 {
    margin-left: 33.33333%;
  }

  .medium-6 {
    width: 50%;
  }

  .medium-push-6 {
    position: relative;
    left: 50%;
  }

  .medium-offset-5 {
    margin-left: 41.66667%;
  }

  .medium-7 {
    width: 58.33333%;
  }

  .medium-push-7 {
    position: relative;
    left: 58.33333%;
  }

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

  .medium-8 {
    width: 66.66667%;
  }

  .medium-push-8 {
    position: relative;
    left: 66.66667%;
  }

  .medium-offset-7 {
    margin-left: 58.33333%;
  }

  .medium-9 {
    width: 75%;
  }

  .medium-push-9 {
    position: relative;
    left: 75%;
  }

  .medium-offset-8 {
    margin-left: 66.66667%;
  }

  .medium-10 {
    width: 83.33333%;
  }

  .medium-push-10 {
    position: relative;
    left: 83.33333%;
  }

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

  .medium-11 {
    width: 91.66667%;
  }

  .medium-push-11 {
    position: relative;
    left: 91.66667%;
  }

  .medium-offset-10 {
    margin-left: 83.33333%;
  }

  .medium-12 {
    width: 100%;
  }

  .medium-offset-11 {
    margin-left: 91.66667%;
  }

  .medium-up-1 > .column {
    width: 100%;
    float: left;
  }

  .medium-up-1 > .column:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-1 > .column:nth-of-type(1n+1) {
    clear: both;
  }

  .medium-up-1 > .column:last-child {
    float: left;
  }

  .medium-up-2 > .column {
    width: 50%;
    float: left;
  }

  .medium-up-2 > .column:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-2 > .column:nth-of-type(2n+1) {
    clear: both;
  }

  .medium-up-2 > .column:last-child {
    float: left;
  }

  .medium-up-3 > .column {
    width: 33.33333%;
    float: left;
  }

  .medium-up-3 > .column:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-3 > .column:nth-of-type(3n+1) {
    clear: both;
  }

  .medium-up-3 > .column:last-child {
    float: left;
  }

  .medium-up-4 > .column {
    width: 25%;
    float: left;
  }

  .medium-up-4 > .column:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-4 > .column:nth-of-type(4n+1) {
    clear: both;
  }

  .medium-up-4 > .column:last-child {
    float: left;
  }

  .medium-up-5 > .column {
    width: 20%;
    float: left;
  }

  .medium-up-5 > .column:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-5 > .column:nth-of-type(5n+1) {
    clear: both;
  }

  .medium-up-5 > .column:last-child {
    float: left;
  }

  .medium-up-6 > .column {
    width: 16.66667%;
    float: left;
  }

  .medium-up-6 > .column:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-6 > .column:nth-of-type(6n+1) {
    clear: both;
  }

  .medium-up-6 > .column:last-child {
    float: left;
  }

  .medium-up-7 > .column {
    width: 14.28571%;
    float: left;
  }

  .medium-up-7 > .column:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-7 > .column:nth-of-type(7n+1) {
    clear: both;
  }

  .medium-up-7 > .column:last-child {
    float: left;
  }

  .medium-up-8 > .column {
    width: 12.5%;
    float: left;
  }

  .medium-up-8 > .column:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-8 > .column:nth-of-type(8n+1) {
    clear: both;
  }

  .medium-up-8 > .column:last-child {
    float: left;
  }

  .medium-centered {
    margin-left: auto;
    margin-right: auto;
  }

  .medium-centered,  .medium-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }

  .medium-push-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}

@media screen and (min-width: 68.75em) {
  .large-1 {
    width: 8.33333%;
  }

  .large-push-1 {
    position: relative;
    left: 8.33333%;
  }

  .large-offset-0 {
    margin-left: 0%;
  }

  .large-2 {
    width: 16.66667%;
  }

  .large-push-2 {
    position: relative;
    left: 16.66667%;
  }

  .large-offset-1 {
    margin-left: 8.33333%;
  }

  .large-3 {
    width: 25%;
  }

  .large-push-3 {
    position: relative;
    left: 25%;
  }

  .large-offset-2 {
    margin-left: 16.66667%;
  }

  .large-4 {
    width: 33.33333%;
  }

  .large-push-4 {
    position: relative;
    left: 33.33333%;
  }

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

  .large-5 {
    width: 41.66667%;
  }

  .large-push-5 {
    position: relative;
    left: 41.66667%;
  }

  .large-offset-4 {
    margin-left: 33.33333%;
  }

  .large-6 {
    width: 50%;
  }

  .large-push-6 {
    position: relative;
    left: 50%;
  }

  .large-offset-5 {
    margin-left: 41.66667%;
  }

  .large-7 {
    width: 58.33333%;
  }

  .large-push-7 {
    position: relative;
    left: 58.33333%;
  }

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

  .large-8 {
    width: 66.66667%;
  }

  .large-push-8 {
    position: relative;
    left: 66.66667%;
  }

  .large-offset-7 {
    margin-left: 58.33333%;
  }

  .large-9 {
    width: 75%;
  }

  .large-push-9 {
    position: relative;
    left: 75%;
  }

  .large-offset-8 {
    margin-left: 66.66667%;
  }

  .large-10 {
    width: 83.33333%;
  }

  .large-push-10 {
    position: relative;
    left: 83.33333%;
  }

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

  .large-11 {
    width: 91.66667%;
  }

  .large-push-11 {
    position: relative;
    left: 91.66667%;
  }

  .large-offset-10 {
    margin-left: 83.33333%;
  }

  .large-12 {
    width: 100%;
  }

  .large-offset-11 {
    margin-left: 91.66667%;
  }

  .large-up-1 > .column {
    width: 100%;
    float: left;
  }

  .large-up-1 > .column:nth-of-type(1n) {
    clear: none;
  }

  .large-up-1 > .column:nth-of-type(1n+1) {
    clear: both;
  }

  .large-up-1 > .column:last-child {
    float: left;
  }

  .large-up-2 > .column {
    width: 50%;
    float: left;
  }

  .large-up-2 > .column:nth-of-type(1n) {
    clear: none;
  }

  .large-up-2 > .column:nth-of-type(2n+1) {
    clear: both;
  }

  .large-up-2 > .column:last-child {
    float: left;
  }

  .large-up-3 > .column {
    width: 33.33333%;
    float: left;
  }

  .large-up-3 > .column:nth-of-type(1n) {
    clear: none;
  }

  .large-up-3 > .column:nth-of-type(3n+1) {
    clear: both;
  }

  .large-up-3 > .column:last-child {
    float: left;
  }

  .large-up-4 > .column {
    width: 25%;
    float: left;
  }

  .large-up-4 > .column:nth-of-type(1n) {
    clear: none;
  }

  .large-up-4 > .column:nth-of-type(4n+1) {
    clear: both;
  }

  .large-up-4 > .column:last-child {
    float: left;
  }

  .large-up-5 > .column {
    width: 20%;
    float: left;
  }

  .large-up-5 > .column:nth-of-type(1n) {
    clear: none;
  }

  .large-up-5 > .column:nth-of-type(5n+1) {
    clear: both;
  }

  .large-up-5 > .column:last-child {
    float: left;
  }

  .large-up-6 > .column {
    width: 16.66667%;
    float: left;
  }

  .large-up-6 > .column:nth-of-type(1n) {
    clear: none;
  }

  .large-up-6 > .column:nth-of-type(6n+1) {
    clear: both;
  }

  .large-up-6 > .column:last-child {
    float: left;
  }

  .large-up-7 > .column {
    width: 14.28571%;
    float: left;
  }

  .large-up-7 > .column:nth-of-type(1n) {
    clear: none;
  }

  .large-up-7 > .column:nth-of-type(7n+1) {
    clear: both;
  }

  .large-up-7 > .column:last-child {
    float: left;
  }

  .large-up-8 > .column {
    width: 12.5%;
    float: left;
  }

  .large-up-8 > .column:nth-of-type(1n) {
    clear: none;
  }

  .large-up-8 > .column:nth-of-type(8n+1) {
    clear: both;
  }

  .large-up-8 > .column:last-child {
    float: left;
  }

  .large-centered {
    margin-left: auto;
    margin-right: auto;
  }

  .large-centered,  .large-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }

  .large-push-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}

div,dt,ul,ol,li,h1,h2,h3,h4,h5,h6,form,p,th,td {
  margin: 0;
  padding: 0;
}

p {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility;
}

em,i {
  font-style: italic;
  line-height: inherit;
}

strong,b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1,h2,h3,h4,h5,h6 {
  font-family: "Noto Sans", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

h1 small,h2 small,h3 small,h4 small,h5 small,h6 small {
  color: #cacaca;
  line-height: 0;
}

h1 {
  font-size: 1.5rem;
}

h2 {
  font-size: 1.25rem;
}

h3 {
  font-size: 1.1875rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 1.0625rem;
}

h6 {
  font-size: 1rem;
}

@media screen and (min-width: 48em) {
  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.5rem;
  }

  h3 {
    font-size: 1.9375rem;
  }

  h4 {
    font-size: 1.3rem;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1rem;
  }
}

a {
  color: #193161;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer;
}

a:hover,a:focus {
  color: #162a53;
}

a img {
  border: 0;
}

hr {
  max-width: 75rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
  margin: 1.25rem auto;
  clear: both;
}

ul,ol {
  line-height: 1.6;
  margin-bottom: 1rem;
  list-style-position: outside;
}

li {
  font-size: inherit;
}

ul {
  list-style-type: disc;
  margin-left: 1.25rem;
}

ol {
  margin-left: 1.25rem;
}

ul ul,ol ul,ul ol,ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

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

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

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

@media screen and (min-width: 48em) {
  .medium-text-left {
    text-align: left;
  }

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

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

@media screen and (min-width: 68.75em) {
  .large-text-left {
    text-align: left;
  }

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

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

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  a[href^='javascript:']:after,  a[href^='#']:after {
    content: '';
  }

  thead {
    display: table-header-group;
  }

  tr,  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

@page {
    margin: 0.5cm;
}

  p,  h2,  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,  h3 {
    page-break-after: avoid;
  }
}

.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #193161;
  color: #fefefe;
}

[data-whatinput='mouse'] .button {
  outline: 0;
}

.button:hover,.button:focus {
  background-color: #152a52;
  color: #fefefe;
}

.button.small {
  font-size: 0.75rem;
}

.button.large {
  font-size: 1.25rem;
}

.button.secondary {
  background-color: #242424;
  color: #fefefe;
}

.button.secondary:hover,.button.secondary:focus {
  background-color: #1d1d1d;
  color: #fefefe;
}

.button.main-gray {
  background-color: #B5B5B5;
  color: #0a0a0a;
}

.button.main-gray:hover,.button.main-gray:focus {
  background-color: #919191;
  color: #0a0a0a;
}

.button.success {
  background-color: #5AA009;
  color: #fefefe;
}

.button.success:hover,.button.success:focus {
  background-color: #488007;
  color: #fefefe;
}

.button.disabled,.button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled:hover,.button.disabled:focus,.button[disabled]:hover,.button[disabled]:focus {
  background-color: #193161;
  color: #fefefe;
}

.button.disabled.secondary,.button[disabled].secondary {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.secondary:hover,.button.disabled.secondary:focus,.button[disabled].secondary:hover,.button[disabled].secondary:focus {
  background-color: #242424;
  color: #fefefe;
}

.button.disabled.main-gray,.button[disabled].main-gray {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.main-gray:hover,.button.disabled.main-gray:focus,.button[disabled].main-gray:hover,.button[disabled].main-gray:focus {
  background-color: #B5B5B5;
  color: #fefefe;
}

.button.disabled.success,.button[disabled].success {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.success:hover,.button.disabled.success:focus,.button[disabled].success:hover,.button[disabled].success:focus {
  background-color: #5AA009;
  color: #fefefe;
}

.button.arrow-only::after {
  margin-left: 0;
  float: none;
  top: -0.1em;
}

[type='text'],[type='password'],[type='date'],[type='datetime'],[type='datetime-local'],[type='month'],[type='week'],[type='email'],[type='number'],[type='search'],[type='tel'],[type='time'],[type='url'],[type='color'],textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #0a0a0a;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  border-radius: 0;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
}

[type='text']:focus,[type='password']:focus,[type='date']:focus,[type='datetime']:focus,[type='datetime-local']:focus,[type='month']:focus,[type='week']:focus,[type='email']:focus,[type='number']:focus,[type='search']:focus,[type='tel']:focus,[type='time']:focus,[type='url']:focus,[type='color']:focus,textarea:focus {
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  outline: none;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
  max-width: 100%;
}

textarea[rows] {
  height: auto;
}

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
  color: #cacaca;
}

input:-ms-input-placeholder,textarea:-ms-input-placeholder {
  color: #cacaca;
}

input::placeholder,textarea::placeholder {
  color: #cacaca;
}

input:disabled,input[readonly],textarea:disabled,textarea[readonly] {
  background-color: #e6e6e6;
  cursor: default;
}

[type='submit'],[type='button'] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type='search'] {
  box-sizing: border-box;
}

[type='file'],[type='checkbox'],[type='radio'] {
  margin: 0 0 1rem;
}

[type='checkbox'] + label,[type='radio'] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline;
}

[type='checkbox'] + label[for],[type='radio'] + label[for] {
  cursor: pointer;
}

label > [type='checkbox'],label > [type='radio'] {
  margin-right: 0.5rem;
}

[type='file'] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a;
}

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem;
}

.input-group > :first-child {
  border-radius: 0 0 0 0;
}

.input-group > :last-child > * {
  border-radius: 0 0 0 0;
}

.input-group-label,.input-group-field,.input-group-button {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle;
}

.input-group-label {
  text-align: center;
  padding: 0 1rem;
  background: #e6e6e6;
  color: #0a0a0a;
  border: 1px solid #cacaca;
  white-space: nowrap;
  width: 1%;
  height: 100%;
}

.input-group-label:first-child {
  border-right: 0;
}

.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  height: 2.5rem;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  height: 100%;
  width: 1%;
}

.input-group-button a,.input-group-button input,.input-group-button button {
  margin: 0;
}

.input-group .input-group-button {
  display: table-cell;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

legend {
  margin-bottom: 0.5rem;
  max-width: 100%;
}

.fieldset {
  border: 1px solid #cacaca;
  padding: 1.25rem;
  margin: 1.125rem 0;
}

.fieldset legend {
  background: #fefefe;
  padding: 0 0.1875rem;
  margin: 0;
  margin-left: -0.1875rem;
}

select {
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #0a0a0a;
  background-color: #fefefe;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-size: 9px 6px;
  background-position: right -1rem center;
  background-origin: content-box;
  background-repeat: no-repeat;
  padding-right: 1.5rem;
}

@media screen and (min-width: 0\0) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}

select:disabled {
  background-color: #e6e6e6;
  cursor: default;
}

select::-ms-expand {
  display: none;
}

select[multiple] {
  height: auto;
  background-image: none;
}

.is-invalid-input:not(:focus) {
  background-color: rgba(208, 1, 27, 0.1);
  border-color: #D0011B;
}

.is-invalid-label {
  color: #D0011B;
}

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #D0011B;
}

.form-error.is-visible {
  display: block;
}

:last-child:not(.is-active) > .accordion-title {
  border-radius: 0 0 0 0;
  border-bottom: 1px solid #e6e6e6;
}

:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6;
}

.breadcrumbs {
  list-style: none;
  margin: 0 0 1rem 0;
}

.breadcrumbs::before,.breadcrumbs::after {
  content: ' ';
  display: table;
}

.breadcrumbs::after {
  clear: both;
}

.breadcrumbs li {
  float: left;
  color: #0a0a0a;
  font-size: 0.6875rem;
  cursor: default;
  text-transform: uppercase;
}

.breadcrumbs li:not(:last-child)::after {
  color: #cacaca;
  content: "/";
  margin: 0 0.75rem;
  position: relative;
  top: 1px;
  opacity: 1;
}

.breadcrumbs a {
  color: #193161;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.breadcrumbs .disabled {
  color: #cacaca;
  cursor: not-allowed;
}

.button-group {
  margin-bottom: 1rem;
  font-size: 0;
}

.button-group::before,.button-group::after {
  content: ' ';
  display: table;
}

.button-group::after {
  clear: both;
}

.button-group .button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 0.9rem;
}

.button-group .button:last-child {
  margin-right: 0;
}

.button-group.small .button {
  font-size: 0.75rem;
}

.button-group.large .button {
  font-size: 1.25rem;
}

.button-group.secondary .button {
  background-color: #242424;
  color: #fefefe;
}

.button-group.secondary .button:hover,.button-group.secondary .button:focus {
  background-color: #1d1d1d;
  color: #fefefe;
}

.button-group.main-gray .button {
  background-color: #B5B5B5;
  color: #0a0a0a;
}

.button-group.main-gray .button:hover,.button-group.main-gray .button:focus {
  background-color: #919191;
  color: #0a0a0a;
}

.button-group.success .button {
  background-color: #5AA009;
  color: #fefefe;
}

.button-group.success .button:hover,.button-group.success .button:focus {
  background-color: #488007;
  color: #fefefe;
}

.menu {
  margin: 0;
  list-style-type: none;
}

.menu > li {
  display: table-cell;
  vertical-align: middle;
}

[data-whatinput='mouse'] .menu > li {
  outline: 0;
}

.menu > li > a {
  display: block;
  padding: 0.7rem 1rem;
  line-height: 1;
}

.menu input,.menu a,.menu button {
  margin-bottom: 0;
}

.menu > li > a img,.menu > li > a i,.menu > li > a svg {
  vertical-align: middle;
}

.menu > li > a img + span,.menu > li > a i + span,.menu > li > a svg + span {
  vertical-align: middle;
}

.menu > li > a img,.menu > li > a i,.menu > li > a svg {
  margin-right: 0.25rem;
  display: inline-block;
}

.menu > li {
  display: table-cell;
}

.menu.vertical > li {
  display: block;
}

@media screen and (min-width: 48em) {
  .menu.medium-vertical > li {
    display: block;
  }
}

@media screen and (min-width: 68.75em) {
  .menu.large-vertical > li {
    display: block;
  }
}

.menu.icon-top > li > a {
  text-align: center;
}

.menu.icon-top > li > a img,.menu.icon-top > li > a i,.menu.icon-top > li > a svg {
  display: block;
  margin: 0 auto 0.25rem;
}

.menu .active > a {
  color: #fefefe;
  background: #193161;
}

.menu-text {
  font-weight: bold;
  color: inherit;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem;
}

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

.menu-centered > .menu {
  display: inline-block;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px;
}

.menu-icon::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #fefefe;
  top: 0;
  left: 0;
  box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
}

.menu-icon:hover::after {
  background: #cacaca;
  box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  border-radius: 0;
  background: #193161;
  color: #fefefe;
}

.label.secondary {
  background: #242424;
  color: #fefefe;
}

.label.main-gray {
  background: #B5B5B5;
  color: #0a0a0a;
}

.label.success {
  background: #5AA009;
  color: #fefefe;
}

.media-object {
  margin-bottom: 1rem;
  display: block;
}

.media-object img {
  max-width: none;
}

@media screen and (max-width: 47.9375em) {
  .media-object.stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    display: block;
  }

  .media-object.stack-for-small .media-object-section img {
    width: 100%;
  }
}

.media-object-section {
  display: table-cell;
  vertical-align: top;
}

.media-object-section:first-child {
  padding-right: 1rem;
}

.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}

.media-object-section > :last-child {
  margin-bottom: 0;
}

.media-object-section.bottom {
  vertical-align: bottom;
}

html,body {
  height: 100%;
}

.is-open-left {
  -ms-transform: translateX(250px);
  transform: translateX(250px);
}

.is-open-right {
  -ms-transform: translateX(-250px);
  transform: translateX(-250px);
}

.progress {
  background-color: #cacaca;
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
}

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: none;
  touch-action: none;
}

.slider-handle {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #193161;
  transition: all 0.2s ease-in-out;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  border-radius: 0;
}

[data-whatinput='mouse'] .slider-handle {
  outline: 0;
}

.slider-handle:hover {
  background-color: #152a52;
}

.slider-handle.is-dragging {
  transition: all 0s linear;
}

.slider.disabled,.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.sticky-container {
  position: relative;
}

.sticky {
  position: absolute;
  z-index: 0;
  transform: translate3d(0, 0, 0);
}

.switch {
  height: 2rem;
  margin-bottom: 1rem;
  outline: 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fefefe;
  font-weight: bold;
  font-size: 0.875rem;
}

.switch-input {
  opacity: 0;
  position: absolute;
  margin-bottom: 0;
}

input:checked ~ .switch-paddle {
  background: #193161;
}

input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}

[data-whatinput='mouse'] input:focus ~ .switch-paddle {
  outline: 0;
}

.switch-active {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.switch-active {
  left: 8%;
  display: none;
}

input:checked + label > .switch-active {
  display: block;
}

input:checked + label > .switch-inactive {
  display: none;
}

.switch.small {
  height: 1.75rem;
}

.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem;
}

.switch.large {
  height: 2.5rem;
}

.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem;
}

.hide {
  display: none !important;
}

@media screen and (max-width: 47.9375em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 48em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media screen and (min-width: 48em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 47.9375em) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 48em) and (max-width: 68.6875em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 47.9375em), screen and (min-width: 68.75em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media screen and (min-width: 68.75em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 68.6875em) {
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 68.75em) and (max-width: 87.4375em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 68.6875em), screen and (min-width: 87.5em) {
  .show-for-large-only {
    display: none !important;
  }
}

.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.show-on-focus:active,.show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}

.marginTB20 {
  margin: 20px 0;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

.clearfix::after {
  clear: both;
}

.slow {
  transition-duration: 750ms !important;
}

.fast {
  transition-duration: 250ms !important;
}

.linear {
  transition-timing-function: linear !important;
}

.ease {
  transition-timing-function: ease !important;
}

.ease-in {
  transition-timing-function: ease-in !important;
}

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%);
  }

  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%);
  }
}

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn);
  }

  100% {
    transform: rotate(0);
  }
}

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(1turn);
  }
}

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg);
  }

  35%, 45%, 55%, 65% {
    transform: rotate(-7deg);
  }

  0%, 30%, 70%, 100% {
    transform: rotate(0);
  }
}

.infinite {
  animation-iteration-count: infinite;
}

.slow {
  animation-duration: 750ms !important;
}

.fast {
  animation-duration: 250ms !important;
}

.linear {
  animation-timing-function: linear !important;
}

.ease {
  animation-timing-function: ease !important;
}

.ease-in {
  animation-timing-function: ease-in !important;
}

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */

article,details,footer,header,main,menu,nav,section {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */

progress {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */

template,[hidden] {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */

/**
 * 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 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

pre {
    /*font-size: 14px;*/
    margin-bottom: 10px;
    white-space: pre-wrap;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

/**
 * Add the correct margin in IE 8.
 */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */

/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

form h3 {
  margin: 20px 0 10px;
 }

form label{
  font-size: 18px;
  margin-top: 20px;
}

form p {
  font-size: 18px;
  margin: 0.7rem;
  font-weight: bold;
}

button,input,select,textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */

optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,html [type="button"],[type="reset"],[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */

[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

hr {
  border-bottom: 2px solid #193161;
  margin: 0;
  margin-top: 3px;
}

a {
  color: inherit;
}

a:hover,a:focus {
  color: inherit;
  text-decoration: underline;
}

html {
  background: #fff;
}

body {
  min-width: 75rem;
  position: relative;
}

.wrapper {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.va-helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.va-helper + img {
  vertical-align: middle;
}

.va-helper + svg {
  vertical-align: text-top;
}

h5 {
  display: inline-block;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 18px;
  line-height: 1;
  vertical-align: -5px;
}

.is-table {
  display: table;
  width: 100%;
}

.is-tcell {
  display: table-cell;
}

.wrapper-top {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

p {
  margin-bottom: 0.7rem;
}

.button {
  height: 40px;
  width: 100%;
  border-radius: 2px;
  background-image: linear-gradient(45deg, #193161 0%, #4062A6 100%);
  text-align: left;
  position: relative;
}

.button svg {
  position: absolute;
  fill: #fff;
  top: 10px;
  right: 10px;
}

.btn--more {
  max-width: 170px;
  text-align: center;
  margin: 10px 0;
}

select,[type='text'],[type='password'],[type='date'],[type='datetime'],[type='datetime-local'],[type='month'],[type='week'],[type='email'],[type='number'],[type='search'],[type='tel'],[type='time'],[type='url'],[type='color'],textarea {
  height: inherit;
  border: 1px solid #ECECEC;
  box-shadow: none;
  margin: 0;
  transition: all .2s;
}

select:focus,[type='text']:focus,[type='password']:focus,[type='date']:focus,[type='datetime']:focus,[type='datetime-local']:focus,[type='month']:focus,[type='week']:focus,[type='email']:focus,[type='number']:focus,[type='search']:focus,[type='tel']:focus,[type='time']:focus,[type='url']:focus,[type='color']:focus,textarea:focus {
  border-color: #dad7d7;
  background-color: #fff;
  transition: all .2s .1s;
  box-shadow: none;
}

.column-block {
  margin-bottom: 1.25rem;
}

@media print, screen and (min-width: 40em) {
  .column-block {
    margin-bottom: 1.875rem;
  }
}

.soc-ico {
  border-radius: 50%;
  background-color: #242424;
  width: 24px;
  height: 24px;
  display: inline-block;
  position: relative;
  vertical-align: bottom;
}

.soc-ico > svg {
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  fill: #fff;
}

.soc-ico:not(:last-child) {
  margin-right: 10px;
}

header {
  padding: 20px 0 10px;
  display: table;
  width: 100%;
}

.langs,.logo,.socials {
  display: table-cell;
  vertical-align: bottom;
  width: 33.33%;
}

.langs {
  color: #7C7C7C;
  font-size: 0;
}

.langs .is-active {
  color: #242424;
}

.langs a {
  font-size: 16px;
  color: inherit;
}

.langs a:not(:last-child) {
  margin-right: 10px;
}

.logo {
  text-align: center;
}

.socials {
  font-size: 0;
  text-align: right;
}

nav {
  border-top: 2px solid #193161;
  border-bottom: 1px solid #ECECEC;
}

nav .highlight {
  background: #193161;
  color: #FFFFFF !important;
  padding: 5px 15px;
}

.nav-height {
  height: 50px;
}

.nav-wrapper {
  display: table;
  width: 100%;
  height: 50px;
  z-index: 5;
  background-color: #fff;
}

.nav-wrapper.sticky-nav {
  position: fixed;
  top: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 100;
}

.burger {
  height: 24px;
  width: 24px;
}

.nav__elements,.search__field {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

.nav-search-btn {
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 1;
}

.nav-search {
  width: 1px;
  padding-left: 5px;
  padding-right: 35px;
  background-color: transparent;
  border: none;
  border-bottom: none;
  border-radius: 0px;
  z-index: 0;
  position: relative;
}

.nav-search:focus {
  border: none;
  width: 180px;
  border-bottom: 1px solid #B5B5B5;
}

.nav-search:focus ~ label {
  display: none !important;
}

.nav-search-label {
  position: absolute;
  right: 5px;
  bottom: 3px;
  width: 40px;
  height: 40px;
  top: auto;
  left: auto;
  z-index: 3;
  display: block;
  cursor: pointer;
  pointer-events: auto;
}

.nav__elements {
  width: 100%;
  list-style-type: none;
  margin: 0;
  text-transform: uppercase;
  font-size: 0;
}

.nav__element {
  font-weight: 600;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
}

.nav__element:not(:last-child) {
  margin-right: 18px;
}

.nav__element a {
  color: #242424;
}

.nav__element.is-active a {
  color: #193161;
}

.burger {
  position: relative;
}

.menu-nav {
  width: 40px;
  height: 40px;
  position: absolute;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: transform, background .5s ease-in-out;
  cursor: pointer;
  left: -9px;
  top: -7px;
}

.menu-nav span {
  display: block;
  position: absolute;
  height: 3px;
  width: 20px;
  background: #193161;
  border-radius: 9px;
  opacity: 1;
  right: 10px;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: transform .25s ease-in-out;
}

.menu-nav span:nth-child(1) {
  top: 12px;
}

.menu-nav span:nth-child(2),.menu-nav span:nth-child(3) {
  top: 18px;
}

.menu-nav span:nth-child(4) {
  top: 24px;
}

.menu-nav.open {
  top: 6px;
  z-index: 10;
}

.menu-nav.open span {
  background: #fff;
}

.menu-nav.open span:nth-child(1) {
  top: 12px;
  width: 0%;
}

.menu-nav.open span:nth-child(2) {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu-nav.open span:nth-child(3) {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menu-nav.open span:nth-child(4) {
  top: 24px;
  width: 0%;
}

.main-content {
  padding-bottom: 40px;
}

.money-rate {
  height: 17px;
  padding-left: 16px;
  position: relative;
  font-size: 12px;
  color: #4A4A4A;
}

.money-rate:before {
  left: 4px;
  top: 35%;
  position: absolute;
  border-style: solid;
}

.is-grow .money__num {
  color: #5AA009;
}

.is-grow:before {
  content: '';
  border-width: 0 4.5px 4px 4.5px;
  border-color: transparent transparent #5AA009 transparent;
}

.is-fall .money__num {
  color: #D0011B;
}

.is-fall:before {
  content: '';
  border-width: 4px 4.5px 0 4.5px;
  border-color: #D0011B transparent transparent transparent;
}

.money-wrapper {
  width: 60%;
  text-align: right;
  margin-top: 5px;
}

.money-wrapper .money-rate:not(:last-child) {
  margin-right: 17px;
}

.news-top {
  padding: 30px 0;
}

.news__hero {
  position: relative;
  height: 371px;
  color: #fff;
}

.news__hero:hover .news__title {
  text-decoration: underline;
}

.news__hero-overlay {
  background-image: linear-gradient(-180deg, rgba(24, 49, 97, 0) 50%, #193161 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.style-bgi {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

.news__hero .news__img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.news__small {
  height: 80px;
  display: table;
}

.news__small:not(:last-child) {
  margin-bottom: 17px;
}

.news__img {
  height: 100%;
}

.news__img * {
  height: 100%;
  display: block;
}

.news__img:hover + .news__info .news__title {
  text-decoration: underline;
}

.news__img.is-small {
  display: table-cell;
}

.news__img.is-small .news__img-holder {
  width: 120px;
  margin-right: 10px;
}

.news__title {
  display: block;
  font-size: 18px;
  font-weight: 600;
}

.news__title:hover {
  text-decoration: underline;
}

.news__title.is-small {
  font-size: 16px;
  line-height: 1.2;
  height: 65px;
}

.news__info {
  position: relative;
  display: table-cell;
  width: 100%;
}

.news__info.is-small {
  vertical-align: top;
}

.news__hero .news__info {
  padding: 20px;
  position: absolute;
  bottom: 0;
}

.news__author {
  color: #193161;
  font-size: 10px;
}

.news__author:hover {
  text-decoration: underline;
}

.news__data {
  font-size: 0;
}

.details {
  color: #4A4A4A;
}

.details svg {
  fill: #4A4A4A;
}

.detail {
  font-size: 9px;
}

.detail svg {
  margin-right: 3px;
}

.detail:not(:last-child) {
  margin-right: 10px;
}

.is-white {
  color: #fff;
}

.is-white svg {
  fill: #fff;
}

.is-white a {
  color: #fff;
}

.categ__elements {
  vertical-align: -5px;
  color: #7C7C7C;
  display: inline-block;
}

.categ__elements li {
  margin-right: 20px;
  font-size: 14px;
}

.categ__elements li.is-active {
  color: #193161;
}

.categ__elements li span:hover {
  cursor: pointer;
  text-decoration: underline;
}

.news-container {
  padding: 30px 0 0;
}

.news-container.clearfix {
  padding: 0 0 30px;
}

.news__tag {
  padding: 0 0 5px;
  font-size: 10px;
  font-weight: 600;
  color: #193161;
}

.news__tag:hover {
  color: #193161;
}

.news__descr {
  font-family: "PT Serif", serif;
  font-size: 13px;
  color: #4A4A4A;
  padding: 8px 0 20px;
  height: 120px;
  overflow: hidden;
}

.news__single {
  padding-bottom: 20px;
  box-shadow: inset 0 -1px 0 0 #ECECEC;
  margin-bottom: 30px;
  position: relative;
}

.news__info.is-single {
  height: 220px;
}

.news__img-holder.is-single {
  height: 180px;
  width: 100%;
}

.news__title.is-single {
  line-height: 1.4;
}

.news__data.is-single {
  position: absolute;
  width: 100%;
  bottom: 0;
}

.news__secondary {
  max-width: 400px;
}

.news__secondary-date {
  color: #B5B5B5;
  font-size: 14px;
  padding: 10px 0;
  text-transform: uppercase;
}

.news__list {
  padding: 10px 0;
  box-shadow: inset 0 -1px 0 0 #ECECEC;
}

.news__list .news__mini-info {
  font-size: 16px;
}

.news-details {
  padding-left: 49px;
}

.news-details .detail-rubric {
  font-size: 12px;
  color: #B5B5B5;
}

.news-details .detail-views {
  font-size: 10px;
  margin-right: 10px;
}

.news__mini {
  display: table;
  padding: 10px 0;
  box-shadow: inset 0 -1px 0 0 #ECECEC;
}

.news__mini-date,.news__mini-info {
  display: table-cell;
  vertical-align: top;
}

.news__mini-date {
  font-size: 14px;
  color: #193161;
  padding-right: 14px;
}

.news__mini-info {
  font-size: 13px;
  color: #4A4A4A;
}

.news__mini-info:hover {
  text-decoration: underline;
}

.news__secondary-wrapper {
  padding-top: 10px;
}

.news__materials {
  display: table;
  padding: 10px 0;
  color: #4A4A4A;
  box-shadow: inset 0 -1px 0 0 #ECECEC;
}

.news__img-holder.is-nano {
  width: 70px;
  height: 47px;
  margin-right: 10px;
}

.news__info.is-nano {
  vertical-align: top;
}

.news__title.is-nano {
  font-weight: 400;
  font-size: 13px;
  padding-bottom: 10px;
}

.raiting-container {
  padding: 30px 0;
  position: relative;
}

.raiting__title {
  text-transform: none;
  margin-bottom: 30px;
}

.raiting__person:not(:last-child) {
  margin-right: 30px;
}

.raiting-overlay {
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 97%);
  position: absolute;
  height: 220px;
  width: 100px;
  right: -1px;
  bottom: 30px;
  z-index: 2;
}

.raiting-next {
  z-index: 2;
  position: absolute;
  right: 0px;
  bottom: 0;
}

.raiting-next svg {
  fill: #000;
}

.raiting-next button {
  height: 335px;
  width: 40px;
}

.raiting-news {
  padding-top: 0;
}

.raiting__info-inner {
  min-height: 100px;
}

.raiting__info-inner .news__data {
  padding-bottom: 10px;
}

.person {
  box-shadow: inset 0 -1px 0 0 #ECECEC;
  height: 220px;
  display: block;
  outline: none;
}

.person__img {
  width: 170px;
  height: 170px;
  position: relative;
}

.person__name {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  margin-top: 10px;
}

.person__tag {
  height: 30px;
  width: 30px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(25, 48, 97, 0.7);
  font-size: 18px;
  color: #fff;
  text-align: center;
  font-weight: 600;
}

.img-holder.is-blog {
  height: 100px;
  width: 100px;
  margin-right: 10px;
}

.blog__card {
  box-shadow: inset 0 -1px 0 0 #ECECEC;
  padding-bottom: 12px;
}

.blog__top {
  display: table;
}

.blog__info {
  vertical-align: top;
}

.blog__position {
  font-size: 11px;
  color: #7C7C7C;
}

.blog__content,.subnews__content {
  /* Text: */
  font-family: "PT Serif", serif;
  font-size: 13px;
  color: #4A4A4A;
  background-position: 0 8px;
  background-repeat: no-repeat;
}

.blog__content {
  background-image: url("../images/blog-bg.svg");
  padding: 22px 0 12px;
}

.blog-page__article a {
	color: #193161;
}
 
.subnews__content {
  padding: 8px 0;
}

.read-more {
  color: #193161;
  font-size: 13px;
  text-align: right;
}

.img-holder.is-subnews {
  height: 80px;
  width: 120px;
  margin-right: 10px;
}

.news__subnews {
  margin-top: 30px;
}

.menu-main {
  position: relative;
  border-bottom: 2px solid #193161;
  height: 64px;
  background-repeat: no-repeat;
  background-position: right 40px;
  padding-top: 30px;
}

.menu-main img {
  margin-right: 10px;
}

.menu-main svg {
  position: absolute;
  right: 0;
  bottom: 9px;
  fill: #7C7C7C;
}

.menu-main.menu-main--news {
  height: 54px;
  padding-top: 20px;
}

.no-arrow svg {
  display: none;
}

.menu-main-divider {
  height: 2px;
  background-color: #193161;
}

.menu-common {
  margin: 0;
  list-style-type: none;
  font-size: 0;
}

.menu-common li {
  display: inline-block;
}

.menu-vert li {
  display: block;
}

.sub-elements {
  margin-left: 10px;
}

.menu-desktop {
  overflow: hidden;
  color: #fff;
  background-image: linear-gradient(0deg, #0D1932 0%, #193161 100%);
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  height: 0;
  min-height: 0;
  transition: opacity .3s linear 0s, min-height 0s linear .3s;
}

.menu-desktop.open {
  height: 100vh;
  min-height: 100%;
  opacity: 1;
  z-index: 10;
  visibility: visible;
}

.menu-desktop__container {
  position: relative;
  height: 100%;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.menu-desktop__container::-webkit-scrollbar {
  display: none;
}

.menu-desktop__nav {
  position: relative;
  height: 50px;
  padding-top: 10px;
  border-bottom: 1px solid #fff;
}

.menu-desktop__list {
  padding-top: 30px;
}

.menu-desktop__logo img {
  height: 30px;
}

.menu-desktop__soc {
  padding-top: 3px;
}

.menu-desktop__soc .soc-ico {
  background-color: #fff;
}

.menu-desktop__soc .soc-ico svg {
  fill: #193161;
}

.menu-desktop__element {
  width: 25%;
}

.menu-desktop__title {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  opacity: .7;
}

.menu-desktop__links {
  padding-top: 20px;
}

.menu-desktop__links li {
  font-size: 18px;
  font-weight: 600;
}

.menu-desktop__links li:not(:last-child) {
  margin-bottom: 20px;
}

.menu-desktop__element .fa {
  margin-left: 10px;
  cursor: pointer;
}

.menu-desktop__list {
  -webkit-touch-callout: none; 
  -webkit-user-select: none; 
  -khtml-user-select: none; 
  -moz-user-select: none; 
  -ms-user-select: none; 
  user-select: none; 
}

.menu-desktop__submenu {
  display: none;
  margin-top: 10px;
}

.menu-desktop__submenu li {
  margin: 0 !important;
}

.menu-desktop__submenu a {
  font-size: 0.8em;
  font-weight: normal;
}

.menu-desktop__footer {
  /*position: absolute;*/
  margin: 100px 10px 0;
  width: calc(100% - 20px);
  height: auto;
  left: 0;
  bottom: 100px;
  font-size: 13px;
  padding-top: 20px;
  opacity: .7;
  border-top: 2px solid rgba(255, 255, 255, 0.3);
}

.menu-desktop__footer svg {
  vertical-align: bottom;
}

.ad-side-img {
  width: 100%;
}

.ad-side {
  padding: 0 20px;
  margin-bottom: 30px;
}

.corpblogs {
  border: 1px solid #C0E0F3;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.gray-bg {
  background: #FAFAFA;
  box-shadow: inset 0 -1px 0 0 #ECECEC;
}

.corpblogs-wrapper {
  background-color: #C0E0F3;
  padding: 20px 10px 10px 20px;
}

.corpblogs__logo {
  text-align: center;
  padding: 10px;
}

.corpblogs__logo.newsfeed {
  margin-top: 30px;
}

.corpblogs__content {
  margin-bottom: 20px;
}

.img__holder.is-ata {
  height: 54px;
  width: 80px;
  border: 1px solid #fff;
  margin-right: 10px;
}

.corpblogs__img,.corpblogs__info {
  vertical-align: top;
}

.corpblogs__info {
  font-size: 13px;
}

.journal {
  padding: 20px;
  display: block;
}

.journal * {
  text-decoration: none;
}

.side:not(:last-child) {
  margin-bottom: 30px;
}

.side__title {
  font-size: 16px;
  color: #7C7C7C;
  text-transform: uppercase;
  font-weight: 600;
}

.side__title--blue {
  color: #193161;
}

.journal__img {
  margin: 20px 0;
  box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.5);
}

.journal__img img {
  width: 100%;
}

.birthday {
  padding: 20px;
}

.birthday__person {
  margin-bottom: 10px;
}

.birthday__person:first-child {
  margin-top: 20px;
}

.birthday__person-name {
  margin-bottom: 5px;
}

.birthday__person-who {
  font-family: "PT Serif", serif;
  color: #4A4A4A;
  font-size: 12px;
}

.editor {
  padding: 20px;
}

.editor__person {
  vertical-align: top;
}

.editor__name {
  font-size: 13px;
  color: #193161;
  margin-top: 10px;
}

.editor__ava {
  height: 50px;
  width: 50px;
}

.editor__ava img {
  border-radius: 50%;
  height: 100%;
}

.editor__theme {
  color: #4A4A4A;
  margin: 20px 0 10px;
}

.editor__theme-title {
  font-family: "PT Serif", serif;
  font-size: 12px;
  position: relative;
  top: -5px;
  vertical-align: top;
}

.editor__theme-img {
  vertical-align: top;
}

.editor__theme-img .img-holder {
  width: 70px;
  height: 47px;
  margin-right: 10px;
}

.form-subs__subtitle {
  font-family: "PT Serif", serif;
  font-size: 16px;
  color: #4A4A4A;
  text-align: center;
  margin-bottom: 10px;
}

.form-subs__title {
  color: #193161;
  text-align: center;
  margin-bottom: 20px;
}

.form-subs {
  padding: 20px 10px 30px;
}

.form-subs form {
  padding: 0 10px;
}

.form-field {
  margin-bottom: 20px;
}

.form-field label {
  font-size: 12px;
  color: #7C7C7C;
  margin-bottom: 4px;
}

.form-field input {
  font-size: 14px;
  margin: 0;
}

.info-posts {
  padding: 20px 20px 0;
}

.info-posts__title {
  font-size: 16px;
  color: #4A4A4A;
  margin-bottom: 10px;
}

.info-posts__button {
  font-size: 12px;
  color: #4A4A4A;
}

.tab {
  display: none;
}

.tab.is-active {
  display: block;
}

.info-posts__button {
  width: 25%;
  text-align: center;
}

.info-posts__button button {
  vertical-align: middle;
  padding: 5px 8px;
  border-radius: 2px;
}

.info-posts__button button.is-active {
  background-color: #193161;
  color: #fff;
}

.info-posts__container {
  margin-top: 10px;
}

.info-posts__elenents {
  margin: 0;
  margin-left: 10px;
  counter-reset: infoOlCount;
}

.info-posts__elenents li {
  list-style: none;
}

.info-posts__elenents li:before {
  display: table-cell;
  counter-increment: infoOlCount;
  content: counter(infoOlCount);
  font-size: 16px;
  font-weight: 600;
  margin-right: 10px;
  padding-top: 10px;
}

.popular-discuss {
  padding-bottom: 20px;
  width: 100%;
}

.popular-discuss__container {
  margin-left: 10px;
}

.popular-discuss__content {
  color: #4A4A4A;
  font-size: 13px;
}

.most-interest {
  list-style: none;
  margin: 0;
}

.most-interest .popular__img {
  width: 30%;
  float: left;
  margin-right: 15px;
  margin-top: 5px;
}

.most-interest .popular-discuss__content {
  padding-top: 10px;
  max-height: 90px;
  overflow: hidden;
  word-break: break-word;
  line-height: 16px;
}

.most-interest .popular-discuss__content div {
  display: table-cell;
}

.social-sharing {
  margin-top: 10px;
  font-size: 9px;
  color: #7C7C7C;
}

.social-sharing svg {
  fill: #193161;
}

h1 {
  font-size: 36px;
  font-weight: 600;
  margin: 0;
  margin-top: 30px;
}

h2 {
  font-size: 24px;
  color: #4A4A4A;
  margin-bottom: 20px;
}

h3 {
  font-size: 20px;
  color: #7C7C7C;
  font-weight: 600;
}

article {
  font-family: "PT Serif", serif;
  color: #000;
  font-size: 18px;
}

.inner-page {
  margin-top: 30px;
  margin-bottom: 90px;
}

.inner-news a {
  color: #193161;
}

.inner-news table {
  margin-bottom: 0.7rem;
}

.inner-news table.zebra tr:nth-child(odd) {
  background: #eee;
}

.inner-news table.zebra tr:hover {
  border-top: 1px solid #193161;
  border-bottom: 1px solid #193161;
}

.inner-news table tr td {
  padding: 10px;
}

.inner-news table tr th {
  background: #ccc;
}

.article__data {
  padding: 32px 0 10px;
  box-shadow: inset 0 -1px 0 0 #ECECEC;
  font-size: 13px;
  color: #7C7C7C;
  margin-bottom: 10px;
}

.article__img {
  font-family: "Noto Sans", Helvetica, Roboto, Arial, sans-serif;
  font-size: 14px;
  color: #7C7C7C;
  margin: 20px 0;
  position: relative;
}

.article__img-autor {
  min-width: 170px;
  padding-left: 25px;
  padding-right: 10px;
  background-color: #5E6E90;
  display: inline-block;
  color: #fff;
  position: absolute;
  right: 0;
  top: 20px;
  font-size: 11px;
}

.image {
  font-family: "Noto Sans", Helvetica, Roboto, Arial, sans-serif;
  font-size: 13px;
  color: #7C7C7C;
  margin: 20px 0;
  position: relative;
  /*display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;*/
}

.imagecenter {
    margin: 0px auto 10px;
}

.imageAuthor {
  flex-direction: row;
  -webkit-order: 2;
  order: 2;
  line-height: 20px;
}

.imageDescription {
  flex-direction: row;
  -webkit-order: 1;
  order: 1;
  line-height: 20px;
  margin-right: 15px;
}

div.imageleft {
  float: left;
  margin: 8px 20px 0px 0px;
}

div.imageright {
  float: right;
  margin: 0 0 20px 10px;
}

.read-also {
  width: 170px;
  font-family: "Noto Sans", Helvetica, Roboto, Arial, sans-serif;
  font-size: 13px;
  margin-right: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px;
  color: #193161;
}

.read-also *:not(:last-child) {
  margin-bottom: 5px;
}

.read-also__title {
  color: #000;
}

.read-also__subtitle {
  font-family: "PT Serif", serif;
  color: #4A4A4A;
}

.read-also__link {
  margin-top: 10px;
}

.incut {
  width: 170px;
  font-family: "Noto Sans", Helvetica, Roboto, Arial, sans-serif;
  margin-right: 30px;
  margin-top: 8px;
  margin-bottom: 20px;
  padding: 10px;
  color: #193161;
  background: #FAFAFA;
  box-shadow: inset 0 -1px 0 0 #ECECEC;
  float: left !important;
}

.incut h3 {
  margin-bottom: 5px;
}

.incut h3 a {
  color: #000;
}

.incut p {
  font-family: "PT Serif", serif;
}

.incut p a {
  color: #4A4A4A;
}

.incut a {
  font-size: 13px;
  display: block;
}

.incut .pic {
  width: 100%;
  margin-bottom: 5px;
}

.inline-incut {
  margin: 30px 0;
}

.incut_fw {
  width: 100%;
  display: inline-block;
  padding: 20px 0;
  margin: 20px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.incut_fw img {
  float: right;
  margin-left: 30px;
  max-width: 132px;
}

.breadcrumbs li {
  font-size: 13px;
  color: #193161;
  text-transform: none;
}

.breadcrumbs li a {
  color: #7C7C7C;
}

.breadcrumbs li:last-child a {
  color: #193161;
}

.breadcrumbs li:not(:last-child):after {
  content: '>';
  color: transparent;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSI1cHgiIGhlaWdodD0iMTBweCIgdmlld0JveD0iMCAwIDUgMTAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+ICAgICAgICA8dGl0bGU+MjwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZGVmcz4gICAgICAgIDxwb2x5Z29uIGlkPSJwYXRoLTEiIHBvaW50cz0iOC45MzI5NTcxIDYgNC40MzI2NTExMiAxMC41IDQgMTAuMDY3Mzc4MyA4LjA2NjYyNDA5IDYgNCAxLjkzMjYyMTcgNC40MzI2NTExMiAxLjUiPjwvcG9seWdvbj4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU3ltYm9scyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iQnJlYWRjcnVtYnMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MC4wMDAwMDAsIC0zNi4wMDAwMDApIj4gICAgICAgICAgICA8ZyBpZD0iSWNvbnMvdXgvYXJyb3diaWctYWx0Ij4gICAgICAgICAgICAgICAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNDYuMDAwMDAwLCAzNS4wMDAwMDApIj4gICAgICAgICAgICAgICAgICAgIDxyZWN0IGlkPSJGcmFtZSIgeD0iMCIgeT0iMCIgd2lkdGg9IjEyIiBoZWlnaHQ9IjEyIj48L3JlY3Q+ICAgICAgICAgICAgICAgICAgICA8bWFzayBpZD0ibWFzay0yIiBmaWxsPSJ3aGl0ZSI+ICAgICAgICAgICAgICAgICAgICAgICAgPHVzZSB4bGluazpocmVmPSIjcGF0aC0xIj48L3VzZT4gICAgICAgICAgICAgICAgICAgIDwvbWFzaz4gICAgICAgICAgICAgICAgICAgIDx1c2UgaWQ9IlNoYXBlIiBmaWxsPSIjMDAwMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgICAgICAgICAgICAgPGcgaWQ9IkNvbG9yL01haW4tMyIgbWFzaz0idXJsKCNtYXNrLTIpIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiM3QzdDN0MiPiAgICAgICAgICAgICAgICAgICAgICAgIDxyZWN0IGlkPSJDb2xvci9NYWluLTEiIHg9IjAiIHk9IjAiIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiI+PC9yZWN0PiAgICAgICAgICAgICAgICAgICAgPC9nPiAgICAgICAgICAgICAgICA8L2c+ICAgICAgICAgICAgPC9nPiAgICAgICAgPC9nPiAgICA8L2c+PC9zdmc+);
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 10px;
  vertical-align: text-bottom;
}

.article__seogroup {
  vertical-align: bottom;
}

.article__date {
  vertical-align: bottom;
}

.article__views {
  text-align: right;
  vertical-align: bottom;
}

.article__source {
  margin-left: 20px;
}

.mistake {
  padding: 20px;
  margin: 0px;
  background-color: #FAFAFA;
  color: #000;
  font-size: 15px;
}

.watches {
  border-top: 1px solid #ECECEC;
  border-bottom: 1px solid #ECECEC;
  font-size: 18px;
  color: #4A4A4A;
  padding: 14px 20px;
}

.watches__num span {
  color: #193161;
  font-size: 20px;
  font-weight: 600;
}

.soc-count {
  display: inline-block;
  background-image: url("../images/soc-count.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 42px;
  height: 24px;
  font-size: 14px;
  margin-left: 25px;
  color: #4A4A4A;
  text-align: center;
  font-weight: 600;
}

.watches__soc,
.watches__label {
  vertical-align: middle;
  text-align: right;
}

.watches__soc .soc-ico {
  background-color: #193161;
  margin-right: 24px;
  cursor: pointer;
}

.watches__soc .soc-ico:not(:last-child) {
  margin-right: 55px;
}

.authors {
  padding: 20px 0 0;
  margin-bottom: 20px;
}

.authors__title {
  color: #7C7C7C;
  font-weight: 600;
  margin-bottom: 10px;
}

.author,
.many_authors {
  font-size: 16px;
  width: auto;
  margin-bottom: 10px;
}

.many_authors {
  height: auto;
  display: block !important;
}

.author:not(:last-child) {
  margin-right: 10px;
}

.author__img {
  width: 85px;
  height: 85px;
  margin-right: 5px;
}

.author__img img {
  border-radius: 50%;
}

.author__img:hover + .author__info .author__name {
  text-decoration: underline;
}

.author__info {
  vertical-align: top;
  padding-left: 20px;
}

.author-social-acc {
  color: #193161;
  font-size: 1.5em;
  margin-right: 0.4em;
}

.author-social-acc.fb {
  color: #193161;
}

.author-social-acc.fb:hover {
  color: #193161;
}

.author-social-acc.insta {
  color: #3B5998;
}

.author-social-acc.insta:hover {
  color: #3B5998;
}

.author__name,
.many_authors__name {
  color: #193161;
}

.author__pos,
.many_authors__pos {
  color: #7C7C7C;
}

.many_authors__name,
.many_authors__pos {
  display: inline;
}

.recommended {
  margin: 20px 0px 30px;
  padding: 20px 0;
  border-top: 2px solid #193161;
  border-bottom: 2px solid #193161;
}

.recommended__button {
  font-size: 18px;
  color: #4A4A4A;
  margin-right: 30px;
}

.recommended__button button {
  border-radius: 2px;
  padding: 0 16px;
  height: 32px;
}

.recommended__button button:hover {
  background: #FAFAFA;
}

.recommended__button .is-active {
  background: #C0E0F3;
  color: #000;
}

.recommended__button .is-active:hover {
  background: #C0E0F3;
}

.recommended__container {
  padding-top: 20px;
  font-size: 0;
}

.tabs__container {
  margin-top: 20px;
}

.tabs__button {
  font-size: 18px;
  color: #4A4A4A;
  margin-right: 30px;
}

.tabs__button button {
  border-radius: 2px;
  padding: 0 16px;
  height: 32px;
}

.tabs__button .is-active {
  background-color: #193161;
  color: #fff;
}

.see-also {
  display: inline-block;
  font-size: 13px;
  color: #4A4A4A;
  vertical-align: top;
  overflow: hidden;
  margin: 0;
}

.see__also-title {
  padding: 5px 0 10px;
  font-size: 1.2em;
}

.news-see-also {
  height: auto;
  width: 50%;
  display: inline-block;
  font-size: 16px;
  color: #4A4A4A;
  vertical-align: top;
  overflow: hidden;
  padding: 0 16px;
  margin-bottom: 20px;
}

.ra-block__container {
  margin-top: 20px;
}

.details-date {
  margin-right: 10px;
  font-size: 9px;
}

.ra-card {
  padding: 10px 0;
  box-shadow: inset 0 -1px 0 0 #ECECEC;
}

.ra-card__img {
  width: 200px;
}

.ra-card__img:hover + .ra-card__info .ra-card__title a {
  text-decoration: underline;
}

.ra-card__info {
  padding-left: 30px;
  vertical-align: top;
  height: 133px;
  position: relative;
}

.ra-card__info .news__data .news__author:not(:last-child) {
  margin-right: 6px;
}

.ra-card__authors {
  max-width: 70%;
}

.ra-card__authors a:after {
  content: ',';
}

.ra-card__authors :last-child a:after {
  content: '';
}

.ra-card__title {
  font-size: 18px;
  color: #000;
  font-weight: 600;
}

.ra-card__subtitle {
  font-size: 16px;
  color: #7C7C7C;
  margin: 10px 0px;
}

.inner__container {
  margin: 30px 0;
}

.link-style {
  color: #193161;
}

.authrs__links {
  font-size: 24px;
  margin-bottom: 30px;
}

.authrs__links a {
  padding: 1px;
  color: #193161;
}

.authrs_clarify {
  color: #7C7C7C;
  font-size: 0.8em;
}

.authrs__card {
  border-bottom: 1px solid #ECECEC;
  padding: 20px 0;
}

.authrs__card-head {
  font-size: 24px;
}

.authrs__card-body {
  font-size: 16px;
  color: #193161;
  -moz-column-count: 3;
  column-count: 3;
  padding: 0 10px;
  -moz-column-gap: 90px;
  column-gap: 90px;
  -moz-column-rule: 1px solid #ECECEC;
  column-rule: 1px solid #ECECEC;
  margin-top: 20px;
}

.map {
  height: 423px;
  background: #ECECEC;
}

.travel__card {
  margin-bottom: 1rem;
}

.travel__card-body {
  min-width: 268px;
}

.travel__card-img {
  width: 100%;
  height: 180px;
  display: block;
}

.travel__card-img span {
  color: #fff;
  font-weight: 400;
  margin-left: 10px;
}

.travel__card-img:hover {
  text-decoration: none;
}

.travel__card-title {
  min-height: 70px;
}

.overlay {
  background-image: linear-gradient(-180deg, transparent 0%, #000000 100%);
  height: 30px;
  width: 100%;
  position: relative;
  top: 150px;
  left: 0;
  z-index: 0;
}

.info-details {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}

.blog__author {
  padding-left: 30px;
}

.blog__card-large {
  padding: 20px 0;
  border-bottom: 1px solid #193161;
}

.blog__avatar {
  height: 150px;
  width: 150px;
  border-radius: 50%;
}

.blog__whois {
  padding-left: 30px;
}

.blog__whois-name {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 10px;
}

.blog__whois-about {
  font-size: 16px;
  color: #7C7C7C;
  margin-bottom: 13px;
}

.blog__recent {
  padding-top: 20px;
}

.blog__recent .column-block {
  margin-bottom: 0;
}

.blog__recent-post {
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}

.blog__recent-post .info-details {
  bottom: 10px;
  position: initial;
}

.blog__recent-title {
  font-size: 18px;
  font-weight: 600;
}

.blog__page-tag .is-tcell {
  vertical-align: bottom;
}

.blog__page-tag .tag__name {
  text-align: left;
}

.tag {
  padding-top: 35px;
  padding-bottom: 10px;
}

.blog__page-author {
  width: 270px;
  float: left;
  padding: 0 20px 20px;
}

.blog__page-avatar {
  width: 200px;
  height: 200px;
  border-radius: 50%;
}

.blog__page-whois {
  margin-top: 20px;
}

.blog__page-whois div:not(:last-child) {
  margin-bottom: 10px;
}

.blog__page-name span {
  font-weight: 600;
}

.blog__page-role {
  font-size: 14px;
  color: #7C7C7C;
}

.rating__table {
  width: 100%;
  margin-bottom: 20px;
}

.rating__table th {
  font-size: 12px;
  text-transform: uppercase;
  color: #7C7C7C;
}

.rating__table th:first-child {
  color: #0a0a0a;
}

.rating__table thead {
  border-bottom: 2px solid #193161;
}

.rating__table thead th:first-child svg {
  fill: #0a0a0a;
  -ms-transform: scaleX(-1) translateY(2px);
  transform: scaleX(-1) translateY(2px);
}

.rating__table tbody tr {
  border-bottom: 1px solid #B5B5B5;
}

.rating__table tr {
  height: 50px;
}

.rating__table td,.rating__table th {
  text-align: center;
  vertical-align: middle;
}

.rating__table td {
  font-size: 12px;
  color: #4A4A4A;
  position: relative;
  margin: 10px 0;
}

.rating__table td:nth-child(1) {
  width: 80px;
  font-size: 18px;
  font-weight: 600;
  color: #0a0a0a;
}

.rating__table td:nth-child(2) {
  width: 250px;
  color: #193161;
  font-weight: 600;
  text-align: left;
}

.rating__table td:nth-child(2) img {
  margin-right: 8px;
}

.rating__table td:nth-child(3),.rating__table td:nth-child(4),.rating__table td:last-child {
  width: 70px;
}

.rating__table td:not(:first-child):after {
  content: '';
  position: absolute;
  border-right: 1px solid #ECECEC;
  height: calc(100% - 20px);
  right: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.load-more {
  width: 100%;
  font-size: 18px;
  color: #7C7C7C;
  margin-top: 10px;
  line-height: 1.2;
}

.archive__magazine {
  color: #193161;
}

.archive__magazine:hover {
  color: #193161;
}

.magazine-pagination {
  margin-top: 30px;
}

.subscribe-banner {
  padding: 30px 0;
  text-align: center;
  display: block;
}

.subscribe-banner:hover,.subscribe-banner:focus {
  text-decoration: inherit;
}

.subscribe-banner__title {
  font-weight: 600;
  color: #7C7C7C;
  text-transform: uppercase;
}

.subscribe-banner__body {
  padding: 0 100px;
}

.subscribe-banner__body img {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}

.search-filter {
  color: #7C7C7C;
}

.search-filter ul {
  margin-left: 8px;
  display: inline-block;
}

.search-filter ul li {
  color: #4A4A4A;
  font-size: 16px;
}

.search-filter ul li:not(:last-child) {
  margin-right: 8px;
}

.search-filter .filter-control {
  padding: 2px 10px;
  border-radius: 2px;
  cursor: pointer;
}

.search-filter .filter-control.is-active {
  background-color: #193161;
  color: #fff;
}

.global-search__form {
  margin-top: 30px;
}

.global-search__form .form-group {
  margin-top: 10px;
  margin-bottom: 30px;
  position: relative;
}

.global-search__form .form-group button {
  position: absolute;
  right: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  padding: 12px;
}

.global-search__form input[type='text'] {
  padding-right: 50px;
  height: 50px;
  background-color: #FAFAFA;
}

footer {
  margin-top: 40px;
  padding: 30px 0 50px;
  background-color: #193161;
  color: #fff;
}

.footer-top {
  font-size: 14px;
}

.footer-bot {
  font-size: 13px;
  color: #BAC1CF;
}

.footer__nav-elements {
  -moz-column-count: 4;
  column-count: 4;
  font-size: 14px;
  text-transform: uppercase;
}

.footer__nav-sub,.footer__nav-small {
  color: #BAC1CF;
}

.footer__nav-small {
  margin-top: 30px;
}

.footer__nav-small li {
  font-size: 14px;
}

.sub-elements {
  text-transform: none;
}

.choise {
  margin-top: 30px;
  display: block;
}

.footer-bot {
  margin-top: 44px;
}

.footer-bot * {
  vertical-align: bottom;
}

.copies span:not(:last-child) {
  margin-right: 30px;
}

.made-by svg {
  fill: #BAC1CF;
  transition: .2s all;
}

.made-by:hover svg {
  fill: #7fc21e;
}

.informer {
  margin-right: 10px;
}

.rating__title {
    line-height: 1.4;
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
}

/*Pagination*/
.pager {
  margin: 20px 0px;
  color: #7C7C7C;
  text-align: center;
}

ul.pagination {
  list-style: none;
  display: inline;
  padding-left: 0;
  margin: 0px;
}

ul.pagination li {
  display: inline-block;
}

ul.pagination li a {
  padding: 0px 15px;
  background: #fff;
  color: #7C7C7C;
  border-radius: 5px;
  margin: 0;
}

ul.pagination li a:hover,
ul.pagination li a:focus {
  background: #193161;
  color: #fff;
  text-decoration: none;
}

ul.pagination li.active {
  padding: 0px 15px;
  background: #193161;
  color: #fff;
  border-radius: 5px;
}

ul.pagination li.disabled {
  padding: 0px 15px;
  color: #000;
  cursor: default;
}

.author-inner {
  margin-bottom: 20px;
  min-height: 150px;
  margin-left: 25px;
}

.author__avatar {
  height: 150px;
  width: 150px;
  border-radius: 50%;
  float: left;
  margin-right: 50px;
}

.pr-article {
  margin-top: 20px;
  color: #bbb;
  text-align: right;
}

/*.incut-quotes::before {
  content: '<i class="fa fa-quote-left" aria-hidden="true"></i>';
  line-height: 62px;
}

.incut-quotes::after {
  content: '"';
  line-height: 62px;
}*/

.incut-quotes::before,
.incut-quotes::after {
    font-family: serif;
    font-style: normal;
    font-weight: 700;
    position: relative;
    font-size: 40px;
    color: #fff;
    text-shadow: 0px 5px 6px rgba(0, 0, 0, 0.1);
    height: 45px;
    width: 45px;
    border-radius: 50%;
    background: #193161;
}

.author-without-image {
  height: auto !important;
  margin-left: 0px !important;
}

.prorate__ava {
  height: 250px;
  width: 250px;
  border-radius: 50%;
  float: left;
  margin-bottom: 20px;
}

.prorate__data {
  clear: both;
}

.prorate__data h3 {
  text-align: center;
}

.prorate__person {
  max-width: 250px;
  margin-right: 40px;
  margin-bottom: 20px;
}

.prorate__video {
  margin-top: 20px;
}

.magazine__number {
  text-transform: capitalize;
}

.journal__link {
  display: inline-block;
  color: #193161;
  font-size: 13px;
}

.journal__link:first-child {
 
}

.journal__link:last-child {
  float: right;
}

.journal__info {
  background-color: #5E6E90;
  color: #fff;
  position: relative;
  right: 0;
  top: 0;
  font-size: 11px;
  width: 100%;
  text-align: center;
}

a.archive__magazine:hover {
  text-decoration: none;
}

.rating-suffix {
  font-size: 0.8em;
}

.clear {
  clear: both;
}

.inline {
  display: inline-block;
}

.inner-news iframe[allowfullscreen] {
    display: table-row;
    margin: 0 auto;
}

.inner-news hr {
  margin: 20px 0;
}

.fa-external-link {
  margin-left: 10px;
}

.social-follow {
    display: block;
    background: #ccc;
    color: #000;
    padding: 10px 20px;
    clear: both;
    font-size: 1em;
}

.social-follow:hover {
    text-decoration: none;
}

.social-follow i,
.social-follow strong {
    -webkit-transition: 1s ease-out;
    -o-transition: 1s ease-out;
    -moz-transition: 1s ease-out;
    transition: 1s ease-out;
}

.social-follow:hover > i,
.social-follow:hover > strong {
    color: #193161;
}

.social-follow i {
    font-size: 3em !important;
    float: left;
    margin-right: 20px;
}

.StoryLinks {
	padding: 10px 0;
	margin: 20px 0 10px;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
}

.StoryLinks h3 {
	font-size: 15px;
	margin: 0;
}

.StoryLinks hr {
	display: none;
}

.fa-video-camera {
  font-size: 12px !important;
  color: #4b4b4b;
  margin-right: 15px;
}

.fa-video-camera.white {
  color: #fff;
}

.main__categories .news__mini-info {
  vertical-align: inherit;
}

.form-confirm a {
  color: #193161;
}

.submit-button {
  -webkit-appearance: none !important;
  font-family: "Noto Sans", Helvetica, Roboto, Arial, sans-serif;
  background: #193161;
  color: #FFFFFF !important;
  padding: 5px 15px;
  display: inline-block;
  margin: 20px 20px 40px;
  border: none;
  cursor: pointer;
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
  box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
}

.submit-button:hover {
  text-decoration: none;
  color: #FFFFFF !important;
}

.cancel-button {
  -webkit-appearance: none !important;
  font-family: "Noto Sans", Helvetica, Roboto, Arial, sans-serif;
  background: #ccc;
  color: #000;
  padding: 5px 15px;
  display: inline-block;
  margin: 20px 20px 40px;
  border: none;
  cursor: pointer;
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
  box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
}

.cancel-button:hover {
  text-decoration: none;
  color: #000;
}

.form-confirm a {
  color: #193161;
}

.spelling-form {
  font-family: "Noto Sans", Helvetica, Roboto, Arial, sans-serif;
  display: none;
  position: fixed;
  width: 600px;
  height: 470px;
  padding: 40px;
  background: #eee;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0px 0px 30px 1px rgba(0,0,0,1);
  -moz-box-shadow: 0px 0px 30px 1px rgba(0,0,0,1);
  box-shadow: 0px 0px 30px 1px rgba(0,0,0,1);
}

.spelling-form p {
  font-size: 0.9em;
  max-height: 230px;
  overflow: hidden;
}

.spelling-form label {
  font-weight: bold;
}

.sharebtnwrapper {
  display: inline-block;
}

.bordered-block {
  border: double 7px #FFC20E;
  padding: 20px /*20px 30px*/;
  margin-bottom: 10px;
}

.bordered-block .image {
  margin-top: 0px !important;
}

.bordered-block p {
  margin-bottom: 0px !important;
}

#search-objects-list {
  margin-bottom: 20px;
}

.twitter-tweet,
.instagram-media {
  margin: 0 auto 20px !important;
}

.hot-theme {
  background: #FAFAFA;
  margin: 0 15px 30px;
}

.category-hot-theme {
  margin-left: 100px;
}

.category-hot-theme .hot-theme-link {
  font-size: 10px;
}

.hot-theme-header {
  text-transform: uppercase;
}

.hot-theme-header i {
  margin-right: 10px;
}

.period-links a {
  display: table-cell;
  text-align: center;
}

.archive-filter-form {
  margin-bottom: 30px;
}

.archive-filter-form label {
  color: #7C7C7C;
  font-size: 0.8em;
}

.archive-filter-form .archive-filter-item {
  display: table-cell;
  vertical-align: bottom;
  padding-right: 30px;
}

.archive-filter-form .archive-filter-item .submit-button {
  box-shadow: none;
  margin: 0;
  height: 42px;
  font-size: 1.2em;
}

.archive-navigate-links {
  text-align: center;
  margin-bottom: 30px;
  color: #193161;
  font-weight: 600;
}

.archive-navigate-links .disabled {
  color: currentColor;
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;
}

.fast-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.fast-links ul li {
  display: inline;
  margin-right: 20px;
}

.fast-links ul li a {
  color: #193161;
  border-bottom: 1px dashed #193161;
  text-decoration: none;
}

.fast-links ul li a:hover {
  border: none;
}

.error-page a {
  font-weight: 600;
  color: #193161;
}

.error-page ul {
  padding-left: 20px;
}

#author__articles #tab-1 {
  padding-left: 15px;
}

#author__articles .authors-shares-count {
  font-size: 10px;
}

.spec-block {
  padding: 0 0 5px 0;
  margin-bottom: 30px;
  height: auto;
}

.error-page-find-article {
  margin-bottom: 60px;
}

.video_banner {
  margin: 40px auto 0;
  max-width: 720px;
  height: auto;
}

/*.video_banner::before {
  content: 'Реклама';
  color: #ccc;
  font-size: 0.7em;
}*/

.full-cover {
  display: none;
}

.show-cover {
  display: block;
  margin: 10px auto 30px;
  text-align: center;
}

.show-cover-btn {
  color: #193161;
  border-bottom: 1px dashed #193161;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
}

.lastvideo__title {
  background-color: #C0E0F3;
  text-align: center;
  padding: 10px 20px;
  box-shadow: inset 0 -1px 0 0 #ECECEC;
}

.lastvideo-wrapper {
  padding: 10px 20px;
  background-color: #C0E0F3;
}

.lastvideo-wrapper p {
  font-size: 13px;
}

.randvideo {
  background: #000;
  color: #fff;
}

.randvideo__title {
  text-align: center;
  padding: 10px 20px;
}

.randvideo-wrapper {
  padding: 10px 20px;
}

.randvideo-wrapper img {
  border: 1px solid #ECECEC;
  margin-bottom: 10px;
}

.randvideo-wrapper p {
  font-size: 13px;
}

.randvideo-wrapper a {
  color: #fff;
}

.randvideo h3 {
  text-align: center;
  padding-top: 1em;
}

.randvideo_inpage {
  display: flex;
  padding: 2em;
  background: #000;
  color: #fff;
}

.randvideo_inpage .randvideo_inpage_item {
  margin: 0 1em;
}

.randvideo_inpage .randvideo_image img {
  border: 1px solid #7C7C7C;
}

.randvideo_inpage .randvideo_desc {
  font-size: 0.9em;
  margin-top: 1em;
}

.randvideo a:hover {
  text-decoration: none;
}

#video-category {
  margin: 0 15px 40px;
  max-width: 870px;
}

.video-subtitle {
  max-height: 100px;
  overflow: hidden;
  margin: 20px 0 30px;
  font-size: 0.8em;
}

.video-column {
  height: 300px;
}

.show-video-subtitle {
  color: #193161;
  border-bottom: 1px dashed #193161;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  margin-left: 20px;
}

.trend-anchor-link {
  text-align: center;
  display: block;
  font-size: 18px;
  margin-bottom: 30px;
  color: #193161;
  font-weight: 600;
}

.gallery-container {
  width: 720px;
  margin: 0 auto;
}

.gallery-container i {
  font-size: 2em;
  color: #ccc;
  margin: 0.5em 1em;
}

.gallery-container i:hover {
  color: #193161;
  cursor: pointer;
}

.gallery-container .counter {
  color: #ccc;
  font-size: 2em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.image-gallery {
  width: 720px;
  height: 480px;
}

.image-gallery div {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.image-gallery div.active {
  position: inherit;
  visibility: visible;
  opacity: 1;
  transition: opacity 1.5s linear;
  -moz-transition: opacity 1.5s linear;
  -webkit-transition: opacity 1.5s linear;
}

.image-captions div {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}

.image-captions p {
  font-size: 1em;
  font-style: italic;
}

.image-captions div.active {
  position: inherit;
  visibility: visible;
  opacity: 1;
  transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -webkit-transition: opacity .5s ease-in-out;
}

.inner-content blockquote {
  font-size: 1.3em;
}

.magazine-purchase {
  font-size: 1.1em;
}

.purchase-form,
.purchase-form-hardcopy {
  background-color: #193161;
  padding: 1em 2em 2em;
}

.purchase-form h2,
.purchase-form h3,
.purchase-form p,
.purchase-form div,
.purchase-form-hardcopy h2,
.purchase-form-hardcopy h3,
.purchase-form-hardcopy p,
.purchase-form-hardcopy div {
  color: #fff;
}

.purchase__card {
  margin-top: 2em;
  display: inline-block;
  width: 100%;
}

.purchase__card-image {
  float: left;
  margin: 0 2em 2em 0;
}

@keyframes color-animation {
    0% {
       background: #1E254B;
    }
    25% {
       background: #4B2F65;
    } 
    50% {
       background: #82346A;
    } 
    75% {
       background: #BD3B70;
    } 
    100% {
       background: #EF4275;
    } 
 }

#purchase__submit {
  display: table;
  border: 2px solid #fff;
  font-size: 1.3em;
  padding: 1em 2em;
  width: 80%;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  margin: 1em auto;
  animation: color-animation 5s infinite linear alternate;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; 
}

#purchase__submit a {
  color: #fff;
}

#purchase__submit a:hover,
#purchase__submit a:focus,
#purchase__submit a:active {
  text-decoration: none;
}

.magazine-subscribe {
  width: 100%;
  text-align: center;
  margin-top: 2em;
}

.magazine-subscribe img,
.magazine-subscribe div {
  display: inline-block;
  margin: 0 1em;
  vertical-align: top;
}

.magazine-subscribe h2 {
  color: #fff;
  margin: 0;
}

.magazine-subscribe h3 {
  color: #fff;
  margin-top: 2em;
}

.magazine-subscribe h3 a {
  padding: 0.5em 1em;
  border: 1px solid #fff;
}

.magazine-subscribe a:hover {
 text-decoration: none;
}

.disabled-form {
  opacity: 0.5;
  pointer-events: none;
}

.bottom-notification {
  background-color: #000;
  height: 50px;
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 100;
}

.bottom-notification .notification-title {
  margin: 0 4em;
  color: #fff;
  line-height: 50px;
  font-size: 1.2em;
}

.bottom-notification .notification-button {
  padding: 0.2em 1em;
  color: #fff;
  line-height: 50px;
  font-size: 1em;
  border: 1px solid #fff;
  border-radius: 5px;
}

.bottom-notification .notification-button:hover,
.bottom-notification .notification-button:focus,
.bottom-notification .notification-button:active {
  text-decoration: none;
}

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

.infinite-menu {
  padding: 0 20px;
  display: none;
  transition: all 3s linear;
}

.infinite-menu.fix {
  top: 50px;
  position: fixed;
  width: inherit;
  display: block;
}

.infinite-menu ul {
  list-style: none;
  padding: 0;
}

.infinite-menu ul li {
  font-size: 0.9em;
  margin: 20px 0;
}

.bold {
  font-weight: 600;
}

/*article img,
.news__img-holder,
.img-holder,
.img__holder,
.grf-widget img,
.see-also__img img,
.image-container img,
.author__img img,
.blog__avatar,
.blog__page-avatar,
.prorate__person img,
.author__avatar,
.ra-card__img img,
.archive__magazine img,
.full-cover img,
.travel__card-img,
.article-image,
.banner-mesh,
.ra-img-link img,
footer,
.logo img,
.corpblogs,
.lastvideo,
.tab-control,
.nav__link,
.menu-desktop.open,
.recommended,
.editor__ava,
.randvideo img {
  -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  -o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
  filter: gray;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
}*/