@charset "UTF-8";
/*Defaults*/ /*$img: "Images/";*/ /*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.container {
  /* @include container-fixed;

   @media (min-width: $screen-sm-min) {
     width: $container-sm;
   }
   @media (min-width: $screen-md-min) {
     width: $container-md;
   }
   @media (min-width: $screen-lg-min) {
     width: $container-lg;
   }*/
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  /* position: relative;*/
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1400px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1399px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1399px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1399px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1400px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1400px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1400px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1400px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1400px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #00305B;
  opacity: 0.9;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 20px auto;
  text-align: left;
  z-index: 1045;
  max-width: 100%;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/*.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;

  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: $mfp-controls-opacity;
  padding: 0 0 18px 10px;
  color: $mfp-controls-color;

  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;

  &:hover,
  &:focus {
    opacity: 1;
    background-color: transparent;

  }

  &:active {
    top: 1px;
  }
}*/
.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder,
.mfp-iframe-holder {
  /*.mfp-close {
    color: $mfp-controls-color;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
  }*/
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  margin: 0;
  top: calc(50% - 26px);
  margin-top: 0;
  padding: 0;
  width: 52px;
  height: 52px;
  background: rgba(255, 255, 255, 0.7);
}
.mfp-arrow:active {
  margin-top: 0px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  background: rgb(255, 255, 255);
}
.mfp-arrow:before {
  display: block;
  position: absolute;
  content: "";
  width: 35px;
  height: 26px;
  top: calc(50% - 13px);
  left: calc(50% - 16px);
  background: transparent url(img/arrow.png) no-repeat;
  background-size: 35px auto;
}
.mfp-arrow:hover {
  background: #fa530a;
}
.mfp-arrow:hover:before {
  background: transparent url(img/arrow.png) no-repeat 0 -26px;
  background-size: 35px auto;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:before {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  left: calc(50% - 13px);
}

.mfp-arrow-right {
  right: 0;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
  max-height: 90vh !important;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -40px;
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-img-group .mfp-image-holder .mfp-bottom-bar {
  display: none !important;
}

.mfp-text-group .mfp-container .mfp-content .mfp-text {
  position: relative;
  margin-right: 15px;
}
@media (max-width: 1180px) {
  .mfp-text-group .mfp-container .mfp-content .mfp-text {
    margin: 0 5px;
  }
}

.mfp-title {
  text-align: left;
  font-weight: 300;
  font-size: 24px;
  line-height: 28px;
  font-family: "Roboto", sans-serif;
  padding: 15px 36px 15px 15px;
  color: #000000;
  word-wrap: break-word;
  padding-right: 36px;
}
@media (max-width: 990px) {
  .mfp-title {
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    font-family: "Roboto", sans-serif;
    padding: 10px 36px 10px 10px;
  }
}

.mfp-text {
  width: 1140px;
  background: #fff;
  padding: 30px;
  box-sizing: border-box;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  font-family: "Roboto", sans-serif;
  color: #000;
}
@media (max-width: 1180px) {
  .mfp-text {
    width: auto;
    padding: 20px;
  }
}
@media (max-width: 750px) {
  .mfp-text {
    width: auto;
    padding: 20px;
  }
}
.mfp-text a {
  color: #29b5de;
}
.mfp-text a:hover {
  color: #fa530a;
}
.mfp-text a[href^="tel:"] {
  color: #333333;
  text-decoration: none;
}
.mfp-text h3 {
  color: #242424;
  margin: 30px 0 15px;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  font-family: "Roboto", sans-serif;
}
.mfp-text h2,
.mfp-text .h3 {
  color: #242424;
  margin: 10px 0 30px;
  font-weight: 300;
  font-size: 24px;
  line-height: 28px;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 990px) {
  .mfp-text h2,
  .mfp-text .h3 {
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    font-family: "Roboto", sans-serif;
  }
}
.mfp-text .row h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  font-family: "Roboto", sans-serif;
  padding: 0 0 15px;
  margin: 10px 0 15px;
  position: relative;
}
.mfp-text .row h3:before {
  display: block;
  position: absolute;
  content: "";
  right: -15px;
  left: -15px;
  bottom: 0;
  height: 1px;
  background: #cccccc;
}
.mfp-text .row ol {
  list-style: none;
  counter-reset: li1;
  margin: 0;
  padding: 0;
  font-weight: 300;
  font-size: 14px;
  line-height: 26px;
  font-family: "Roboto", sans-serif;
  color: #000;
}
.mfp-text .row ol li {
  padding: 0 0 0 50px;
  position: relative;
  margin: 0 0 30px;
  min-height: 40px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align-content: center;
  -webkit-align-content: center;
  align-content: center;
}
.mfp-text .row ol li:before {
  display: inline-block;
  position: absolute;
  width: 40px;
  height: 40px;
  left: 0;
  top: 8px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  color: #29b5de;
  font-weight: 600;
  font-size: 16px;
  line-height: 38px;
  font-family: "Roboto", sans-serif;
  text-align: center;
  counter-increment: li1;
  content: counter(li1);
}
@media (max-width: 990px) {
  .mfp-text .row ol li:before {
    top: calc(50% - 20px);
  }
}
@media (max-width: 750px) {
  .mfp-text .row ol li:before {
    top: 8px;
  }
}
.mfp-text p {
  margin: 20px 0;
}
.mfp-text .center {
  margin: 40px 0 0;
}
.mfp-text .center a {
  margin: 0 15px 15px;
}

#body18 {
  width: 560px;
}
@media (max-width: 600px) {
  #body18 {
    width: auto;
  }
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-image-holder .mfp-close,
.mfp-image-holder button.mfp-close {
  background: rgba(30, 30, 30, 0.6) url(img/icons/close.svg) no-repeat center;
  width: 44px;
  height: 44px;
  box-sizing: border-box;
  position: fixed;
  right: 0px;
  top: 0px;
  cursor: pointer;
  opacity: 1;
  text-indent: -9999px;
  border-radius: 0;
  transition: all 0s ease;
  opacity: 0.7;
}
@media (max-width: 750px) {
  .mfp-image-holder .mfp-close,
  .mfp-image-holder button.mfp-close {
    width: 30px;
    height: 30px;
  }
}
.mfp-image-holder .mfp-close:hover,
.mfp-image-holder button.mfp-close:hover {
  opacity: 1;
}

.mfp-iframe-scaler .mfp-close,
.mfp-iframe-scaler button.mfp-close {
  background: rgba(30, 30, 30, 0.6) url(img/icons/close.svg) no-repeat center;
  width: 44px;
  height: 44px;
  box-sizing: border-box;
  position: fixed;
  right: 0px;
  top: 0px;
  cursor: pointer;
  opacity: 1;
  text-indent: -9999px;
  border-radius: 0;
  transition: all 0s ease;
  opacity: 0.7;
}
@media (max-width: 750px) {
  .mfp-iframe-scaler .mfp-close,
  .mfp-iframe-scaler button.mfp-close {
    width: 30px;
    height: 30px;
  }
}
.mfp-iframe-scaler .mfp-close:hover,
.mfp-iframe-scaler button.mfp-close:hover {
  opacity: 1;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/*
Design
*/
html, body {
  height: 100%;
}

body {
  overflow-y: scroll;
  background: #fff;
  color: #333333;
  font: normal 16px "Roboto", sans-serif;
}
body.dropdown-menu-active {
  position: fixed;
  width: 100%;
  overflow: hidden;
}

.dropdown-menu-active #outer {
  position: relative;
}
.dropdown-menu-active #outer:after {
  display: block;
  position: absolute;
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.25s ease;
}

#outer {
  overflow: hidden;
}

.container {
  max-width: 1140px;
  padding: 0 15px;
  margin: 0 auto;
  /*	position: relative;*/
}
.container:after {
  display: block;
  position: absolute;
  content: "";
  position: relative;
  clear: both;
}
@media (max-width: 1180px) {
  .container {
    max-width: 960px;
  }
}

#body {
  padding-top: 40px;
  padding-bottom: 40px;
}
#body:after {
  display: block;
  position: absolute;
  content: "";
  position: relative;
  clear: both;
}
#body .infoImage {
  margin: 40px auto;
}
#body .infoImage__item {
  margin: 0 0 20px;
}

.leftCol {
  float: left;
  width: 850px;
  width: 74.6%;
}
@media (max-width: 990px) {
  .leftCol {
    float: none;
    width: auto;
  }
}

@media (max-width: 990px) {
  .rightCol {
    margin: 30px 0 0;
  }
}
@media (max-width: 990px) {
  .rightCol .polls {
    margin: 0;
    padding: 15px;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
  }
}

@media (max-width: 990px) {
  #header {
    border-bottom: 34px solid #fa530a;
    position: relative;
  }
}
#header .infoImage {
  position: relative;
  background: #ec6e1e;
}
@media (max-width: 990px) {
  #header .infoImage {
    margin-left: -15px;
    margin-right: -15px;
  }
}
#header .infoImage:before {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  background: inherit;
  right: 100%;
  width: 1000px;
}
#header .infoImage:after {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  background: inherit;
  left: 100%;
  width: 1000px;
}
#header .infoImage img {
  margin: 0 auto;
  display: block;
}
#header .top {
  padding: 30px 0;
  -ms-flex-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align-content: center;
  -webkit-align-content: center;
  align-content: center;
}
@media (max-width: 990px) {
  #header .top {
    padding: 20px 0;
  }
}
@media (max-width: 990px) {
  #header .logo {
    width: 100%;
    text-align: center;
  }
}
#header .logo img {
  display: block;
}
@media (max-width: 990px) {
  #header .logo img {
    margin: 0 auto;
  }
}
#header .social {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  margin: 0;
}
@media (max-width: 990px) {
  #header .social {
    display: none;
  }
}
#header .social a {
  filter: invert(80%) sepia(8%) saturate(46%) hue-rotate(201deg) brightness(100%) contrast(80%);
  float: none;
  margin: 0 0 0 10px;
}
#header .social a:hover {
  filter: none;
}
@media (max-width: 990px) {
  #header .searchBox {
    position: absolute;
    width: calc(100vw - 15px);
    top: 100%;
    margin-top: 34px;
    left: 0px;
    -ms-transform: translate(-200%, 0);
    -webkit-transform: translate(-200%, 0);
    transform: translate(-200%, 0);
    transition: all 0.4s ease;
    background: #f1f1f1;
    padding: 10px 15px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  }
}
#header .searchBox input[type=text] {
  padding-right: 20px;
}
#header .searchBox form {
  padding-right: 15px;
  margin: 0;
  position: relative;
}
@media (max-width: 990px) {
  #header .searchBox form {
    width: 100%;
    box-sizing: border-box;
  }
}
#header .searchBox button {
  height: 36px;
  width: 36px;
  border: 1px solid #fa530a;
  border-radius: 50%;
  background: #fff url(img/icons/lupa.png) no-repeat center;
  position: absolute;
  right: 0;
  padding: 0;
  top: calc(50% - 18px);
}
#header .searchBox.nav-active {
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  z-index: 7;
}

.footer {
  padding: 45px 0 0px;
  background: #1f1f27;
}
@media (max-width: 990px) {
  .footer__menu {
    margin: 0 0 30px;
  }
}
.footer .infoImage {
  position: relative;
  background: #000;
}
.footer .infoImage:before {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  background: #000;
  right: 100%;
  width: 1000px;
}
.footer .infoImage:after {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  background: #000;
  left: 100%;
  width: 1000px;
}
.footer .infoImage img {
  margin: 0 auto;
  display: block;
}
.footer .container {
  padding-bottom: 40px;
}
.footer .title {
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  font-family: "Roboto", sans-serif;
  margin: 0 0 15px;
  color: #fff;
  padding: 0;
  position: relative;
  text-transform: uppercase;
  border-bottom: 2px solid #fff;
}
@media (max-width: 990px) {
  .footer .title {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    font-family: "Roboto", sans-serif;
  }
}
.footer .title a {
  color: #fff;
  text-decoration: none;
}
.footer .title a:hover {
  opacity: 0.7;
}
.footer .title span {
  color: #fa530a;
}
.footer .menu {
  margin: 0;
}
.footer .menu.col2 {
  margin: 0 -15px;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.footer .menu.col2 .column {
  box-sizing: border-box;
  padding: 0 15px;
  width: 50%;
}
.footer .menu__item {
  margin: 0 0 10px;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  font-family: "Roboto", sans-serif;
}
.footer .menu__item a {
  color: #fff;
  text-decoration: none;
}
.footer .menu__item a:hover {
  color: #fa530a;
}
.footer .copyRight {
  margin-top: 40px;
  color: #555555;
  font-size: 14px;
  line-height: 22px;
}
.footer .copyRight p {
  margin: 15px 0 0px;
}
.footer .copyRight a {
  color: #555555;
  text-decoration: none;
}
.footer .copyRight a:hover {
  color: #fa530a;
}

body > iframe {
  display: none;
}

.social {
  margin: 0 -5px;
  box-sizing: border-box;
  overflow: hidden;
}
.social a {
  display: block;
  float: left;
  margin: 0 5px;
  width: 36px;
  height: 36px;
  background: url(img/icons/social.png) no-repeat;
  transition: all 0s ease;
}
.social a.fb {
  background-position: 0 0;
}
.social a.vk {
  background-position: -37px 0;
}
.social a.tm {
  background-position: -74px 0;
}
.social a.rss {
  background-position: -111px 0;
}
.social a:hover.fb {
  background-position: 0 -37px;
}
.social a:hover.vk {
  background-position: -37px -37px;
}
.social a:hover.tm {
  background-position: -74px -37px;
}
.social a:hover.rss {
  background-position: -111px -37px;
}

.social__Item a {
  display: block;
  float: left;
  width: 29px;
  height: 29px;
  background: url(img/social.png) no-repeat;
  margin: 0 10px 0 0;
}
.social__Item a.fb {
  background-position: 0 0;
}
.social__Item a.vk {
  background-position: -30px 0;
}
.social__Item a.ok {
  background-position: -60px 0;
}
.social__Item a.tw {
  background-position: -90px 0;
}
.social__Item a.rss {
  background-position: -120px 0;
}
.social__Item a:hover.fb {
  background-position: 0 -30px;
}
.social__Item a:hover.vk {
  background-position: -30px -30px;
}
.social__Item a:hover.ok {
  background-position: -60px -30px;
}
.social__Item a:hover.tw {
  background-position: -90px -30px;
}
.social__Item a:hover.rss {
  background-position: -120px -30px;
}

.navigator {
  margin: 0 -15px 15px;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  font-family: "Roboto", sans-serif;
  color: #999;
  display: flex;
}
@media (max-width: 990px) {
  .navigator {
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    font-family: "Roboto", sans-serif;
  }
}
.navigator a {
  text-decoration: none;
  color: #fa530a;
  text-transform: uppercase;
  margin: 0 15px;
}
.navigator a:hover {
  color: #1f1f27;
}
.navigator span {
  margin: 0 15px;
}

#toTop {
  position: fixed;
  bottom: 100px;
  right: -10px;
  cursor: pointer;
  z-index: 10;
  padding-right: 30px;
  transition: all 0.25s ease;
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
@media (max-width: 990px) {
  #toTop {
    background: rgba(153, 153, 153, 0.7);
    padding: 0;
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 15px;
    right: 15px;
    cursor: pointer;
    display: none;
    color: #fff;
    z-index: 50;
    opacity: 0.8;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
#toTop:after {
  display: block;
  position: absolute;
  content: "";
  width: 24px;
  height: 17px;
  background: url(img/icons/arrow.png) no-repeat;
  right: 0;
  top: calc(50% - 6px);
  transition: all 0.25s ease;
  filter: invert(69%) sepia(0%) saturate(7352%) hue-rotate(59deg) brightness(50%) contrast(5%);
}
@media (max-width: 990px) {
  #toTop:after {
    width: 17px;
    height: 24px;
    background: url(img/icons/up1.png) no-repeat;
    filter: none;
    top: calc(50% - 12px);
    right: calc(50% - 9px);
    opacity: 0.4;
  }
}
#toTop span {
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  color: #999;
  transition: all 0.25s ease;
}
@media (max-width: 990px) {
  #toTop span {
    display: none;
  }
}
#toTop:hover:after {
  filter: none;
}
@media (max-width: 990px) {
  #toTop:hover:after {
    -ms-transform: translate(0, -3px);
    -webkit-transform: translate(0, -3px);
    transform: translate(0, -3px);
  }
}
#toTop:hover span {
  color: #fa530a;
}
@media (max-width: 990px) {
  #toTop:hover {
    opacity: 1;
    background-color: rgba(153, 153, 153, 0.8);
    filter: none;
  }
}

.fail-page #toTop:after {
  filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(171deg) brightness(177%) contrast(101%);
}
.fail-page #toTop span {
  color: #fff;
}
.fail-page #toTop:hover:after {
  filter: none;
}
@media (max-width: 990px) {
  .fail-page #toTop:hover:after {
    -ms-transform: translate(0, -3px);
    -webkit-transform: translate(0, -3px);
    transform: translate(0, -3px);
  }
}
.fail-page #toTop:hover span {
  color: #fa530a;
}
@media (max-width: 990px) {
  .fail-page #toTop:hover {
    opacity: 1;
    background-color: rgba(153, 153, 153, 0.8);
    filter: none;
  }
}

#nav_search {
  display: none;
}
@media (max-width: 990px) {
  #nav_search {
    display: block;
    position: absolute;
    right: 15px;
    top: 100%;
    margin-top: 7px;
    cursor: pointer;
    background: url(img/icons/lupa.png) no-repeat 0 0;
    filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(171deg) brightness(177%) contrast(101%);
    height: 19px;
    width: 18px;
  }
}
@media (max-width: 990px) {
  #nav_search.active {
    z-index: 5;
    background-position: 0 0;
    opacity: 0;
  }
}
#nav_search.active:after {
  display: block;
  position: absolute;
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#nav_dropdown {
  display: none;
  z-index: 1;
}
@media (max-width: 990px) {
  #nav_dropdown {
    position: absolute;
    left: 10px;
    top: 100%;
    margin-top: 4px;
    display: block;
    padding-left: 35px;
    padding-top: 4px;
    height: 25px;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    font-family: "Roboto", sans-serif;
    color: #1f1f27;
  }
}
#nav_dropdown:after {
  display: block;
  position: absolute;
  content: "";
  position: fixed;
  top: 0;
  left: 320px;
  bottom: 0;
  right: 0;
  display: none;
  transition: all 0.25s ease;
}
#nav_dropdown:hover {
  color: #fa530a;
}
#nav_dropdown:hover span {
  width: 23px;
  transition: all 0.25s ease;
}
#nav_dropdown.active {
  z-index: 11;
  position: fixed;
  top: 15px;
  margin-top: 0;
}
#nav_dropdown.active span {
  width: 20px;
}
#nav_dropdown.active span:before, #nav_dropdown.active span:after {
  background: #fff;
  width: 23px;
  height: 2px;
}
#nav_dropdown.active:after {
  display: block;
}
#nav_dropdown span {
  width: 23px;
  margin: 0 15px 0 0;
  display: inline-block;
  vertical-align: middle;
  z-index: 1;
}

.c-hamburger,
#nav_dropdown {
  display: none;
  /*width: $button-width;
  height: $button-height;*/
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: 0;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
}
@media (max-width: 990px) {
  .c-hamburger,
  #nav_dropdown {
    display: block;
  }
}

.c-hamburger:focus,
#nav_dropdown:focus {
  outline: none;
}

.c-hamburger span,
#nav_dropdown span {
  display: block;
  position: absolute;
  top: 12px;
  left: 5px;
  right: 5px;
  height: 2px;
  background: #fff;
}
.c-hamburger span::before,
.c-hamburger span::after,
#nav_dropdown span::before,
#nav_dropdown span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 23px;
  height: 2px;
  background-color: #fff;
  content: "";
}

.c-hamburger span::before,
#nav_dropdown span::before {
  top: -7px;
}

.c-hamburger span::after,
#nav_dropdown span::after {
  bottom: -7px;
}

/**
 * Style 2
 *
 * Hamburger to "x" (htx). Takes on a hamburger shape, bars slide
 * down to center and transform into an "x".
 */
.c-hamburger--htx,
#nav_dropdown {
  background: none;
}

.c-hamburger--htx span,
#nav_dropdown span {
  transition: background 0s 0.3s;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after,
#nav_dropdown span::before,
#nav_dropdown span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before,
#nav_dropdown span::before {
  transition-property: top, transform;
}

.c-hamburger--htx span::after,
#nav_dropdown span::after {
  transition-property: bottom, transform;
}

/* active state, i.e. menu open */
.c-hamburger--htx.is-active span,
#nav_dropdown.active span {
  background: none;
}

.stickTop .c-hamburger--htx.is-active span,
.stickTop #nav_dropdown.active span {
  background: none;
}

.c-hamburger--htx.is-active span::before,
#nav_dropdown.active span::before {
  top: 0px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #fff;
}

.c-hamburger--htx.is-active span::after,
#nav_dropdown.active span::after {
  bottom: 0;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #fff;
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after,
#nav_dropdown.active span::before,
#nav_dropdown.active span::after {
  transition-delay: 0s, 0.3s;
}

.menuTop {
  position: relative;
}
.menuTop:before {
  display: block;
  position: absolute;
  content: "";
  height: 5px;
  background: #1f1f27;
  width: 100vw;
  bottom: 0;
  margin-left: calc((100vw - 1155px) / 2 * -1);
}
@media (max-width: 1180px) {
  .menuTop:before {
    margin-left: calc((100vw - 975px) / 2 * -1);
  }
}
@media (max-width: 990px) {
  .menuTop:before {
    display: none;
  }
}
@media (max-width: 990px) {
  .menuTop {
    -ms-transform: translate(-200%, 0);
    -webkit-transform: translate(-200%, 0);
    transform: translate(-200%, 0);
    background: #1f1f27;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 320px;
    color: #fff;
    padding: 15px;
    padding-top: 50px;
    transition: all 0.25s ease;
    box-sizing: border-box;
  }
}
@media (max-width: 990px) {
  .menuTop.nav-active {
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    z-index: 5;
  }
}
.menuTop .social {
  display: none !important;
}
@media (max-width: 990px) {
  .menuTop .social {
    display: block !important;
    margin-top: 20px !important;
    padding-top: 15px;
    border-top: 2px solid #fff;
  }
}
@media (max-width: 990px) {
  .menuTop .social a {
    filter: none !important;
    display: inline-block;
    margin: 0 10px 0 0 !important;
  }
}
.menuTop ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 990px) {
  .menuTop ul {
    display: block;
  }
}
.menuTop ul li {
  margin: 0;
  padding: 0;
}
.menuTop ul li a, .menuTop ul li span {
  display: block;
  height: 38px;
  position: relative;
  text-transform: uppercase;
  color: #1f1f27;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
}
@media (max-width: 1180px) {
  .menuTop ul li a, .menuTop ul li span {
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    font-family: "Roboto", sans-serif;
    height: 32px;
  }
}
@media (max-width: 990px) {
  .menuTop ul li a, .menuTop ul li span {
    display: block;
    height: auto;
    padding: 10px 0;
    color: #fff;
  }
}
.menuTop ul li a:before, .menuTop ul li span:before {
  display: block;
  position: absolute;
  content: "";
  height: 5px;
  background: #fa530a;
  opacity: 0;
  width: 100%;
  bottom: 0;
  transition: all 0.25s ease;
}
@media (max-width: 990px) {
  .menuTop ul li a:before, .menuTop ul li span:before {
    display: none;
  }
}
.menuTop ul li:hover a, .menuTop ul li:hover span, .menuTop ul li.act a, .menuTop ul li.act span {
  color: #fa530a;
}
.menuTop ul li:hover a:before, .menuTop ul li:hover span:before, .menuTop ul li.act a:before, .menuTop ul li.act span:before {
  opacity: 1;
}

input[type=text], input[type=password], textarea {
  border: 1px solid #dddddd;
  height: 32px;
  line-height: 16px;
  font-family: "Roboto", sans-serif;
  color: #555;
  padding: 0px 10px;
  width: 100%;
  box-sizing: border-box;
  transition: all 0.25s ease;
  font-size: 14px;
  margin: 2px 0 0;
}
input[type=text]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}
input[type=text]::-moz-placeholder, input[type=password]::-moz-placeholder, textarea::-moz-placeholder {
  color: #999;
  opacity: 1;
}
input[type=text]:-moz-placeholder, input[type=password]:-moz-placeholder, textarea:-moz-placeholder {
  color: #999;
  opacity: 1;
}
input[type=text]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #999;
  opacity: 1;
}
input[type=text]:focus, input[type=password]:focus, textarea:focus {
  box-shadow: inset 1px 2px 2px rgba(0, 0, 0, 0.2);
  color: #333333;
}

textarea {
  height: 125px;
  padding: 7px;
  line-height: 18px;
}

input[type=submit], input[type=button], button, .btn {
  display: inline-block;
  height: 34px;
  line-height: 34px;
  font-family: "Roboto", sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  padding: 0px 20px;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  background: #fa530a;
  box-sizing: border-box;
  transition: all 0.25s ease;
}
input[type=submit]:hover, input[type=button]:hover, button:hover, .btn:hover {
  background: #3a80b3;
  color: #fff;
}
input[type=submit]:active, input[type=button]:active, button:active, .btn:active {
  background: #145c8f;
  color: #fff;
}
input[type=submit].btn-blue, input[type=button].btn-blue, button.btn-blue, .btn.btn-blue {
  background: #3a80b3;
  color: #fff;
}
input[type=submit].btn-blue:hover, input[type=button].btn-blue:hover, button.btn-blue:hover, .btn.btn-blue:hover {
  background: #fa530a;
}
input[type=submit].btn-big, input[type=button].btn-big, button.btn-big, .btn.btn-big {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  font-family: "Roboto", sans-serif;
}
input[type=submit].btn-big:hover, input[type=button].btn-big:hover, button.btn-big:hover, .btn.btn-big:hover {
  background: #000;
}

.btns {
  margin: 30px 0;
}
.btns .btn {
  padding: 10px 0;
  display: block;
}

.more-btn {
  margin: 10px 0 0;
  text-align: center;
}
@media (max-width: 990px) {
  .more-btn {
    margin: 0;
  }
}
.more-btn a, .more-btn .arrow {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 20px;
  line-height: 46px;
  font-family: "Ubuntu", sans-serif;
  padding: 0 30px;
  height: 54px;
  border: 2px solid #fa530a;
  border-radius: 5px;
  box-sizing: border-box;
  position: relative;
  color: #fa530a;
}
@media (max-width: 990px) {
  .more-btn a, .more-btn .arrow {
    font-weight: 500;
    font-size: 16px;
    line-height: 36px;
    font-family: "Ubuntu", sans-serif;
    height: 44px;
    padding: 0 20px;
  }
}
@media (max-width: 600px) {
  .more-btn a, .more-btn .arrow {
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    font-family: "Ubuntu", sans-serif;
    height: 34px;
  }
}
.more-btn a:after, .more-btn .arrow:after {
  content: "↓";
  font-size: 28px;
  display: inline-block;
  margin: 0 0 0 10px;
}
@media (max-width: 990px) {
  .more-btn a:after, .more-btn .arrow:after {
    font-size: 20px;
  }
}
.more-btn a:hover, .more-btn .arrow:hover {
  color: #1f1f27;
  border-color: #1f1f27;
}

.errortext {
  display: none;
}

.formField {
  position: relative;
  margin: 0 0 15px;
}
.formField.error input[type=text], .formField.error input[type=password], .formField.error textarea {
  border-color: #e20613 !important;
  position: relative;
}
.formField.error input[type=text]:after, .formField.error input[type=password]:after, .formField.error textarea:after {
  display: block;
  position: absolute;
  content: "";
  content: "!";
  font-weight: bold;
  right: 5px;
  top: 5px;
}
.formField.row {
  margin: 0 -15px 15px;
}
@media (max-width: 480px) {
  .formField.row.captcha .col-xs-5, .formField.row.captcha .col-xs-3 {
    float: none;
    width: auto;
  }
}
.formField.row button, .formField.row input[type=submit] {
  background: #3a80b3;
  color: #fff;
  border-color: #145b8f;
  box-shadow: inset -1px -1px 1px #2ab5de;
}
.formField.row button:hover, .formField.row input[type=submit]:hover {
  background: #da459c;
  background: -webkit-linear-gradient(top, #da459c 50%, #c81f83 100%);
  background: linear-gradient(top, #da459c 50%, #c81f83 100%);
  box-shadow: inset -1px -1px 1px #da459c;
  border-bottom: 2px solid #902a66;
}
.formField:after {
  display: block;
  position: absolute;
  content: "";
  position: relative;
  clear: both;
}
.formField label {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.formField label .jq-checkbox {
  -ms-flexbox: 0 0 24px;
  -webkit-flex: 0 0 24px;
  flex: 0 0 24px;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
}
.formField label span {
  -ms-flexbox: 1 1;
  -webkit-flex: 1 1;
  flex: 1 1;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  font-family: "Roboto", sans-serif;
}
.formField img {
  max-width: inherit;
}

.commentsForm {
  padding: 15px;
  background: #dddddd;
  font-size: 14px !important;
}
.commentsForm h3 {
  margin-top: 0 !important;
}
.commentsForm .formField {
  margin: 0 0 5px;
}
.commentsForm .formField.row {
  margin: 0 -15px 5px;
}

.content-search input[type=text] {
  height: 38px;
  line-height: 38px;
  width: 70%;
  margin-right: 10px;
  margin: 0 10px 0 0;
  float: left;
}

.captcha {
  overflow: hidden;
}
.captcha img {
  float: left;
  margin-right: 15px;
}
.captcha input {
  width: 120px;
}

.jq-checkbox {
  width: 24px;
  height: 24px;
  border: 1px solid #dddddd;
  background: #fff;
  vertical-align: middle;
  cursor: pointer;
  margin: 2px 5px 0 0;
}

.jq-checkbox.checked {
  background: #fff url(img/icons/checkbox.png) no-repeat center;
}

.jq-checkbox.disabled {
  opacity: 0.55;
  filter: alpha(opacity=55);
}

.jq-radio {
  width: 17px;
  height: 17px;
  border: 1px solid #8b9db0;
  border-radius: 50%;
  background: #fff;
  vertical-align: middle;
  cursor: pointer;
  display: inline-block;
  margin: 0 5px 0 0;
}

.jq-radio.checked .jq-radio__div {
  width: 11px;
  height: 11px;
  margin: 3px 0 0 3px;
  border-radius: 50%;
  background: #666;
}

.jq-radio.focused {
  border: 1px solid #08C;
}

.jq-radio.disabled {
  opacity: 0.55;
  filter: alpha(opacity=55);
}

.jq-file {
  width: 270px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.jq-file input {
  cursor: pointer;
  height: auto;
  line-height: 1em;
}

.jq-file__name {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 32px;
  padding: 0 80px 0 10px;
  color: #333;
  font: 14px/30px Arial, sans-serif;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  box-shadow: inset 1px 1px #F1F1F1;
  background: #FFF;
}

.focused .jq-file__name {
  border: 1px solid #5794BF;
}

.jq-file__browse {
  position: absolute;
  top: 1px;
  right: 1px;
  padding: 0 10px;
  border-left: 1px solid #CCC;
  border-radius: 0 4px 4px 0;
  background: #F1F1F1 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAIAAABi9+OQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABdJREFUeNpi+v//PxM2zMDAQEtxgAADAF2uTe9L4getAAAAAElFTkSuQmCC) repeat-x;
  box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #333;
  text-shadow: 1px 1px #FFF;
  font: 14px/30px Arial, sans-serif;
}

.jq-file:hover .jq-file__browse {
  background-color: #E6E6E6;
  background-position: 0 -10px;
}

.jq-file:active .jq-file__browse {
  background: #F5F5F5;
  box-shadow: inset 1px 1px 3px #DDD;
}

.jq-file.disabled .jq-file__name {
  color: #888;
}

.jq-file.disabled,
.jq-file.disabled .jq-file__browse {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888;
}

.jq-selectbox {
  vertical-align: middle;
  cursor: pointer;
  display: block !important;
  margin: 2px 0 0;
}

.jq-selectbox__select {
  height: 28px;
  padding: 0 35px 0 10px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  background: #fff;
  line-height: 28px;
}

.jq-selectbox__select:hover {
  background-color: #E6E6E6;
  background-position: 0 -10px;
}

.jq-selectbox__select:active {
  background: #F5F5F5;
  box-shadow: inset 1px 1px 3px #DDD;
}

.jq-selectbox.focused .jq-selectbox__select {
  border: 1px solid #5794BF;
}

.jq-selectbox.disabled .jq-selectbox__select {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888;
}

.jq-selectbox__select-text {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.jq-selectbox .placeholder {
  color: #888;
}

.jq-selectbox__trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 100%;
}

.jq-selectbox__trigger-arrow {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 0;
  height: 0;
  overflow: hidden;
  border-top: 10px solid #000;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  opacity: 0.3;
  filter: alpha(opacity=30);
}

.jq-selectbox:hover .jq-selectbox__trigger-arrow {
  opacity: 1;
  filter: alpha(opacity=100);
}

.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
  opacity: 0.3;
  filter: alpha(opacity=30);
}

.jq-selectbox__dropdown {
  top: 28px;
  width: 100% !important;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 1px solid #CCC;
  background: #FFF;
  font-size: 14px;
  box-shadow: 0px 2px 3px #777;
}

.jq-selectbox__search {
  margin: 5px;
  display: none;
}

.jq-selectbox__search input {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 5px 27px 6px 8px;
  outline: none;
  border: 1px solid #CCC;
  border-radius: 3px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==) no-repeat 100% 50%;
  box-shadow: inset 1px 1px #F1F1F1;
  color: #333;
  -webkit-appearance: textfield;
}

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
  -webkit-appearance: none;
}

.jq-selectbox__not-found {
  margin: 5px;
  padding: 5px 8px 6px;
  background: #F0F0F0;
  font-size: 13px;
}

.jq-selectbox ul {
  margin: 0;
  padding: 0;
}

.jq-selectbox li {
  padding: 5px 10px 5px !important;
  color: #231F20;
  margin: 0 !important;
}
.jq-selectbox li:before {
  display: none !important;
}

.jq-selectbox li.selected {
  background-color: #A3ABB1;
  color: #FFF;
}

.jq-selectbox li:hover {
  background-color: #145c8f;
  color: #FFF;
}

.jq-selectbox li.disabled {
  color: #AAA;
}

.jq-selectbox li.disabled:hover {
  background: none;
}

.jq-selectbox li.optgroup {
  font-weight: bold;
}

.jq-selectbox li.optgroup:hover {
  background: none;
  color: #231F20;
  cursor: default;
}

.jq-selectbox li.option {
  padding-left: 25px;
}

.jq-select-multiple {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  background: #FFF;
  color: #333;
  font: 14px/18px Arial, sans-serif;
  cursor: default;
}

.jq-select-multiple.focused {
  border: 1px solid #5794BF;
}

.jq-select-multiple.disabled {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888;
}

.jq-select-multiple ul {
  margin: 0;
  padding: 0;
}

.jq-select-multiple li {
  padding: 3px 9px 4px;
  list-style: none;
}

.jq-select-multiple li:first-child {
  border-radius: 3px 3px 0 0;
}

.jq-select-multiple li:last-child {
  border-radius: 0 0 3px 3px;
}

.jq-select-multiple li.selected {
  background: #08C;
  color: #FFF;
}

.jq-select-multiple li.disabled {
  color: #AAA;
}

.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
  background: #CCC;
  color: #FFF;
}

.jq-select-multiple li.optgroup {
  font-weight: bold;
}

.jq-select-multiple li.option {
  padding-left: 25px;
}

input[type=email].styler,
input[type=number].styler,
input[type=password].styler,
input[type=search].styler,
input[type=tel].styler,
input[type=text].styler,
input[type=url].styler,
textarea.styler {
  padding: 7px 9px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #333;
  font: 14px Arial, sans-serif;
}

input[type=search].styler {
  -webkit-appearance: none;
}

textarea.styler {
  overflow: auto;
}

input[type=email].styler:hover,
input[type=number].styler:hover,
input[type=password].styler:hover,
input[type=search].styler:hover,
input[type=tel].styler:hover,
input[type=text].styler:hover,
input[type=url].styler:hover,
textarea.styler:hover {
  border-color: #B3B3B3;
}

input[type=email].styler:focus,
input[type=number].styler:focus,
input[type=password].styler:focus,
input[type=search].styler:focus,
input[type=tel].styler:focus,
input[type=text].styler:focus,
input[type=url].styler:focus,
textarea.styler:focus {
  border-color: #CCC;
  border-top-color: #B3B3B3;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  outline: none;
}

button.styler,
input[type=button].styler,
input[type=submit].styler,
input[type=reset].styler {
  overflow: visible;
  padding: 7px 11px;
  outline: none;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: #F1F1F1 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAIAAABi9+OQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABdJREFUeNpi+v//PxM2zMDAQEtxgAADAF2uTe9L4getAAAAAElFTkSuQmCC) repeat-x;
  box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #333;
  text-shadow: 1px 1px #FFF;
  font: 14px Arial, sans-serif;
  cursor: pointer;
}

button.styler::-moz-focus-inner,
input[type=button].styler::-moz-focus-inner,
input[type=submit].styler::-moz-focus-inner,
input[type=reset].styler::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button.styler:after {
  content: "";
}

button.styler:not([disabled]):hover,
input[type=button].styler:not([disabled]):hover,
input[type=submit].styler:not([disabled]):hover,
input[type=reset].styler:hover {
  background-color: #E6E6E6;
  background-position: 0 -10px;
}

button.styler:not([disabled]):active,
input[type=button].styler:not([disabled]):active,
input[type=submit].styler:not([disabled]):active,
input[type=reset].styler:active {
  background: #F5F5F5;
  box-shadow: inset 1px 1px 3px #DDD;
}

button.styler[disabled],
input[type=button].styler[disabled],
input[type=submit].styler[disabled] {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888;
}

a {
  color: #1f1f27;
  text-decoration: underline;
  transition: all 0.25s ease;
}
a:hover {
  color: #fa530a;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  outline: none;
  outline: 0;
}

img {
  max-width: 100%;
  height: auto;
}

.row {
  box-sizing: border-box;
}
.row * {
  box-sizing: border-box;
}
.row.row-f {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.row.row-f:before, .row.row-f:after {
  display: none;
}

h1, h2, h3, .h1, .h2, .h3 {
  font-family: "Roboto", sans-serif;
  color: #242424;
  font-weight: normal;
  line-height: 100%;
  margin: 0.3rem 0 0.4rem 0;
}

h1, .h1 {
  font-weight: 300;
  font-size: 36px;
  line-height: 36px;
  font-family: "Ubuntu", sans-serif;
  color: #1f1f27;
  margin: 0px 0 20px;
  text-transform: uppercase;
}
@media (max-width: 990px) {
  h1, .h1 {
    font-weight: 300;
    font-size: 28px;
    line-height: 28px;
    font-family: "Ubuntu", sans-serif;
    padding: 15px 0 0;
    margin: 0px 0 10px;
  }
}
@media (max-width: 600px) {
  h1, .h1 {
    font-weight: 300;
    font-size: 22px;
    line-height: 22px;
    font-family: "Ubuntu", sans-serif;
  }
}

h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 26px;
  font-family: "Roboto", sans-serif;
  color: #1f1f27;
  margin: 30px 0 20px;
  text-transform: uppercase;
}
@media (max-width: 990px) {
  h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    font-family: "Roboto", sans-serif;
  }
}
@media (max-width: 600px) {
  h2 {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    font-family: "Roboto", sans-serif;
  }
}

.h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  font-family: "Roboto", sans-serif;
  color: #1f1f27;
  border-bottom: 2px solid #1f1f27;
  margin: 0 0 15px;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  .h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    font-family: "Roboto", sans-serif;
  }
}
.h2 a {
  text-decoration: none;
}
.h2 a.arrow {
  font-weight: 700;
  font-size: 12px;
  line-height: 24px;
  font-family: "Roboto", sans-serif;
  color: #fa530a;
  float: right;
  position: relative;
  padding-right: 34px;
  margin-top: 10px;
}
.h2 a.arrow:after {
  display: block;
  position: absolute;
  content: "";
  width: 24px;
  height: 17px;
  background: url(img/icons/arrow.png) no-repeat;
  right: 0;
  top: calc(50% - 8px);
  transition: all 0.25s ease;
}
.h2 a.arrow:hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

@media (max-width: 480px) {
  .news .h2 a.arrow {
    margin-top: 0px;
  }
}

h3, .h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  font-family: "Roboto", sans-serif;
  color: #1f1f27;
  margin: 30px 0 20px;
  text-transform: uppercase;
}
@media (max-width: 990px) {
  h3, .h3 {
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    font-family: "Roboto", sans-serif;
  }
}
@media (max-width: 600px) {
  h3, .h3 {
    margin: 30px 0 15px;
  }
}

.span1 {
  width: 847px;
  width: 48.7%;
}

.span2 {
  width: 555px;
  width: 48.7%;
}

.span4 {
  width: 265px;
  width: 22.6%;
}

.text {
  /*overflow: hidden;*/
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

.row {
  box-sizing: border-box;
}
.row * {
  box-sizing: border-box;
}

abbr {
  cursor: help;
}

.group:before, .group:after {
  content: "";
  display: table;
}
.group:after {
  clear: both;
}
.group {
  *zoom: 1;
}

.hidden {
  display: none;
}

.inline {
  display: inline;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.relative, .rel {
  position: relative;
}

.absolute {
  position: absolute;
}

.left, .leftalign, .tleft {
  text-align: left;
}

.center, .centeralign, .tcenter {
  text-align: center;
}

.right, .rightalign, .tright {
  text-align: right;
}

.topvalign, .vtop {
  vertical-align: top;
}

.middlevalign, .vmiddle {
  vertical-align: middle;
}

.bottomvalign, .vbottom {
  vertical-align: bottom;
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

.bold {
  font-weight: bold;
}

.italic {
  font-weight: italic;
}

.big, .big a {
  font-size: 1.25em;
}

.small, .small a {
  font-size: 0.8em;
}

.darkred, .darkred a {
  color: #800000;
}

.green, .green a {
  color: #008000;
}

.blue, .blue a {
  color: #145c8f;
}

.black, .black a {
  color: black;
}

.red, .red a {
  color: #e20613;
}

.grey, .grey a {
  color: #a6a6a6;
}

.bold, .bold a {
  font-weight: bold;
}

.star, .error, .req {
  color: #e20613;
}

.clear {
  clear: both;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.jserror span {
  padding-left: 24px;
  background-image: url(img//invalid.png) 3px 3px no-repeat;
  color: #e20613;
}

.jssuccess {
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url(img//valid.png) no-repeat;
}

.image-left {
  float: left;
  margin: 5px 15px 5px 0;
}
.image-left img {
  max-width: 300px;
  height: auto;
}

p.indent {
  text-indent: 1.25cm;
}

.docBack {
  margin: 15px 0;
}
.docBack a {
  padding: 0 0 0 20px;
  display: inline-block;
  background: url(img//arrow_left.png) no-repeat left center;
}

.back {
  text-align: left;
  clear: both;
  margin: 15px 0 0;
}

.cols {
  float: left;
  margin: 0 0 20px 40px;
}
.cols.col-1 {
  width: 300px;
  margin: 0 0 20px;
}
.cols.col-2 {
  width: 280px;
}

.content {
  font-size: 16px;
  line-height: 27px;
  color: #242424;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 990px) {
  .content .rightCol {
    padding: 0px;
  }
}
.content h2 {
  color: #242424;
  font-weight: 300;
  font-size: 26px;
  line-height: 28px;
  font-family: "Ubuntu", sans-serif;
  margin: 20px 0 15px;
}
@media (max-width: 990px) {
  .content h2 {
    font-weight: 300;
    font-size: 22px;
    line-height: 24px;
    font-family: "Ubuntu", sans-serif;
  }
}
@media (max-width: 600px) {
  .content h2 {
    font-weight: 300;
    font-size: 18px;
    line-height: 20px;
    font-family: "Ubuntu", sans-serif;
  }
}
.content h3 {
  color: #242424;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  font-family: "Ubuntu", sans-serif;
  margin: 20px 0 15px;
}
@media (max-width: 990px) {
  .content h3 {
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    font-family: "Ubuntu", sans-serif;
  }
}
@media (max-width: 600px) {
  .content h3 {
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    font-family: "Ubuntu", sans-serif;
  }
}
.content .title {
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  margin: 0 0 20px;
  color: #1f1f27;
  padding: 0;
  font-family: "Ubuntu", sans-serif;
  position: relative;
}
@media (max-width: 1024px) {
  .content .title {
    font-size: 20px;
    line-height: 20px;
  }
}
.content .title:before {
  display: block;
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  left: 0;
  bottom: 2px;
  background: #889bae;
}
.content .title span, .content .title a {
  display: inline-block;
  position: relative;
  background: #fff;
  padding: 0 5px 0 0;
  z-index: 1;
  text-decoration: none;
  color: #1f1f27;
}
.content .kitBox {
  margin: 30px 0;
}
.content .kitBox {
  margin: 30px 0;
}
.content .kitBox .kitContainer {
  position: absolute;
  left: 0;
  right: 0;
}
.content .kitBox img {
  width: 100%;
  height: 0;
  display: block;
}
.content .kitBox .kitText {
  background: #889bae;
  position: relative;
  padding: 10px 0;
  color: #fff;
}
.content .kitBox .kitText .row.container {
  padding: 0;
}
.content .kitBox .kitText .col-md-7 {
  font-size: 14px;
  z-index: 2;
  line-height: 18px !important;
  text-align: left;
  padding-left: 0px;
}
@media (max-width: 990px) {
  .content .kitBox .kitText .col-md-7 {
    padding-left: 15px;
  }
}
@media (max-width: 600px) {
  .content .kitBox .kitText .col-md-7 {
    font-size: 13px;
    line-height: 16px !important;
  }
}
.content .kitBox .kitText .col-md-4 {
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  font-family: "Ubuntu", sans-serif;
  text-align: right;
  float: right;
  padding-right: 0px;
}
@media (max-width: 990px) {
  .content .kitBox .kitText .col-md-4 {
    padding-right: 15px;
  }
}
.content a[href^="#"], .content a[name] {
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
}
.content a[href^="#"]:before, .content a[name]:before {
  content: "[";
  font-weight: 300;
}
.content a[href^="#"]:after, .content a[name]:after {
  content: "]";
  font-weight: 300;
}
.content a[name] {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
}
.content a[name]:before {
  content: "[";
  font-weight: 300;
}
.content a[name]:after {
  content: "]";
  font-weight: 300;
}
.content a[name]:hover {
  color: #1f1f27;
}
.content ul {
  margin: 10px 0;
  padding: 0;
}
.content ul li {
  list-style: none;
  margin: 0 0 10px;
  padding: 0 0 0 22px;
  position: relative;
}
.content ul li:before {
  display: block;
  position: absolute;
  content: "";
  width: 9px;
  height: 12px;
  background: url(img/bull-grey.png) no-repeat;
  left: 0;
  top: 8px;
}
.content .border {
  display: block;
  padding: 3px;
  border: 1px solid #c5ddf5;
}
.content__list__item {
  display: flex;
  margin: 0 -15px;
  color: #1f1f27;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  font-family: "Roboto", sans-serif;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
@media (max-width: 990px) {
  .content__list__item {
    flex-wrap: wrap;
  }
}
.content__list__item:before {
  display: block;
  position: absolute;
  content: "";
  left: 15px;
  right: 15px;
  height: 1px;
  bottom: 0;
  background: #999;
}
.content__list__item:first-child .chapter {
  font-size: 18px;
}
.content__list__item .chapter {
  flex: 0 0 195px;
  padding: 0 15px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  justify-content: flex-end;
  text-align: right;
}
@media (max-width: 990px) {
  .content__list__item .chapter {
    text-align: left;
    justify-content: flex-start;
    margin-bottom: 15px;
    flex: 1 1 100%;
  }
}
.content__list__item .section {
  flex: 1 1;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
}
.content__list__item .section .title {
  display: flex;
  align-items: flex-end;
  margin: 0 -15px 15px;
}
.content__list__item .section .title:last-child {
  margin-bottom: 0;
}
.content__list__item .section .title__item {
  flex: 1 1;
  padding: 0 15px;
}
.content__list__item .section .title .number {
  flex: 0 0 60px;
  justify-content: right;
  text-align: right;
  padding: 0 15px;
  font-weight: 700;
}
.content p {
  margin: 0 0 10px;
}
.content .doc {
  padding: 0 0 0 26px;
  display: block;
}
.content .doc img {
  float: left;
  margin: -7px 0 0 -26px;
}

.box-right {
  float: right;
  margin-right: -280px;
  margin-top: 10px;
  margin-bottom: 15px;
  position: relative;
  padding-right: 0;
  padding-left: 30px;
  display: block;
  page-break-inside: avoid;
}
@media (max-width: 990px) {
  .box-right {
    float: none;
    margin: 20px auto;
    padding: 0;
  }
}
.box-right h3, .box-right h2, .box-right h4 {
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  font-family: "Roboto", sans-serif;
  margin: 0 0 10px;
  color: #506275;
}
.box-right.slider {
  page-break-before: auto;
}
@media (max-width: 990px) {
  .box-right.slider {
    width: 549px;
    padding: 0;
  }
}
@media (max-width: 600px) {
  .box-right.slider {
    width: auto;
  }
}
.box-right p {
  margin: 0 0 10px;
}
.box-right p:last-child {
  margin: 0;
}
.box-right ul {
  margin: 10px 0;
  padding: 0;
}
.box-right ul li {
  list-style: none;
  margin: 0 0 10px;
  padding: 0 0 0 22px;
  position: relative;
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  font-family: "Ubuntu", sans-serif;
}
@media (max-width: 990px) {
  .box-right ul li {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    font-family: "Ubuntu", sans-serif;
  }
}
.box-right ul li:before {
  display: block;
  position: absolute;
  content: "";
  width: 9px;
  height: 12px;
  background: url(img/bull-grey.png) no-repeat;
  left: 0;
  top: 6px;
}

.box-text {
  padding: 20px 25px;
  border: 1px solid #dde7f0;
  display: block;
  color: #506275;
  margin: 20px 0 30px;
  clear: both;
  /*width:140%;*/
}
@media (max-width: 990px) {
  .box-text {
    width: auto;
    margin: 20px 0;
    padding: 15px;
  }
}
.box-text h3, .box-text h2, .box-text h4 {
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  font-family: "Roboto", sans-serif;
  margin: 0 0 10px;
  color: #506275;
}

.quote {
  border-top: 2px solid #1f1f27;
  border-bottom: 2px solid #1f1f27;
  padding: 15px 0px;
  display: block;
  color: #424242;
  /*p {
  		margin:0;
  	}*/
}
.quote h3 {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: "Roboto", sans-serif;
  margin: 0 0 15px;
}

.see-also {
  background: #e9e9e9;
  padding: 15px 20px;
  display: block;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  font-family: "Roboto", sans-serif;
  color: #242424;
}
@media (max-width: 990px) {
  .see-also {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    font-family: "Roboto", sans-serif;
  }
}
.see-also:after {
  display: block;
  position: absolute;
  content: "";
  position: relative;
  clear: both;
}
.see-also a {
  text-decoration: none;
}
.see-also p {
  margin: 0 0 10px;
}

.table {
  display: block;
}
.table table {
  width: 100%;
}
.table table th, .table table td {
  border: 1px solid #dce6f1;
  padding: 10px 8px;
  color: #506275;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  font-family: "Ubuntu", sans-serif;
  text-align: center;
}
@media (max-width: 600px) {
  .table table th, .table table td {
    padding: 5px;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    font-family: "Ubuntu", sans-serif;
  }
}
.table table th:first-child, .table table td:first-child {
  text-align: left;
  padding: 10px 12px;
}
.table table th {
  background: #eff5fa;
  color: #000;
}
.table p {
  margin: 5px 0 0 !important;
  font-size: 14px;
  line-height: 20px;
  color: #506275;
}

/*.share {
	position:relative;
	.vertical {
		@include breakpoint(tablet-portrait) {
			display:none;
		}
		.pluso {
			position:absolute;
			left:-13.2%;
		}
	}
	.gorizont {
		display:none;
		margin:0 0 20px;
		@include breakpoint(tablet-portrait) {
			display:block;
		}
	}
}*/
.share {
  position: relative;
}
.share .shareInner {
  position: absolute;
  left: -13.2%;
  width: 32px;
}
@media (max-width: 990px) {
  .share .shareInner {
    position: initial;
    margin: 0 0 20px;
    width: auto;
  }
}

/*p {
	&.end {
		position: relative;
		&:after {
			content: "";
			background: url(img/end.png) no-repeat;
			width: 16px;
			height: 16px;
			display: inline-block;
			vertical-align: middle;
			margin: 5px 0 0px 3px;
			position: absolute;
		}
	}
}*/
/*
Modules
*/
.news.row .news__item {
  margin: 0 0 30px;
}
@media (max-width: 990px) {
  .news__item {
    margin-bottom: 30px;
  }
}
.news__item .image {
  margin: 0 0 10px;
}
.news__item .image a {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: block;
  height: 154px;
}
.news__item .image a:before {
  display: block;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
}
.news__item .image .date {
  z-index: 1;
  position: absolute;
  left: 5px;
  bottom: 5px;
  color: #fff;
}
.news__item .title a {
  text-decoration: none;
}
.news__item .date {
  display: block;
  font-weight: 900;
  font-size: 14px;
  line-height: 16px;
  font-family: "Roboto", sans-serif;
}
.news__item .title {
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  font-family: "Roboto", sans-serif;
}
.news__item .desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  font-family: "Roboto", sans-serif;
  margin: 10px 0 0;
}
.news__subscribe {
  background: #1f1f27;
  padding: 17px;
  color: #fff;
  height: 100%;
}
@media (max-width: 990px) {
  .news__subscribe {
    margin-bottom: 30px;
  }
}
@media (max-width: 750px) {
  .news__subscribe {
    height: auto;
  }
}
.news__subscribe .title {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  font-family: "Roboto", sans-serif;
  margin: 0 0 15px;
}
.news__subscribe .formField {
  margin: 0 0 8px;
}
.news__subscribe .formButton {
  margin: 10px 0 0;
}
.news__subscribe .formButton button, .news__subscribe .formButton .btn {
  width: 100%;
  padding: 0;
  display: block;
}
.news__subscribe .label {
  color: #fff;
}
.news__subscribe .social {
  margin-top: 25px;
}
.news__subscribe .social__title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  font-family: "Roboto", sans-serif;
  margin: 0 0 10px;
}

aside .news .h2 {
  margin-top: -5px;
}
aside .news .h2 a {
  display: block;
  position: relative;
}
aside .news .h2 a:after {
  display: block;
  position: absolute;
  content: "";
  width: 24px;
  height: 17px;
  background: url(img/icons/arrow.png) no-repeat;
  right: 0;
  top: calc(50% - 8px);
  transition: all 0.25s ease;
}
aside .news .h2 a:hover {
  /*-webkit-filter: grayscale(100%);
  	filter: grayscale(100%);*/
  color: #fa530a;
}
aside .news__item {
  margin: 0 0 30px;
}

.opinions {
  padding: 15px 15px 15px;
  box-sizing: border-box;
}
@media (max-width: 990px) {
  .opinions {
    overflow: hidden;
  }
}
.opinions__Item a {
  text-decoration: none;
}
.opinions__Item .image {
  position: relative;
  margin: 0 0 10px;
}
@media (max-width: 990px) {
  .opinions__Item .image {
    float: left;
    margin: 0 15px 0 0;
    max-width: 230px;
  }
}
@media (max-width: 480px) {
  .opinions__Item .image {
    float: none;
    margin: 0 0 10px;
  }
}
.opinions__Item .image img {
  display: block;
  /*	@include breakpoint(tablet-portrait) {
  		width:100px;
  		position: relative;
  		z-index:2;
  	}		*/
}
.opinions__Item__Name {
  background: url(img/wht30.png) repeat;
  position: relative;
  box-sizing: border-box;
  padding: 5px;
  color: #fff;
  font-size: 13px;
  display: block;
  z-index: 2;
}
.opinions__Item__Name strong {
  display: block;
  font-size: 15px;
  line-height: 17px;
}
.opinions__Item__Title {
  color: #242424;
  font-size: 20px;
  line-height: 22px;
  font-weight: 500;
  margin: 0 0 10px;
}
@media (max-width: 1024px) {
  .opinions__Item__Title {
    font-size: 18px;
    line-height: 20px;
  }
}
.opinions__Item__Title a {
  color: #242424;
  text-decoration: none;
}
.opinions__Item__Title a:hover {
  color: #fa530a;
}
.opinions__Item__Desc {
  color: #506275;
  font-size: 14px;
  line-height: 20px;
}
.opinions__Item__Desc p {
  margin: 0;
}

.articlesTop {
  margin-bottom: 25px;
}
@media (max-width: 990px) {
  .articlesTop .promo {
    margin-bottom: 30px;
  }
}
.articlesTop .promo__item {
  height: 100%;
  min-height: 499px;
}
.articlesTop .history .h2 {
  font-weight: 700;
  font-size: 16px;
  line-height: 15px;
  font-family: "Roboto", sans-serif;
  padding-bottom: 6px;
}
.articlesTop .history .h2 a {
  display: block;
  color: #1f1f27;
  text-transform: uppercase;
  position: relative;
}
.articlesTop .history .h2 a:after {
  display: block;
  position: absolute;
  content: "";
  width: 17px;
  height: 12px;
  background: url(img/icons/arrow-s.png) no-repeat;
  right: 0;
  top: calc(50% - 6px);
  transition: all 0.25s ease;
}
.articlesTop .history .h2 a:hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.articlesTop .history__item {
  margin-top: 1px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 154px;
  display: block;
  position: relative;
}
.articlesTop .history__item:before {
  display: block;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
}
.articlesTop .history__item .text {
  padding: 18px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  z-index: 1;
}
.articlesTop .history__item .text .date {
  display: block;
  font-weight: 900;
  font-size: 14px;
  line-height: 16px;
  font-family: "Roboto", sans-serif;
}
.articlesTop .history__item .text .title {
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  font-family: "Roboto", sans-serif;
  transition: all 0.25s ease;
}
.articlesTop .history__item:hover .text .title {
  color: #fa530a;
}

.promo {
  position: relative;
}
.promo .category {
  position: absolute;
  top: 30px;
  left: 45px;
}
@media (max-width: 990px) {
  .promo .category {
    top: 15px;
    left: 15px;
  }
}
.promo .category a {
  display: block;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  padding: 5px 10px;
  color: #fff;
  background: rgba(31, 31, 39, 0.66);
}
.promo .category a:hover {
  background: #fa530a;
}
.promo__item {
  position: relative;
  text-decoration: none;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 750px) {
  .promo__item {
    min-height: 499px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.promo__item:before {
  display: block;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0.9) 20%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 20%, rgba(0, 0, 0, 0) 100%);
}
.promo__item img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 750px) {
  .promo__item img {
    display: none;
  }
}
.promo__item .text {
  padding: 30px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  z-index: 1;
}
@media (max-width: 990px) {
  .promo__item .text {
    padding: 15px;
  }
}
.promo__item .text .date {
  color: #fff;
  font-weight: 900;
  font-size: 14px;
  line-height: 16px;
  font-family: "Roboto", sans-serif;
  display: block;
  width: 100%;
}
.promo__item .text .title {
  font-weight: 700;
  font-size: 36px;
  line-height: 38px;
  font-family: "Roboto", sans-serif;
  display: block;
  width: 100%;
}
@media (max-width: 990px) {
  .promo__item .text .title {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    font-family: "Roboto", sans-serif;
  }
}
.promo__item .text .desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: "Roboto", sans-serif;
  margin: 10px 0 0;
  display: block;
}
@media (max-width: 990px) {
  .promo__item .text .desc {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    font-family: "Roboto", sans-serif;
  }
}
.promo__item:hover .title {
  color: #fa530a;
}

.publications {
  margin-top: 40px;
}
.publications aside {
  padding-top: 15px;
}

.articles {
  margin-bottom: 45px;
}
.articles#articles_list .articles__item {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.articles#articles_list .articles__item .image {
  -ms-flexbox: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  margin: 0 0 10px;
}
.articles.others .articles__item {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.articles.others .articles__item .image {
  -ms-flexbox: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  margin: 0 0 10px;
}
.articles.others .articles__item .title {
  margin: 0 0 15px;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 990px) {
  .articles.others .articles__item .title {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    font-family: "Roboto", sans-serif;
  }
}
@media (max-width: 750px) {
  .articles.others .articles__item .title {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    font-family: "Roboto", sans-serif;
  }
}
.articles__item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 0 30px;
  -ms-flex-align-items: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align-content: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}
@media (max-width: 415px) {
  .articles__item {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.articles__item:nth-of-type(2n) .image {
  -ms-order: 2;
  -webkit-order: 2;
  order: 2;
  margin: 0 0 0 15px;
}
@media (max-width: 415px) {
  .articles__item:nth-of-type(2n) .image {
    -ms-order: 0;
    -webkit-order: 0;
    order: 0;
    margin: 0 0 10px;
  }
}
.articles__item .image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  -ms-flexbox: 0 0 460px;
  -webkit-flex: 0 0 460px;
  flex: 0 0 460px;
  margin: 0 15px 0 0;
  height: 270px;
}
@media (max-width: 990px) {
  .articles__item .image {
    -ms-flexbox: 0 0 50%;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
@media (max-width: 415px) {
  .articles__item .image {
    -ms-flexbox: 0 0 100%;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 0 0 10px;
  }
}
.articles__item .image .category {
  z-index: 1;
  top: auto;
  right: auto;
  bottom: 18px;
  left: 18px;
}
.articles__item .image a {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.articles__item .image:before {
  display: block;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
.articles__item .text {
  -ms-flexbox: 1 1;
  -webkit-flex: 1 1;
  flex: 1 1;
}
.articles__item .category {
  display: block;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  padding: 5px 10px;
  color: #fff;
  background: rgba(31, 31, 39, 0.66);
  position: absolute;
  bottom: 18px;
  left: 18px;
}
.articles__item .category:hover {
  background: #fa530a;
}
.articles__item .title a {
  text-decoration: none;
}
.articles__item .title a:hover {
  color: #fa530a;
}
.articles__item .date {
  display: block;
  font-weight: 900;
  font-size: 14px;
  line-height: 16px;
  font-family: "Roboto", sans-serif;
  color: #999;
}
.articles__item .title {
  font-weight: 700;
  font-size: 32px;
  line-height: 36px;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 990px) {
  .articles__item .title {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    font-family: "Roboto", sans-serif;
  }
}
@media (max-width: 750px) {
  .articles__item .title {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    font-family: "Roboto", sans-serif;
  }
}
.articles__item .desc {
  margin: 10px 0 0;
}
.articles.row {
  margin-bottom: 0px;
}
.articles.row .articles__item {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.articles.row .articles__item:nth-of-type(2n) .image {
  -ms-order: 0;
  -webkit-order: 0;
  order: 0;
  margin: 0 0 10px;
}
.articles.row .articles__item.col-md-12 .image {
  -ms-flexbox: 0 0 33.3333%;
  -webkit-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  margin: 0 30px 0 0;
}
@media (max-width: 990px) {
  .articles.row .articles__item.col-md-12 .image {
    -ms-flexbox: 0 0 100%;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 0 0 10px;
  }
}
.articles.row .articles__item .image {
  -ms-flexbox: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  height: 154px;
  margin: 0 0 10px;
}
.articles.row .articles__item .title {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 990px) {
  .articles.row .articles__item .title {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    font-family: "Roboto", sans-serif;
  }
}

.articleItem {
  margin: 0 0 30px;
}
.articleItem__Desc {
  color: #242424;
  font-size: 22px;
  line-height: 28px;
  margin: 20px 0 30px;
}
@media (max-width: 1180px) {
  .articleItem__Desc {
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    font-family: "Roboto", sans-serif;
  }
}
@media (max-width: 990px) {
  .articleItem__Desc {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    font-family: "Roboto", sans-serif;
  }
}
@media (max-width: 480px) {
  .articleItem__Desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    font-family: "Roboto", sans-serif;
  }
}
.articleItem__Author {
  font-size: 20px;
  line-height: 20px;
  font-weight: 300;
  margin: 0 0 10px;
  color: #1f1f27;
  font-family: "Ubuntu", sans-serif;
}
@media (max-width: 990px) {
  .articleItem__Author {
    font-size: 18px;
    line-height: 18px;
    float: none;
  }
}
@media (max-width: 480px) {
  .articleItem__Author {
    font-size: 16px;
    line-height: 16px;
  }
}
.articleItem__Author.fright strong {
  display: inline;
}
.articleItem__Author strong, .articleItem__Author span {
  font-weight: 500;
  display: block;
}
.articleItem__Author a {
  text-decoration: none;
}
.articleItem .text {
  color: #1f1f27;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 990px) {
  .articleItem .text {
    padding: 0;
  }
}
.articleItem .text img[align=right] {
  margin: 10px -295px 10px 15px;
}
@media (max-width: 990px) {
  .articleItem .text img[align=right] {
    float: none;
    margin: 15px 0;
  }
}
.articleItem .text img[align=left] {
  margin: 5px 15px 5px 0;
}
@media (max-width: 480px) {
  .articleItem .text img[align=left] {
    float: none;
    margin: 15px 0;
  }
}
.articleItem .text a {
  color: #fa530a;
  text-decoration: none;
  transition: all 0.25s ease;
}
.articleItem .text a:hover {
  color: #1f1f27;
  text-decoration: none;
}
.articleItem .text a:hover, .articleItem .text a:focus, .articleItem .text a:active {
  outline: none;
  outline: 0;
}
.articleItem .text p.top:first-letter {
  font-size: 36px;
  font-weight: 600;
}
@media (max-width: 990px) {
  .articleItem .text iframe {
    width: 100% !important;
  }
}
.articleItem .text .image_left, .articleItem .text .image_right {
  position: relative;
  border-bottom: 1px solid #cccccc;
}
.articleItem .text .image_left .image, .articleItem .text .image_right .image {
  margin: 0;
}
.articleItem .text .image_left .image img, .articleItem .text .image_right .image img {
  display: block;
}
.articleItem .text .image_left .slideTitle, .articleItem .text .image_right .slideTitle {
  /*	position:absolute;
  		bottom:19px;
  		right:0;
  		left:0;	*/
}
.articleItem .text .image_left .slideTitle div, .articleItem .text .image_right .slideTitle div {
  position: relative;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  font-family: "Roboto", sans-serif;
  z-index: 2;
  margin: 10px 0 5px;
}
.articleItem .text .image_left .slideTitle span, .articleItem .text .image_right .slideTitle span {
  display: block;
  color: #999999;
  text-align: right;
  margin: 10px 0 5px;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  font-family: "Roboto", sans-serif;
}
.articleItem .authorInfo {
  margin: 0 0 25px;
}
.articleItem .authorInfo .articleItem__Author {
  font-family: "Ubuntu", sans-serif;
}
.articleItem .authorInfo .articleItem__Author strong {
  font-size: 24px;
  margin: 0 0 3px;
}
@media (max-width: 990px) {
  .articleItem .authorInfo .articleItem__Author strong {
    font-size: 20px;
    line-height: 20px;
  }
}
.articleItem .photo {
  float: left;
  margin: 0 30px 0 0;
  border: 1px solid #dddddd;
  padding: 2px;
}
.articleItem .photo img {
  background: #fff;
  max-width: 164px;
  display: block;
}
.articleItem h1 {
  color: #1f1f27;
  font-weight: 600;
  font-size: 48px;
  line-height: 52px;
  font-family: "Roboto", sans-serif;
  margin: 0 0 20px;
  text-transform: none;
  clear: both;
}
@media (max-width: 1180px) {
  .articleItem h1 {
    font-weight: 600;
    font-size: 40px;
    line-height: 44px;
    font-family: "Roboto", sans-serif;
  }
}
@media (max-width: 990px) {
  .articleItem h1 {
    font-weight: 600;
    font-size: 36px;
    line-height: 40px;
    font-family: "Roboto", sans-serif;
  }
}
.articleItem .date {
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  font-family: "Roboto", sans-serif;
  color: #999;
  margin: 0 0 15px;
  float: left;
}
@media (max-width: 830px) {
  .articleItem .date {
    float: none;
    margin: 0 0 5px;
  }
}
.articleItem .date .category {
  text-transform: uppercase;
  text-decoration: none;
  color: #fa530a;
  display: inline-block;
  margin-right: 10px;
}
.articleItem .date .category:hover {
  color: #1f1f27;
}
.articleItem .tags {
  float: right;
  margin: 0 0 15px;
}
@media (max-width: 990px) {
  .articleItem .tags {
    float: none;
  }
}
.articleItem .tags a {
  display: inline-block;
  padding: 2px 5px;
  font-weight: 700;
  font-size: 11px;
  line-height: 14px;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  background: #999999;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 5px 10px;
}
@media (max-width: 990px) {
  .articleItem .tags a {
    margin: 0 10px 5px 0;
  }
}
.articleItem .tags a:hover {
  background: #fa530a;
}
.articleItem .tags a:first-child {
  margin: 0 0 5px;
}
@media (max-width: 990px) {
  .articleItem .tags a:first-child {
    margin: 0 10px 5px 0;
  }
}
.articleItem .author {
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  font-family: "Roboto", sans-serif;
  margin: 0 0 10px;
}
.articleItem .author a {
  color: #fa530a;
  text-decoration: none;
}
.articleItem .author a:hover {
  color: #1f1f27;
}
.articleItem .image {
  position: relative;
  margin-bottom: 30px;
}
.articleItem .image:after {
  display: block;
  position: absolute;
  content: "";
  position: relative;
  clear: both;
}
@media (max-width: 990px) {
  .articleItem .image {
    margin-bottom: 0 0 20px;
  }
}
.articleItem .image img {
  display: block;
  clear: both;
}
.articleItem .image .articleItem__Author {
  margin: 0 0 30px;
}
.articleItem .image .date {
  margin: 0 0 30px;
}
.articleItem .image .date.red {
  color: #c7138b;
  margin: 0 0 10px;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  font-family: "Ubuntu", sans-serif;
}
@media (max-width: 830px) {
  .articleItem .image .date.red {
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    font-family: "Ubuntu", sans-serif;
  }
}
.articleItem .image .text .date {
  color: #c7138b;
  margin: 0 0 10px;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  font-family: "Ubuntu", sans-serif;
}
@media (max-width: 830px) {
  .articleItem .image .text .date {
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    font-family: "Ubuntu", sans-serif;
  }
}
.articleItem .image .text p {
  margin: 10px 0 0;
  line-height: 22px !important;
}
.articleItem .image .photoText {
  border-bottom: 1px solid #cccccc;
  margin: 5px 0 0;
}
.articleItem .image .photoText div {
  position: relative;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  font-family: "Roboto", sans-serif;
  z-index: 2;
}
@media (max-width: 600px) {
  .articleItem .image .photoText div {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-family: "Roboto", sans-serif;
  }
}
.articleItem .image .photoText span {
  display: block;
  color: #999999;
  text-align: right;
  margin: 10px 0 5px;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  font-family: "Roboto", sans-serif;
}
.articleItem .image .photo_Author {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: right;
  padding: 10px 15px;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  font-weight: 300;
}
.articleItem .anchors {
  padding: 20px 0 0px;
  margin: 0 0 20px;
  border-top: 1px solid #dde7f0;
  color: #506275;
  font-size: 14px;
  line-height: 18px;
}
.articleItem .anchors p {
  margin: 0 0 5px;
}
.articleItem .themes {
  border-top: 1px solid #dde7f0;
  padding: 20px 0 0px;
  margin: 20px 0;
  font-size: 14px;
  line-height: 18px;
}
.articleItem .themes p {
  margin: 0;
}
.articleItem .themes strong {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  font-family: "Ubuntu", sans-serif;
  text-transform: uppercase;
  display: block;
  margin: 0 0 5px;
}
.articleItem a {
  text-decoration: none;
}

.news.row .news__item {
  margin: 0 0 30px;
}
@media (max-width: 990px) {
  .news__item {
    margin-bottom: 30px;
  }
}
.news__item .image {
  margin: 0 0 10px;
}
.news__item .image a {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: block;
  height: 154px;
}
.news__item .image a:before {
  display: block;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
}
.news__item .image .date {
  z-index: 1;
  position: absolute;
  left: 5px;
  bottom: 5px;
  color: #fff;
}
.news__item .title a {
  text-decoration: none;
}
.news__item .date {
  display: block;
  font-weight: 900;
  font-size: 14px;
  line-height: 16px;
  font-family: "Roboto", sans-serif;
}
.news__item .title {
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  font-family: "Roboto", sans-serif;
}
.news__item .desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  font-family: "Roboto", sans-serif;
  margin: 10px 0 0;
}
.news__subscribe {
  background: #1f1f27;
  padding: 17px;
  color: #fff;
  height: 100%;
}
@media (max-width: 990px) {
  .news__subscribe {
    margin-bottom: 30px;
  }
}
@media (max-width: 750px) {
  .news__subscribe {
    height: auto;
  }
}
.news__subscribe .title {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  font-family: "Roboto", sans-serif;
  margin: 0 0 15px;
}
.news__subscribe .formField {
  margin: 0 0 8px;
}
.news__subscribe .formButton {
  margin: 10px 0 0;
}
.news__subscribe .formButton button, .news__subscribe .formButton .btn {
  width: 100%;
  padding: 0;
  display: block;
}
.news__subscribe .label {
  color: #fff;
}
.news__subscribe .social {
  margin-top: 25px;
}
.news__subscribe .social__title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  font-family: "Roboto", sans-serif;
  margin: 0 0 10px;
}

aside .news .h2 {
  margin-top: -5px;
}
aside .news .h2 a {
  display: block;
  position: relative;
}
aside .news .h2 a:after {
  display: block;
  position: absolute;
  content: "";
  width: 24px;
  height: 17px;
  background: url(img/icons/arrow.png) no-repeat;
  right: 0;
  top: calc(50% - 8px);
  transition: all 0.25s ease;
}
aside .news .h2 a:hover {
  /*-webkit-filter: grayscale(100%);
  	filter: grayscale(100%);*/
  color: #fa530a;
}
aside .news__item {
  margin: 0 0 30px;
}

.failBox {
  position: relative;
  /*	min-height: 600px;
  	@include breakpoint(tablet-portrait) {
  		min-height: inherit;
  	}

  	@include breakpoint(tablet-portrait) {
  		background: url(img/fail-bg.png) no-repeat center right;
  	}
  		&:before {
  			@include twins;
  			bottom:-40px;
  			background: url(img/fail-bg01.jpg) no-repeat right;
  			top:-39px;
  			right: -15px;
  			width: 100%;
  			background-size: auto 100%;
  			z-index: 0;
  			@include breakpoint(tablet-portrait) {
  				display: none;
  			}
  		}
  		&:after {
  			@include twins;
  			background: #41a7d0;
  			left:100%;
  			top:-39px;
  			bottom:-40px;
  			width:1000px;
  			z-index: 0;
  			margin-left:15px;
  			@include breakpoint(tablet-portrait) {
  				display: none;
  			}
  		}*/
  /*a[href^="name"]*/
}
.failBox h1 {
  font-weight: 300;
  font-size: 48px;
  line-height: 52px;
  font-family: "Roboto", sans-serif;
  color: #1f1f27;
  margin: 0 0 30px;
  position: relative;
  z-index: 1;
  text-decoration: none;
}
@media (max-width: 990px) {
  .failBox h1 {
    font-weight: 300;
    font-size: 36px;
    line-height: 40px;
    font-family: "Roboto", sans-serif;
  }
}
@media (max-width: 750px) {
  .failBox h1 {
    font-weight: 300;
    font-size: 30px;
    line-height: 32px;
    font-family: "Roboto", sans-serif;
    padding-top: 0;
  }
}
.failBox h1 a {
  text-decoration: none;
  text-transform: none;
  color: #fa530a;
}
.failBox h1 a:hover {
  color: #1f1f27;
}
.failBox h1 span {
  display: block;
  font-weight: 700;
  font-size: 64px;
  line-height: 66px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 990px) {
  .failBox h1 span {
    font-weight: 700;
    font-size: 48px;
    line-height: 50px;
    font-family: "Roboto", sans-serif;
  }
}
@media (max-width: 750px) {
  .failBox h1 span {
    font-weight: 700;
    font-size: 32px;
    line-height: 36px;
    font-family: "Roboto", sans-serif;
  }
}
.failBox h2 {
  font-weight: 300;
  font-size: 30px;
  line-height: 32px;
  font-family: "Roboto", sans-serif;
  text-transform: none;
  color: #fa530a;
}
@media (max-width: 750px) {
  .failBox h2 {
    margin-top: 0;
  }
}
@media (max-width: 750px) {
  .failBox #keis {
    padding-top: 30px;
  }
}
.failBox div {
  position: relative;
  z-index: 1;
}
.failBox .text {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  font-family: "Roboto", sans-serif;
  color: #1f1f27;
  margin: 30px 0;
}
@media (max-width: 750px) {
  .failBox .text {
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    font-family: "Roboto", sans-serif;
    margin: 30px 0 10px;
  }
}
.failBox .text p {
  margin: 0 0 10px;
}
.failBox .text p:last-child {
  margin: 0;
}
.failBox .image {
  margin: 5px 0 56px;
}
@media (max-width: 750px) {
  .failBox .image {
    margin: 0px auto 30px;
    text-align: center;
  }
}
.failBox .image img {
  display: block;
  margin: 0 auto;
}
.failBox ul li a i, .failBox ul li a em {
  color: #999;
  text-decoration: none;
  font-size: 14px;
  font-weight: normal;
}
.failBox ul.list li {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 0;
  line-height: 20px;
  margin-bottom: 15px;
}
.failBox ul.list li:before {
  content: "";
  -ms-flexbox: 0 0 32px;
  -webkit-flex: 0 0 32px;
  flex: 0 0 32px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 10px 0 0;
  height: 39px;
  background: url(img/icons/pdf-b.png) no-repeat center;
  position: relative;
  left: auto;
  top: auto;
}
.failBox ul.list li span {
  -ms-flexbox: 1 1;
  -webkit-flex: 1 1;
  flex: 1 1;
}
.failBox ul.list li a {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
}
.failBox ul.list li a:hover {
  color: #fa530a;
}
.failBox ul.list li a:hover i, .failBox ul.list li a:hover em {
  color: #999;
}
.failBox .docs {
  margin: 0 0 30px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 750px) {
  .failBox .docs {
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.failBox .docs a {
  -ms-flex-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align-content: center;
  -webkit-align-content: center;
  align-content: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  padding: 10px 25px;
  margin: 0 0 15px;
  font-weight: 900;
  font-size: 18px;
  line-height: 20px;
  font-family: "Roboto", sans-serif;
  -ms-flexbox: 1 1;
  -webkit-flex: 1 1;
  flex: 1 1;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  background: #fa530a;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border-radius: 30px;
  width: 100%;
}
@media (max-width: 990px) {
  .failBox .docs a {
    font-weight: 900;
    font-size: 16px;
    line-height: 18px;
    font-family: "Roboto", sans-serif;
  }
}
@media (max-width: 750px) {
  .failBox .docs a {
    font-weight: 900;
    font-size: 15px;
    line-height: 17px;
    font-family: "Roboto", sans-serif;
  }
}
@media (max-width: 990px) {
  .failBox .docs a {
    padding: 5px 20px;
    -ms-flexbox: 1 1 100%;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}
@media (max-width: 750px) {
  .failBox .docs a {
    padding: 5px 18px;
    max-width: 264px;
    margin: 0 10px 15px;
    -ms-flexbox: 1 1 auto;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}
.failBox .docs a.mob-btn {
  display: none;
}
@media (max-width: 750px) {
  .failBox .docs a.mob-btn {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
.failBox .docs a:after {
  display: none;
}
.failBox .docs a:last-child {
  margin: 0;
}
@media (max-width: 750px) {
  .failBox .docs a:last-child {
    margin: 0 10px 15px;
  }
}
.failBox .docs a span {
  font-weight: 900;
  font-size: 18px;
  line-height: 20px;
  font-family: "Roboto", sans-serif;
  -ms-flexbox: 0 0 auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media (max-width: 990px) {
  .failBox .docs a span {
    font-weight: 900;
    font-size: 16px;
    line-height: 18px;
    font-family: "Roboto", sans-serif;
  }
}
@media (max-width: 750px) {
  .failBox .docs a span {
    font-weight: 900;
    font-size: 15px;
    line-height: 17px;
    font-family: "Roboto", sans-serif;
  }
}
.failBox .docs a span i {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  display: block;
}
@media (max-width: 990px) {
  .failBox .docs a span i {
    font-weight: 400;
    font-size: 13px;
    line-height: 14px;
    font-family: "Roboto", sans-serif;
  }
}
@media (max-width: 750px) {
  .failBox .docs a span i {
    font-weight: 400;
    font-size: 11px;
    line-height: 12px;
    font-family: "Roboto", sans-serif;
  }
}
.failBox .docs a span em {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
}
.failBox .docs a:before {
  content: "";
  height: 32px;
  margin: 0 10px 0 0;
  display: inline-block;
  width: 24px;
  margin: 0 10px 0 0;
}
.failBox .docs a.pdf:before {
  background: url(img/icons/pdf.png) no-repeat;
}
.failBox .docs a.fb2:before {
  background: url(img/icons/fb2.png) no-repeat;
}
.failBox .docs a:hover {
  background: #1f1f27;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 415px) {
  .events#articles_list .col-xs-6 {
    width: 100%;
  }
}
.events#articles_list .events__item .image {
  margin: 0 0px 10px;
}
@media (max-width: 990px) {
  .events#articles_list .events__item .image {
    -ms-flexbox: 0 0 100%;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 0 0px 10px;
  }
}
@media (max-width: 415px) {
  .events#articles_list .events__item .image {
    -ms-flexbox: 0 0 100%;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 0 0px 10px;
  }
}
.events#articles_list .events__item .image a {
  min-height: inherit;
}
.events.reviews .events__item .image {
  margin: 0 0px 10px;
}
@media (max-width: 990px) {
  .events.reviews .events__item .image {
    -ms-flexbox: 0 0 100%;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 0 0px 10px;
  }
}
@media (max-width: 415px) {
  .events.reviews .events__item .image {
    -ms-flexbox: 0 0 100%;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 0 0px 10px;
  }
}
.events.reviews .events__item .image a {
  min-height: inherit;
  display: block;
  height: 500px;
  background-position: center;
  background-size: cover;
}
@media (max-width: 990px) {
  .events.reviews .events__item .image a {
    height: 400px;
  }
}
@media (max-width: 415px) {
  .events.reviews .events__item .image a {
    height: 300px;
  }
}
.events.analytics {
  padding: 15px;
  background: #1f1f27;
  margin: 0 0 30px;
}
.events.analytics .h2 {
  border: none;
  color: #fff;
}
.events.analytics .h2 a {
  color: #fff;
}
.events.analytics .events__item {
  color: #fff;
  margin: 0;
}
.events.analytics .events__item .image {
  margin: 0 -15px 10px;
}
@media (max-width: 990px) {
  .events.analytics .events__item .image {
    -ms-flexbox: 0 0 33.3333%;
    -webkit-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    margin: 0 15px 0 0;
  }
}
@media (max-width: 415px) {
  .events.analytics .events__item .image {
    -ms-flexbox: 0 0 calc(100% + 30px);
    -webkit-flex: 0 0 calc(100% + 30px);
    flex: 0 0 calc(100% + 30px);
    margin: 0 -15px 10px;
  }
}
.events.analytics .events__item .image a {
  min-height: inherit;
}
.events.analytics .events__item .title {
  padding: 0;
  background: none;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  font-family: "Roboto", sans-serif;
}
.events.analytics .events__item .title a {
  color: #fff;
}
.events.analytics .events__item .title a:hover {
  color: #fa530a;
}
.events .h2 {
  font-weight: 700;
  font-size: 16px;
  line-height: 15px;
  font-family: "Roboto", sans-serif;
  padding-bottom: 6px;
}
.events .h2 a {
  display: block;
  color: #1f1f27;
  text-transform: uppercase;
  position: relative;
}
.events .h2 a:after {
  display: block;
  position: absolute;
  content: "";
  width: 17px;
  height: 12px;
  background: url(img/icons/arrow-s.png) no-repeat;
  right: 0;
  top: calc(50% - 6px);
  transition: all 0.25s ease;
}
.events .h2 a:hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.events__item {
  margin: 0 0 30px;
  position: relative;
}
@media (max-width: 990px) {
  .events__item {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.events__item img {
  display: block;
  position: relative;
  z-index: 0;
}
@media (max-width: 990px) {
  .events__item .text {
    -ms-flexbox: 1 1;
    -webkit-flex: 1 1;
    flex: 1 1;
  }
}
.events__item .image {
  margin-bottom: 10px;
}
@media (max-width: 990px) {
  .events__item .image {
    -ms-flexbox: 0 0 33.3333%;
    -webkit-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    margin: 0 15px 0 0;
  }
}
@media (max-width: 415px) {
  .events__item .image {
    -ms-flexbox: 0 0 100%;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 0 0 10px;
  }
}
.events__item .image a {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 154px;
  display: block;
  position: relative;
}
.events__item .image a img {
  display: block;
  position: relative;
  z-index: 0;
}
@media (max-width: 990px) {
  .events__item .image a img {
    width: 100%;
  }
}
.events__item .image a:before {
  display: block;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.9);
  background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
}
.events__item .image a .date, .events__item .image a .author {
  z-index: 2;
  position: absolute;
  left: 15px;
  bottom: 10px;
  color: #fff;
}
.events__item .date {
  display: block;
  font-weight: 900;
  font-size: 14px;
  line-height: 16px;
  font-family: "Roboto", sans-serif;
}
.events__item .author {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  font-family: "Roboto", sans-serif;
}
.events__item .author strong {
  display: block;
  text-transform: uppercase;
}
.events__item .title {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  font-family: "Roboto", sans-serif;
  transition: all 0.25s ease;
}
.events__item .title a {
  text-decoration: none;
}
.events__item .desc {
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  font-family: "Roboto", sans-serif;
  margin: 10px 0 0;
}
.events__item:hover .text .title {
  color: #fa530a;
}

.comments {
  clear: both;
}
.comments__Title {
  padding: 5px 10px;
  background: #dce6f1;
  margin: 0 0 20px;
}
.comments__Title:after {
  display: block;
  position: absolute;
  content: "";
  position: relative;
  clear: both;
}
.comments__Title .btn_open {
  float: right;
  font-weight: 300;
  font-size: 20px;
  line-height: 20px;
  font-family: "Ubuntu", sans-serif;
  color: #1f1f27;
  cursor: pointer;
}
@media (max-width: 990px) {
  .comments__Title .btn_open {
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    font-family: "Ubuntu", sans-serif;
  }
}
.comments__Title .btn_open span:after {
  font-size: 18px;
  display: inline-block;
  margin: 0 0 5px 5px;
}
@media (max-width: 990px) {
  .comments__Title .btn_open span:after {
    font-size: 16px;
  }
}
.comments__Title .btn_open span.open:after {
  content: "↓";
}
.comments__Title .btn_open span.close {
  display: none;
}
.comments__Title .btn_open span.close:after {
  content: "↑";
}
.comments__Title .btn_open.active span.open {
  display: none;
}
.comments__Title .btn_open.active span.close {
  display: block;
}
.comments__Title .btn_open:hover {
  color: #fa530a;
}
.comments__Title h3 {
  float: left;
  color: #506275;
  margin: 0;
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  font-family: "Ubuntu", sans-serif;
}
@media (max-width: 990px) {
  .comments__Title h3 {
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    font-family: "Ubuntu", sans-serif;
  }
}
.comments__Title h3 span {
  font-weight: 300;
}
.comments .commentsList__Item {
  padding: 20px 0 0;
  margin: 0 0 20px;
  border-top: 1px solid #dbe1e7;
}
.comments .commentsList__Item:first-child {
  border: none;
  padding: 0;
}
.comments .commentsList__Item .date {
  color: #889bae;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  font-family: "Ubuntu", sans-serif;
  float: right;
}
@media (max-width: 750px) {
  .comments .commentsList__Item .date {
    float: none;
    margin: 0 0 5px;
  }
}
.comments .commentsList__Item .author {
  float: left;
  color: #506275;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  font-family: "Ubuntu", sans-serif;
  margin: 0 0 15px;
}
@media (max-width: 750px) {
  .comments .commentsList__Item .author {
    float: none;
  }
}
.comments .commentsList__Item .comment {
  clear: both;
  font-size: 13px;
  line-height: 20px;
  color: #242424;
}
.comments .commentsList__Item .reviews-actions {
  margin: 5px 0 0;
  text-align: right;
}
.comments .commentsList__Item .reviews-actions a {
  display: inline-block;
  padding: 5px;
  font-size: 11px !important;
  line-height: 11px !important;
  text-transform: uppercase;
  text-decoration: none;
  background: #1f1f27;
  color: #fff;
  margin: 0 0 0 3px;
}
.comments .commentsList__Item .reviews-actions a:hover {
  background: #a6a6a6;
  color: #fff;
}
.comments .more-btn {
  text-align: left;
}
.comments .more-btn a, .comments .more-btn .arrow {
  height: 51px;
  font-weight: 500;
  font-size: 12px;
  line-height: 47px;
  font-family: "Ubuntu", sans-serif;
  padding: 0 15px;
  color: #1f1f27;
  border-color: #1f1f27;
}
@media (max-width: 750px) {
  .comments .more-btn a, .comments .more-btn .arrow {
    height: 45px;
    font-weight: 500;
    font-size: 12px;
    line-height: 41px;
    font-family: "Ubuntu", sans-serif;
  }
}
.comments .more-btn a:after, .comments .more-btn .arrow:after {
  font-size: 16px;
  margin: 0 0 0 5px;
}
.comments .more-btn a:hover, .comments .more-btn .arrow:hover {
  color: #fa530a;
  border-color: #fa530a;
}

.reviews-collapse {
  margin: 15px 0 0;
  background: #dce6f1;
  padding: 5px 10px;
  clear: both;
}
.reviews-collapse a {
  color: #506275;
  text-decoration: none;
}
.reviews-collapse a:hover {
  color: #fa530a;
}

.reviews-reply-form {
  border: 1px solid #dddddd;
  background: #f4f7fb;
  padding: 5px 15px 15px;
  margin: 0 0 15px;
}
.reviews-reply-form .reviews-reply-buttons {
  overflow: hidden;
  text-align: right;
}
.reviews-reply-form .reviews-reply-buttons input[type=submit], .reviews-reply-form .reviews-reply-buttons button {
  float: right;
  border-radius: 0;
}

@media (max-width: 415px) {
  .events#articles_list .col-xs-6 {
    width: 100%;
  }
}
.events#articles_list .events__item .image {
  margin: 0 0px 10px;
}
@media (max-width: 990px) {
  .events#articles_list .events__item .image {
    -ms-flexbox: 0 0 100%;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 0 0px 10px;
  }
}
@media (max-width: 415px) {
  .events#articles_list .events__item .image {
    -ms-flexbox: 0 0 100%;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 0 0px 10px;
  }
}
.events#articles_list .events__item .image a {
  min-height: inherit;
}
.events.reviews .events__item .image {
  margin: 0 0px 10px;
}
@media (max-width: 990px) {
  .events.reviews .events__item .image {
    -ms-flexbox: 0 0 100%;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 0 0px 10px;
  }
}
@media (max-width: 415px) {
  .events.reviews .events__item .image {
    -ms-flexbox: 0 0 100%;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 0 0px 10px;
  }
}
.events.reviews .events__item .image a {
  min-height: inherit;
  display: block;
  height: 500px;
  background-position: center;
  background-size: cover;
}
@media (max-width: 990px) {
  .events.reviews .events__item .image a {
    height: 400px;
  }
}
@media (max-width: 415px) {
  .events.reviews .events__item .image a {
    height: 300px;
  }
}
.events.analytics {
  padding: 15px;
  background: #1f1f27;
  margin: 0 0 30px;
}
.events.analytics .h2 {
  border: none;
  color: #fff;
}
.events.analytics .h2 a {
  color: #fff;
}
.events.analytics .events__item {
  color: #fff;
  margin: 0;
}
.events.analytics .events__item .image {
  margin: 0 -15px 10px;
}
@media (max-width: 990px) {
  .events.analytics .events__item .image {
    -ms-flexbox: 0 0 33.3333%;
    -webkit-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    margin: 0 15px 0 0;
  }
}
@media (max-width: 415px) {
  .events.analytics .events__item .image {
    -ms-flexbox: 0 0 calc(100% + 30px);
    -webkit-flex: 0 0 calc(100% + 30px);
    flex: 0 0 calc(100% + 30px);
    margin: 0 -15px 10px;
  }
}
.events.analytics .events__item .image a {
  min-height: inherit;
}
.events.analytics .events__item .title {
  padding: 0;
  background: none;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  font-family: "Roboto", sans-serif;
}
.events.analytics .events__item .title a {
  color: #fff;
}
.events.analytics .events__item .title a:hover {
  color: #fa530a;
}
.events .h2 {
  font-weight: 700;
  font-size: 16px;
  line-height: 15px;
  font-family: "Roboto", sans-serif;
  padding-bottom: 6px;
}
.events .h2 a {
  display: block;
  color: #1f1f27;
  text-transform: uppercase;
  position: relative;
}
.events .h2 a:after {
  display: block;
  position: absolute;
  content: "";
  width: 17px;
  height: 12px;
  background: url(img/icons/arrow-s.png) no-repeat;
  right: 0;
  top: calc(50% - 6px);
  transition: all 0.25s ease;
}
.events .h2 a:hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.events__item {
  margin: 0 0 30px;
  position: relative;
}
@media (max-width: 990px) {
  .events__item {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.events__item img {
  display: block;
  position: relative;
  z-index: 0;
}
@media (max-width: 990px) {
  .events__item .text {
    -ms-flexbox: 1 1;
    -webkit-flex: 1 1;
    flex: 1 1;
  }
}
.events__item .image {
  margin-bottom: 10px;
}
@media (max-width: 990px) {
  .events__item .image {
    -ms-flexbox: 0 0 33.3333%;
    -webkit-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    margin: 0 15px 0 0;
  }
}
@media (max-width: 415px) {
  .events__item .image {
    -ms-flexbox: 0 0 100%;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 0 0 10px;
  }
}
.events__item .image a {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 154px;
  display: block;
  position: relative;
}
.events__item .image a img {
  display: block;
  position: relative;
  z-index: 0;
}
@media (max-width: 990px) {
  .events__item .image a img {
    width: 100%;
  }
}
.events__item .image a:before {
  display: block;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.9);
  background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
}
.events__item .image a .date, .events__item .image a .author {
  z-index: 2;
  position: absolute;
  left: 15px;
  bottom: 10px;
  color: #fff;
}
.events__item .date {
  display: block;
  font-weight: 900;
  font-size: 14px;
  line-height: 16px;
  font-family: "Roboto", sans-serif;
}
.events__item .author {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  font-family: "Roboto", sans-serif;
}
.events__item .author strong {
  display: block;
  text-transform: uppercase;
}
.events__item .title {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  font-family: "Roboto", sans-serif;
  transition: all 0.25s ease;
}
.events__item .title a {
  text-decoration: none;
}
.events__item .desc {
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  font-family: "Roboto", sans-serif;
  margin: 10px 0 0;
}
.events__item:hover .text .title {
  color: #fa530a;
}

.analytics {
  margin: 0 0 30px;
  background: #889bae;
  overflow: hidden;
  position: relative;
}
@media (max-width: 990px) {
  .analytics {
    margin: 0 15px 30px 0;
  }
}
@media (max-width: 990px) {
  .analytics {
    margin: 0 0 30px;
  }
}
.analytics .title {
  padding: 10px;
  color: #fff;
  background: #576479;
  margin: 0;
}
.analytics .title a {
  text-decoration: none;
  color: #fff;
}
.analytics__Item {
  padding: 15px 15px 60px;
  transition: all 0.25s ease;
}
.analytics__Item:after {
  display: block;
  position: absolute;
  content: "";
  position: relative;
  clear: both;
}
.analytics__Item .image {
  margin: 0 0 10px;
}
@media (max-width: 990px) {
  .analytics__Item .image {
    margin: 0 15px 0px 0;
    float: left;
  }
}
@media (max-width: 480px) {
  .analytics__Item .image {
    float: none;
    margin: 0 0 10px;
  }
}
.analytics__Item .image img {
  display: block;
}
.analytics__Item__Title {
  font-family: "Ubuntu", sans-serif;
  font-size: 20px;
  line-height: 22px;
  font-weight: 500;
  margin: 0 0 10px;
}
.analytics__Item__Title a {
  color: #fff;
  text-decoration: none;
}
.analytics__Item__Title a:hover {
  color: #576479;
}
.analytics__Item__Desc {
  color: #e8f4fc;
  font-size: 14px;
  line-height: 20px;
}
.analytics__Item:hover {
  background: #c3cdd6;
}
.analytics__Item:hover a {
  color: #576479;
}
.analytics .more {
  border-top: 1px solid #fff;
  padding-top: 12px;
}
.analytics .more a {
  color: #fff;
}
.analytics .more a:hover {
  color: #576479;
}

.polls {
  margin: 0 0 30px;
}
@media (max-width: 990px) {
  .polls {
    background: #e8f4fc;
  }
}
.polls .title {
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  margin: 0 0 15px;
  padding: 6px 0 0;
  color: #1f1f27;
  font-family: "Ubuntu", sans-serif;
  position: relative;
}
@media (max-width: 1024px) {
  .polls .title {
    font-size: 20px;
    line-height: 20px;
  }
}
.polls .title:before {
  display: block;
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  left: 0;
  bottom: 2px;
  background: #889bae;
}
@media (max-width: 990px) {
  .polls .title:before {
    display: none;
  }
}
.polls .title span, .polls .title a {
  display: inline-block;
  position: relative;
  background: #fff;
  padding: 0 5px 0 0;
  z-index: 1;
  text-decoration: none;
  color: #1f1f27;
}
@media (max-width: 990px) {
  .polls .title span, .polls .title a {
    background: none;
  }
}
.polls__Item {
  font-size: 16px;
  line-height: 20px;
}
.polls__Item p {
  margin: 0 0 15px;
}
.polls__Item p strong {
  font-weight: 600;
}
.polls__Item p.center {
  text-align: center;
  margin: 15px 0 0;
}
.polls__Item label {
  display: block;
  margin: 0 0 10px;
  padding: 0 0 0 30px;
  position: relative;
}
.polls__Item label .jq-radio {
  position: absolute !important;
  left: 0;
  top: 3px;
}

.resences {
  margin: 0 0 20px;
  padding: 0 0 20px;
  position: relative;
}
@media (max-width: 990px) {
  .resences {
    padding: 20px 15px 20px;
    margin: 0;
  }
}
.resences .title {
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  margin: 0 0 15px;
  color: #1f1f27;
  padding: 0;
  font-family: "Ubuntu", sans-serif;
  position: relative;
}
@media (max-width: 1024px) {
  .resences .title {
    font-size: 20px;
    line-height: 20px;
  }
}
.resences .title:before {
  display: block;
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  left: 0;
  bottom: 2px;
  background: #c3cdd7;
}
@media (max-width: 990px) {
  .resences .title:before {
    display: none;
  }
}
.resences .title span, .resences .title a {
  display: inline-block;
  position: relative;
  background: #fff;
  padding: 0 5px 0 0;
  z-index: 1;
  text-decoration: none;
  color: #1f1f27;
}
.resences .title span:hover, .resences .title a:hover {
  color: #29b5de;
}
.resences__Item {
  padding: 10px;
  border: 1px solid #dddddd;
  margin: 0 0 20px;
}
@media (max-width: 990px) {
  .resences__Item {
    overflow: hidden;
  }
}
.resences__Item .image {
  position: relative;
  margin: 0 10px 10px 0;
  float: left;
  max-width: 98px;
}
.resences__Item .image img {
  display: block;
}
.resences__Item__Title {
  color: #242424;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  margin: 0 0 10px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .resences__Item__Title {
    font-size: 14px;
    line-height: 16px;
  }
}
.resences__Item__Desc {
  font-size: 13px;
  line-height: 16px;
  clear: both;
}
@media (max-width: 990px) {
  .resences__Item__Desc {
    clear: none;
  }
}
.resences__Item__Desc p {
  margin: 0;
}
.resences__Item a {
  color: #242424;
  text-decoration: none;
}
.resences__Item a:hover {
  color: #fa530a;
}
.resences__Item:hover a {
  color: #fa530a;
}

.bannerLong {
  background: #e8f4fc;
}
@media (max-width: 990px) {
  .bannerLong .container {
    padding: 0;
  }
}
.bannerLong img {
  display: block;
  margin: 0 auto;
}

.bannerSmall {
  margin: 0 0 30px;
}
@media (max-width: 990px) {
  .bannerSmall {
    margin: 20px 5px 10px 0;
    padding: 0 15px;
    float: left;
  }
}
@media (max-width: 480px) {
  .bannerSmall {
    float: none;
    margin: 20px 0 10px;
  }
}
.bannerSmall img {
  display: block;
}
@media (max-width: 480px) {
  .bannerSmall img {
    float: none;
    margin: 0 auto;
  }
}

.bannerInner {
  margin-top: 18px;
  margin-bottom: 48px;
}
@media (max-width: 990px) {
  .bannerInner {
    margin-top: 0px;
    margin-bottom: 30px;
  }
}
.bannerInner img {
  display: block;
}

#slider {
  height: 385px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
@media (max-width: 600px) {
  #slider {
    height: 250px;
  }
}
#slider .slide {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /*	.slideTitle {
  		position: absolute;
  		left: 0;
  		bottom: 0;	
  		width:100%;				
  			&:after {
  				@include twins;
  				background: #000;
  				opacity: 0.5;
  				top:0;
  				left: 0;
  				right:0;
  				bottom:0;
  			}
  			span {
  				position: relative;
  				display: block;
  				padding: 10px 15px;
  				color:#fff;
  				font-size: 14px;
  				z-index: 2;
  				line-height: 18px !important;
  					@include breakpoint(tablet-small-portrait1) {
  						font-size: 13px;
  						line-height:16px!important;
  					}
  					&.photo_Author {
  						position:absolute;
  						bottom:100%;
  						@include font(12, 14, 300, $font2);
  						color:#899baf;
  					}
  			}
  	}*/
}
#slider .slide .image {
  position: relative;
  overflow: hidden;
}
#slider .slide .image img {
  display: block;
  /*height:350px;
  width:auto;*/
  margin: 0 auto;
  /*max-width:inherit;*/
}
#slider .slide .slideTitle {
  position: absolute;
  bottom: 19px;
  right: 0;
  left: 0;
  /*	&:after {
  			@include twins;
  			background: #000;
  			opacity: 0.5;
  			top:0;
  			left: 0;
  			right:0;
  			bottom:0;
  		}*/
}
#slider .slide .slideTitle div {
  position: relative;
  padding: 10px 15px;
  color: #fff;
  font-size: 14px;
  z-index: 2;
  background: #889bae;
  line-height: 18px !important;
}
@media (max-width: 600px) {
  #slider .slide .slideTitle div {
    font-size: 13px;
    line-height: 16px !important;
  }
}
#slider .slide .slideTitle span {
  display: block;
  text-align: right;
  position: absolute;
  top: 100%;
  width: 100%;
  right: 0;
  padding-top: 5px;
  background: #fff;
  color: #889bae;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  font-family: "Ubuntu", sans-serif;
}

#counter {
  position: absolute;
  color: #eff5fa;
  top: 15px;
  right: 30px;
  z-index: 5;
  font-size: 16px;
}
@media (max-width: 990px) {
  #counter {
    right: 15px;
  }
}

.buttons-slider div {
  position: absolute;
  background: url(img/arrows.png) no-repeat;
  width: 36px;
  height: 64px;
  top: 50%;
  margin-top: -32px;
  cursor: pointer;
  text-indent: -9999px;
  overflow: hidden;
  transition: all 0s ease;
}
@media (max-width: 830px) {
  .buttons-slider div {
    margin-top: -19px;
    background-size: 41px auto;
    width: 20px;
    height: 38px;
  }
}
.buttons-slider div.left_btn {
  left: 27px;
}
@media (max-width: 990px) {
  .buttons-slider div.left_btn {
    left: 12px;
  }
}
.buttons-slider div.right_btn {
  right: 27px;
  background-position: -37px 0;
}
@media (max-width: 990px) {
  .buttons-slider div.right_btn {
    right: 12px;
  }
}
@media (max-width: 830px) {
  .buttons-slider div.right_btn {
    background-position: -21px 0;
  }
}
.buttons-slider div:hover.left_btn {
  background-position: 0px -65px;
}
@media (max-width: 830px) {
  .buttons-slider div:hover.left_btn {
    background-position: 0px -39px;
  }
}
.buttons-slider div:hover.right_btn {
  background-position: -37px -65px;
}
@media (max-width: 830px) {
  .buttons-slider div:hover.right_btn {
    background-position: -21px -39px;
  }
}

.subscribeList__header {
  margin: 50px 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 480px) {
  .subscribeList__header {
    margin: 40px 0;
  }
}
.subscribeList__header .row {
  align-items: center;
}
.subscribeList__header .row .col-xs-12 {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  font-family: "Roboto", sans-serif;
}
.subscribeList__header .row .col-xs-12 p {
  margin: 5px 0;
}
@media (max-width: 750px) {
  .subscribeList__header .row .col-xs-12:last-child p {
    margin-top: 0;
  }
}
.subscribeList__header .link {
  font-weight: 600;
  color: #fa530a;
}
.subscribeList__header .link:hover {
  color: #000;
}
.subscribeList .row {
  display: flex;
  flex-wrap: wrap;
}
.subscribeList__item {
  margin-bottom: 35px;
}
@media (max-width: 480px) {
  .subscribeList__item {
    width: 100%;
  }
}
.subscribeList__item .image {
  display: block;
  border: 1px solid #d8d8d8;
}
.subscribeList__item .image img {
  display: block;
}
.subscribeList__item .title {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  font-family: "Roboto", sans-serif;
  margin-top: 15px;
}
.subscribeList__item .title a {
  color: #fa530a;
  text-decoration: none;
}
.subscribeList__item .desc {
  margin-top: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  font-family: "Roboto", sans-serif;
  color: #1f1f27;
}
.subscribeList__item:hover .image {
  border-color: #fa530a;
}
.subscribeList__item:hover .title {
  color: #1f1f27;
}
.subscribeList__item:hover .title a {
  color: #1f1f27;
}

.subscribeInner h1 {
  font-weight: 600;
  font-size: 48px;
  line-height: 52px;
  font-family: "Roboto", sans-serif;
  padding: 0;
  margin: 0 0 15px;
}
@media (max-width: 990px) {
  .subscribeInner h1 {
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
    font-family: "Roboto", sans-serif;
    padding: 0;
    margin: 0 0 15px;
  }
}
@media (max-width: 600px) {
  .subscribeInner h1 {
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    font-family: "Roboto", sans-serif;
  }
}
.subscribeInner__header {
  margin-bottom: 40px;
}
@media (max-width: 600px) {
  .subscribeInner__header .image {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
}
.subscribeInner__header .image img {
  border: 1px solid #d8d8d8;
}
.subscribeInner__header .content {
  font-weight: 300;
  font-size: 22px;
  line-height: 30px;
  font-family: "Roboto", sans-serif;
  color: #1f1f27;
}
@media (max-width: 600px) {
  .subscribeInner__header .content {
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-family: "Roboto", sans-serif;
  }
}
.subscribeInner__header .content h2 {
  margin-top: 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 990px) {
  .subscribeInner__header .content h2 {
    font-weight: 700;
    font-size: 22px;
    line-height: 24px;
    font-family: "Roboto", sans-serif;
  }
}
@media (max-width: 600px) {
  .subscribeInner__header .content h2 {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    font-family: "Roboto", sans-serif;
  }
}
.subscribeInner__list h2 {
  margin-bottom: 30px;
}

@media print {
  html, body {
    height: auto;
  }
  .menuTop {
    height: 5px;
    background: #666;
    position: relative !important;
    left: auto !important;
    top: auto !important;
  }
  .menuTop .container {
    display: none;
  }
  h1, .h1, .articleItem__Author {
    color: #000;
  }
  .bannerLong {
    display: none;
  }
  #header .bannerLong {
    display: none;
  }
  #header .top {
    display: block;
  }
  #header .top .logo {
    display: block;
    float: none;
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
  }
  #header .top .login, #header .top .searchBox {
    display: none;
  }
  .bannerSmall, #toTop, .more-btn, .bannerInner, .reviews-collapse, .nonprint, #panel, .bx-context-toolbar-empty-area {
    display: none !important;
  }
  #body {
    min-height: inherit !important;
  }
  .ravno {
    height: auto !important;
  }
  footer {
    border-top: 2px solid #888;
    background: #fff;
    color: #777 !important;
  }
  footer .menuBottom, footer .infoBlock {
    display: none;
  }
  footer .copyRight {
    color: #777 !important;
  }
  footer .copyRight p:last-child {
    display: none;
  }
  .content .imageBig {
    height: auto !important;
  }
  .content .imageBig img {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    height: auto !important;
  }
}

/*# sourceMappingURL=css.css.map */
