/* Grid */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

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

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: "Segoe UI", sans-serif;
  font-weight: 400;
  color: #3f4758; }

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a {
  color: #333;
  text-decoration: none; }

a:focus {
  outline: thin dotted; }

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

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1,
h2,
h3,
h4,
h5 {
  color: #3f4758; }

h1,
h2,
h3 {
  font-family: "Segoe UI", sans-serif;
  font-weight: 700; }

h4,
h5,
h6 {
  font-family: "Segoe UI", sans-serif;
  font-weight: 600; }

h1 {
  font-size: 48px;
  margin: 0; }

h2 {
  font-size: 32px;
  margin: 20px 0; }

h3 {
  font-size: 24px;
  margin: 24px 0; }

h4 {
  font-size: 32px;
  margin: 16px 0; }

h5 {
  font-size: 24px;
  margin: 0; }

h6 {
  font-size: 20px;
  margin: 0; }

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

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

blockquote {
  margin: 0; }

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

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
       box-sizing: content-box;
  height: 0;
  margin: 0; }

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

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0; }

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

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

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none; }

/**
 * 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; }

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

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

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

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * 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 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

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

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

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

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

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

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

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

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

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

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

audio,
canvas,
img,
video {
  vertical-align: middle; }

@font-face {
  font-family: 'PT Serif';
  src: url("fonts/ptf55f_w.eot");
  src: local("PT Serif"), url("fonts/PTF55F_W.woff") format("woff"), url("fonts/PTF55F_W.ttf") format("truetype"), url("fonts/PTF55F_W.svg#PTSerif-Regular") format("svg"); }

@font-face {
  font-family: 'PT Serif';
  font-style: italic;
  src: url("fonts/ptf56f_w.eot");
  src: local("PT Serif Italic"), url("fonts/PTF56F_W.woff") format("woff"), url("fonts/PTF56F_W.ttf") format("truetype"), url("fonts/PTF56F_W.svg#PTSerif-Italic") format("svg"); }

@font-face {
  font-family: 'PT Serif';
  src: url("fonts/ptf75f_w.eot");
  font-style: normal;
  font-weight: bold;
  src: local("PT Serif Bold"), url("fonts/PTF75F_W.woff") format("woff"), url("fonts/PTF75F_W.ttf") format("truetype"), url("fonts/PTF75F_W.svg#PTSerif-Bold") format("svg"); }

@font-face {
  font-family: 'PT Serif';
  font-style: italic;
  font-weight: bold;
  src: url("fonts/ptf76f_w.eot");
  src: local("PT Serif Bold Italic"), url("fonts/PTF76F_W.woff") format("woff"), url("fonts/PTF76F_W.ttf") format("truetype"), url("fonts/PTF76F_W.svg#PTSerif-BoldItalic") format("svg"); }

@font-face {
  font-family: 'PT Serif Caption';
  src: url("fonts/ptz55f_w.eot");
  src: local("PT Serif Caption"), url("fonts/PTZ55F_W.woff") format("woff"), url("fonts/PTZ55F_W.ttf") format("truetype"), url("fonts/PTZ55F_W.svg#PTSerif-Caption") format("svg"); }

@font-face {
  font-family: 'PT Serif Caption';
  font-style: italic;
  src: url("fonts/ptz56f_w.eot");
  src: local("PT Serif Caption Italic"), url("fonts/PTZ56F_W.woff") format("woff"), url("fonts/PTZ56F_W.ttf") format("truetype"), url("fonts/PTZ56F_W.svg#PTSerif-CaptionItalic") format("svg"); }

@font-face {
  font-family: 'PT Sans';
  src: url("fonts/pts55f_w.eot");
  src: local("PT Sans"), url("fonts/PTS55F_W.woff") format("woff"), url("fonts/PTS55F_W.ttf") format("truetype"), url("fonts/PTS55F_W.svg#PTSans-Regular") format("svg"); }

@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  src: url("fonts/pts56f_w.eot");
  src: local("PT Sans Italic"), url("fonts/PTS56F_W.woff") format("woff"), url("fonts/PTS56F_W.ttf") format("truetype"), url("fonts/PTS56F_W.svg#PTSans-Italic") format("svg"); }

@font-face {
  font-family: 'PT Sans';
  src: url("fonts/pts75f_w.eot");
  font-style: normal;
  font-weight: bold;
  src: local("PT Sans Bold"), url("fonts/PTS75F_W.woff") format("woff"), url("fonts/PTS75F_W.ttf") format("truetype"), url("fonts/PTS75F_W.svg#PTSans-Bold") format("svg"); }

@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: bold;
  src: url("fonts/pts76f_w.eot");
  src: local("PT Sans Bold Italic"), url("fonts/PTS76F_W.woff") format("woff"), url("fonts/PTS76F_W.ttf") format("truetype"), url("fonts/PTS76F_W.svg#PTSans-BoldItalic") format("svg"); }

@font-face {
  font-family: 'PT Sans Caption';
  src: url("fonts/ptc55f_w.eot");
  src: local("PT Sans Caption"), url("fonts/PTC55F_W.woff") format("woff"), url("fonts/PTC55F_W.ttf") format("truetype"), url("fonts/PTC55F_W.svg#PTSans-Caption") format("svg"); }

@font-face {
  font-family: 'PT Sans Caption';
  font-weight: bold;
  src: url("fonts/ptc75f_w.eot");
  src: local("PT Sans Caption Bold"), url("fonts/PTC75F_W.woff") format("woff"), url("fonts/PTC75F_W.ttf") format("truetype"), url("fonts/PTC75F_W.svg#PTSans-CaptionBold") format("svg"); }

@font-face {
  font-family: 'PT Sans Narrow';
  src: url("fonts/ptn57f_w.eot");
  src: local("PT Sans Narrow"), url("fonts/PTN57F_W.woff") format("woff"), url("fonts/PTN57F_W.ttf") format("truetype"), url("fonts/PTN57F_W.svg#PTSans-Narrow") format("svg"); }

@font-face {
  font-family: 'PT Sans Narrow';
  font-weight: bold;
  src: url("fonts/ptn77f_w.eot");
  src: local("PT Sans Narrow Bold"), url("fonts/PTN77F_W.woff") format("woff"), url("fonts/PTN77F_W.ttf") format("truetype"), url("fonts/PTN77F_W.svg#PTSans-NarrowBold") format("svg"); }

@font-face {
  font-family: 'Arial';
  src: url("fonts/arial-webfont.eot");
  src: local("Arial"), url("fonts/arial-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/arial-webfont.woff") format("woff"), url("fonts/arial-webfont.ttf") format("truetype"), url("fonts/arial-webfont.svg#arialregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Arial';
  src: url("fonts/arialbd-webfont.eot");
  src: local("Arial bold"), url("fonts/arialbd-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/arialbd-webfont.woff") format("woff"), url("fonts/arialbd-webfont.ttf") format("truetype"), url("fonts/arialbd-webfont.svg#arialbold") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Arial';
  src: url("fonts/arialbi-webfont.eot");
  src: local("Arial bold italic"), url("fonts/arialbi-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/arialbi-webfont.woff") format("woff"), url("fonts/arialbi-webfont.ttf") format("truetype"), url("fonts/arialbi-webfont.svg#arialbold_italic") format("svg");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'Arial';
  src: url("fonts/ariali-webfont.eot");
  src: local("Arial italic"), url("fonts/ariali-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/ariali-webfont.woff") format("woff"), url("fonts/ariali-webfont.ttf") format("truetype"), url("fonts/ariali-webfont.svg#arialitalic") format("svg");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Segoe UI';
  src: url("fonts/SegoeUILight/SegoeUILight.eot");
  src: local("SegoeUILight"), local("Segoe UI Light"), url("fonts/SegoeUILight/SegoeUILight.eot?#iefix") format("embedded-opentype"), url("fonts/SegoeUILight/SegoeUILight.woff") format("woff"), url("fonts/SegoeUILight/SegoeUILight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: 'Segoe UI';
  src: url("fonts/SegoeUIRegular/SegoeUIRegular.eot");
  src: local("SegoeUIRegular"), local("Segoe UI"), url("fonts/SegoeUIRegular/SegoeUIRegular.eot?#iefix") format("embedded-opentype"), url("fonts/SegoeUIRegular/SegoeUIRegular.woff") format("woff"), url("fonts/SegoeUIRegular/SegoeUIRegular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Segoe UI';
  src: url("fonts/SegoeUISemiBold/SegoeUISemiBold.eot");
  src: local("SegoeUISemiBold"), local("Segoe UI Semibold"), url("fonts/SegoeUISemiBold/SegoeUISemiBold.eot?#iefix") format("embedded-opentype"), url("fonts/SegoeUISemiBold/SegoeUISemiBold.woff") format("woff"), url("fonts/SegoeUISemiBold/SegoeUISemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Segoe UI';
  src: url("fonts/SegoeUIBold/SegoeUIBold.eot");
  src: local("SegoeUIBold"), local("Segoe UI Bold"), url("fonts/SegoeUIBold/SegoeUIBold.eot?#iefix") format("embedded-opentype"), url("fonts/SegoeUIBold/SegoeUIBold.woff") format("woff"), url("fonts/SegoeUIBold/SegoeUIBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: "PTMono";
  src: url("fonts/PTMono/PTMono.woff") format("woff"), url("fonts/PTMono/PTMono.woff2") format("woff2");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Comfortaa-Bold';
  src: url('fonts/Comfortaa-Bold/Comfortaa-Bold.eot');
  src: local('☺'), url('fonts/Comfortaa-Bold/Comfortaa-Bold.woff') format('woff'), url('fonts/Comfortaa-Bold/Comfortaa-Bold.ttf') format('truetype'), url('fonts/Comfortaa-Bold/Comfortaa-Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

button,
input,
select,
textarea {
  color: #333; }

html {
  font-size: 93.8%;
  line-height: 1.2;
  color: #3f4758; }

/* Grid */
/* new-grid */
.container {
  max-width: 1170px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px; }
  @media screen and (max-width: 767px) {
    .container {
      padding-left: 17px;
      padding-right: 17px; } }

.row {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
  .row:before, .row:after {
    display: table;
    content: " "; }
  .row:after {
    clear: both; }

.layout-row {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .layout-row > * {
    -webkit-flex: 1 1 auto;
       -moz-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .layout-row > * + * {
    margin-left: 32px; }

.flex-col-8 {
  width: 736px; }

.flex-col-4 {
  width: 352px; }

@media screen and (max-width: 1041px) {
  .layout-row {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .flex-col-8,
  .flex-col-4 {
    width: 100%;
    margin: 0; } }

.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9 {
  float: left;
  padding: 0 16px; }
  .col-1:last-of-type,
  .col-10:last-of-type,
  .col-11:last-of-type,
  .col-12:last-of-type,
  .col-2:last-of-type,
  .col-3:last-of-type,
  .col-4:last-of-type,
  .col-5:last-of-type,
  .col-6:last-of-type,
  .col-7:last-of-type,
  .col-8:last-of-type,
  .col-9:last-of-type {
    padding-right: 0; }
  .col-1:first-of-type,
  .col-10:first-of-type,
  .col-11:first-of-type,
  .col-12:first-of-type,
  .col-2:first-of-type,
  .col-3:first-of-type,
  .col-4:first-of-type,
  .col-5:first-of-type,
  .col-6:first-of-type,
  .col-7:first-of-type,
  .col-8:first-of-type,
  .col-9:first-of-type {
    padding-left: 0; }

@media screen and (min-width: 1120px) {
  .col-1 {
    width: calc((100% / 12) - 1px);
    -moz-box-sizing: border-box;
         box-sizing: border-box; }
  .col-offset-1 {
    margin-left: calc(100% / 12); }
  .col-2 {
    width: calc((100% / 6) - 1px);
    -moz-box-sizing: border-box;
         box-sizing: border-box; }
  .col-offset-2 {
    margin-left: calc(100% / 6); }
  .col-3 {
    width: calc((100% / 4) - 1px);
    -moz-box-sizing: border-box;
         box-sizing: border-box; }
  .col-offset-3 {
    margin-left: calc(100% / 4); }
  .col-4 {
    width: calc((100% / 3) - 1px);
    -moz-box-sizing: border-box;
         box-sizing: border-box; }
  .col-offset-4 {
    margin-left: calc(100% / 3); }
  .col-5 {
    width: calc((100% / 2.4) - 1px);
    -moz-box-sizing: border-box;
         box-sizing: border-box; }
  .col-offset-5 {
    margin-left: calc(100% / 2.4); }
  .col-6 {
    width: calc((100% / 2) - 1px);
    -moz-box-sizing: border-box;
         box-sizing: border-box; }
  .col-offset-6 {
    margin-left: calc(100% / 2); }
  .col-7 {
    width: calc((100% / 1.71429) - 1px);
    -moz-box-sizing: border-box;
         box-sizing: border-box; }
  .col-offset-7 {
    margin-left: calc(100% / 1.71429); }
  .col-8 {
    width: calc((100% / 1.5) - 1px);
    -moz-box-sizing: border-box;
         box-sizing: border-box; }
  .col-offset-8 {
    margin-left: calc(100% / 1.5); }
  .col-9 {
    width: calc((100% / 1.33333) - 1px);
    -moz-box-sizing: border-box;
         box-sizing: border-box; }
  .col-offset-9 {
    margin-left: calc(100% / 1.33333); }
  .col-10 {
    width: calc((100% / 1.2) - 1px);
    -moz-box-sizing: border-box;
         box-sizing: border-box; }
  .col-offset-10 {
    margin-left: calc(100% / 1.2); }
  .col-11 {
    width: calc((100% / 1.09091) - 1px);
    -moz-box-sizing: border-box;
         box-sizing: border-box; }
  .col-offset-11 {
    margin-left: calc(100% / 1.09091); }
  .col-12 {
    width: calc((100% / 1) - 1px);
    -moz-box-sizing: border-box;
         box-sizing: border-box; }
  .col-offset-12 {
    margin-left: calc(100% / 1); } }

@media screen and (min-width: 992px) and (max-width: 1170px) {
  .col-1 {
    width: calc((100% / 12) - 1px);
    -moz-box-sizing: border-box;
         box-sizing: border-box; }
  .col-offset-1 {
    margin-left: calc(100% / 12); }
  .col-2 {
    width: calc((100% / 6) - 1px);
    -moz-box-sizing: border-box;
         box-sizing: border-box; }
  .col-offset-2 {
    margin-left: calc(100% / 6); }
  .col-3 {
    width: calc((100% / 4) - 1px);
    -moz-box-sizing: border-box;
         box-sizing: border-box; }
  .col-offset-3 {
    margin-left: calc(100% / 4); }
  .col-4 {
    width: calc((100% / 3) - 1px);
    -moz-box-sizing: border-box;
         box-sizing: border-box; }
  .col-offset-4 {
    margin-left: calc(100% / 3); }
  .col-5 {
    width: calc((100% / 2.4) - 1px);
    -moz-box-sizing: border-box;
         box-sizing: border-box; }
  .col-offset-5 {
    margin-left: calc(100% / 2.4); }
  .col-6 {
    width: calc((100% / 2) - 1px);
    -moz-box-sizing: border-box;
         box-sizing: border-box; }
  .col-offset-6 {
    margin-left: calc(100% / 2); }
  .col-7 {
    width: calc((100% / 1.71429) - 1px);
    -moz-box-sizing: border-box;
         box-sizing: border-box; }
  .col-offset-7 {
    margin-left: calc(100% / 1.71429); }
  .col-8 {
    width: calc((100% / 1.5) - 1px);
    -moz-box-sizing: border-box;
         box-sizing: border-box; }
  .col-offset-8 {
    margin-left: calc(100% / 1.5); }
  .col-9 {
    width: calc((100% / 1.33333) - 1px);
    -moz-box-sizing: border-box;
         box-sizing: border-box; }
  .col-offset-9 {
    margin-left: calc(100% / 1.33333); }
  .col-10 {
    width: calc((100% / 1.2) - 1px);
    -moz-box-sizing: border-box;
         box-sizing: border-box; }
  .col-offset-10 {
    margin-left: calc(100% / 1.2); }
  .col-11 {
    width: calc((100% / 1.09091) - 1px);
    -moz-box-sizing: border-box;
         box-sizing: border-box; }
  .col-offset-11 {
    margin-left: calc(100% / 1.09091); }
  .col-12 {
    width: calc((100% / 1) - 1px);
    -moz-box-sizing: border-box;
         box-sizing: border-box; }
  .col-offset-12 {
    margin-left: calc(100% / 1); } }

@media screen and (max-width: 1041px) {
  .col-md-1 {
    width: calc((100% / 12) - 1px);
    -moz-box-sizing: border-box;
         box-sizing: border-box; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-2 {
    width: calc((100% / 6) - 1px);
    -moz-box-sizing: border-box;
         box-sizing: border-box; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-3 {
    width: calc((100% / 4) - 1px);
    -moz-box-sizing: border-box;
         box-sizing: border-box; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-4 {
    width: calc((100% / 3) - 1px);
    -moz-box-sizing: border-box;
         box-sizing: border-box; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-5 {
    width: calc((100% / 2.4) - 1px);
    -moz-box-sizing: border-box;
         box-sizing: border-box; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-6 {
    width: calc((100% / 2) - 1px);
    -moz-box-sizing: border-box;
         box-sizing: border-box; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-7 {
    width: calc((100% / 1.71429) - 1px);
    -moz-box-sizing: border-box;
         box-sizing: border-box; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-8 {
    width: calc((100% / 1.5) - 1px);
    -moz-box-sizing: border-box;
         box-sizing: border-box; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-9 {
    width: calc((100% / 1.33333) - 1px);
    -moz-box-sizing: border-box;
         box-sizing: border-box; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-10 {
    width: calc((100% / 1.2) - 1px);
    -moz-box-sizing: border-box;
         box-sizing: border-box; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-11 {
    width: calc((100% / 1.09091) - 1px);
    -moz-box-sizing: border-box;
         box-sizing: border-box; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-12 {
    width: calc((100% / 1) - 1px);
    -moz-box-sizing: border-box;
         box-sizing: border-box; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media screen and (max-width: 767px) {
  .container {
    width: 100%;
    -moz-box-sizing: border-box;
         box-sizing: border-box; }
  .col-m-1 {
    width: 8.33333%;
    -moz-box-sizing: border-box;
         box-sizing: border-box; }
  .col-m-offset-1 {
    margin-left: 8.33333%; }
  .col-m-2 {
    width: 16.66667%;
    -moz-box-sizing: border-box;
         box-sizing: border-box; }
  .col-m-offset-2 {
    margin-left: 16.66667%; }
  .col-m-3 {
    width: 25%;
    -moz-box-sizing: border-box;
         box-sizing: border-box; }
  .col-m-offset-3 {
    margin-left: 25%; }
  .col-m-4 {
    width: 33.33333%;
    -moz-box-sizing: border-box;
         box-sizing: border-box; }
  .col-m-offset-4 {
    margin-left: 33.33333%; }
  .col-m-5 {
    width: 41.66667%;
    -moz-box-sizing: border-box;
         box-sizing: border-box; }
  .col-m-offset-5 {
    margin-left: 41.66667%; }
  .col-m-6 {
    width: 50%;
    -moz-box-sizing: border-box;
         box-sizing: border-box; }
  .col-m-offset-6 {
    margin-left: 50%; }
  .col-m-7 {
    width: 58.33333%;
    -moz-box-sizing: border-box;
         box-sizing: border-box; }
  .col-m-offset-7 {
    margin-left: 58.33333%; }
  .col-m-8 {
    width: 66.66667%;
    -moz-box-sizing: border-box;
         box-sizing: border-box; }
  .col-m-offset-8 {
    margin-left: 66.66667%; }
  .col-m-9 {
    width: 75%;
    -moz-box-sizing: border-box;
         box-sizing: border-box; }
  .col-m-offset-9 {
    margin-left: 75%; }
  .col-m-10 {
    width: 83.33333%;
    -moz-box-sizing: border-box;
         box-sizing: border-box; }
  .col-m-offset-10 {
    margin-left: 83.33333%; }
  .col-m-11 {
    width: 91.66667%;
    -moz-box-sizing: border-box;
         box-sizing: border-box; }
  .col-m-offset-11 {
    margin-left: 91.66667%; }
  .col-m-12 {
    width: 100%;
    -moz-box-sizing: border-box;
         box-sizing: border-box; }
  .col-m-offset-12 {
    margin-left: 100%; } }

@media screen and (max-width: 410px) {
  .col-ms-1 {
    width: 8.33333%;
    -moz-box-sizing: border-box;
         box-sizing: border-box; }
  .col-ms-offset-1 {
    margin-left: 8.33333%; }
  .col-ms-2 {
    width: 16.66667%;
    -moz-box-sizing: border-box;
         box-sizing: border-box; }
  .col-ms-offset-2 {
    margin-left: 16.66667%; }
  .col-ms-3 {
    width: 25%;
    -moz-box-sizing: border-box;
         box-sizing: border-box; }
  .col-ms-offset-3 {
    margin-left: 25%; }
  .col-ms-4 {
    width: 33.33333%;
    -moz-box-sizing: border-box;
         box-sizing: border-box; }
  .col-ms-offset-4 {
    margin-left: 33.33333%; }
  .col-ms-5 {
    width: 41.66667%;
    -moz-box-sizing: border-box;
         box-sizing: border-box; }
  .col-ms-offset-5 {
    margin-left: 41.66667%; }
  .col-ms-6 {
    width: 50%;
    -moz-box-sizing: border-box;
         box-sizing: border-box; }
  .col-ms-offset-6 {
    margin-left: 50%; }
  .col-ms-7 {
    width: 58.33333%;
    -moz-box-sizing: border-box;
         box-sizing: border-box; }
  .col-ms-offset-7 {
    margin-left: 58.33333%; }
  .col-ms-8 {
    width: 66.66667%;
    -moz-box-sizing: border-box;
         box-sizing: border-box; }
  .col-ms-offset-8 {
    margin-left: 66.66667%; }
  .col-ms-9 {
    width: 75%;
    -moz-box-sizing: border-box;
         box-sizing: border-box; }
  .col-ms-offset-9 {
    margin-left: 75%; }
  .col-ms-10 {
    width: 83.33333%;
    -moz-box-sizing: border-box;
         box-sizing: border-box; }
  .col-ms-offset-10 {
    margin-left: 83.33333%; }
  .col-ms-11 {
    width: 91.66667%;
    -moz-box-sizing: border-box;
         box-sizing: border-box; }
  .col-ms-offset-11 {
    margin-left: 91.66667%; }
  .col-ms-12 {
    width: 100%;
    -moz-box-sizing: border-box;
         box-sizing: border-box; }
  .col-ms-offset-12 {
    margin-left: 100%; } }

@media screen and (max-width: 767px) {
  .col-1,
  .col-10,
  .col-11,
  .col-12,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9 {
    padding: 0px; } }

/* hide elements */
@media screen and (max-width: 1041px) {
  .hide-tablet {
    display: none !important; } }

@media screen and (min-width: 1120px) {
  .hide-desktop {
    display: none !important; } }

@media screen and (max-width: 767px) {
  .hide-mobile {
    display: none !important; } }

@media screen and (max-width: 767px) {
  .show-mobile {
    display: block !important; } }

@media screen and (max-width: 410px) {
  .hide-mobile-sm {
    display: none !important; } }

/* Grid */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }
::selection {
  background: #b3d4fc;
  text-shadow: none; }

form:before, form:after {
  display: table;
  content: " "; }

form:after {
  clear: both; }

/* == End (Buttons) == */
/* == Form radio & checkbox == */
.expand-closed > div > .switcher {
  background: url("images/form-elements/checkbox-minus.png") no-repeat; }

.expand-closed.switch-off > div > .switcher {
  background: url("images/form-elements/checkbox-plus.png") no-repeat; }

/* == End (Form radio & checkbox) == */
/* == Form text elements == */
.form-type-textfield .description {
  display: block;
  font-size: 0.6em;
  line-height: 1.818em;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-weight: bold;
  color: #666;
  margin-left: 4px; }

/* == End (Form text elements) == */
/* == Department Select == */
.view-full-exposed-form .views-exposed-form {
  margin: 18px 0; }
  .view-full-exposed-form .views-exposed-form select.form-select,
  .view-full-exposed-form .views-exposed-form .chosen-container {
    width: 100% !important; }

/* == End (Department Select) == */
fieldset {
  border: none;
  padding: 0;
  margin: 0; }
  fieldset .fieldset-legend {
    font-family: "Segoe UI", sans-serif;
    font-weight: 400;
    font-size: 16px; }
  fieldset.collapsible {
    margin: 30px 0; }
    html.js fieldset.collapsible {
      height: auto; }

.fieldset-title:after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  padding-left: 10px;
  cursor: pointer;
  background: url(images/elements/arrow-right.png) center no-repeat;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  transition: -webkit-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in; }

fieldset.collapsed .fieldset-title:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.fieldset-grid {
  padding-top: 16px; }
  .fieldset-grid > .fieldset-wrapper {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }

.fieldset-block {
  -webkit-flex: 0 1 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: calc((100% - 50px) / 2);
  border: 1px solid #c0c9d3;
  position: relative;
  -moz-box-sizing: border-box;
       box-sizing: border-box; }
  .fieldset-block > legend {
    position: absolute;
    top: 0;
    left: 26px; }
    .fieldset-block > legend .fieldset-legend {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-flex-flow: row nowrap;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-flow: row nowrap;
              flex-flow: row nowrap;
      height: 62px;
      font-weight: 600; }
  .fieldset-block > .fieldset-wrapper {
    padding: 44px 26px 8px 26px; }
  .fieldset-block__remove {
    position: absolute;
    font: 0/0 a;
    display: block;
    width: 20px;
    height: 20px;
    top: 21px;
    right: 24px;
    background: url(../assets/images/elements/close.png) center center no-repeat; }
  .fieldset-block:nth-child(2n-1) {
    margin-right: 50px; }
  .fieldset-block:nth-child(1n+3) {
    margin-top: 50px; }
  @media screen and (max-width: 767px) {
    .fieldset-block {
      width: 100%; }
      .fieldset-block:nth-child(1n) {
        margin-right: 0; }
      .fieldset-block:nth-child(1n+2) {
        margin-top: 50px; } }

.fieldset-block-add {
  -webkit-flex: 0 1 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: calc((100% - 50px) / 2);
  min-height: 330px;
  border: 1px solid #c0c9d3;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  cursor: pointer;
  font: 0/0 a;
  background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2228%22%20height%3D%2228%22%3E%3Cpath%20fill%3D%22%23B9BEC8%22%20fill-rule%3D%22evenodd%22%20d%3D%22M14%200c-7.732%200-14%206.268-14%2014s6.268%2014%2014%2014%2014-6.268%2014-14-6.268-14-14-14zm0%202c6.627%200%2012%205.373%2012%2012s-5.373%2012-12%2012-12-5.373-12-12%205.373-12%2012-12zm7%2012c0%20.552-.448%201-1%201h-5v5c0%20.552-.448%201-1%201s-1-.448-1-1v-5h-5c-.552%200-1-.448-1-1s.448-1%201-1h5v-5c0-.552.448-1%201-1s1%20.448%201%201v5h5c.552%200%201%20.448%201%201z%22%2F%3E%3C%2Fsvg%3E') center center no-repeat;
  transition: border-color 0.22s cubic-bezier(0.4, 0, 0.2, 1), background-image 0.22s cubic-bezier(0.4, 0, 0.2, 1); }
  .fieldset-block-add:hover {
    border-color: #669ae6;
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2228%22%20height%3D%2228%22%3E%3Cpath%20fill%3D%22%23669ae6%22%20fill-rule%3D%22evenodd%22%20d%3D%22M14%200c-7.732%200-14%206.268-14%2014s6.268%2014%2014%2014%2014-6.268%2014-14-6.268-14-14-14zm0%202c6.627%200%2012%205.373%2012%2012s-5.373%2012-12%2012-12-5.373-12-12%205.373-12%2012-12zm7%2012c0%20.552-.448%201-1%201h-5v5c0%20.552-.448%201-1%201s-1-.448-1-1v-5h-5c-.552%200-1-.448-1-1s.448-1%201-1h5v-5c0-.552.448-1%201-1s1%20.448%201%201v5h5c.552%200%201%20.448%201%201z%22%2F%3E%3C%2Fsvg%3E'); }
  .fieldset-block-add:nth-child(1n+3) {
    margin-top: 50px; }
  @media screen and (max-width: 767px) {
    .fieldset-block-add {
      width: 100%; }
      .fieldset-block-add:nth-child(1n) {
        margin-right: 0; }
      .fieldset-block-add:nth-child(1n+2) {
        margin-top: 50px; } }

.ico {
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px;
  font: 0/0 a;
  color: transparent;
  text-shadow: none; }

.ico-arrow {
  width: 13px;
  height: 10px;
  background: url("images/ico/ico-arrow.png") no-repeat; }

.ico-arrow-back {
  width: 13px;
  height: 10px;
  background: url("images/ico/ico-arrow-back.png") no-repeat; }

.ico-email {
  width: 36px;
  height: 36px;
  background: url("images/ico/ico-email.png") no-repeat; }

.ico-logout {
  width: 15px;
  height: 14px;
  background: url("images/ico/ico-logout.png") no-repeat; }

.ico-phone {
  width: 36px;
  height: 36px;
  background: url("images/ico/ico-phone.png") no-repeat; }

.ico-file {
  display: block;
  font: 0/0 a;
  color: transparent;
  text-shadow: none; }

.ico-file-document {
  width: 32px;
  height: 30px;
  background: url("images/ico-file/document.png") no-repeat; }

.ico-file-media {
  width: 34px;
  height: 30px;
  background: url("images/ico-file/media.png") no-repeat; }

.ico-file-audio {
  width: 32px;
  height: 30px;
  background: url("images/ico-file/audio.png") no-repeat; }

.ico-file-video {
  width: 32px;
  height: 30px;
  background: url("images/ico-file/video.png") no-repeat; }

.ico-file-package {
  width: 32px;
  height: 30px;
  background: url("images/ico-file/zip.png") no-repeat; }

.ico-file-folder {
  width: 32px;
  height: 30px;
  background: url("images/ico-file/folder.png") no-repeat; }

@charset "UTF-8";
/* Grid */
/* Grid */
.link {
  color: #669ae6;
  text-decoration: underline;
  cursor: pointer;
  transition: color 0.5s ease 0s; }
  .link:hover {
    text-decoration: none;
    color: #1b43ac; }

/* Grid */
.btn {
  font-family: "Segoe UI", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 45px;
  height: 47px;
  text-transform: none;
  display: inline-block;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 0 22px;
  margin-bottom: 0;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  outline: none;
  border-radius: 3px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: background-color .2s ease-out; }

.btn-default {
  color: #fff;
  border-color: #669ae6;
  background-color: #669ae6; }
  .btn-default:hover {
    border-color: #335d9c;
    background-color: #335d9c; }

.btn-primary {
  color: #fff;
  border-color: #456ee0;
  background-color: #456ee0; }
  .btn-primary:hover {
    border-color: #3460dd;
    background-color: #3460dd; }

.btn-white {
  color: #3f4758;
  border-color: #edf1f5;
  background-color: #fff; }
  .btn-white:hover {
    background-color: #f7f6f6; }

.btn-transparent {
  background-color: transparent;
  border: 0; }

.btn-img {
  background-repeat: no-repeat;
  background-position: center center; }

.btn-img-search {
  background-image: url(images/search-icon.png); }

.form-actions .btn + .btn {
  margin-left: 30px; }

/* Grid */
.slick-arrow {
  display: block;
  position: relative;
  font: 0/0 a;
  width: 50px;
  height: 50px;
  padding: 0;
  background-color: #fff;
  border: 1px solid #edf1f5;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease-in-out; }
  .slick-arrow:not(.slick-disabled):focus {
    background-color: #fff;
    border: 1px solid #edf1f5; }
  .slick-arrow:not(.slick-disabled):hover {
    background-color: #669ae6;
    border: 1px solid #669ae6; }
  .slick-arrow::before {
    content: '';
    display: block;
    width: 24px;
    height: 17px;
    position: absolute;
    top: 16px;
    left: 13px;
    background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224.03%22%20height%3D%2217.03%22%20viewBox%3D%220%200%2024.03%2017.03%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23669ae6%3Bfill-rule%3Aevenodd%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M1573.17%203099.26a.828.828%200%200%200-1.21%200%20.851.851%200%200%200%200%201.2l6.13%206.18h-20.23a.858.858%200%200%200-.86.85.869.869%200%200%200%20.86.87h20.23l-6.13%206.17a.863.863%200%200%200%200%201.21.845.845%200%200%200%201.21%200l7.58-7.64a.851.851%200%200%200%200-1.2z%22%20transform%3D%22translate(-1557%20-3099)%22%2F%3E%3C%2Fsvg%3E') center center no-repeat; }
  .slick-arrow:not(.slick-disabled):hover::before {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224.03%22%20height%3D%2217.03%22%20viewBox%3D%220%200%2024.03%2017.03%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3Bfill-rule%3Aevenodd%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M1573.17%203099.26a.828.828%200%200%200-1.21%200%20.851.851%200%200%200%200%201.2l6.13%206.18h-20.23a.858.858%200%200%200-.86.85.869.869%200%200%200%20.86.87h20.23l-6.13%206.17a.863.863%200%200%200%200%201.21.845.845%200%200%200%201.21%200l7.58-7.64a.851.851%200%200%200%200-1.2z%22%20transform%3D%22translate(-1557%20-3099)%22%2F%3E%3C%2Fsvg%3E'); }
  .slick-arrow.slick-next {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  .slick-arrow.slick-prev {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .slick-arrow.slick-disabled {
    background-color: #f7f6f6; }
    .slick-arrow.slick-disabled::before {
      opacity: 1; }

/* Grid */
.block-title-big,
.page-title {
  font-family: "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: 32px; }
  .block-title-big--center,
  .page-title--center {
    text-align: center; }

.page-title-small {
  font-size: 20px; }

.page-title-with-nav {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px; }
  .page-title-with-nav span {
    margin-top: 10px;
    margin-right: 20px; }

.block-title-big--without-gap {
  margin: 0; }

.block-title {
  font-family: "Segoe UI", sans-serif;
  font-weight: 600;
  font-size: 20px; }

.form-sidebar-title {
  font-family: "Segoe UI", sans-serif;
  font-weight: 600;
  font-size: 18px;
  margin-top: 30px; }

.dropdown-menu-title {
  font-family: "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: 24px; }

.footer-title {
  font-family: "Segoe UI", sans-serif;
  font-weight: 600;
  font-size: 24px;
  margin: 0 0 20px; }
  @media screen and (max-width: 767px) {
    .footer-title {
      font-size: 20px;
      margin-bottom: 13px; } }

.news-title,
.announce-title {
  font-family: "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: 18px; }
  .news-title a:hover,
  .announce-title a:hover {
    color: #0b40b3; }

.rubrics-title {
  font-family: "Segoe UI", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px; }

.search-title {
  font-family: "Segoe UI", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 40px; }

.poll-title {
  font-family: "Segoe UI", sans-serif;
  font-weight: 400;
  font-size: 20px;
  margin: 0 0 27px; }

.documents-page .page-title a {
  color: #3f4758;
  transition: color 0.3s;
  cursor: pointer; }
  .documents-page .page-title a:hover {
    color: #1b43ac; }

.citizens__wrapper .block-title-big,
.participate__wrapper .block-title-big {
  margin: -5px 0 30px; }

.title-border-bottom {
  border-bottom: 1px solid #c0c9d3;
  padding-bottom: 30px; }

.tabs-title {
  margin: 15px 0 -35px; }

.related-title {
  margin-top: -10px; }

.block--full .title {
  max-width: 1170px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .block--full .title {
      padding-left: 17px;
      padding-right: 17px; } }

@media screen and (max-width: 1041px) {
  .block-title-big,
  .page-title {
    font-size: 24px; }
  .news .block-title-big,
  .news .page-title {
    font-size: 32px; }
  .tabs-title {
    margin-top: 0; } }

@media screen and (max-width: 767px) {
  .news .block-title-big,
  .news .page-title {
    font-size: 24px;
    line-height: 30px; }
  .block--full .title {
    margin-bottom: 20px;
    line-height: 1.3; }
  .block--resources .title {
    margin-bottom: 20px;
    line-height: 1.3;
    padding-left: 17px;
    padding-right: 17px; }
  .tabs-title {
    margin: 15px 0 13px;
    position: relative; } }

/* Grid */
.tag {
  font-family: "Segoe UI", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #3f4758;
  line-height: 34px;
  height: 36px;
  display: inline-block;
  padding: 0 15px;
  margin: 0 16px 15px 0;
  text-align: center;
  text-transform: lowercase;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #edf1f5;
  background-color: #fff;
  outline: none;
  border-radius: 3px; }
  .tag:first-letter {
    text-transform: capitalize; }
  .tag:hover {
    border: 1px solid #d5d8db;
    text-decoration: none; }
  .rubrics-list .tag:last-child {
    margin-right: 0; }

/* Grid */
.resource-big__arrow {
  display: inline-block;
  vertical-align: bottom;
  height: 22px;
  width: 0;
  position: relative; }

.resource-big__arrow::after {
  content: " ";
  display: inline-block;
  position: absolute;
  left: 100%;
  bottom: 0;
  margin: 0 0 2px 14px;
  width: 8px;
  height: 14px;
  background: url(images/hover-arrow.png) no-repeat center bottom;
  vertical-align: middle;
  opacity: 0;
  -webkit-transform: translateX(-6px);
          transform: translateX(-6px);
  transition: opacity 0.25s ease-in 0.03s, -webkit-transform 0.25s ease-in 0.03s;
  transition: opacity 0.25s ease-in 0.03s, transform 0.25s ease-in 0.03s;
  transition: opacity 0.25s ease-in 0.03s, transform 0.25s ease-in 0.03s, -webkit-transform 0.25s ease-in 0.03s; }

.resource-big a {
  height: 210px;
  display: block;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  text-align: center;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #edf1f5;
  transition: background-color 0.25s ease-in-out, border 0.25s ease-in-out, box-shadow 0.2s ease-in-out;
  box-shadow: 0 10px 20px 0 rgba(244, 247, 251, 0.8);
  padding: 20px 24px;
  position: relative; }
  .resource-big a:hover {
    background-color: #669ae6;
    border-color: #669ae6;
    box-shadow: 0 10px 20px 0 rgba(193, 214, 244, 0.8); }
    .resource-big a:hover .resource-big__arrow::after {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1; }
    .resource-big a:hover h5 {
      color: #fff; }
    .resource-big a:hover .image {
      z-index: 1;
      display: none; }
    .resource-big a:hover .image-hover {
      z-index: 2;
      display: block; }

.resource-big .image,
.resource-big .image-hover {
  height: 79px;
  width: 100%;
  margin-top: 22px;
  text-align: center;
  position: relative;
  top: 0;
  left: 0;
  bottom: auto; }
  .resource-big .image img,
  .resource-big .image-hover img {
    display: inline-block; }

.resource-big .image {
  z-index: 1;
  display: block; }

.resource-big .image-hover {
  z-index: 2;
  display: none; }

.resource-big h5 {
  transition: color 0.15s ease 0s;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  line-height: 22px; }

.slider {
  max-width: 1316px;
  padding: 0 82px;
  margin: 0 auto; }
  .slider__slide {
    padding: 10px 16px 20px; }
  .slider .slick-arrow {
    position: absolute; }
  .slider .slick-prev {
    left: 25px;
    top: calc(50% - 28px); }
  .slider .slick-next {
    right: 25px;
    top: calc(50% - 28px); }
  @media (max-width: 800px) {
    .slider .slick-prev {
      left: 30px;
      top: calc(50% - 38px); }
    .slider .slick-next {
      right: 30px;
      top: calc(50% - 38px); } }
  @media (max-width: 767px) {
    .slider {
      padding-left: 0;
      padding-right: 0; }
      .slider__slide {
        width: calc(100vw - 50px - 8px);
        padding-left: 4px;
        padding-right: 4px; } }

/* Grid */
.table {
  display: block;
  width: 100%;
  overflow: auto;
  box-shadow: 0 10px 20px 12px rgba(248, 250, 252, 0.8);
  margin-bottom: 30px; }

.wysiwyg table,
.table table {
  max-width: 100%;
  border: 1px solid #edf1f5;
  color: #3f4758;
  font-size: 16px;
  background-color: #fff; }
  .wysiwyg table a:hover,
  .table table a:hover {
    color: #456ee0; }
  .wysiwyg table tr td,
  .wysiwyg table tr th,
  .table table tr td,
  .table table tr th {
    border: 1px solid #edf1f5;
    width: auto;
    text-align: left; }
  .wysiwyg table tr th,
  .table table tr th {
    padding: 20px 25px; }
  .wysiwyg table tr td,
  .table table tr td {
    padding: 7px 25px; }
  .wysiwyg table thead,
  .table table thead {
    font-family: "Segoe UI", sans-serif;
    font-weight: 700; }
  .wysiwyg table tbody,
  .table table tbody {
    font-family: "Segoe UI", sans-serif;
    font-weight: 400; }
    .wysiwyg table tbody tr:first-child,
    .table table tbody tr:first-child {
      box-shadow: inset 0 5px 0 #dae5f6; }
    .wysiwyg table tbody tr:nth-child(odd),
    .table table tbody tr:nth-child(odd) {
      background-color: #f7f8fa; }

.wysiwyg table {
  box-shadow: 0 10px 20px 12px rgba(248, 250, 252, 0.8);
  margin-bottom: 30px; }

/* Grid */
[data-modal-src] {
  cursor: pointer; }

.tingle-modal--flat {
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
  background: rgba(8, 26, 51, 0.7); }
  .tingle-modal--flat .tingle-modal-box {
    border: 1px solid #e9ecf0;
    border-radius: 2px;
    width: auto; }
  .tingle-modal--flat .tingle-modal-box__content {
    padding: 0; }

.modal {
  position: relative;
  padding: 18px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
  .modal__close {
    cursor: pointer;
    position: absolute;
    top: 22px;
    right: 22px; }
  .modal__content {
    -webkit-flex: 1 1 auto;
       -moz-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }

/* Grid */
.modal-appeal-status {
  padding: 12px 0 35px 0; }
  .modal-appeal-status__title {
    font: 600 18px/40px "Segoe UI", sans-serif;
    text-align: center;
    color: #3f4758; }
  .modal-appeal-status__list {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 670px;
    margin: 40px 15px;
    position: relative; }
    @media screen and (max-width: 767px) {
      .modal-appeal-status__list {
        -webkit-flex-flow: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column;
        width: auto;
        margin: 0; } }
    .modal-appeal-status__list::after {
      content: '';
      display: block;
      width: 100%;
      height: 2px;
      background: #e0e0e0;
      position: absolute;
      top: 17px;
      z-index: -1; }
      @media screen and (max-width: 767px) {
        .modal-appeal-status__list::after {
          display: none; } }
  .modal-appeal-status__item {
    -webkit-flex: 0 0 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    font: 400 18px/26px "Segoe UI", sans-serif;
    color: #898d96;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative; }
    @media screen and (max-width: 767px) {
      .modal-appeal-status__item {
        margin: 5px 0;
        font-size: 16px;
        line-height: 17px; } }
    .modal-appeal-status__item:last-child::after, .modal-appeal-status__item:first-child::after {
      content: '';
      position: absolute;
      display: block;
      background: #fff;
      width: 50%;
      height: 100%;
      z-index: 1; }
    .modal-appeal-status__item:first-child::after {
      right: 50%; }
    .modal-appeal-status__item:last-child::after {
      left: 50%; }
    .modal-appeal-status__item--active {
      color: #669ae6; }
    .modal-appeal-status__item--disable {
      color: #b9bcc4; }
  .modal-appeal-status__item-image {
    width: 57px;
    height: 40px;
    background: #fff;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 2; }
  .modal-appeal-status__item-text {
    padding-top: 4px;
    z-index: 2; }
    @media screen and (max-width: 767px) {
      .modal-appeal-status__item-text {
        padding-top: 0; } }

/* Grid */
.modal-appeal-info {
  padding: 40px; }
  @media screen and (max-width: 767px) {
    .modal-appeal-info {
      padding: 15px; } }
  .modal-appeal-info__title {
    max-width: 680px;
    font: 600 22px/30px "Segoe UI", sans-serif;
    color: #3f4758;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row; }
    @media screen and (max-width: 767px) {
      .modal-appeal-info__title {
        font: 600 18px/18px "Segoe UI", sans-serif; } }
  .modal-appeal-info__status-icon {
    text-align: left;
    width: 40px;
    display: block;
    position: relative;
    -webkit-transform: translateY(2px);
            transform: translateY(2px); }
    .modal-appeal-info__status-icon svg {
      overflow: visible; }
  .modal-appeal-info__content {
    max-width: 680px;
    max-height: 355px;
    overflow-x: hidden;
    overflow-y: auto;
    font: 400 18px/1.2 "Segoe UI", sans-serif;
    color: #3f4758; }
    @media screen and (max-width: 767px) {
      .modal-appeal-info__content {
        font-size: 16px; } }
  .modal-appeal-info__info {
    padding: 15px 0; }
  .modal-appeal-info__fields, .modal-appeal-info__label {
    font: 14px/22px "Segoe UI", sans-serif;
    color: #898d96; }
  .modal-appeal-info__fields {
    padding: 5px 0 17px 0; }
  .modal-appeal-info__description {
    padding: 5px 0; }
  .modal-appeal-info__status-info {
    cursor: pointer;
    color: #669ae6;
    border-bottom: 1px dashed #669ae6;
    padding-bottom: 1px; }
    .modal-appeal-info__status-info:hover {
      color: #0b40b3;
      border-bottom-color: #0b40b3; }

/* Grid */
.modal-appeal-poll {
  padding: 40px; }
  @media screen and (max-width: 767px) {
    .modal-appeal-poll {
      padding: 15px; } }
  .modal-appeal-poll__title {
    max-width: 680px;
    font: 600 22px/30px "Segoe UI", sans-serif;
    color: #3f4758;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row; }
    @media screen and (max-width: 767px) {
      .modal-appeal-poll__title {
        font: 600 18px/18px "Segoe UI", sans-serif; } }
  .modal-appeal-poll__content {
    max-width: 680px;
    max-height: 740px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 15px 0; }
    @media screen and (max-width: 767px) {
      .modal-appeal-poll__content {
        max-height: 355px; } }

/* Grid */
.document-download {
  margin-bottom: 20px; }
  .document-download a {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 25px;
    border-radius: 3px;
    border: 1px solid #edf1f5;
    cursor: pointer;
    transition: box-shadow 0.5s ease 0s; }
    .document-download a:hover {
      box-shadow: 0 10px 20px 0 rgba(230, 238, 248, 0.85); }
  .document-download .image {
    margin-right: 25px;
    height: 51px; }
    .document-download .image img {
      width: auto;
      height: 100%; }
  .document-download .title {
    font-family: "Segoe UI", sans-serif;
    font-weight: 400;
    -webkit-flex: 10 1 0;
       -moz-box-flex: 10;
        -ms-flex: 10 1 0px;
            flex: 10 1 0;
    font-size: 16px;
    line-height: 24px;
    margin: 0 20px 0 0;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
       -moz-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto; }
  .document-download .icon {
    margin-left: auto; }

/* Grid */
.article-rubrics {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 25px 0 10px; }
  .article-rubrics .article-rubrics__title {
    width: 290px;
    margin: 0;
    -moz-box-sizing: border-box;
         box-sizing: border-box; }

@media screen and (max-width: 1041px) {
  .article-rubrics {
    padding: 5px 0 0; }
    .article-rubrics .article-rubrics__title {
      width: 208px; } }

@media screen and (max-width: 410px) {
  .article-rubrics {
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .article-rubrics .article-rubrics__title {
      width: 100%;
      margin-bottom: 20px; } }

/* Grid */
.article-rubrics .rubrics-list {
  margin-top: -2px; }

@media screen and (max-width: 410px) {
  .rubrics-list {
    width: 100%; } }

/* Grid */
.gallery {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 15px 0 25px; }
  .gallery .gallery-big {
    max-width: 850px;
    width: 74.5%;
    position: relative; }
    .gallery .gallery-big__shadow {
      position: absolute;
      z-index: 5;
      top: 0;
      height: 100%;
      width: 121px;
      pointer-events: none; }
    .gallery .gallery-big .shadow-prev {
      left: 0;
      right: auto;
      background: linear-gradient(to left, rgba(26, 30, 36, 0) 0%, rgba(26, 30, 36, 0.6) 100%);
      opacity: 0.502; }
    .gallery .gallery-big .shadow-next {
      right: 0;
      left: auto;
      background: linear-gradient(to right, rgba(26, 30, 36, 0) 0%, rgba(26, 30, 36, 0.6) 100%);
      opacity: 0.502; }
    .gallery .gallery-big .slick-arrow {
      position: absolute;
      z-index: 10; }
      .gallery .gallery-big .slick-arrow.slick-disabled {
        display: none !important; }
    .gallery .gallery-big .slick-prev {
      left: 20px;
      top: calc(50% - 16px); }
    .gallery .gallery-big .slick-next {
      right: 20px;
      top: calc(50% - 16px); }
    .gallery .gallery-big__slide {
      max-height: 567px;
      height: 0; }
      .gallery .gallery-big__slide a {
        overflow: hidden; }
      .gallery .gallery-big__slide.slick-active {
        height: auto; }
      .gallery .gallery-big__slide img {
        display: block;
        width: 100%;
        height: auto; }
  .gallery .gallery-small {
    position: relative;
    max-width: 260px;
    max-height: 560px;
    width: 23%; }
    .gallery .gallery-small .slick-arrow {
      position: absolute;
      z-index: 10;
      left: calc(50% - 25px);
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }
      .gallery .gallery-small .slick-arrow.slick-disabled {
        display: none !important; }
    .gallery .gallery-small .slick-prev {
      bottom: auto;
      top: -15px;
      -webkit-transform: rotate(270deg);
              transform: rotate(270deg); }
    .gallery .gallery-small .slick-next {
      top: auto;
      bottom: -17px; }
    .gallery .gallery-small .slick-track {
      margin-top: 0; }
    .gallery .gallery-small__slide {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      max-height: 167px;
      height: 167px;
      width: 250px;
      border: solid 5px rgba(0, 0, 0, 0);
      margin: 5px 0;
      transition: all 0.3s ease-in-out;
      overflow: hidden; }
      .gallery .gallery-small__slide:hover {
        border: solid 5px #bbd2f3;
        border-radius: 3px; }
      .gallery .gallery-small__slide img {
        display: block;
        width: 100%;
        height: auto; }

@media screen and (max-width: 1041px) {
  .gallery .gallery-big {
    max-width: 850px;
    width: 100%;
    margin: 0 auto; }
  .gallery .gallery-small {
    display: none; } }

@media screen and (max-width: 767px) {
  .gallery {
    margin-top: 0; }
    .gallery .gallery-big__count .slick-dots {
      bottom: -31px;
      margin: 0; }
      .gallery .gallery-big__count .slick-dots li {
        width: 15px; }
      .gallery .gallery-big__count .slick-dots button:before {
        content: "";
        display: block;
        background: #fff;
        border: solid 1px #edf1f5;
        border-radius: 50%;
        width: 8px;
        height: 8px;
        opacity: 1; }
    .gallery .gallery-big__count .slick-active button:before {
      content: "";
      display: block;
      background: #669ae6; } }

.gallery-grid {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 767px) {
    .gallery-grid {
      margin: 0 -17px; } }
  .gallery-grid__slide {
    -webkit-flex: 0 1 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc(50% - 10px);
    border: solid 5px rgba(0, 0, 0, 0);
    margin: 5px 0;
    transition: border 0.3s ease-in-out;
    overflow: hidden; }
    .gallery-grid__slide:hover {
      border: solid 5px #bbd2f3;
      border-radius: 3px; }
    @media (max-width: 767px) {
      .gallery-grid__slide {
        width: 100%;
        border: 0; }
        .gallery-grid__slide:hover {
          border: 0;
          border-radius: 0; } }
    .gallery-grid__slide picture {
      width: 100%; }
    .gallery-grid__slide img {
      display: block;
      width: 100%;
      height: auto; }

/* Grid */
.breadcrumbs {
  padding: 35px 0 25px 0; }
  .breadcrumbs__wrapper {
    padding: 0;
    margin: 0; }
  .breadcrumbs__item {
    display: inline-block;
    padding: 0 26px 0 0;
    margin: 0 20px 0 0;
    background: url(images/elements/breadcrumb-separator.png) right center no-repeat; }
    .breadcrumbs__item:last-child {
      padding: 0;
      margin: 0;
      background: none; }
    .breadcrumbs__item a {
      font-family: "Segoe UI", sans-serif;
      font-weight: 600;
      font-size: 16px;
      line-height: 20px;
      color: #3f4758; }
  @media screen and (max-width: 767px) {
    .breadcrumbs {
      padding: 25px 0; }
      .breadcrumbs__item {
        padding: 0 16px 0 0;
        margin: 0 8px 0 0; } }

.without-breadcrumbs {
  padding: 45px 0 0 0; }

/* Grid */
.site-title {
  max-width: 480px;
  margin: 5px 0 15px; }
  .site-title a {
    font-family: "Segoe UI", sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 1px;
    word-wrap: break-word;
    color: #3f4758; }
  @media screen and (max-width: 1041px) {
    .site-title {
      max-width: 370px;
      margin-top: 0; }
      .site-title a {
        font-size: 24px;
        line-height: 32px; } }
  @media screen and (max-width: 767px) {
    .site-title {
      margin: 12px 0; } }

/* Grid */
.fast-links {
  min-width: 255px;
  float: right;
  margin-top: 5px; }
  .fast-links__item {
    font-family: "Segoe UI", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #3f4758;
    display: block;
    margin: 0;
    background: url(images/elements/arrow-right.png) right center no-repeat; }
    .fast-links__item:last-child {
      margin-bottom: 0; }
    .fast-links__item:hover {
      color: #0b40b3;
      background: url(images/elements/arrow-right_hover.png) right center no-repeat; }
  @media screen and (max-width: 1041px) {
    .fast-links {
      min-width: 243px;
      margin: -5px 0 10px 0; } }
  @media screen and (max-width: 767px) {
    .fast-links {
      display: none; } }

/* Grid */
nav.main {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }
  nav.main .main__logo {
    -webkit-flex: 1 0 auto;
       -moz-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    width: 175px;
    margin-top: 10px; }
    nav.main .main__logo img {
      height: 60px; }
  nav.main > ul {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    -webkit-flex: 0 1 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    max-height: 78px;
    overflow: hidden;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    max-width: 710px; }
    nav.main > ul > li {
      vertical-align: top;
      display: inline-block;
      position: relative; }
      nav.main > ul > li > a {
        font-family: "Segoe UI", sans-serif;
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0.2px;
        color: #3f4758;
        text-decoration: none;
        padding: 29px 16px 30px;
        display: inline-block;
        white-space: nowrap;
        letter-spacing: -0.2px; }
        nav.main > ul > li > a.active, nav.main > ul > li > a:hover, nav.main > ul > li > a.hover {
          background: #f3f7fb;
          color: #0b40b3; }
      nav.main > ul > li.menu-item--sv {
        display: none; }
  nav.main .sandwich {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAQCAYAAAAWGF8bAAAAK0lEQVR4AWOwd4/4T01MEwOVqIkZRiAA+luQmnjwJxvqe3nkAapnvcGfbAB1Fy0Afj876AAAAABJRU5ErkJggg==') right center no-repeat;
    width: 20px;
    height: 16px;
    -webkit-flex: 0 0 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin: 16px 0 14px 7px;
    padding: 15px 0 15px 10px;
    cursor: pointer; }
    .no-touch nav.main .sandwich:hover {
      background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAQCAYAAAAWGF8bAAAALElEQVR4AWNIm/XsPzUxTQxUoiZmGIEA6G9BauLBn2yo7+WRB6ie9QZ/sgEAvFX7QL2gZ2oAAAAASUVORK5CYII=') right center no-repeat; }
  @media screen and (max-width: 1041px) {
    nav.main__logo {
      -webkit-flex: 0 0 auto;
         -moz-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 210px; } }
  @media screen and (max-width: 767px) {
    nav.main {
      padding: 0 17px; }
      nav.main .simple-list-mobile {
        display: none; }
      nav.main .sandwich {
        -webkit-flex: 1 1 auto;
           -moz-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto; } }

/* Grid */
.second-nav {
  box-shadow: 0 10px 20px 0 rgba(230, 238, 248, 0.85);
  margin-bottom: 30px;
  position: relative; }
  .second-nav .block-title {
    margin: 0;
    border: 1px solid #edf1f5;
    border-bottom: none;
    border-radius: 3px 3px 0 0; }
    .second-nav .block-title a {
      padding: 15px 35px 15px 20px;
      display: block; }
  .second-nav a {
    color: #3f4758; }
  .second-nav nav.second ul {
    margin: 0;
    padding: 0;
    border: 1px solid #edf1f5;
    border-radius: 0 0 3px 3px;
    border-top: none; }
  .second-nav nav.second li {
    margin: 0;
    padding: 0; }
    .second-nav nav.second li a {
      font-family: "Segoe UI", sans-serif;
      font-weight: 400;
      display: block;
      padding: 9px 20px;
      line-height: 1.4;
      font-size: 16px; }
      .second-nav nav.second li a:hover, .second-nav nav.second li a.active {
        background-color: #f7f8fa;
        color: #0b40b3; }
    .second-nav nav.second li:last-child a {
      padding: 9px 20px 26px; }
  .second-nav .arrow {
    width: 54px;
    height: 54px;
    position: absolute;
    top: 0;
    right: 0; }
    .second-nav .arrow:after {
      content: '';
      display: inline-block;
      width: 12px;
      height: 8px;
      background: url(images/elements/second-nav-arrow_grey.svg) right center no-repeat;
      transition: rotate 0.25s cubic-bezier(0.4, 0, 0.2, 1);
      -webkit-transform: rotate(90deg);
      transform: rotate(0deg);
      margin-left: 19px;
      margin-top: 25px; }
  .second-nav.show-desktop {
    display: block; }
    .second-nav.show-desktop .arrow {
      display: none; }
    @media screen and (min-width: 992px) and (max-width: 1170px) {
      .second-nav.show-desktop {
        display: none; } }
    @media screen and (max-width: 1041px) {
      .second-nav.show-desktop {
        display: none; } }
  .second-nav.show-mobile {
    display: none; }
    .second-nav.show-mobile .arrow {
      display: block;
      width: 46px;
      height: 46px; }
      .second-nav.show-mobile .arrow:after {
        margin-top: 20px;
        margin-left: 21px; }
    .second-nav.show-mobile .block-title {
      border: 1px solid #cad8ff;
      border-radius: 3px;
      font-size: 16px;
      line-height: 40px; }
      .second-nav.show-mobile .block-title a {
        padding: 3px 14px; }
    .second-nav.show-mobile .second-list {
      display: none; }
    .second-nav.show-mobile nav.second a {
      padding: 8px 14px;
      font-size: 16px;
      line-height: 24px;
      font-weight: 600; }
      .second-nav.show-mobile nav.second a:hover, .second-nav.show-mobile nav.second a.active {
        color: #3f4758; }
    .second-nav.show-mobile nav.second li:first-child a {
      padding-top: 14px; }
    .second-nav.show-mobile nav.second li:last-child a {
      padding-bottom: 14px; }
    @media screen and (min-width: 992px) and (max-width: 1170px) {
      .second-nav.show-mobile {
        display: block; } }
    @media screen and (max-width: 1041px) {
      .second-nav.show-mobile {
        display: block; } }

.resources-list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 40px; }

@media (max-width: 767px) {
  .resources-list {
    border: none;
    display: block;
    max-width: 768px;
    padding: 0;
    margin: 0 auto; } }

/* Grid */
.wysiwyg {
  font-size: 18px;
  font-family: "Segoe UI", sans-serif;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 20px; }
  .wysiwyg h1 {
    line-height: normal; }
  .wysiwyg h2,
  .wysiwyg h3,
  .wysiwyg h4,
  .wysiwyg h5,
  .wysiwyg h6 {
    margin: 35px 0 17px;
    line-height: normal; }
  .wysiwyg h3 {
    font-size: 18px; }
  .wysiwyg > *:first-child {
    margin-top: 0; }
  .wysiwyg > *:last-child {
    margin-bottom: 0; }
  .wysiwyg a {
    color: #669ae6;
    text-decoration: underline;
    cursor: pointer;
    transition: all 0.5s ease 0s; }
    .wysiwyg a:hover {
      text-decoration: none; }
  .wysiwyg ol,
  .wysiwyg ul {
    padding: 0;
    margin: 0 0 25px 0; }
  .wysiwyg p {
    margin: 0 0 21px; }
  .wysiwyg ul li {
    padding-left: 24px;
    list-style-image: url(images/wysiwyg-list-style.png);
    margin: 0 0 18px 15px; }
  .wysiwyg ul li:last-child {
    margin-bottom: 0; }
  .wysiwyg ol li {
    padding-left: 20px;
    margin: 0 0 16px 20px;
    line-height: 1.45; }
  .wysiwyg ol li:last-child {
    margin-bottom: 0; }
  .wysiwyg figure {
    padding: 20px 20px 16px;
    display: inline-block;
    -moz-box-sizing: border-box;
         box-sizing: border-box; }
  .wysiwyg img {
    max-width: 100%;
    width: auto;
    height: auto; }
  .wysiwyg figcaption {
    color: #959aa6;
    font-size: 14px;
    font-family: "Segoe UI", sans-serif;
    font-weight: 400;
    padding: 0 20px 20px; }
  .wysiwyg blockquote {
    background-color: #f4f7fc;
    padding: 15px 27px 20px;
    margin-bottom: 26px;
    clear: both; }
    .wysiwyg blockquote strong {
      display: block;
      margin-bottom: 8px; }
  .wysiwyg strong {
    font-weight: bold; }
  @media screen and (max-width: 410px) {
    .wysiwyg p,
    .wysiwyg li,
    .wysiwyg blockquote {
      font-size: 16px;
      line-height: 24px; }
    .wysiwyg figure {
      max-width: 100%;
      padding: 25px 0 10px; }
    .wysiwyg img {
      max-width: 100%; }
    .wysiwyg figcaption {
      padding: 0 0 16px; }
    .wysiwyg ol li,
    .wysiwyg ul li {
      margin-bottom: 17px; }
    .wysiwyg ul {
      margin: 0 0 25px 2px; }
    .wysiwyg ol {
      margin: 0 0 25px -3px; }
      .wysiwyg ol li {
        padding-left: 23px; }
    .wysiwyg h3 {
      font-size: 16px;
      line-height: 1.5; } }

/* Grid */
.news-subscription {
  padding: 20px 22px 22px;
  border-radius: 3px;
  box-shadow: 0 10px 20px 0 rgba(230, 238, 248, 0.85);
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border: 1px solid #edf1f5; }
  .news-subscription .block-title {
    margin: 0 0 18px;
    line-height: 1.1;
    letter-spacing: normal; }
  .news-subscription .btn,
  .news-subscription .form-actions {
    width: 100%; }
  @media screen and (max-width: 1041px) {
    .news-subscription {
      padding: 17px 20px 20px; }
      .news-subscription .block-title {
        margin: 0 0 20px; }
      .news-subscription .form-item-group {
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: flex-end;
           -moz-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end; }
      .news-subscription .form-actions {
        margin: 0 0 0 18px;
        width: auto; }
      .news-subscription .btn {
        width: auto; } }
  @media screen and (max-width: 767px) {
    .news-subscription .form-item-group {
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
    .news-subscription .form-actions {
      margin: 18px 0; }
    .news-subscription .btn,
    .news-subscription .form-actions {
      width: 100%; } }

/* Grid */
.social-icons {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 230px;
  margin: 0 auto; }
  .social-icons__wrap {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .social-icons__wrap .rubrics-title {
      margin-right: 30px;
      display: none; }
  .social-icons__link {
    display: block; }
  .social-icons__ico {
    display: block;
    width: 35px;
    height: 35px;
    opacity: 0.8;
    padding: 1px; }
    .social-icons__ico:hover {
      opacity: 1; }

@media screen and (max-width: 1041px) {
  .social-icons {
    margin: 0; }
    .social-icons__wrap {
      margin-top: 5px; }
    .social-icons__wrap .rubrics-title {
      display: block; } }

@media screen and (max-width: 410px) {
  .social-icons {
    width: 100%; }
    .social-icons__wrap {
      margin-top: 0; }
      .social-icons__wrap .rubrics-title {
        display: none; } }

/* Grid */
.form-actions {
  margin: 18px 0; }

.form-item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 18px 0;
  width: 100%; }
  .form-item__inner,
  .form-item .form-textarea-wrapper {
    position: relative;
    -webkit-flex: 1 1 auto;
       -moz-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .form-item > label {
    display: block;
    -webkit-flex: 0 0 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    padding-right: 10px;
    margin-bottom: 7px;
    font-family: "Segoe UI", sans-serif;
    font-weight: 400;
    color: #3f4758;
    font-size: 14px; }
  .form-item .form-required {
    color: red; }
  .form-item .description {
    font-family: "Segoe UI", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    display: block;
    letter-spacing: 0;
    text-transform: none;
    font-weight: 400;
    color: #929292;
    margin-top: 4px;
    margin-left: 0;
    width: 100%; }
  .form-item .info {
    font-family: "Segoe UI", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #3f4758; }
  .form-item input[type="text"],
  .form-item input[type="password"],
  .form-item input[type="email"] {
    font-family: "Segoe UI", sans-serif;
    font-weight: 600;
    color: #3f4758;
    font-size: 16px;
    padding: 11px 16px 12px;
    border: 1px solid #cad8ff;
    border-radius: 4px;
    outline: none;
    background-color: #ffffff;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    transition: border-color .2s ease-out;
    width: 100%; }
    .form-item input[type="text"]::-webkit-input-placeholder,
    .form-item input[type="password"]::-webkit-input-placeholder,
    .form-item input[type="email"]::-webkit-input-placeholder {
      color: #999999; }
    .form-item input[type="text"]::-moz-placeholder,
    .form-item input[type="password"]::-moz-placeholder,
    .form-item input[type="email"]::-moz-placeholder {
      color: #999999; }
    .form-item input[type="text"]::-ms-input-placeholder,
    .form-item input[type="password"]::-ms-input-placeholder,
    .form-item input[type="email"]::-ms-input-placeholder {
      color: #999999; }
    .form-item input[type="text"]::placeholder,
    .form-item input[type="password"]::placeholder,
    .form-item input[type="email"]::placeholder {
      color: #999999; }
    .form-item input[type="text"]::-ms-clear,
    .form-item input[type="password"]::-ms-clear,
    .form-item input[type="email"]::-ms-clear {
      width: 0;
      height: 0; }
    .form-item input[type="text"].form-autocomplete,
    .form-item input[type="password"].form-autocomplete,
    .form-item input[type="email"].form-autocomplete {
      background: url(images/throbber.gif) 100% 13px no-repeat, linear-gradient(#ececec 1px, #f8f8f8 2px, #ffffff 3px, #ffffff 100%); }
      .form-item input[type="text"].form-autocomplete.throbbing,
      .form-item input[type="password"].form-autocomplete.throbbing,
      .form-item input[type="email"].form-autocomplete.throbbing {
        background: url(images/throbber.gif) 100% -17px no-repeat, linear-gradient(#ececec 1px, #f8f8f8 2px, #ffffff 3px, #ffffff 100%); }
    .form-item input[type="text"]:focus,
    .form-item input[type="password"]:focus,
    .form-item input[type="email"]:focus {
      border: 2px solid #669ae6;
      padding: 10px 15px 11px;
      outline: none; }
  .form-item-with-icon img {
    position: absolute;
    top: 17px;
    right: 16px;
    max-height: 16px; }
  @media screen and (min-width: 768px) {
    .form-item--inline > label {
      width: 258px;
      min-height: 24px;
      margin-top: 11px;
      margin-bottom: 0; } }
  .form-item--type-select .chosen-container {
    width: 100% !important; }
  .form-item--type-select select {
    font-family: "Segoe UI", sans-serif;
    font-weight: 600;
    color: #3f4758;
    font-size: 16px;
    border: 1px solid #cad8ff;
    border-radius: 4px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    background-size: 100%;
    box-shadow: none;
    height: 45px;
    padding: 14px 16px 10px;
    min-width: 250px; }
    .touch .form-item--type-select select {
      padding-top: 0;
      padding-bottom: 0; }
    @media screen and (max-width: 1041px) {
      .form-item--type-select select {
        padding: 0 0 0 16px; } }
    @media screen and (max-width: 767px) {
      .form-item--type-select select {
        width: 100%; } }
  .nso-date-selector-form .form-item,
  .nso-year-selector-form .form-item {
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: auto; }

/* Grid */
textarea {
  resize: vertical;
  font-size: 16px;
  font-family: "Segoe UI", sans-serif;
  font-weight: 600;
  color: #3f4758;
  padding: 9px 16px;
  border: 1px solid #cad8ff;
  border-radius: 4px;
  outline: none;
  transition: border-color .2s ease-out;
  width: 100%;
  -moz-box-sizing: border-box;
       box-sizing: border-box; }
  textarea:focus {
    border: 2px solid #669ae6;
    padding: 8px 15px;
    outline: none; }
  @media screen and (max-width: 767px) {
    textarea {
      width: 100%; } }

/* Grid */
.form-type-checkbox {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .form-type-checkbox .checkbox {
    height: 24px;
    width: 24px;
    position: relative;
    display: block;
    cursor: pointer;
    -webkit-flex: 0 0 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    .form-type-checkbox .checkbox .mark {
      position: absolute;
      top: 0;
      left: 0;
      width: 24px;
      height: 24px;
      background: url("images/form-elements/checkbox.png") no-repeat; }
    .form-type-checkbox .checkbox.checkbox-checked .mark {
      background: url("images/form-elements/checkbox-checked.png") no-repeat; }
  .form-type-checkbox label {
    display: block;
    padding: 0 0 0 16px;
    cursor: pointer;
    line-height: 24px;
    outline: none;
    margin-bottom: 0;
    -webkit-flex: 0 1 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: auto; }

/* Grid */
.form-type-radios > label {
  margin-bottom: 18px; }

.form-type-radios .form-item:first-child {
  margin-top: 0; }

.form-type-radios .form-item:last-child {
  margin-bottom: 0; }

@media screen and (min-width: 768px) {
  .form-type-radios.form-item--inline > label {
    width: auto;
    margin-bottom: 0; }
  .form-type-radios.form-item--inline .form-radios {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .form-type-radios.form-item--inline .form-radios > .form-item {
      width: auto;
      margin: 0 18px 18px 0; } }

.form-type-radio {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .form-type-radio .radio {
    height: 24px;
    width: 24px;
    position: relative;
    display: block;
    cursor: pointer;
    -webkit-flex: 0 0 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    .form-type-radio .radio .mark {
      position: absolute;
      top: 0;
      left: 0;
      width: 24px;
      height: 24px;
      background: url("images/form-elements/radio-button.png") no-repeat; }
    .form-type-radio .radio.radio-checked .mark {
      background: url("images/form-elements/radio-button-checked.png") no-repeat; }
  .form-type-radio label {
    display: block;
    padding: 0 0 0 16px;
    cursor: pointer;
    line-height: 24px;
    outline: none;
    margin-bottom: 0;
    -webkit-flex: 0 1 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: auto; }
  .poll .form-type-radio {
    margin: 20px 0; }
    .poll .form-type-radio label {
      font-size: 16px; }

/* Grid */
span.hyphen {
  display: block;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  height: 47px;
  width: 50px;
  background: url("images/form-elements/hyphen.png") center center no-repeat; }

.select-date input {
  background: url("images/form-elements/calendar.png") center right 15px no-repeat; }
  .select-date input:focus {
    background-position: center right 14px; }

.datepicker thead tr:first-child th {
  padding-bottom: 10px; }

.datepicker th {
  text-transform: uppercase;
  font-family: "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: 13px; }
  .datepicker th.dow {
    color: #aab2bf; }
  .datepicker th.next, .datepicker th.prev {
    background: transparent url("images/elements/arrow-calendar.svg") center center no-repeat !important;
    text-indent: -9999px;
    padding: 5px;
    overflow: hidden; }
    .datepicker th.next:hover, .datepicker th.prev:hover {
      background: #669ae6 url("images/elements/arrow-calendar_white.svg") center center no-repeat !important;
      border-radius: 100%; }
  .datepicker th.prev {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }

.datepicker .datepicker-days table tr td {
  padding: 7px 8px !important; }
  .datepicker .datepicker-days table tr td.active, .datepicker .datepicker-days table tr td.active.disabled, .datepicker .datepicker-days table tr td.active.disabled:hover, .datepicker .datepicker-days table tr td.active:hover, .datepicker .datepicker-days table tr td:hover {
    background: #669ae6 !important;
    text-shadow: none !important;
    border-radius: 50%;
    color: #fff; }

.datepicker .datepicker-months table tr td span,
.datepicker .datepicker-years table tr td span {
  border-radius: 50%; }
  .datepicker .datepicker-months table tr td span:hover,
  .datepicker .datepicker-years table tr td span:hover {
    background: #669ae6 !important;
    color: #fff; }

.datepicker .datepicker-switch {
  text-transform: uppercase; }

.datepicker.dropdown-menu {
  margin-top: 5px;
  border: none;
  box-shadow: 0 25px 50px rgba(51, 68, 94, 0.5);
  padding: 15px; }
  .datepicker.dropdown-menu.datepicker-orient-bottom {
    margin-top: 0px; }
  .datepicker.dropdown-menu:after, .datepicker.dropdown-menu:before {
    display: none; }

.datepicker-wrap {
  display: block;
  position: relative;
  -webkit-flex: 1 0 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: calc((100% - 50px) / 2);
  min-width: 200px; }

/* Grid */
.chosen-container {
  font-family: "Segoe UI", sans-serif;
  font-weight: 600;
  max-width: 100%;
  color: #3f4758;
  font-size: 16px; }
  .chosen-container .chosen-results {
    margin: 0;
    padding: 0; }
    .chosen-container .chosen-results li {
      padding: 12.5px 16px; }
    .chosen-container .chosen-results li.highlighted {
      background: #f7f8fa !important;
      color: #3f4758 !important;
      text-align: left; }
  .gosbar-languages .chosen-container {
    font-family: "Segoe UI", sans-serif;
    font-weight: 600;
    font-size: 14px;
    max-width: 142px;
    padding-left: 22px;
    -moz-box-sizing: border-box;
         box-sizing: border-box; }

.chosen-container-single .chosen-single {
  border: 1px solid #cad8ff;
  border-radius: 4px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  background-size: 100%;
  box-shadow: none !important;
  height: 45px;
  padding: 11px 16px 12px;
  color: #3f4758;
  background: #fff; }
  .chosen-container-single .chosen-single span {
    margin-right: 21px;
    line-height: 20px; }
  .chosen-container-single .chosen-single div {
    width: 40px;
    z-index: 10; }
  .chosen-container-single .chosen-single div b {
    width: 40px;
    background: url("images/form-elements/select.png") center center no-repeat !important; }

.chosen-container-single .chosen-drop {
  border: none !important;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  box-shadow: 0 10px 20px 0 rgba(230, 238, 248, 0.85); }

.gosbar-languages .chosen-container-single .chosen-single {
  border: none !important;
  height: 45px;
  padding: 14px 0 10px 40px;
  color: #fff;
  background: #4673b5;
  background: url("images/elements/translate.png") left center no-repeat !important;
  background-size: 20px !important; }
  @media screen and (max-width: 767px) {
    .gosbar-languages .chosen-container-single .chosen-single {
      padding-top: 20px;
      height: 57px; } }
  .gosbar-languages .chosen-container-single .chosen-single span {
    margin-right: 0;
    line-height: 20px; }
  .gosbar-languages .chosen-container-single .chosen-single div {
    width: 30px;
    z-index: 10; }
  .gosbar-languages .chosen-container-single .chosen-single div b {
    width: 30px;
    background: url("images/elements/lang-opener.png") center center no-repeat !important; }

.gosbar-languages .chosen-container-single .chosen-drop {
  background: #4673b5;
  color: #fff;
  top: calc(100% + 6px);
  border-radius: 0; }
  .gosbar-languages .chosen-container-single .chosen-drop li {
    border-top: 1px solid #5c84bf;
    text-align: right;
    background: #4673b5; }
    .gosbar-languages .chosen-container-single .chosen-drop li.highlighted {
      background: #5482c7 !important;
      transition: background 0.2s ease-in-out;
      color: #fff !important; }
  @media screen and (max-width: 767px) {
    .gosbar-languages .chosen-container-single .chosen-drop {
      top: 100%; } }

.chosen-container-single .chosen-search {
  padding: 0; }
  .chosen-container-single .chosen-search input[type="text"] {
    border: 0;
    height: 48px;
    line-height: 48px;
    padding: 0 16px 0 45px;
    margin: 0;
    border-radius: 0;
    background: #eef1f4 url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23afb8c5%3Bfill-rule%3Aevenodd%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M1203.68%2C479.145l-2.82-2.824a0.248%2C0.248%2C0%2C0%2C1-.05-0.039%2C5.345%2C5.345%2C0%2C1%2C0-4.47%2C2.407%2C5.306%2C5.306%2C0%2C0%2C0%2C2.94-.88%2C0.185%2C0.185%2C0%2C0%2C1%2C.04.048l2.82%2C2.824a1.089%2C1.089%2C0%2C0%2C0%2C1.54%2C0A1.076%2C1.076%2C0%2C0%2C0%2C1203.68%2C479.145Zm-7.34-2.309a3.492%2C3.492%2C0%2C1%2C1%2C3.5-3.491A3.5%2C3.5%2C0%2C0%2C1%2C1196.34%2C476.836Z%22%20transform%3D%22translate(-1191%20-468)%22%2F%3E%3C%2Fsvg%3E') center left 16px no-repeat !important; }
    .chosen-container-single .chosen-search input[type="text"]:focus {
      border: 0; }

.nso-date-selector-form .chosen-container-single .chosen-single {
  padding: 6px 16px 8px;
  height: auto; }
  .nso-date-selector-form .chosen-container-single .chosen-single span {
    font-size: 20px;
    line-height: 1.2; }

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #cad8ff;
  border-radius: 4px;
  background: #f3f7fb; }
  .chosen-container-active.chosen-with-drop .chosen-single div b {
    width: 40px;
    background: url("images/form-elements/select.png") center center no-repeat !important;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }

.chosen-container-active.chosen-with-drop .chosen-drop {
  margin-top: 0;
  border: 0 !important;
  border-radius: 2px;
  box-shadow: 0 25px 50px 0 rgba(54, 68, 92, 0.5); }

.gosbar-languages .chosen-container-active.chosen-with-drop .chosen-single div b {
  width: 30px;
  background: url("images/elements/lang-opener.png") center center no-repeat !important;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

/* Grid */
.form-item-group {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 18px 0; }
  .form-item-group > * {
    margin-bottom: 0; }
    .form-item-group > *:first-child {
      margin-top: 0; }
    .form-item-group > * + * {
      margin-top: 18px; }
  .form-item-group--inline {
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    .form-item-group--inline > * {
      margin-top: 18px;
      margin-bottom: 18px; }
    .form-item-group--inline > * + * {
      margin-left: 50px; }
  @media screen and (max-width: 1041px) {
    .form-item-group--inline {
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .form-item-group--inline > * {
        margin-bottom: 0; }
        .form-item-group--inline > *:first-child {
          margin-top: 0; }
        .form-item-group--inline > * + * {
          margin-top: 18px; }
      .form-item-group--inline > * + * {
        margin-left: 0; } }

/* Grid */
.footer-links {
  font-size: 16px;
  line-height: 24px;
  padding: 0;
  margin: 0; }
  .footer-links li {
    list-style: none;
    padding: 0;
    margin: 0 0 18px; }
  .footer-links a:hover {
    color: #0b40b3; }
  @media screen and (max-width: 767px) {
    .footer-links li {
      margin-bottom: 5px; } }

.copyright {
  padding: 50px 0 7px;
  border-top: 1px solid #d5d8db;
  width: 100%; }

.footer-content {
  font-size: 16px;
  padding-top: 30px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap; }
  .footer-content__col {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column nowrap;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-flex: 1 1 auto;
       -moz-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin-right: 40px; }
  .footer-content__block {
    margin-bottom: 65px; }
    .footer-content__block--phone {
      margin-bottom: 78px; }
    .footer-content__block--address .footer-links {
      max-width: 165px; }
    .footer-content__block--support {
      margin-bottom: 70px; }
  @media (min-width: 1281px) {
    .footer-content--cols {
      display: none; } }
  @media (max-width: 1280px) {
    .footer-content__block {
      margin-bottom: 35px;
      min-height: 120px; }
    .footer-content--grid {
      display: none; } }
  @media screen and (max-width: 767px) {
    .footer-content {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .footer-content__block {
        min-height: 0;
        margin-bottom: 10px; } }
  @media screen and (max-width: 410px) {
    .footer-content {
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .footer-content__col {
        margin: 0; } }

/* Grid */
#cboxOverlay {
  background: #081a33;
  opacity: 0.7 !important; }

#colorbox {
  outline: 0; }

#cboxContent {
  margin-top: 20px;
  background: #000; }
  #cboxContent::after {
    content: '';
    display: block;
    width: 55px;
    height: 55px;
    background: rgba(26, 30, 36, 0.8);
    position: absolute;
    top: 0;
    right: 0; }

.cboxIframe {
  background: #fff; }

#cboxError {
  padding: 50px;
  border: 1px solid #ccc; }

#cboxLoadedContent {
  border: none;
  background: #fff; }

#colorbox_textWrapper {
  background: #1a1e24;
  padding: 16px 20px; }
  #colorbox_textWrapper::before, #colorbox_textWrapper::after {
    content: '';
    display: table; }
  #colorbox_textWrapper::after {
    clear: both; }

#cboxCurrent {
  position: static;
  opacity: 0.4;
  font-family: "Segoe UI", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  line-height: 22px;
  display: inline-block;
  margin-left: 15px;
  float: right !important; }

#cboxTitle {
  display: inline-block;
  position: static;
  word-wrap: break-word; }
  #cboxTitle a {
    font-family: "Segoe UI", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    line-height: 22px;
    display: inline-block; }
    #cboxTitle a:before {
      content: "";
      display: block;
      float: left;
      height: 22px;
      width: 14px;
      margin-right: 10px;
      background: url("images/icon-link-colorbox.svg") center center no-repeat; }

#cboxClose,
#cboxNext,
#cboxPrevious,
#cboxSlideshow {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none; }
  #cboxClose:active, #cboxClose:focus,
  #cboxNext:active,
  #cboxNext:focus,
  #cboxPrevious:active,
  #cboxPrevious:focus,
  #cboxSlideshow:active,
  #cboxSlideshow:focus {
    outline: 0; }

#cboxSlideshow {
  position: absolute;
  top: -20px;
  right: 90px;
  color: #fff; }

#colorbox,
#cboxWrapper {
  overflow: visible; }

#cboxNext,
#cboxPrevious {
  display: block;
  position: absolute;
  font: 0/0 a;
  width: 50px;
  height: 50px;
  padding: 0;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  text-indent: -9999px;
  top: 50%;
  margin-top: -25px; }
  #cboxNext:focus, #cboxNext:hover,
  #cboxPrevious:focus,
  #cboxPrevious:hover {
    background-color: rgba(255, 255, 255, 0.2); }
  #cboxNext::before,
  #cboxPrevious::before {
    content: '';
    display: block;
    width: 24px;
    height: 17px;
    position: absolute;
    top: 16px;
    left: 13px;
    background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224.03%22%20height%3D%2217.03%22%20viewBox%3D%220%200%2024.03%2017.03%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3Bfill-rule%3Aevenodd%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M1573.17%203099.26a.828.828%200%200%200-1.21%200%20.851.851%200%200%200%200%201.2l6.13%206.18h-20.23a.858.858%200%200%200-.86.85.869.869%200%200%200%20.86.87h20.23l-6.13%206.17a.863.863%200%200%200%200%201.21.845.845%200%200%200%201.21%200l7.58-7.64a.851.851%200%200%200%200-1.2z%22%20transform%3D%22translate(-1557%20-3099)%22%2F%3E%3C%2Fsvg%3E') center center no-repeat; }

#cboxNext {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  right: -100px; }

#cboxPrevious {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  left: -100px; }

#cboxClose {
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
  background: url("images/elements/icon-close.svg") no-repeat center center;
  width: 18px;
  height: 17px;
  text-indent: -9999px;
  z-index: 10; }
  #cboxClose:hover {
    background-position: bottom center; }

@media screen and (max-width: 1041px) {
  #cboxNext {
    background-color: rgba(26, 30, 36, 0.8);
    right: 0; }
    #cboxNext:hover, #cboxNext:focus {
      background-color: #1a1e24; }
  #cboxPrevious {
    background-color: rgba(26, 30, 36, 0.8);
    left: 0; }
    #cboxPrevious:hover, #cboxPrevious:focus {
      background-color: #1a1e24; } }

/* Grid */
.form-sidebar-title {
  margin: 25px 0; }

.form-sidebar .select-date {
  margin-bottom: 0; }
  .form-sidebar .select-date .datepicker-wrap {
    width: 100%;
    margin-bottom: 18px; }
  .form-sidebar .select-date .hyphen {
    display: none; }

.form-sidebar__tags .form-sidebar-title {
  margin-top: 0; }

.form-sidebar .group-tags {
  max-height: 390px;
  overflow-y: scroll;
  margin: 19px 0 20px;
  position: relative; }
  .form-sidebar .group-tags > * {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin: 6px 0; }
  .form-sidebar .group-tags label {
    padding: 0 10px 0 20px; }

@media screen and (max-width: 1041px) {
  .form-sidebar {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .form-sidebar .form-sidebar__tags,
    .form-sidebar .form-sidebar__subscription {
      width: 50%;
      -moz-box-sizing: border-box;
           box-sizing: border-box; }
    .form-sidebar .form-sidebar__tags {
      margin-right: 40px; }
    .form-sidebar__tags .form-sidebar-title {
      margin-top: 25px; } }

@media screen and (max-width: 410px) {
  .form-sidebar {
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .form-sidebar .form-sidebar__tags,
    .form-sidebar .form-sidebar__subscription {
      width: 100%;
      -moz-box-sizing: border-box;
           box-sizing: border-box; }
      .form-sidebar .form-sidebar__tags .btn,
      .form-sidebar .form-sidebar__subscription .btn {
        width: auto; }
    .form-sidebar .form-sidebar__tags {
      margin-right: 0; } }

/* Grid */
.news-all {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 30px; }
  .news-all .news-list__item {
    width: calc((100% - 32px) / 3);
    padding-right: 16px; }
    .news-all .news-list__item:nth-child(3n+3) {
      padding-right: 0; }
  @media screen and (max-width: 1041px) {
    .news-all .news-list__item {
      width: calc((100% - 16px) / 2);
      padding-right: 16px; }
      .news-all .news-list__item:nth-child(2n+2) {
        padding-right: 0; }
      .news-all .news-list__item:nth-child(3n+3) {
        padding-right: 0; } }
  @media screen and (max-width: 767px) {
    .news-all .news-list__item {
      width: 100%;
      padding-right: 0; }
      .news-all .news-list__item .image {
        display: none; } }

.show-more__wrap {
  margin-bottom: 20px; }

.show-more {
  font-family: "Segoe UI", sans-serif;
  font-weight: 600;
  font-size: 18px;
  text-align: right;
  display: block;
  color: #3f4758;
  line-height: 20px;
  clear: both;
  margin-bottom: -10px;
  transition: color .2s ease-out;
  text-decoration: none; }
  .show-more:before {
    content: '';
    background: url(images/elements/arrow-calendar_blue.svg) right center transparent no-repeat; }
  .show-more:hover {
    color: #0b40b3; }
    .show-more:hover:after {
      background: url(images/elements/arrow-calendar_blue.svg) right center no-repeat; }
  .show-more:after {
    content: '';
    display: inline-block;
    margin-left: 15px;
    width: 6px;
    height: 10px;
    background: url(images/elements/arrow-calendar.svg) right center no-repeat; }

/* Grid */
.banner img {
  width: 100%;
  height: auto; }

/* Grid */
.poll {
  padding: 15px 20px 30px;
  border: 1px solid #edf1f5;
  border-radius: 3px;
  box-shadow: 0 10px 20px 0 rgba(230, 238, 248, 0.85);
  margin-bottom: 20px; }
  .region--sidebar .poll .btn {
    width: 100%;
    margin-top: 10px; }
  .modal-appeal-poll .poll {
    box-shadow: none;
    border: 0;
    padding: 0; }

/* Grid */
.poll-results {
  padding: 15px 20px 25px;
  border: 1px solid #edf1f5;
  border-radius: 3px;
  box-shadow: 0 10px 20px 0 rgba(230, 238, 248, 0.85);
  margin-bottom: 20px; }
  .poll-results .form-actions {
    margin: 18px 0 6px; }
  .region--sidebar .poll-results .btn {
    width: 100%;
    margin-top: 10px; }

/* Grid */
.reply-choice {
  margin: 30px 0 31px;
  position: relative; }
  .reply-choice + .reply-choice {
    margin-top: -12px; }
  .reply-choice .bar {
    height: 10px;
    background: #edf1f5;
    border-radius: 10px;
    border: 1px solid #dfe2e6; }
  .reply-choice .foreground {
    height: 12px;
    background: #669ae6;
    border-radius: 10px;
    margin-top: -1px; }
  .reply-choice .percent {
    position: absolute;
    padding: 5px 0;
    right: 0;
    bottom: 15px;
    color: #9fa3ab;
    font-family: "Segoe UI", sans-serif;
    font-weight: 400;
    font-size: 14px; }
  .reply-choice .text {
    margin: 8px 35px 8px 0; }

/* Grid */
.fast-links-menu {
  position: fixed;
  width: 54px;
  height: 54px;
  right: 0;
  top: calc(50% + 30px);
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  border: 1px solid #edf1f5;
  border-radius: 3px 0 0 3px;
  box-shadow: 0 10px 20px 0 rgba(230, 238, 248, 0.85);
  z-index: 100;
  background-color: #fff;
  overflow: hidden; }
  .fast-links-menu .fast-links-menu__ico {
    width: 54px;
    height: 54px;
    text-align: center; }
    .fast-links-menu .fast-links-menu__ico img {
      margin-top: 17px; }
  .fast-links-menu.open {
    height: auto;
    width: auto;
    overflow: visible; }
    .fast-links-menu.open .fast-links-menu__title {
      border-bottom: 1px solid #edf1f5;
      clear: both;
      overflow: hidden; }
      .fast-links-menu.open .fast-links-menu__title .block-title {
        margin: 15px 0; }
      .fast-links-menu.open .fast-links-menu__title .fast-links-menu__ico {
        float: left; }
    .fast-links-menu.open ul {
      margin: 0;
      padding: 0;
      border-radius: 3px;
      border: 1px solid #edf1f5;
      border-top: none;
      width: 250px; }
    .fast-links-menu.open li {
      margin: 0;
      padding: 0;
      border-bottom: 1px solid #edf1f5; }
      .fast-links-menu.open li a {
        font-family: "Segoe UI", sans-serif;
        font-weight: 400;
        display: block;
        padding: 9px 20px;
        line-height: 1.4;
        font-size: 14px; }
        .fast-links-menu.open li a:hover, .fast-links-menu.open li a.active {
          background-color: #f7f8fa;
          color: #0b40b3; }
      .fast-links-menu.open li:last-child {
        border-bottom: none; }
        .fast-links-menu.open li:last-child a {
          padding: 9px 20px 16px; }

.top-button {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 120px;
  transition: opacity 0.4s ease-in;
  pointer-events: none;
  visibility: hidden;
  opacity: 0; }
  .top-button__button {
    cursor: pointer;
    position: fixed;
    left: 32px;
    bottom: 50px;
    text-align: center; }
    .top-button__button:hover .top-button__arrow {
      background-color: #fcfcfc;
      box-shadow: 0 3px 25px 0 rgba(228, 235, 245, 0.85); }
    .top-button__button:hover .top-button__button-name {
      color: #0b40b3; }
  .top-button__arrow {
    width: 56px;
    height: 56px;
    border: 1px solid #eff5fc;
    border-radius: 50%;
    background: #fff url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2210%22%20viewBox%3D%220%200%2015%2010%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%233b4356%3Bfill-rule%3Aevenodd%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M53%2C1022.11l1.75%2C1.89%2C5.75-6.22%2C5.75%2C6.22%2C1.75-1.89L60.5%2C1014Z%22%20transform%3D%22translate(-53%20-1014)%22%2F%3E%3C%2Fsvg%3E') center center no-repeat;
    box-shadow: 0 2px 20px 0 rgba(230, 238, 248, 0.85);
    transition: background 0.2s ease-in, box-shadow 0.1s ease-in; }
  .top-button__button-name {
    font-family: "Segoe UI", sans-serif;
    font-weight: 400;
    color: #3f4758;
    font-size: 14px;
    line-height: 20px;
    margin-top: 15px;
    transition: color 0.15s ease-in; }
  .top-button--visible {
    opacity: 1;
    visibility: visible;
    pointer-events: all; }
  @media (max-width: 1410px) {
    .top-button {
      position: static;
      width: 0;
      height: 0; }
      .top-button__button-name {
        display: none; } }

/* Grid */
.link-show-more {
  font-family: "Segoe UI", sans-serif;
  font-weight: 600;
  font-size: 18px;
  text-align: right;
  display: block;
  color: #3f4758;
  line-height: 20px;
  clear: both;
  margin-bottom: -10px;
  transition: color .2s ease-out; }
  .link-show-more:before {
    content: '';
    background: url(images/elements/arrow-calendar_blue.svg) right center transparent no-repeat; }
  .link-show-more:after {
    content: '';
    display: inline-block;
    margin-left: 15px;
    width: 6px;
    height: 10px;
    background: url(images/elements/arrow-calendar.svg) right center no-repeat; }
  .link-show-more:hover {
    color: #0b40b3; }
    .link-show-more:hover:after {
      background: url(images/elements/arrow-calendar_blue.svg) right center no-repeat; }

.calendar-calendar td.empty {
  color: #e9ecf0;
  background: transparent;
  border-color: #e9ecf0; }

.calendar-calendar td .inner div.calendar div a {
  color: currentColor;
  font-weight: 400; }

.calendar-calendar div.calendar {
  font-size: 16px; }

.calendar-calendar .calendar .contents:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: currentColor;
  opacity: 0.3;
  z-index: 0; }

.calendar-calendar .calendar .contents .item-wrap {
  position: relative; }

.calendar-calendar .continuation {
  display: none; }

.calendar-calendar .month-view .full td,
.calendar-calendar .week-view .full td,
.calendar-calendar .day-view .full td {
  padding: 2px 4px; }

.calendar-calendar .month-view {
  overflow: auto; }
  .calendar-calendar .month-view table {
    min-width: 1120px;
    table-layout: fixed;
    position: relative;
    border: 1px #edf1f5 solid; }
  .calendar-calendar .month-view thead {
    border: none; }
  .calendar-calendar .month-view th {
    padding: 25px 10px;
    border: none;
    width: auto;
    text-align: center;
    background-color: #FFF;
    border-bottom: 3px #e0ebfa solid; }
    .calendar-calendar .month-view th:after {
      content: '';
      position: absolute;
      border-right: 1px #edf1f5 solid;
      height: 100%;
      top: 0; }
  .calendar-calendar .month-view th:nth-child(1):after {
    left: calc(14.28571% * 1); }
  .calendar-calendar .month-view th:nth-child(2):after {
    left: calc(14.28571% * 2); }
  .calendar-calendar .month-view th:nth-child(3):after {
    left: calc(14.28571% * 3); }
  .calendar-calendar .month-view th:nth-child(4):after {
    left: calc(14.28571% * 4); }
  .calendar-calendar .month-view th:nth-child(5):after {
    left: calc(14.28571% * 5); }
  .calendar-calendar .month-view th:nth-child(6):after {
    left: calc(14.28571% * 6); }
  .calendar-calendar .month-view th:nth-child(7):after {
    left: calc(14.28571% * 7); }
  .calendar-calendar .month-view .full td.single-day .calendar-empty, .calendar-calendar .month-view .full td.single-day.empty, .calendar-calendar .month-view .full td.date-box.empty {
    background: transparent; }
  .calendar-calendar .month-view .full tr.date-box, .calendar-calendar .month-view .full tr.multi-day {
    height: auto;
    max-height: none;
    border-right: none;
    border-left: none; }
    .calendar-calendar .month-view .full tr.date-box td, .calendar-calendar .month-view .full tr.multi-day td {
      height: auto;
      max-height: none;
      border-right: none;
      border-left: none; }

.calendar-calendar .month-view .full td.single-day div.monthview,
.calendar-calendar .week-view .full td.single-day div.weekview,
.calendar-calendar .day-view .full td.single-day div.dayview {
  background: transparent;
  padding: 0;
  border-radius: 0;
  margin: 0; }

.calendar-calendar .month-view .full td.multi-day .calendar.monthview .contents,
.calendar-calendar .week-view .full td.multi-day .calendar.weekview .contents {
  position: static;
  width: auto; }

.calendar-calendar .full td .calendar.monthview .contents,
.calendar-calendar .full td .calendar.weekview .contents {
  padding: 11px 5px;
  border-left: 4px currentColor solid; }

.calendar-calendar .month-view .full td.multi-day div.monthview,
.calendar-calendar .week-view .full td.multi-day div.weekview,
.calendar-calendar .day-view .full td.multi-day div.dayview {
  height: auto;
  margin: 0;
  border-radius: 0;
  background: transparent; }

.calendar-calendar .month-view .full tr td.date-box.today,
.calendar-calendar .month-view .full tr td.single-day.today {
  border: none;
  background: #f4f7fb; }

.calendar-calendar .month-view .full tr td.multi-day.starts-today,
.calendar-calendar .month-view .full tr.single-day .noentry-multi-day,
.calendar-calendar .month-view .full tr.single-day .noentry-multi-day .inner {
  border: none; }

.calendar-calendar .year-view {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.year-view .calendar-calendar {
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc((100% / 3) - (64px / 3));
  margin-bottom: 20px; }
  .year-view .calendar-calendar td {
    text-align: center;
    padding: 2px; }
  .year-view .calendar-calendar tbody,
  .year-view .calendar-calendar thead {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px; }
    .year-view .calendar-calendar tbody tr,
    .year-view .calendar-calendar thead tr {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex; }
    .year-view .calendar-calendar tbody td,
    .year-view .calendar-calendar tbody th,
    .year-view .calendar-calendar thead td,
    .year-view .calendar-calendar thead th {
      -webkit-flex: 1 1 auto;
         -moz-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto; }
  .year-view .calendar-calendar thead {
    border-bottom: 3px #e0ebfa solid; }
  .year-view .calendar-calendar .mini-day-off,
  .year-view .calendar-calendar .mini-day-on {
    padding: 8px 4px; }
  .year-view .calendar-calendar .month-view {
    height: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .year-view .calendar-calendar .month-view .date-nav-wrapper {
      -webkit-flex: 0 0 auto;
         -moz-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
    .year-view .calendar-calendar .month-view table {
      min-width: 0;
      display: block;
      -moz-box-sizing: border-box;
           box-sizing: border-box;
      -webkit-flex: 1 0 auto;
         -moz-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
      border: 1px #e9ecf0 solid;
      border-radius: 5px; }
    .year-view .calendar-calendar .month-view th {
      padding: 2%;
      border: none; }
      .year-view .calendar-calendar .month-view th:after {
        display: none; }
  .year-view .calendar-calendar div.month-view div.date-nav {
    background-color: transparent; }
  .year-view .calendar-calendar div.date-nav a,
  .year-view .calendar-calendar div.date-nav h3 {
    font-size: 22px;
    color: #000;
    text-transform: capitalize; }

.view .date-nav-wrapper {
  z-index: 1; }
  .view .date-nav-wrapper .date-nav {
    padding-bottom: 0; }
  .view .date-nav-wrapper .date-prev,
  .view .date-nav-wrapper .date-next {
    border-radius: 50%;
    background: #fff;
    float: none;
    padding: 5px 0;
    position: absolute;
    text-align: right;
    bottom: 18px;
    top: auto;
    width: auto;
    z-index: 1;
    font-size: 12px; }
    .view .date-nav-wrapper .date-prev:focus,
    .view .date-nav-wrapper .date-next:focus {
      background-color: #fff;
      border: 1px solid #edf1f5; }
    .view .date-nav-wrapper .date-prev:hover,
    .view .date-nav-wrapper .date-next:hover {
      background-color: #669ae6;
      border: 1px solid #669ae6; }
  .view .date-nav-wrapper .date-next {
    right: 0;
    left: auto; }
  .view .date-nav-wrapper .date-prev {
    right: auto;
    left: 0; }

.switch-link {
  max-width: 290px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px; }
  .switch-link a {
    -webkit-flex: 1 0 auto;
       -moz-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    width: 50%;
    border: 2px #669ae6 solid;
    font-size: 16px;
    font-weight: 600;
    padding: 14px 0; }
    .switch-link a:first-child {
      border-radius: 30px 0 0 30px;
      border-right: none; }
    .switch-link a:last-child {
      border-radius: 0 30px 30px 0;
      border-left: none; }
    .switch-link a.active {
      color: #fff;
      background: #669ae6; }

.view-events .view-content a {
  display: inline-block; }

.view-events .view-content {
  text-align: center; }

.tooltipster-content-wrap {
  padding: 20px;
  max-height: 600px; }

.tooltipster-content {
  overflow-x: hidden;
  width: 500px; }

.nso-calendar-events-wrapper .view-display-id-vertical_events_wiki .view-content > a:nth-last-child(1) {
  display: none; }

.calendar-page .breadcrumbs {
  display: none; }

.calendar-page .nso-calendar-events-wrapper .pager {
  display: none; }

.calendar-page .near-event-image {
  width: 187px;
  height: 140px;
  overflow: hidden;
  background-color: #f4f7fb;
  border-radius: 7px; }

.calendar-page .near-event-image img {
  margin-top: -10%; }

.calendar-page .content {
  width: 187px;
  text-align: left;
  margin-top: 20px; }

.calendar-page .content .event-title {
  font-weight: bold;
  line-height: 1.5; }

.calendar-page .content .field {
  color: #999999; }

.calendar-page .near-event-wrapper {
  vertical-align: top; }

.calendar-page .near-event-wrapper:hover {
  background-color: rgba(193, 214, 244, 0.2);
  box-shadow: 0 10px 20px 0 rgba(193, 214, 244, 0.8); }

.calendar-page .view-events .view-content a {
  margin: 9px;
  padding: 10px;
  border-radius: 5px; }

.calendar-page .nso-month-events-categories {
  margin-top: 30px;
  margin-bottom: 20px; }

.calendar-page .nso-month-events-categories > .block {
  margin-top: 20px; }

.calendar-page .nso-month-events-categories .form-type-radios.form-item--inline .form-radios {
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
  .calendar-page .nso-month-events-categories .form-type-radios.form-item--inline .form-radios > .form-item {
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }

.calendar-page .calendar-calendar th.days {
  font-family: inherit;
  text-transform: capitalize;
  font-size: inherit;
  color: inherit;
  font-weight: bold; }

.calendar-page .single-day {
  border: none; }

.calendar-page .date-box {
  border: solid #edf1f5;
  border-width: 1px 1px 0 1px;
  background-color: #fff; }

.calendar-page .calendar-calendar .month-view .full td.date-box,
.calendar-page .calendar-calendar .month-view .full td.date-box.empty {
  font-weight: inherit; }

.calendar-page .view-calendar .slick-arrow {
  color: transparent;
  width: 50px; }

.calendar-page .multi-day {
  border-width: 0 1px 0 1px;
  border-color: #edf1f5;
  border-style: solid; }

.calendar-page .chosen-container .chosen-results li.highlighted {
  text-align: inherit; }

@media screen and (max-width: 1041px) {
  .year-view .calendar-calendar {
    width: calc((100% / 2) - (32px / 2)); } }

@media screen and (max-width: 767px) {
  .year-view .calendar-calendar {
    width: 100%; }
  .view .date-nav-wrapper .pager {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 290px;
    margin: 0 auto; } }

/* Grid */
.menu-footer {
  padding-top: 33px; }
  .menu-footer > ul {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    list-style: none;
    margin: 0;
    padding: 0; }
  .menu-footer > ul > li {
    list-style: none;
    width: calc((100% - 96px) / 4);
    -webkit-flex: 0 1 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    padding: 0 0 0 20px;
    margin: 0;
    -moz-box-sizing: border-box;
         box-sizing: border-box; }
    .menu-footer > ul > li:nth-child(4n), .menu-footer > ul > li:nth-child(4n-1), .menu-footer > ul > li:nth-child(4n-2) {
      margin-left: 32px; }
    @media screen and (max-width: 1041px) {
      .menu-footer > ul > li {
        width: calc((100% - 32px) / 2); }
        .menu-footer > ul > li:nth-child(n) {
          margin-left: 0; }
        .menu-footer > ul > li:nth-child(2n) {
          margin-left: 32px; } }
    @media screen and (max-width: 767px) {
      .menu-footer > ul > li {
        width: 100%;
        padding: 0; }
        .menu-footer > ul > li:nth-child(n) {
          margin-left: 0; } }
  .menu-footer > ul > li > a {
    display: block;
    font-family: "Segoe UI", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #3f4758;
    text-decoration: none;
    margin: 16px 0; }
  .menu-footer > ul > li > ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .menu-footer > ul > li > ul > li {
    list-style: none;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 0;
    margin: 0;
    -moz-box-sizing: border-box;
         box-sizing: border-box; }
  .menu-footer > ul > li > ul > li > a {
    font-family: "Segoe UI", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #3f4758;
    text-decoration: none; }

/* Grid */
.appeal {
  padding: 30px;
  box-shadow: 0 10px 20px 0 rgba(230, 238, 248, 0.85);
  border: 1px solid #e6ecf2;
  margin-bottom: 30px;
  -moz-box-sizing: border-box;
       box-sizing: border-box; }
  .appeal__title {
    color: #3f4758;
    margin-bottom: 10px; }
  .appeal__sub-title {
    font-size: 14px;
    color: #898d96;
    margin-bottom: 20px; }
  .appeal__departament {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-bottom: -30px; }
    .appeal__departament .appeal-departament {
      margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .appeal {
      padding: 20px; } }

/* Grid */
.appeal-departament {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(50% - (30px / 2));
  border: 1px solid #e6ecf2;
  padding: 20px 18px;
  -moz-box-sizing: border-box;
       box-sizing: border-box; }
  .appeal-departament__title {
    color: #3f4758;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 16px;
    -webkit-flex: 1 1 auto;
       -moz-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .appeal-departament__status {
    margin-bottom: 20px;
    -webkit-flex: 0 0 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .appeal-departament__status-title {
    color: #898d96;
    margin-right: 4px; }
  .appeal-departament__current-status {
    cursor: pointer;
    color: #669ae6;
    border-bottom: 1px dashed #669ae6;
    padding-bottom: 1px; }
    .appeal-departament__current-status:hover {
      color: #0b40b3;
      border-bottom-color: #0b40b3; }
  .appeal-departament__actions {
    text-align: right;
    font-size: 16px;
    font-weight: 600;
    -webkit-flex: 0 0 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    .appeal-departament__actions > * {
      cursor: pointer;
      border-bottom: 1px dashed #000;
      padding-bottom: 1px; }
      .appeal-departament__actions > *:hover {
        color: #0b40b3;
        border-bottom-color: #0b40b3; }
    .appeal-departament__actions > * + * {
      margin-left: 30px; }
  .appeal-departament__rate {
    position: relative;
    margin-left: 16px; }
    .appeal-departament__rate:before {
      content: '';
      background: url(images/elements/star.svg) right center no-repeat;
      background-size: contain;
      position: absolute;
      left: -20px;
      top: 4px;
      bottom: auto;
      width: 15px;
      height: 15px; }
    .appeal-departament__rate:hover:before {
      background: url(images/elements/star_hover.svg) right center no-repeat;
      background-size: contain; }
  .appeal-departament__info {
    position: relative;
    margin-right: 16px; }
    .appeal-departament__info:after {
      content: '';
      background: url(images/elements/arrow-right.png) right center no-repeat;
      background-size: contain;
      position: absolute;
      right: -16px;
      top: 8px;
      bottom: auto;
      width: 10px;
      height: 10px; }
    .appeal-departament__info:hover:after {
      background: url(images/elements/arrow-right_hover.png) right center no-repeat;
      background-size: contain; }
  @media screen and (max-width: 767px) {
    .appeal-departament {
      width: 100%;
      margin-bottom: 20px; }
      .appeal-departament:last-child {
        margin-bottom: 0; } }

.announce-list-all__item {
  margin-bottom: 50px; }

.announce-list-all .announce-title {
  font-size: 18px;
  color: #3f4758;
  margin-bottom: 10px; }

.announce-list-all .date {
  font-size: 14px;
  color: #999999; }

.announce-list-all .announce-text {
  font-size: 18px;
  color: #3f4758;
  margin-top: 10px;
  line-height: 1.4; }

.announce-list-all .form-actions {
  text-align: center; }

.announce-navigation {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: auto;
  margin-top: 10px; }
  .announce-navigation span {
    color: #3f4758;
    font-size: 16px;
    margin-right: 20px;
    font-weight: 400;
    margin-top: 0; }
  .announce-navigation .form-actions {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0; }
  .announce-navigation .btn + .btn {
    margin-left: 0; }
  .announce-navigation .btn:first-child {
    border-radius: 3px 0 0 3px; }
  .announce-navigation .btn:last-child {
    border-radius: 0 3px 3px 0; }

.documents-page__item .field-name-field-document-type,
.documents-page__item .field-name-field-document-category {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px; }
  .documents-page__item .field-name-field-document-type .field-items,
  .documents-page__item .field-name-field-document-category .field-items {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .documents-page__item .field-name-field-document-type .field-item,
  .documents-page__item .field-name-field-document-category .field-item {
    margin-right: 5px; }
  .documents-page__item .field-name-field-document-type a,
  .documents-page__item .field-name-field-document-category a {
    color: #669ae6;
    transition: color 0.3s;
    cursor: pointer; }
    .documents-page__item .field-name-field-document-type a:hover,
    .documents-page__item .field-name-field-document-category a:hover {
      color: #1b43ac; }

.documents-page .document-download .image {
  margin-right: 25px;
  height: 30px; }

.documents-page .field-label {
  margin-right: 15px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }

.documents-page .views-row {
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #669ae6; }
  .documents-page .views-row:last-child {
    border-bottom: none; }

.new-taxi-search .search-count {
  display: none;
}

.new-taxi-search__link-wrap {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.new-taxi-search__link-wrap--mobile {
  display: none;
}

.new-taxi-search__link {
  display: block;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  color: #4673b5; }

.new-taxi-search__search {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 710px;
  background-image: url("images/new-taxi/bg-car.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 90px;
  -moz-box-sizing: border-box;
       box-sizing: border-box; }

.new-taxi-search__search-caption {
  position: relative;
  max-width: 425px;
  color: #333333;
  font-size: 33px;
  font-weight: 700;
  line-height: 42px;
  margin-bottom: 58px;
  padding-left: 178px; }
  .new-taxi-search__search-caption:after {
    content: '';
    width: 119px;
    height: 147px;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url("images/new-taxi/logo.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }

.new-taxi-search__search-text {
  max-width: 660px;
  text-align: center;
  color: #333333;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.new-taxi-search__search-check-text {
  position: relative;
  color: #333333;
  font-size: 28px;
  font-weight: 700;
  line-height: 37.84px;
  padding-right: 28px;
  margin-bottom: 28px; }
  .new-taxi-search__search-check-text:after {
    position: absolute;
    top: 50%;
    right: calc(100% + 26px);
    content: '';
    width: 70px;
    height: 28px;
    background-image: url("images/new-taxi/squares.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }

.new-taxi-search__search-input {
  padding: 3px 22px 1px 30px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  width: 467px;
  height: 95px;
  border-radius: 6px;
  border: 1px solid #c6c6c6;
  background-color: #ffffff;
  margin-bottom: 17px; }
.new-taxi-search__search-input input {
  border: 0;
  font-family: "PTMono";
  padding: 0;
  padding-top: 6px; }
.new-taxi-search__search-input_error {
  padding: 2px 21px 0 29px;
  border: 2px solid #ff0000; }

.new-taxi-search__number-input {
  width: 100%;
  height: 80px;
  color: #060606;
  font-size: 80px;
  font-weight: 700;
  line-height: 80px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-transform: uppercase; }
.new-taxi-search__number-input::-webkit-input-placeholder {
  color: #9e9e9e !important; }
.new-taxi-search__number-input:-moz-placeholder {
  color: #9e9e9e !important; }
.new-taxi-search__number-input::-moz-placeholder {
  color: #9e9e9e !important; }
.new-taxi-search__number-input:-ms-input-placeholder {
  color: #9e9e9e !important; }
.new-taxi-search__number-input::-ms-input-placeholder {
  color: #9e9e9e !important; }
.new-taxi-search__number-input::placeholder {
  color: #9e9e9e !important; }

.new-taxi-search__region-input {
  width: 108px;
  height: 58px;
  color: #000000;
  font-size: 58px;
  font-weight: 700;
  line-height: 58px; }
.new-taxi-search__region-input::-webkit-input-placeholder {
  color: #9e9e9e !important; }
.new-taxi-search__region-input:-moz-placeholder {
  color: #9e9e9e !important; }
.new-taxi-search__region-input::-moz-placeholder {
  color: #9e9e9e !important; }
.new-taxi-search__region-input:-ms-input-placeholder {
  color: #9e9e9e !important; }
.new-taxi-search__region-input::-ms-input-placeholder {
  color: #9e9e9e !important; }
.new-taxi-search__region-input::placeholder {
  color: #9e9e9e !important; }

.new-taxi-search__search-input-row {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.new-taxi-search__search-input-region {
  width: 48px;
  height: 19px;
  color: #000000;
  font-size: 19px;
  font-weight: 700;
  line-height: 19px;
  text-transform: uppercase; }

.new-taxi-search__search-input-flag {
  width: 29px;
  height: 19px;
  background-image: url("images/new-taxi/rus.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 12px; }

.new-taxi-search__search-btn {
  width: 467px;
  height: 66px;
  border-radius: 6px;
  color: #ffffff;
  font-size: 27px;
  font-weight: 700;
  line-height: 26px; }

@media screen and (max-width: 1440px) {
  .new-taxi-search__link {
    -webkit-transform: translateX(25%);
            transform: translateX(25%); } }

@media screen and (max-width: 1300px) {
  .new-taxi-search__link {
    -webkit-transform: translateX(10%);
            transform: translateX(10%); } }

@media screen and (max-width: 1300px) {
  .new-taxi-search__link {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); } }

@media screen and (max-width: 580px) {
  .new-taxi-search * {
    z-index: 1; }
  .new-taxi-search__link-wrap {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: calc(100% - 34px);
    top: 115px;
    z-index: 5 }
  .new-taxi-search__link-wrap a {
    display: block;
    text-align: right;
    margin-bottom: 5px; }
  .new-taxi-search__search {
    position: relative;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 435px;
    background-image: none;
    padding-top: 0; }
  .new-taxi-search__search:after {
    z-index: 0;
    content: '';
    width: calc(100% + 58px);
    height: 263px;
    position: absolute;
    left: 50%;
    bottom: 35px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-image: url("images/new-taxi/bg-car.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }
  .new-taxi-search__search-caption {
    max-width: 190px;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 17px;
    padding-left: 60px; }
    .new-taxi-search__search-caption:after {
      width: 45px;
      height: 60px; }
    .new-taxi-search__search-caption:before {
      content: '';
      position: absolute;
      left: -17px;
      bottom: -30px;
      width: 100vw;
      height: 2px;
      background-color: rgba(162, 162, 162, 0.3); }
  .new-taxi-search__search-text {
    display: none; }
  .new-taxi-search__search-check-text {
    position: relative;
    width: calc(100% - 20px);
    max-width: 308px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    padding-right: 0;
    padding-left: 38px;
    margin: auto auto 16px auto;
    font-size: 15px;
    line-height: 24px; }
    .new-taxi-search__search-check-text:after {
      position: absolute;
      top: 50%;
      left: 0;
      content: '';
      width: 31px;
      height: 13px;
      background-image: url("images/new-taxi/squares.png");
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
  .new-taxi-search__search-input {
    padding: 6px 12px 4px 19px;
    width: calc(100% - 20px);
    max-width: 308px;
    margin: 0 auto 17px auto;
    height: 68px; }
    .new-taxi-search__search-input input {
      border: 0; }
    .new-taxi-search__search-input_error {
      padding: 5px 11px 3px 18px;
      border: 2px solid #ff0000; }
  .new-taxi-search__number-input {
    height: 54px;
    font-size: 54px;
    line-height: 54px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .new-taxi-search__region-input {
    width: 69px;
    height: 38px;
    font-size: 38px;
    line-height: 38px; }
  .new-taxi-search__search-input-col:last-child {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .new-taxi-search__search-input-flag {
    margin-right: 0; }
  .new-taxi-search__search-btn {
    width: calc(100% - 20px);
    max-width: 308px;
    height: 44px;
    margin: 0 auto 0 auto;
    font-size: 17px;
    line-height: 16px; } }

@media screen and (max-width: 359px) {
  .new-taxi-search__number-input {
    font-size: 54px;
    line-height: 38px; } }

.new-taxi-results__empty-result {
  text-align: center;
  margin: auto;
  width: 430px;
  color: #3b3b3b;
  font-size: 45px;
  font-weight: 400;
  line-height: 50px;
  display: none; }

.new-taxi-results__result {
  display: none; }

.new-taxi-results__table-caption {
  font-size: 20px;
  font-weight: 700;
  line-height: 23.95px;
  color: #000000;
  margin-bottom: 25px; }

.new-taxi-results__block {
  padding-top: 96px;}
  .new-taxi-results__block_empty .new-taxi-results__empty-result {
    display: block; }
  .new-taxi-results__block_founded .new-taxi-results__result {
    display: block; }

.new-taxi-results__table-row {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  color: #333333; }
  .new-taxi-results__table-row:last-child .new-taxi-results__left-col {
    padding-bottom: 50px; }
  .new-taxi-results__table-row_red .new-taxi-results__row-value {
    color: #ff4a4a; }
  .new-taxi-results__table-row--bold .new-taxi-results__row-value {
    font-weight: 600; }

.new-taxi-results__left-col {
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  margin-right: 25px;
  padding-bottom: 30px;
  width: 425px; }
  .new-taxi-results__left-col:after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #e8e8e8;
    position: absolute;
    left: 0;
    top: 19px; }

.new-taxi-results__row-title {
  position: relative;
  z-index: 1;
  display: inline-block;
  max-width: 415px;
  padding-right: 23px;
  background-color: white; }

.new-taxi-results__row-value {
  width: 415px; }

@media screen and (max-width: 580px) {
  .new-taxi-results__block {
    padding-top: 34px; }
  .new-taxi-results__empty-result {
    max-width: 195px;
    color: #3b3b3b;
    font-size: 20px;
    line-height: 26px;
    padding-top: 81px;
    margin: 0 auto; }
  .new-taxi-results__result {
    box-shadow: 0 0 18px rgba(57, 57, 57, 0.4);
    border-radius: 14px;
    background-color: #ffffff;
    padding: 15px 0; }
  .new-taxi-results__table-caption {
    display: none; }
  .new-taxi-results__row-title {
    background-color: transparent;
    padding-right: 0; }
  .new-taxi-results__table-row {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    border-bottom: 1px solid rgba(162, 162, 162, 0.3); }
    .new-taxi-results__table-row:last-child .new-taxi-results__left-col {
      padding-bottom: 10px; }
    .new-taxi-results__table-row--bold .new-taxi-results__row-title {
      font-weight: 600; }
    .new-taxi-results__table-row--bold .new-taxi-results__row-value {
      font-weight: 600; }
  .new-taxi-results__left-col {
    width: 50%;
    padding: 10px; }
    .new-taxi-results__left-col:after {
      display: none; }
  .new-taxi-results__row-value {
    width: 50%;
    padding: 10px;
    text-align: right; }
  .new-taxi-results__table:last-child .new-taxi-results__table-row:last-child {
    border-bottom: 0; } }

@media screen and (max-width: 580px) {
  .block__content {
    overflow: hidden; }
.site-header .block__content {
     overflow: visible; }
	}


*:focus {
  outline: none; }

hr {
  display: block;
  height: 0;
  border: 0;
  border-top: 1px solid #ccc;
  padding: 0; }

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Fonts
   ========================================================================== */
h2.highlighted {
  color: #456EE0; }

.back a,
.table-open-data .data-resources a {
  color: #999; }

.search-header .description a:hover,
.contact-info a:hover,
.back a:hover,
.table-open-data .data-resources a:hover {
  color: #999;
  text-decoration: underline; }

.comment-list h2,
.comment-adding h2 {
  letter-spacing: 0.07em;
  line-height: 1.240em;
  text-transform: uppercase; }

.media-content .name,
.back,
.table-open-data .data-resources {
  font-size: 0.867em;
  line-height: 1.308em; }

.news .introduction,
.article .introduction,
.table-files th,
.table-open-data th,
.related-content-link {
  font-size: 1.267em;
  line-height: 1.368em; }

.table-files .file-type {
  display: none; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ====== Layout ====== */
body {
  background: #fff; }
  body div, body a, body input {
    outline: none !important; }
    body div:hover, body a:hover, body input:hover {
      outline: none !important; }
    body div:visited, body a:visited, body input:visited {
      outline: none !important; }
    body div:active, body a:active, body input:active {
      outline: none !important; }

main {
  min-height: 400px; }

.site-header {
  position: relative; }

/* Grid */
.region-content-wrap {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 65px; }
  .region-content-wrap .region {
    width: 100%;
    max-width: 100vw; }
  .region-content-wrap.sidebar-left .region--common {
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%; }
  .region-content-wrap.sidebar-left .region--main {
    -webkit-flex: 0 0 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-order: 3;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    max-width: 832px;
    width: calc((100% - 32px) * 0.77);
    padding-right: 9.5%;
    -moz-box-sizing: border-box;
         box-sizing: border-box; }
  .region-content-wrap.sidebar-left .region--main-without-padding {
    padding-right: 0; }
  .region-content-wrap.sidebar-left .region--sidebar {
    max-width: 257px;
    width: calc((100% - 32px) * 0.23);
    -webkit-flex: 0 0 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-right: 32px;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .region-content-wrap.sidebar-left .region--middle-bottom {
    -webkit-order: 4;
       -moz-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    width: 100%;
    margin-top: 30px; }
  .region-content-wrap.sidebar-left .region--bottom {
    -webkit-order: 5;
       -moz-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    width: 100%; }
  @media screen and (min-width: 992px) and (max-width: 1170px) {
    .region-content-wrap.sidebar-left .region--sidebar {
      margin-left: 25px;
      width: 257px; }
    .region-content-wrap.sidebar-left .region--main {
      width: calc(100% - 314px);
      max-width: 100%; }
    .region-content-wrap.sidebar-left .region--main-without-padding {
      padding-right: 25px; } }
  @media screen and (max-width: 1041px) {
    .region-content-wrap {
      display: block;
      padding-bottom: 60px; }
      .region-content-wrap.sidebar-left {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex; }
        .region-content-wrap.sidebar-left .region__content {
          padding: 0 25px; }
        .region-content-wrap.sidebar-left .region--common {
          -webkit-order: 1;
             -moz-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1;
          width: 100%; }
        .region-content-wrap.sidebar-left .region--main {
          -webkit-order: 2;
             -moz-box-ordinal-group: 3;
              -ms-flex-order: 2;
                  order: 2;
          max-width: 100%;
          width: 100%;
          padding-right: 0; }
        .region-content-wrap.sidebar-left .region--flex > .region-content-wrap.sidebar-left .region__content {
          display: block; }
          .region-content-wrap.sidebar-left .region--flex > .region-content-wrap.sidebar-left .region__content:after {
            content: "";
            display: table;
            clear: both; }
        .region-content-wrap.sidebar-left .region--flex-start > .region-content-wrap.sidebar-left .region__content {
          display: block; }
          .region-content-wrap.sidebar-left .region--flex-start > .region-content-wrap.sidebar-left .region__content:after {
            content: "";
            display: table;
            clear: both; }
        .region-content-wrap.sidebar-left .region--sidebar {
          margin: 0;
          -webkit-order: 4;
             -moz-box-ordinal-group: 5;
              -ms-flex-order: 4;
                  order: 4;
          max-width: 100%;
          width: 100%; }
          .region-content-wrap.sidebar-left .region--sidebar .region__content {
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-direction: column;
               -moz-box-orient: vertical;
               -moz-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column; }
            .region-content-wrap.sidebar-left .region--sidebar .region__content .social-icons {
              -webkit-order: 1;
                 -moz-box-ordinal-group: 2;
                  -ms-flex-order: 1;
                      order: 1; }
            .region-content-wrap.sidebar-left .region--sidebar .region__content .news-subscription {
              -webkit-order: 2;
                 -moz-box-ordinal-group: 3;
                  -ms-flex-order: 2;
                      order: 2; }
        .region-content-wrap.sidebar-left .region--middle-bottom {
          -webkit-order: 3;
             -moz-box-ordinal-group: 4;
              -ms-flex-order: 3;
                  order: 3; } }
  @media screen and (max-width: 767px) {
    .region-content-wrap {
      padding-bottom: 40px; }
      .region-content-wrap.sidebar-left .region__content {
        padding: 0 17px; }
      .region-content-wrap.sidebar-left .region--middle-bottom {
        margin-top: 15px; } }

/* Grid */
.main-menu-dropdown {
  position: absolute;
  left: auto;
  right: 0;
  top: calc(100% + 1px);
  box-shadow: 0 10px 20px 0 rgba(230, 238, 248, 0.85);
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
  height: 0;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
  transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  z-index: 20;
  width: 318px;
  border: 1px solid #edf1f5;
  background: #fff; }
  .main-menu-dropdown.open {
    visibility: visible;
    opacity: 1;
    height: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  .main-menu-dropdown .block__content {
    position: relative; }
  .main-menu-dropdown .dropdown-menu-title {
    padding: 32px 25px 25px;
    display: none; }
  .main-menu-dropdown ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .main-menu-dropdown ul li.menu-item {
      margin: 0;
      padding: 0; }
      .main-menu-dropdown ul li.menu-item.hide {
        display: none; }
      .main-menu-dropdown ul li.menu-item a {
        font-family: "Segoe UI", sans-serif;
        font-weight: 400;
        display: block;
        padding: 10px 22px;
        line-height: 1.4;
        font-size: 16px; }
        .main-menu-dropdown ul li.menu-item a:hover, .main-menu-dropdown ul li.menu-item a.active {
          background-color: #f7f8fa;
          color: #0b40b3; }
      .main-menu-dropdown ul li.menu-item > .main-menu-dropdown ul li.menu-item:last-child a {
        padding: 10px 22px 20px; }
  .main-menu-dropdown .simple-list {
    visibility: hidden;
    height: 0; }
  @media screen and (max-width: 767px) {
    .main-menu-dropdown {
      width: 100%; }
      .main-menu-dropdown .dropdown-menu-title {
        display: block;
        padding: 32px 25px 17px; }
      .main-menu-dropdown ul li.menu-item {
        margin: 0;
        padding: 0;
        position: relative; }
        .main-menu-dropdown ul li.menu-item span > a {
          font-family: "Segoe UI", sans-serif;
          font-weight: 600;
          padding: 18px 42px 18px 22px;
          letter-spacing: 1px; }
          .main-menu-dropdown ul li.menu-item span > a:hover, .main-menu-dropdown ul li.menu-item span > a.active {
            background-color: #fff; }
          .main-menu-dropdown ul li.menu-item span > a.active:after {
            -webkit-transform: rotate(-90deg);
                    transform: rotate(-90deg); }
        .main-menu-dropdown ul li.menu-item .arrow {
          display: block;
          width: 42px;
          height: 58px;
          position: absolute;
          right: 0;
          top: 0;
          cursor: pointer; }
          .main-menu-dropdown ul li.menu-item .arrow:after {
            content: '';
            display: block;
            position: absolute;
            width: 12px;
            height: 12px;
            background: url(images/elements/arrow-calendar.svg) center center no-repeat;
            transition: -webkit-transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
            transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
            transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
            -webkit-transform: rotate(90deg);
                    transform: rotate(90deg);
            left: calc(50% - 6px);
            top: calc(50% - 6px); }
          .main-menu-dropdown ul li.menu-item .arrow.mobile-menu-btn-active:after {
            -webkit-transform: rotate(-90deg);
                    transform: rotate(-90deg); }
      .main-menu-dropdown ul.simple-list {
        visibility: visible;
        height: auto;
        display: none; }
        .main-menu-dropdown ul.simple-list li a {
          padding: 6px 42px 6px 22px; }
          .main-menu-dropdown ul.simple-list li a:hover, .main-menu-dropdown ul.simple-list li a.active {
            background-color: #fff; }
        .main-menu-dropdown ul.simple-list li:last-child a {
          padding-bottom: 20px; } }

/* Grid */
.main-menu-dropdown-old {
  background: #f4f7fc url(images/elements/menu-bg.svg) no-repeat center center;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  box-shadow: 0 30px 70px #c3cbd6;
  padding-bottom: 15px;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
  height: 0;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
  transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  z-index: 11; }
  .main-menu-dropdown-old.open {
    visibility: visible;
    opacity: 1;
    height: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  .main-menu-dropdown-old .block__content {
    position: relative; }
  .main-menu-dropdown-old .close {
    position: absolute;
    background: url("images/elements/close.png") no-repeat center center;
    width: 18px;
    height: 18px;
    right: 0;
    top: 40px;
    cursor: pointer; }
  .main-menu-dropdown-old ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
    .main-menu-dropdown-old ul > li {
      font-family: "Segoe UI", sans-serif;
      font-weight: 700;
      font-size: 14px;
      line-height: 20px;
      text-transform: uppercase;
      margin-bottom: 55px;
      float: none;
      -webkit-flex: 0 0 auto;
         -moz-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
      .main-menu-dropdown-old ul > li.col-3:nth-child(5) {
        clear: left;
        padding-left: 0; }
      .main-menu-dropdown-old ul > li span {
        margin-bottom: 26px;
        display: block; }
      .main-menu-dropdown-old ul > li ul {
        max-width: 250px; }
        .main-menu-dropdown-old ul > li ul li {
          font-family: "Segoe UI", sans-serif;
          font-weight: 400;
          font-size: 16px;
          line-height: 20px;
          text-transform: none;
          margin-bottom: 0;
          -webkit-flex: 1 1 auto;
             -moz-box-flex: 1;
              -ms-flex: 1 1 auto;
                  flex: 1 1 auto;
          display: inline-block;
          width: 100%; }
          .main-menu-dropdown-old ul > li ul li a {
            margin-bottom: 15px;
            display: block; }
            .main-menu-dropdown-old ul > li ul li a:hover {
              color: #0b40b3; }
  @media (max-width: 1041px) {
    .main-menu-dropdown-old {
      background-position: left 50px; }
      .main-menu-dropdown-old .block .block__content {
        padding: 0; }
      .main-menu-dropdown-old .block-title-big {
        margin-bottom: 35px; }
      .main-menu-dropdown-old ul > li {
        width: 100%;
        max-width: none; }
        .main-menu-dropdown-old ul > li ul li {
          margin-bottom: 13px; }
          .main-menu-dropdown-old ul > li ul li:nth-child(n) {
            padding-left: 0; }
          .main-menu-dropdown-old ul > li ul li .mobile-menu-btn {
            display: inline-block;
            cursor: pointer; }
            .main-menu-dropdown-old ul > li ul li .mobile-menu-btn:after {
              content: '';
              display: inline-block;
              background: url("images/elements/arrow-calendar.svg") no-repeat center center;
              -webkit-transform: rotate(90deg);
                      transform: rotate(90deg);
              width: 10px;
              height: 10px;
              vertical-align: top;
              margin: 5px 0 0 15px;
              transition: -webkit-transform 0.25s ease-out;
              transition: transform 0.25s ease-out;
              transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out; }
            .main-menu-dropdown-old ul > li ul li .mobile-menu-btn-active {
              color: #0b40b3; }
              .main-menu-dropdown-old ul > li ul li .mobile-menu-btn-active:after {
                -webkit-transform: rotate(-90deg);
                        transform: rotate(-90deg); }
          .main-menu-dropdown-old ul > li ul li .simple-list {
            display: none; }
            .main-menu-dropdown-old ul > li ul li .simple-list .li {
              margin-bottom: 5px; }
      .main-menu-dropdown-old .close {
        right: 33px; } }
  @media screen and (max-width: 767px) {
    .main-menu-dropdown-old {
      background-image: none; } }
  @media screen and (max-width: 410px) {
    .main-menu-dropdown-old {
      background-image: none; } }

/* Grid */
.gosbar {
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .gosbar-flex {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .gosbar-gerb {
    width: 27px;
    height: 27px;
    padding: 15px 0;
    -webkit-flex: 0 0 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .gosbar-special, .gosbar-search {
    transition: background 0.2s ease-in-out;
    cursor: pointer; }
    .gosbar-special__link, .gosbar-special__trigger, .gosbar-search__link, .gosbar-search__trigger {
      color: #fff;
      font-family: "Segoe UI", sans-serif;
      font-weight: 600;
      font-size: 14px;
      line-height: 18px;
      display: block;
      padding: 18px 22px; }
      .gosbar-special__link img, .gosbar-special__trigger img, .gosbar-search__link img, .gosbar-search__trigger img {
        margin-right: 15px; }
    .gosbar-special:hover, .gosbar-search:hover {
      background: #5482c7; }
  .gosbar.with-search .gosbar-special, .gosbar.with-search .gosbar-search {
    cursor: default; }
    .gosbar.with-search .gosbar-special:hover, .gosbar.with-search .gosbar-search:hover {
      background: none; }
    .gosbar.with-search .gosbar-special__link:hover, .gosbar.with-search .gosbar-special__trigger:hover, .gosbar.with-search .gosbar-search__link:hover, .gosbar.with-search .gosbar-search__trigger:hover {
      background: none;
      cursor: default; }
  .gosbar-search__form {
    visibility: hidden;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0 25px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    z-index: 11;
    background: #4673b5;
    -webkit-flex-flow: row nowrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
    opacity: 0; }
    @media screen and (max-width: 767px) {
      .gosbar-search__form {
        padding: 0 17px; } }
    .gosbar-search__form.open {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateX(0);
              transform: translateX(0); }
    .gosbar-search__form .form-item {
      margin: 0;
      width: auto;
      -webkit-flex: 1 1 auto;
         -moz-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto; }
      .gosbar-search__form .form-item input {
        border-color: #fff; }
    .gosbar-search__form .form-actions {
      margin: 0 0 0 25px; }
      @media screen and (max-width: 767px) {
        .gosbar-search__form .form-actions {
          margin: 0 0 0 17px; } }
  @media screen and (max-width: 767px) {
    .gosbar-special__link, .gosbar-special__trigger, .gosbar-search__link, .gosbar-search__trigger {
      padding: 18px 12px; }
      .gosbar-special__link img, .gosbar-special__trigger img, .gosbar-search__link img, .gosbar-search__trigger img {
        margin-right: 0; } }

.gosbar-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-position: center center;
  background-repeat: no-repeat; }
  .gosbar-icon--lang {
    background-image: url("images/elements/translate.png");
    background-size: 20px auto; }
  .gosbar-icon--account {
    background-image: url("images/ico/ico-account.svg"); }
  .gosbar-icon--account-link {
    background-image: url("images/ico/ico-account-link.svg"); }

/* Grid */
.account-menu {
  font-family: "Segoe UI", sans-serif;
  font-weight: 600;
  font-size: 14px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 6px 0;
  margin-left: 17px;
  transition: background-color 0.08s ease-in;
  z-index: 10; }
  .account-menu:hover {
    background-color: #5482c7; }
  .account-menu__menu {
    height: 45px;
    padding: 0 30px 0 10px;
    color: #fff;
    position: relative;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .account-menu__menu::after {
      content: '';
      width: 8px;
      height: 8px;
      position: absolute;
      right: 10px;
      top: calc(50% - 4px);
      background: url(images/elements/lang-opener.png) center center no-repeat;
      transition: -webkit-transform 0.2s ease-in;
      transition: transform 0.2s ease-in;
      transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in; }
  .account-menu__menu-text {
    padding-left: 10px; }
  .account-menu__list {
    color: #fff;
    position: absolute;
    top: calc(100% + 0px);
    right: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    pointer-events: none;
    opacity: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    transition: opacity 0.2s ease-in, -webkit-transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s ease-in;
    transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s ease-in, -webkit-transform 0.25s cubic-bezier(0.4, 0, 0.2, 1); }
  .account-menu__list-item {
    border-top: 1px solid #5c84bf;
    height: 50px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
  .account-menu--open .account-menu__menu::after {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg); }
  .account-menu--open .account-menu__list {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    opacity: 1;
    pointer-events: all; }
  @media (max-width: 820px) {
    .account-menu {
      margin-left: 0; }
      .account-menu__menu {
        font: 0/0 a;
        padding-right: 0;
        width: 40px; }
        .account-menu__menu::after {
          display: none; } }

.account-menu-link {
  cursor: pointer;
  color: #fff;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0 30px;
  white-space: nowrap;
  background: #4673b5;
  transition: background-color 0.08s ease-in; }
  .account-menu-link:hover {
    background-color: #5482c7; }
  .account-menu-link__text {
    display: inline-block;
    max-width: 154px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -moz-box-sizing: content-box;
         box-sizing: content-box;
    padding-right: 20px; }
  .account-menu-link--text-only .account-menu-link__text {
    padding-right: 0; }

.region-header-above {
  max-width: 1170px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  margin-top: 20px;
  margin-bottom: 20px;
  clear: both; }
  @media screen and (max-width: 767px) {
    .region-header-above {
      padding-left: 17px;
      padding-right: 17px; } }

.region-header-below {
  max-width: 1170px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px; }
  @media screen and (max-width: 767px) {
    .region-header-below {
      padding-left: 17px;
      padding-right: 17px; } }
  @media screen and (max-width: 767px) {
    .region-header-below {
      padding: 0; } }
  .region-header-below .p-clear {
    position: relative; }

.region-footer-under {
  border-top: 1px solid #eff5fc;
  background-color: #f4f7fb; }

.bg-color {
  background-position: center top;
  background-repeat: no-repeat; }

.region-content-wrap:before, .region-content-wrap:after {
  display: table;
  content: " "; }

.region-content-wrap:after {
  clear: both; }

/* == End (Layout) == */
/* ====== Header ====== */
.logo {
  float: left;
  margin-top: 10px; }
  .logo img {
    width: 60px;
    height: auto; }

.block-enable-special-version {
  clear: both;
  padding: 3px 0 0 25px;
  font-weight: bold;
  display: inline-block;
  min-height: 10px; }
  .block-enable-special-version a {
    color: #666;
    font-size: 1.067em; }

@media screen and (max-width: 1041px) {
  .block-enable-special-version {
    float: right; } }

.user-block {
  float: right; }
  .user-block a {
    font-size: 1em; }
  .user-block .user-block-name {
    display: inline-block;
    text-align: right;
    vertical-align: middle;
    width: 190px;
    word-wrap: break-word;
    margin-right: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-height: 10px; }
    .user-block .user-block-name a {
      color: #134a9a; }
    .user-block .user-block-name a:hover {
      text-decoration: underline; }
  .user-block .user-block-logout {
    display: inline-block;
    vertical-align: middle; }
    .user-block .user-block-logout a span {
      color: #666; }
    .user-block .user-block-logout a span:hover {
      text-decoration: underline; }
    .user-block .user-block-logout a i.ico-logout {
      width: 15px;
      height: 14px;
      display: inline-block;
      margin-bottom: -2px;
      margin-left: 3px; }

.search-header {
  margin-top: 7px;
  position: relative;
  clear: right;
  float: right; }
  .search-header .form-text {
    padding-right: 38px;
    width: 300px; }
  .search-header .form-actions {
    position: absolute;
    top: 11px;
    right: 11px; }
    .search-header .form-actions input {
      background-image: url(images/search-icon-gray.png);
      font: 0/0 a;
      outline: 0;
      padding: 0;
      width: 20px;
      height: 20px; }
  .search-header .description {
    width: 300px;
    margin-top: 3px; }
    .search-header .description a {
      font-size: 0.688em;
      color: #999;
      float: left;
      /* fix for Opera 18 */
      letter-spacing: 2px; }

@media screen and (min-width: 1120px) {
  .search-header .form-text,
  .search-header .description {
    width: 525px; } }

/* == End (Header) == */
/* ====== Footer ====== */
.region-footer-above .resources {
  margin-bottom: 65px; }

.contact-more-info {
  padding: 34px 0;
  font-size: 1.133em;
  line-height: 1.471em;
  font-weight: bold; }
  .contact-more-info:before, .contact-more-info:after {
    display: table;
    content: " "; }
  .contact-more-info:after {
    clear: both; }
  .contact-more-info .address,
  .contact-more-info .phone,
  .contact-more-info .email {
    word-wrap: break-word; }
  .contact-more-info .phone,
  .contact-more-info .email {
    float: right;
    max-width: 250px;
    padding-left: 5px; }
  .contact-more-info .address {
    float: left;
    max-width: 420px; }
  .contact-more-info .phone {
    letter-spacing: -0.04em; }
    .contact-more-info .phone a:hover {
      color: #000000;
      text-decoration: none; }
  .contact-more-info .ico-phone,
  .contact-more-info .ico-email {
    margin-top: -9px;
    margin-bottom: -9px; }

@media screen and (min-width: 1120px) {
  .contact-more-info .address {
    max-width: 630px; }
  .contact-more-info .phone,
  .contact-more-info .email {
    max-width: 250px;
    padding-left: 10px; } }

.contact-info {
  padding: 11px 0;
  font-size: 0.667em;
  line-height: 2.500em;
  font-weight: bold;
  text-transform: uppercase;
  color: #999; }
  .contact-info:before, .contact-info:after {
    display: table;
    content: " "; }
  .contact-info:after {
    clear: both; }
  .contact-info a {
    color: #999; }
  .contact-info .links a {
    padding: 0 10px; }
  .contact-info .links-version-mob {
    display: none; }
  .contact-info .links-version {
    display: none; }
  .contact-info .mobile {
    display: block;
    text-decoration: underline; }
  .contact-info .site-admin {
    float: left; }
  .contact-info .site-admin a {
    padding: 0 10px 0 0; }
  .contact-info .copyright {
    float: right; }

.partnerships {
  padding-bottom: 50px;
  padding-top: 30px; }
  .partnerships .col-2:first-child::before {
    display: none; }
  .partnerships .col-2::before {
    background: url("images/partnerships-border.png");
    display: block;
    height: 40px;
    content: "";
    position: absolute;
    width: 4px;
    margin-left: -27px; }
  .partnerships a {
    display: block;
    text-align: center; }
    .partnerships a .partner-name {
      display: block;
      font-size: 0.667em;
      margin: 0 0 5px 0;
      text-transform: uppercase; }
    .partnerships a .partner-discription {
      display: block;
      color: #999;
      font-size: 0.600em;
      text-transform: uppercase; }

/* == End (Footer) === */
/* ======  ====== */
/* simple list */
.simple-list {
  margin: 0;
  padding: 0;
  list-style: none;
  word-wrap: break-word; }
  .simple-list > li {
    list-style: none;
    padding: 0;
    margin: 0; }

/* Tabs */
/* Grid */
.tabs .active a {
  color: #3f4758; }

.tabs {
  font-family: "Segoe UI", sans-serif;
  font-weight: 700; }

#tabs .tabs,
.comment .content {
  font-family: "Segoe UI", sans-serif;
  font-weight: 400; }

.tabs {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 1170px;
  border-bottom: 1px solid #edf1f5;
  line-height: 16px;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-align-items: baseline;
     -moz-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin: 0 -15px;
  padding: 0 15px 0; }
  .tabs.simple-list {
    max-width: 1170px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 auto; }
  .tabs--left {
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .tabs li {
    margin-bottom: -1px;
    padding-right: 35px; }
    .tabs li:last-child {
      padding-right: 0; }
    .tabs li a {
      display: inline-block;
      padding: 15px 0 30px 0;
      font-size: 18px; }
  .tabs .active a {
    position: relative; }
    .tabs .active a:after {
      content: '';
      display: block;
      width: 100%;
      border-bottom: 4px solid #669ae6;
      position: absolute;
      bottom: 0;
      left: 0; }
  .tabs--admin {
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .tabs--admin .tabs {
    max-width: 1120px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0;
    padding: 0; }
  .tabs:before, .tabs:after {
    content: " ";
    display: table; }
  .tabs:after {
    clear: both; }
  @media screen and (max-width: 767px) {
    .tabs {
      margin: 0;
      padding: 0;
      overflow-x: scroll;
      overflow-y: hidden;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      position: relative; }
      .tabs.simple-list {
        -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap; }
        .tabs.simple-list li {
          -webkit-flex: 1 0 auto;
             -moz-box-flex: 1;
              -ms-flex: 1 0 auto;
                  flex: 1 0 auto; } }

/* Grid */
.topical-list {
  list-style: none;
  padding: 45px 0 0 0;
  margin: 0;
  -webkit-columns: 3;
     -moz-columns: 3;
          columns: 3;
  width: 100%; }
  .topical-list > li {
    padding: 0;
    max-width: 330px;
    margin: 0; }
    .topical-list > li a {
      margin: 0 0 15px 0;
      font-family: "Segoe UI", sans-serif;
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
      color: #3f4758;
      display: inline-block;
      height: 100%; }
      .topical-list > li a:hover {
        color: #1b43ac; }
  @media screen and (min-width: 1120px) {
    .topical-list .tabs a {
      font-size: 1em; } }
  @media screen and (max-width: 1041px) {
    .topical-list {
      -webkit-columns: 2;
         -moz-columns: 2;
              columns: 2; }
      .topical-list > li {
        max-width: 315px; } }
  @media screen and (max-width: 767px) {
    .topical-list {
      -webkit-columns: 1;
         -moz-columns: 1;
              columns: 1; } }

.tabs-content {
  display: none; }

.tabs-content.active {
  display: block; }

/* ===  === */
/* ====== Content ====== */
/* Grid */
.block__content {
  max-width: 1170px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 45px;
  padding-bottom: 45px; }
  @media screen and (max-width: 767px) {
    .block__content {
      padding-left: 17px;
      padding-right: 17px; } }

.block__content .block__content {
  padding-left: 0;
  padding-right: 0; }

.block--content-only .block__content {
  max-width: 818px; }

.block--primary {
  background: #f4f7fb; }

.block--primary-focus {
  background: #4673b5;
  color: #fff; }

.block--bordered {
  border-top: 1px solid #e6ecf2;
  border-bottom: 1px solid #e6ecf2; }

.block--banner img {
  max-width: 100%;
  height: auto; }

.block--plain .block__content {
  padding-top: 0;
  padding-bottom: 0; }

.block--plain-top .block__content {
  padding-top: 0; }

.block--full .block__content {
  max-width: none;
  padding-left: 0;
  padding-right: 0; }

.block--rubrics .block__content {
  max-width: 1170px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 30px;
  padding-bottom: 25px; }
  @media screen and (max-width: 767px) {
    .block--rubrics .block__content {
      padding-left: 17px;
      padding-right: 17px; } }

.region-content-wrap.sidebar-left .region--main .block__content {
  padding-left: 0;
  padding-right: 0; }

@media screen and (max-width: 1041px) {
  .block__content {
    padding-top: 30px;
    padding-bottom: 30px; } }

@media screen and (max-width: 767px) {
  .block--without-indentation {
    margin: 0 -17px; }
  .block--without-indentation .block__content {
    padding: 0 0 10px; } }

@media screen and (max-width: 410px) {
  .block--resources .block__content {
    padding: 30px 0; }
  .block--rubrics .block__content {
    max-width: 1170px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 20px;
    padding-bottom: 25px; } }
  @media screen and (max-width: 410px) and (max-width: 767px) {
    .block--rubrics .block__content {
      padding-left: 17px;
      padding-right: 17px; } }

.table-open-data .block tbody tr:first-child td {
  border-top: 0; }

section .contextual-links-wrapper {
  font-size: 12px; }

hr.secondary {
  border-top: 1px solid #CCC; }

hr.primary {
  border-top: 1px solid #999; }
  .site-header hr.primary {
    border-top: 1px solid #e6ecf2; }

.update-content {
  display: block;
  width: 50px;
  height: 50px;
  font: 0/0 a;
  background: url(images/icon-update.png) 0 0 no-repeat; }
  .update-content a:focus {
    outline: 0 !important; }

.link-update-with-label .update-content,
.link-update-with-label .link-update-label {
  display: inline-block;
  vertical-align: top; }

.link-update-with-label .link-update-label {
  font-weight: bold;
  color: #999;
  line-height: 50px;
  margin-left: 8px; }

.related-content-link {
  display: inline-block;
  margin: 25px 0;
  color: #456EE0; }

.related-content-link:hover {
  text-decoration: underline; }

ul {
  list-style-image: url(images/list-style.png);
  padding-left: 14px; }
  ul > li {
    padding-left: 26px;
    margin: 15px 0; }

/* style for importing content */
.importing iframe {
  min-height: 500px;
  max-height: 700px; }

.importing .MsoNormalTable {
  margin-left: 0 !important; }

.importing > h1 {
  margin-bottom: 12px !important; }

.importing h1 h1 {
  font-size: 1em;
  margin-bottom: 12px; }

.importing ul {
  margin: 0; }
  .importing ul > li {
    list-style: none !important;
    margin: 0 !important; }
  .importing ul li {
    display: list-item !important; }

.importing blockquote,
.importing p {
  margin: 0 !important; }

.importing p {
  min-height: 24px; }

.importing em {
  font-weight: normal;
  font-style: italic; }

.importing strong {
  font-weight: bold;
  font-style: normal; }

.importing .ms-asset-icon {
  display: inline !important;
  vertical-align: middle;
  margin: 0 5px !important; }

.importing .ms-rteThemeFontFace-1 span,
.importing .ms-rteThemeFontFace-1 span font,
.importing .ms-rteThemeFontFace-1 font {
  font-size: 16px !important; }

.importing form input[type="checkbox"] {
  display: block; }

.importing input[type="checkbox"] {
  display: none; }

.importing table tr.thead td {
  border-top: 1px solid #ccc !important; }

/* === End (Content) == */
/* ====== Pager ====== */
.pager li {
  display: inline-block;
  padding: 0; }

.pager a:hover {
  text-decoration: none !important; }

.pager span {
  padding: 0.6em 0.8em;
  border: 1px solid #ccc;
  border-radius: 4px; }

.pager li:hover span,
.pager a:hover span {
  background: #fff;
  border-color: #456EE0;
  color: #456EE0; }

.pager li.pager-current span {
  background: #456EE0;
  border-color: #456EE0;
  color: #fff; }

/* === End (Pager) == */
/* ====== Messages ====== */
.messages-wrap {
  padding: 10px 0 20px 0; }

.messages {
  border: 1px solid;
  margin: 10px 0;
  padding: 12px; }
  .messages.status {
    background: #F8FFF0;
    border-color: #BE7; }
  .messages.error {
    background: #FEF5F1;
    border-color: #ED541D;
    color: #8C2E0B; }
  .messages.warning {
    background: #FFFCE5;
    border-color: #ED5;
    color: #840; }

/* === End (Messages) == */
/* ====== Widgets ====== */
.widget {
  border-radius: 4px;
  background: #69F;
  color: #FFF;
  padding: 10px;
  font-size: 10px;
  line-height: 14px;
  font-family: 'PT Sans';
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 50px;
  background-repeat: no-repeat;
  overflow: hidden;
  background-size: cover; }
  .widget .widget-icon {
    display: inline-block;
    float: left;
    width: 32px;
    height: 40px;
    background-position: center top;
    background-repeat: no-repeat; }
  .widget .widget-content {
    margin-left: 42px;
    margin-top: 11px; }
  .widget .widget-title {
    white-space: nowrap;
    line-height: 10px; }
  .widget .widget-info {
    margin-top: 5px;
    margin-bottom: 4px; }
    .widget .widget-info:before, .widget .widget-info:after {
      display: table;
      content: " "; }
    .widget .widget-info:after {
      clear: both; }
  .widget .widget-count {
    float: left;
    font-size: 50px;
    line-height: 50px;
    letter-spacing: -3px; }
    .widget .widget-count small {
      font-size: 21px;
      line-height: normal;
      text-transform: none;
      font-weight: normal;
      letter-spacing: normal; }
    .widget .widget-count small:before {
      content: '  '; }
  .widget .widget-desc {
    overflow: hidden;
    padding-top: 5px;
    padding-left: 5px;
    color: rgba(255, 255, 255, 0.5); }

/* === End (Widgets) == */
/* ====== Admin ====== */
#tabs {
  padding-top: 10px;
  padding-bottom: 30px; }
  #tabs .tabs {
    letter-spacing: normal;
    text-transform: none;
    font-weight: normal;
    line-height: 2; }
    #tabs .tabs a {
      padding-top: 5px;
      padding-bottom: 5px; }
    #tabs .tabs li:first-child a {
      border-left-color: transparent; }

/* === End (Admin) == */
/* ====== Menu ====== */
/* !!! */
nav.main li ul {
  display: block;
  position: absolute;
  top: 100%;
  padding: 10px 20px;
  border: 1px solid #456ee0;
  width: 400px;
  left: -9999px;
  z-index: 2; }
  nav.main li ul li {
    margin: 10px 0; }
  nav.main li ul a {
    font-size: 0.867em;
    line-height: 1.308em; }
  nav.main li ul a:hover,
  nav.main li ul a.hover,
  nav.main li ul a.active {
    color: #456ee0; }

nav.main li ul.show {
  left: 0; }

nav.main .stretch {
  width: 100%;
  display: inline-block;
  font-size: 0;
  line-height: 0; }

nav.sublinks {
  margin: 0 -8px; }
  nav.sublinks ul {
    margin: 6px 0; }
  nav.sublinks li {
    margin: 10px 0; }
  nav.sublinks a {
    font-size: 1.294em;
    line-height: 1.5;
    display: inline-block;
    border-radius: 2px;
    padding: 2px 8px; }
  nav.sublinks a:hover {
    background: #e0e0e0; }
  nav.sublinks a.active {
    color: #fefefe !important;
    background: #000 !important; }

/* == End (Menu) == */
/* ===== News ====== */
/* Grid */
.news-teaser {
  margin: 0; }
  .news-teaser a {
    display: block;
    background: #fff;
    text-decoration: none;
    transition: background-color 0.5s ease 0s; }
    .news-teaser a:hover .news-title {
      color: #0b40b3; }
  .news-teaser img {
    width: 100%;
    height: auto;
    border-radius: 4px; }
  .news-teaser .news-title {
    margin: 16px 0 9px 0;
    line-height: 26px; }
  .news-teaser .date {
    font-family: "Segoe UI", sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #999999;
    text-transform: uppercase; }
  .news-teaser .news-text {
    font-family: "Segoe UI", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #3f4758;
    margin: 10px 0; }
  .news-teaser--featured .news-title {
    font-size: 32px;
    line-height: 42px;
    letter-spacing: -0.8px; }

@media screen and (max-width: 767px) {
  .news-teaser--featured .news-title {
    font-size: 18px;
    line-height: 26px; }
  .news-teaser--featured .news-text {
    display: none; } }

/* Grid */
.news-list__item {
  margin-bottom: 50px; }

.news-list__wrapper {
  margin-bottom: -10px; }

.news-list__wrapper .news-list__item {
  width: calc(50% - 16px);
  padding-right: 32px;
  float: left; }
  .news-list__wrapper .news-list__item:nth-child(even) {
    padding-right: 0; }
  .news-list__wrapper .news-list__item:nth-child(3) {
    clear: right; }

.news-list.related-news {
  margin-top: 35px;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.news-list.related-news .news-list__item {
  width: calc((100% - 32px*3)/4);
  padding: 0 32px 0 0;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
  margin-bottom: 7px; }
  .news-list.related-news .news-list__item:nth-child(4n) {
    padding-right: 0; }

@media screen and (max-width: 1041px) {
  .news-list {
    margin-top: 12px; }
    .news-list__item {
      padding-right: 0;
      margin-bottom: 35px; }
    .news-list__wrapper {
      padding: 0; }
    .news-list.related-news .news-list__item {
      width: calc((100% - 32px)/2);
      margin-bottom: 35px; }
      .news-list.related-news .news-list__item:nth-child(even) {
        padding-right: 0;
        padding-left: 16px; }
      .news-list.related-news .news-list__item:nth-child(odd) {
        padding-left: 0;
        padding-right: 16px;
        clear: left; } }

@media screen and (max-width: 767px) {
  .news-list__item {
    margin-bottom: 20px; }
  .news-list__wrapper .news-list__item {
    width: 100%;
    padding: 0; }
    .news-list__wrapper .news-list__item img {
      display: none; }
  .news-list.related-news .news-list__item {
    width: 100%; }
    .news-list.related-news .news-list__item:nth-child(n) {
      padding: 0; } }

.news-list h1 {
  text-align: center;
  margin: 11px 0 20px 0; }

.news-list .view-content {
  border: none; }

.news-list .update-content {
  margin: 15px auto 0 auto; }

.new-list-simple .all-news {
  margin: 0 0 10px 50%;
  padding-left: 30px;
  clear: both; }
  .new-list-simple .all-news a {
    font-size: 1.267em;
    font-weight: bold;
    color: #456ee0; }
  .new-list-simple .all-news a:hover {
    text-decoration: underline; }

section.all-news .sort-all-news {
  margin-bottom: 25px; }
  section.all-news .sort-all-news div .ico-calendar {
    margin: 0; }
  section.all-news .sort-all-news div .datepicker-wrap {
    vertical-align: middle; }
    section.all-news .sort-all-news div .datepicker-wrap input[type="text"] {
      width: 110px; }

section.all-news .all-news-teaser {
  margin-bottom: 15px; }
  section.all-news .all-news-teaser a .image {
    float: left;
    margin-right: 25px; }
  section.all-news .all-news-teaser a h3 {
    color: #456ee0;
    font-size: 19px;
    font-weight: normal;
    margin: 0 0 5px 0; }
  section.all-news .all-news-teaser a .date {
    font-size: 18px; }

.all-news-teaser:after {
  content: '';
  display: block;
  clear: both; }

/* == End (News) == */
/* Grid */
.announce-teaser {
  width: auto;
  padding-right: 64px;
  margin-bottom: 15px;
  -moz-box-sizing: border-box;
       box-sizing: border-box; }
  .announce-teaser .announce-text {
    line-height: 20px; }
  @media screen and (max-width: 1041px) {
    .announce-teaser {
      padding-right: 48px;
      margin-bottom: 30px; }
      .announce-teaser:last-child {
        margin-bottom: 0; } }
  @media screen and (max-width: 600px) {
    .announce-teaser {
      padding-right: 0; } }

/* Grid */
.participate {
  background: #669ae6;
  padding: 30px 35px;
  margin-bottom: 20px; }
  .participate .fast-links {
    float: none;
    width: 273px;
    min-width: 0;
    margin: 0 10px 30px 0; }
    .participate .fast-links a {
      color: #fff;
      background: none;
      position: relative;
      line-height: normal;
      margin-bottom: 20px;
      letter-spacing: 0; }
      .participate .fast-links a:after {
        content: '';
        display: block;
        width: 6px;
        height: 9px;
        background: url(images/elements/arrow-calendar_white.svg) right center no-repeat;
        position: absolute;
        right: 0;
        top: 9px;
        transition: right 0.25s cubic-bezier(0.4, 0, 0.2, 1); }
      .participate .fast-links a:hover {
        color: #fff;
        padding-right: 10px;
        background: none; }
        .participate .fast-links a:hover:after {
          right: -10px; }
  .participate .btn {
    width: 100%;
    height: 65px;
    line-height: 63px; }
  @media screen and (max-width: 1041px) {
    .participate .fast-links {
      width: 100%; } }
  @media screen and (max-width: 767px) {
    .participate {
      padding: 25px 15px; }
      .participate .fast-links {
        display: block;
        width: calc(100% - 5px);
        min-width: 0; }
      .participate .btn {
        padding: 0; } }

/* Grid */
.citizens .document-download {
  background: #fff;
  margin-bottom: 25px; }
  .citizens .document-download:last-child {
    margin-bottom: 0; }
  .citizens .document-download a {
    padding: 0; }
  .citizens .document-download .title {
    font-family: "Segoe UI", sans-serif;
    font-weight: 600;
    font-size: 18px; }
  .citizens .document-download .image {
    background: #f9fbfd;
    padding: 22px;
    width: 96px;
    height: auto;
    -moz-box-sizing: border-box;
         box-sizing: border-box; }
    .citizens .document-download .image img {
      height: 51px; }
  .citizens .document-download .icon {
    background: url("images/elements/arrow-right-big.png") right center no-repeat;
    width: 10px;
    height: 15px;
    margin-right: 32px;
    -webkit-flex: 1 1 auto;
       -moz-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
    .citizens .document-download .icon img {
      display: none; }

@media screen and (max-width: 1041px) {
  .citizens {
    min-width: 100%;
    margin-bottom: 45px; } }

@media screen and (max-width: 767px) {
  .citizens .document-download {
    margin: 0 auto 25px; }
    .citizens .document-download a {
      min-height: 96px;
      -moz-box-sizing: border-box;
           box-sizing: border-box;
      padding: 0 14px; }
    .citizens .document-download .icon,
    .citizens .document-download .image {
      display: none; } }

.announces-list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 20px; }
  .announces-list > * {
    width: calc((100% - 64px) / 3);
    -webkit-flex: 0 1 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }
  .announces-list > *:nth-child(3n),
  .announces-list > *:nth-child(3n-1) {
    margin-left: 32px; }
  @media screen and (max-width: 1041px) {
    .announces-list > * {
      width: calc((100% - 32px) / 2); }
    .announces-list > *:nth-child(n) {
      margin-left: 0; }
    .announces-list > *:nth-child(2n) {
      margin-left: 32px; } }
  @media screen and (max-width: 767px) {
    .announces-list > * {
      width: 100%; }
    .announces-list > *:nth-child(n) {
      margin-left: 0; } }

/* ===== Announces ====== */
.announces {
  padding: 20px;
  background: #8E9CC3;
  color: #fff; }
  .announces a {
    color: #fff; }
  .announces a:hover {
    text-decoration: underline; }
  .announces h2 {
    font-size: 25px;
    margin: 0;
    text-align: center;
    padding: 4px 0 24px 0;
    border-bottom: 1px solid #FFF; }
  .announces .announces-list {
    margin: 0 -15px; }
  .announces .contextual-links-trigger {
    background-color: #FFF; }
  .announces .contextual-links-region-active {
    outline-color: #D1D1D1; }

.announce {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding: 12px 15px; }
  .announce h4 {
    font-size: 15px;
    margin: 14px 0 0 0;
    padding: 0 0 3px 0; }
  .announce p {
    line-height: 1.333em;
    margin: 5px 0; }

.announce {
  width: 250px; }
  .announce p {
    word-wrap: break-word; }

@media screen and (min-width: 1120px) {
  .announce {
    width: 198px; } }

/* == End (Announces) == */
/* ===== Citation ====== */
/* Grid */
.citation {
  text-align: center;
  background: url(images/citation-quote.png) no-repeat 0 128px;
  background-color: #fff;
  padding: 20px;
  color: #3f4758;
  margin-bottom: 22px; }
  .citation .author-photo {
    margin-bottom: 24px;
    border-radius: 50%;
    display: block; }
  .citation p {
    font-family: "Segoe UI", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 15px; }
  .citation cite {
    font-family: "Segoe UI", sans-serif;
    font-weight: 700;
    font-size: 16px;
    font-style: normal; }

body.special-mode-enabled .citation p {
  font-size: 1em;
  line-height: 1.5; }

body.special-mode-enabled .citation .quote {
  font-size: 1em;
  line-height: 1.5; }

body.special-mode-enabled .citation cite {
  font-size: 1.294em;
  line-height: 1;
  font-style: normal;
  font-weight: normal; }

body.special-mode-enabled .citation.special-mode-color-black .citation cite {
  color: #ccc; }

body.special-mode-enabled .citation.special-mode-color-black .citation p {
  color: #fff; }

body.special-mode-enabled .citation.special-mode-color-blue .citation cite {
  color: #0e2557; }

body.special-mode-enabled .citation.special-mode-color-blue .citation p {
  color: #0e2557; }

body.special-mode-enabled .citation.special-mode-color-brown .citation cite {
  color: #4D4B43; }

body.special-mode-enabled .citation.special-mode-color-brown .citation p {
  color: #4D4B43; }

/* == End (Citation) == */
/* ===== Resources ====== */
.resources .resources-list {
  border-left: 1px solid #edf1f5;
  margin: 1px 0 0 0; }

.resources h4 {
  text-align: center;
  margin: 0 0 26px 0;
  word-wrap: break-word; }

/* Grid */
.resource {
  width: 382px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #edf1f5; }
  .resource a {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    position: relative;
    padding: 20px 25px;
    height: 120px;
    width: 100%;
    transition: all 0.3s ease 0s; }
  .resource .image,
  .resource h5 {
    display: inline-block;
    vertical-align: middle;
    word-wrap: break-word; }
  .resource .image {
    display: inline-block;
    width: 74px;
    height: 74px;
    line-height: 74px;
    text-align: center;
    border-radius: 50%;
    background-color: #669ae6; }
  .resource h5 {
    margin: 0 0 0 15px;
    font-size: 18px;
    line-height: 25px;
    max-width: 220px; }
  .resource a:hover {
    border: 1px solid #669ae6;
    background-color: #669ae6; }
    .resource a:hover h5 {
      color: #fff; }
  .resources .resource {
    margin-top: -1px; }
    .resources .resource a {
      border-left: 1px solid transparent; }
  .resources-list .resource {
    width: calc((100% / 3) - 1px);
    -moz-box-sizing: border-box;
         box-sizing: border-box; }
  .featured .resource {
    background: #fff;
    position: relative; }
    .featured .resource:after {
      height: 7px;
      content: '';
      background: #669ae6;
      display: none;
      position: absolute;
      bottom: 0;
      left: -1px;
      right: -1px; }
    .featured .resource a .image {
      background: #fff;
      border: 1px solid #edf1f5; }
    .featured .resource a:hover {
      background-color: #fafafc;
      border: none; }
      .featured .resource a:hover h5 {
        color: #3f4758; }
    .featured .resource:hover:after {
      display: block; }

@media (max-width: 1024px) {
  .resources-list .resource {
    width: calc((100% / 2) - 1px);
    -moz-box-sizing: border-box;
         box-sizing: border-box; } }

@media (max-width: 767px) {
  .resource {
    display: block;
    height: auto;
    padding: 10px 16px; }
    .resources-list.featured .resource {
      width: calc(100vw - 50px - 8px);
      padding-left: 4px;
      padding-right: 4px;
      border: none;
      background: none; }
      .resources-list.featured .resource:after {
        display: none; }
      .resources-list.featured .resource a {
        width: 100%;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        text-align: center;
        padding: 20px;
        height: 200px;
        background: #fff;
        border: 1px solid #edf1f5;
        border-radius: 3px; }
        .resources-list.featured .resource a:after {
          height: 7px;
          content: '';
          background: #669ae6;
          display: none;
          position: absolute;
          bottom: 0;
          left: -1px;
          right: -1px; }
        .resources-list.featured .resource a:hover {
          background-color: #f3f7fb; }
          .resources-list.featured .resource a:hover:after {
            display: block; }
    .resource .image {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-top: 5px; }
    .resource h5 {
      font-size: 16px;
      width: 100%;
      margin: 21px 0 0; } }

body.special-mode-enabled .resource {
  text-align: center;
  border-color: #333; }
  body.special-mode-enabled .resource .image {
    display: none; }
  body.special-mode-enabled .resource h5 {
    font-size: 18px;
    line-height: 17px;
    text-transform: none;
    width: auto;
    color: inherit; }
  body.special-mode-enabled .resource a {
    height: 70px; }
  body.special-mode-enabled .resource a:hover {
    border-color: transparent;
    background: #e0e0e0; }

body.special-mode-enabled.special-mode-color-black .resource {
  border-color: #ccc; }
  body.special-mode-enabled.special-mode-color-black .resource a:hover {
    background: #4d4d4d; }

body.special-mode-enabled.special-mode-color-blue .resource {
  border-color: #0e2557; }
  body.special-mode-enabled.special-mode-color-blue .resource a:hover {
    background: #68a8ee; }

body.special-mode-enabled.special-mode-color-brown .resource {
  border-color: #4D4B43; }
  body.special-mode-enabled.special-mode-color-brown .resource a:hover {
    background: #7c7c7c; }
    body.special-mode-enabled.special-mode-color-brown .resource a:hover h5 {
      color: #F7F3D6; }

/* == End (Resources) == */
/* ===== News page ===== */
.back {
  float: left;
  width: 90px;
  margin-top: -8px; }

.share-links {
  width: 170px;
  margin-left: 0px;
  margin-bottom: 20px; }

@media screen and (min-width: 1120px) {
  .share-links {
    width: 100px;
    margin-left: -100px;
    position: absolute;
    top: 80px; } }

@media screen and (min-width: 769px) and (max-width: 1120px) {
  .share-links {
    width: 100px;
    margin-left: -100px;
    position: absolute;
    top: 80px; } }

/* Grid */
.news .date {
  font-family: "Segoe UI", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #999999;
  margin-bottom: 10px; }
  .news .date span:before {
    content: '|';
    font-family: "Segoe UI", sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #999999;
    margin: 0 5px;
    display: inline-block; }

.news .page-title {
  margin-bottom: 13px; }

.news .introduction {
  padding: 20px;
  background: #f4f7fc;
  margin: 30px 0; }

.news .image {
  margin-bottom: 20px; }

.news img {
  max-width: 100%; }

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

.news section:after {
  clear: both; }

.news .news-image-preview img {
  display: block;
  margin: 0 50px 45px 0; }

.news footer {
  margin: 0 -200px 0 -100px; }

/* gallery */
.news-gallery-wrap {
  clear: both;
  width: 705px;
  position: relative;
  margin-bottom: 40px; }
  .news-gallery-wrap .pika-stage {
    width: 550px;
    height: 418px;
    background: none;
    border: 0;
    padding: 0; }
  .news-gallery-wrap .pika-imgnav,
  .news-gallery-wrap .pika-textnav {
    display: none !important; }
  .news-gallery-wrap .pika-thumbs {
    width: 110px;
    margin: 10px 0 0 17px;
    position: absolute;
    top: 0;
    right: 0; }
  .news-gallery-wrap .pika-thumbs li {
    margin: 5px !important;
    width: 100px;
    height: 75px;
    padding: 0;
    border: 0; }

.news-video-wrap {
  clear: both;
  width: 705px;
  position: relative;
  margin-bottom: 40px; }

#pomain-content {
  position: relative; }
  #pomain-content .news-video-wrap .jwlogo {
    width: 60px; }
  #pomain-content .news-video-wrap .jwplaylistcontainer {
    background: #ffffff; }
  #pomain-content .news-video-wrap .jwlistcontainer {
    background: #fff; }
  #pomain-content .news-video-wrap .jwitem {
    background: #ffffff !important; }
  #pomain-content .news-video-wrap .jwtitle {
    word-break: break-word;
    height: 68px;
    color: #333 !important; }
  #pomain-content .news-video-wrap .jwplaylistdivider {
    background: #CCC;
    height: 1px; }
  #pomain-content .news-video-wrap .jwrailtop {
    background-image: url("images/player/ov-scroll-top.png"); }
  #pomain-content .news-video-wrap .jwrailback {
    background-image: url("images/player/ov-scroll-middle.png"); }
  #pomain-content .news-video-wrap .jwrailbottom {
    background-image: url("images/player/ov-scroll-bottom.png"); }
  #pomain-content .news-video-wrap .jwthumbtop {
    background-image: url("images/player/scroll-top.png"); }
  #pomain-content .news-video-wrap .jwthumbback {
    background-image: url("images/player/scroll-middle.png"); }
  #pomain-content .news-video-wrap .jwthumbbottom {
    background-image: url("images/player/scroll-bottom.png"); }

.jcarousel-skin-news-gallery {
  position: absolute;
  top: -5px;
  right: 0; }
  .jcarousel-skin-news-gallery .jcarousel-container-vertical {
    width: 110px;
    height: 418px;
    overflow: hidden; }
  .jcarousel-skin-news-gallery .jcarousel-clip-vertical {
    width: 110px;
    height: 418px; }
  .jcarousel-skin-news-gallery .jcarousel-item-vertical {
    margin-top: 10px; }

.related-news {
  margin-bottom: 10px !important; }
  .related-news h2 {
    font-size: 1em;
    text-align: center;
    margin-bottom: 6px; }
  .related-news .update-content {
    margin: 15px auto 0 auto; }

@media screen and (min-width: 1120px) {
  .back {
    width: 140px; }
  .share-links {
    margin-left: -150px; }
  .news .news-image-preview img {
    float: left; }
  .news footer {
    margin: 0 0 0 -150px; } }

/* == End (News page) == */
/* == Competition page == */
.competition-teaser {
  margin-bottom: 40px; }
  .competition-teaser .news-title {
    margin: 0 0 15px 0; }
  .competition-teaser .date {
    font-family: "Segoe UI", sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #999999;
    text-transform: uppercase; }
  .competition-teaser__text {
    font-family: "Segoe UI", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #3f4758;
    margin: 10px 0; }
  .competition-teaser__options {
    font-family: "Segoe UI", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #3f4758;
    margin: 10px 0; }
    .competition-teaser__options .field {
      margin: 5px 0;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-flow: row wrap;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .competition-teaser__options .field-label {
      -webkit-flex: 0 0 auto;
         -moz-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      font-weight: bold;
      margin-right: 10px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      word-wrap: break-word; }
    .competition-teaser__options .field-items {
      -webkit-flex: 1 1 auto;
         -moz-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto; }
      .competition-teaser__options .field-items p {
        margin: 0; }

/* == End (Competition page) == */
/* == Meeting page == */
section.meeting-list .views-row {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  float: left;
  margin: 10px 0;
  padding-right: 10px;
  width: 170px; }
  section.meeting-list .views-row .field-content {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
    section.meeting-list .views-row .field-content a {
      color: #456ee0; }
      section.meeting-list .views-row .field-content a:hover {
        color: #456ee0;
        text-decoration: underline; }

section.meeting-online {
  background: #fff;
  margin-left: -200px;
  margin-bottom: 0;
  width: 1550px; }
  section.meeting-online .content-wrapper .leftcol {
    float: left;
    width: 1000px; }
    section.meeting-online .content-wrapper .leftcol object {
      margin: 0; }
  section.meeting-online .content-wrapper .rightcol {
    float: right;
    width: 550px; }
    section.meeting-online .content-wrapper .rightcol h3 {
      margin-top: 0; }
    section.meeting-online .content-wrapper .rightcol .field-type-text-with-summary {
      -moz-box-sizing: border-box;
           box-sizing: border-box;
      max-height: 575px;
      overflow: auto;
      overflow-x: hidden; }
      section.meeting-online .content-wrapper .rightcol .field-type-text-with-summary table {
        width: 542px; }
        section.meeting-online .content-wrapper .rightcol .field-type-text-with-summary table tr td:first-child {
          width: 10px !important; }
        section.meeting-online .content-wrapper .rightcol .field-type-text-with-summary table tr:first-child td {
          border-top: 0; }
        section.meeting-online .content-wrapper .rightcol .field-type-text-with-summary table tr:last-child td {
          border-bottom: 0; }

section.meeting-list .title-meeting, section.meeting-online .title-meeting, section.meeting-full .title-meeting {
  text-align: center; }

section .view-id-view_meetings table * {
  border-color: #fff; }

.page-meetings-online {
  background: #fff;
  margin-top: 0 !important; }
  .page-meetings-online header,
  .page-meetings-online footer {
    display: none; }
  .page-meetings-online main {
    padding-bottom: 0;
    padding-top: 0; }

/* == End (Meeting page) == */
/* == Phone-directory == */
section.phone-directory {
  /* - Fix tables - */
  /* - End of Fix tables - */ }
  section.phone-directory .tree-checkboxes-container > .container {
    padding: 0; }
    section.phone-directory .tree-checkboxes-container > .container li {
      padding: 0; }
  section.phone-directory .tree-checkboxes-container ul .container {
    padding-left: 28px; }
  section.phone-directory .search-string {
    padding-right: 0; }
    section.phone-directory .search-string .form-actions {
      top: 19px; }
  section.phone-directory .birthday-area .datepicker-wrap .form-item {
    position: relative; }
  section.phone-directory .information-area article h1, section.phone-directory .information-area article h3 {
    margin: 0 0 24px 0; }
  section.phone-directory .information-area article h1 {
    font-size: 24px; }
  section.phone-directory .detailed-information {
    padding-top: 20px; }
    section.phone-directory .detailed-information table {
      width: 850px; }
      section.phone-directory .detailed-information table tr td:first-child {
        font-weight: bold;
        width: 200px; }
  section.phone-directory .staff-list table {
    width: 100%; }
  section.phone-directory section.phone-directory .staff-list table th.phone-td {
    width: 100px; }
  section.phone-directory section.phone-directory .staff-list table th.cabinet-td {
    width: 86px; }
  section.phone-directory section.phone-directory .staff-list table th.stuff-td {
    width: 186px; }

@media screen and (min-width: 1120px) {
  section.phone-directory hr.secondary {
    max-width: 100vw;
    position: absolute;
    left: 0;
    right: 0; } }

@media screen and (max-width: 1041px) {
  section.phone-directory hr.secondary {
    margin: 0 -25px; }
  .links-version-mob {
    display: none; }
  .links-version {
    display: block;
    text-decoration: underline; } }

@media screen and (max-width: 767px) {
  section.phone-directory hr.secondary {
    margin: 0 -17px; } }

/* == End (Phone-directory) == */
/* == Other articles == */
.article h1 {
  margin: -8px 0 0 0;
  word-wrap: break-word; }

.article header h1 {
  margin-bottom: 12px; }

.article .introduction {
  padding: 35px 50px 34px 40px;
  margin: 35px -50px 35px 0;
  background: #A2B6EF;
  font-weight: bold;
  color: #FFF;
  word-wrap: break-word; }

/* == End (Other articles) == */
/* == Table files == */
.table-open-data {
  margin-top: 25px;
  padding: 20px 0; }
  .table-open-data table {
    width: 100%; }

.table-open-data .category {
  width: 120px; }

.table-open-data .executive-authorities {
  width: 200px; }

.table-open-data .pictogram {
  float: left;
  position: relative; }

.table-open-data .pictogram img {
  width: 53px; }

.table-open-data .title {
  display: block;
  font-weight: bold;
  margin-left: 73px; }

.table-open-data .data-resources {
  margin-left: 73px;
  margin-top: 5px;
  color: #999; }

/* == End (Table files) == */
/* == Comment list == */
.comment-list h2 {
  margin-bottom: 28px; }

.comment-list .comment-indented {
  margin-left: 60px; }

/* == End (Comment list) == */
/* == Comments == */
.comment {
  position: relative;
  padding-left: 100px;
  padding-bottom: 30px;
  margin-top: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #CCC;
  min-height: 86px; }
  .comment .user-logo {
    position: absolute;
    top: 5px;
    left: 0; }
    .comment .user-logo img {
      display: block; }
  .comment .username {
    font-weight: bold; }
  .comment .date-create {
    color: #999; }
  .comment .submitted {
    margin: 0;
    line-height: 1.467em; }
  .comment .links {
    list-style: none;
    margin-top: 8px; }
    .comment .links:before, .comment .links:after {
      display: table;
      content: " "; }
    .comment .links:after {
      clear: both; }
    .comment .links li {
      margin-right: 10px;
      float: left; }
  .comment hr {
    margin: 0 0 0 -100px; }
  .comment .btn {
    line-height: 28px;
    height: 30px;
    padding: 0px 10px; }

.lt-ie8 .comment {
  /* Fix min-height for IE7 */
  height: auto !important; }

/* == End (Comments) == */
/* == Comment adding == */
.comment-adding h2 {
  margin-bottom: 10px; }

.comment-adding .form-item {
  margin-bottom: 0; }
  .comment-adding .form-item input {
    width: 265px; }

.comment-adding textarea {
  width: 550px;
  height: 140px; }

.comment-adding .btn {
  line-height: 38px;
  height: 40px;
  padding: 0 20px; }

/* == End (Comment adding) == */
/* == Media block == */
.media h2 {
  margin: 8px 0; }

.media-content a {
  display: block; }

.media-content .image-preview {
  position: relative; }

.media-content .img-wrap {
  width: 90px;
  height: 90px;
  border: 1px solid #ccc;
  padding: 4px;
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

.media-content .name {
  display: block;
  margin-top: 12px;
  color: #666; }

.media-content .preview-time {
  line-height: 1.778em;
  font-weight: bold; }

.media-content .loupe,
.media-content .play {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.media-content .play {
  background: url("images/media/play-video.png") no-repeat; }

.media-content a:hover .image-preview {
  border-color: #456ee0; }

.media-content a:hover .name {
  color: #456ee0; }

.media-content a:hover img {
  opacity: 0.3; }

.media-content a:hover .loupe {
  background: url("images/media/zoom-image.png") no-repeat; }

.media-content a:hover .play {
  background: url("images/media/play-video-hover.png") no-repeat; }

.media-content.gallery-big__slide a:hover img, .media-content.gallery-small__slide a:hover img {
  opacity: 1; }

/* == End (media block) == */
/* == Site map == */
.site-map h2 {
  margin: 33px 0; }

.site-map > h2 {
  margin-top: -6px;
  text-align: center; }

.site-map ul {
  list-style: none; }

.site-map ul li.expanded {
  list-style: none; }

.site-map li a {
  margin: 0 0 0 10px;
  vertical-align: top; }

.site-map .switcher {
  display: inline-block;
  text-decoration: none;
  width: 20px;
  height: 20px;
  margin: 0 0 0 0;
  padding: 0;
  background: url("images/form-elements/checkbox.png");
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.site-map .switcher-not-active {
  display: inline-block;
  text-decoration: none;
  width: 20px;
  height: 20px;
  margin: 0 0 0 0;
  padding: 0;
  background: url("images/form-elements/radio-button.png"); }

.site-map .switch-off .switcher {
  background: url("images/form-elements/checkbox-checked.png"); }

.site-map .switch-off ul {
  display: none; }

/* == End (Site map) == */
/* == Faceted filter == */
.faceted-filter h2 {
  margin-bottom: 9px; }

.faceted-filter input[type="text"] {
  width: 100%; }

.faceted-filter .form-actions {
  margin: 25px 0; }

.faceted-filter .btn {
  font-size: 1em; }

.faceted-filter .form-type-checkbox input[type=checkbox] + label,
.faceted-filter .form-type-checkbox .checkbox + label {
  color: #999; }

.faceted-filter .form-type-checkbox input[type=checkbox]:checked + label,
.faceted-filter .form-type-checkbox .checkbox-checked + label {
  color: #666; }

.views-widget .form-type-checkbox input[type=checkbox] + label,
.views-widget .form-type-checkbox .checkbox + label {
  color: #999; }

.views-widget .form-type-checkbox input[type=checkbox]:checked + label,
.views-widget .form-type-checkbox .checkbox-checked + label {
  color: #666; }

.faceted-filter-item-inner .form-checkboxes .form-item {
  margin: 10px 0; }

/* == End (Faceted filter) == */
/* == Search page == */
section.l > .contextual-links-region > section.advanced-search {
  margin-bottom: 10px; }

.filters-in-one-line .form-item {
  margin: 0; }

.search-result {
  padding-top: 10px; }
  .search-result .page-title {
    margin: 0; }
  .search-result .search-count {
    margin: 10px 0; }

.result-item {
  margin: 22px 0;
  font-family: "Segoe UI", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #404757; }
  .result-item .news-title {
    font-family: "Segoe UI", sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #404757;
    margin: 0; }
    .result-item .news-title a {
      color: #404757; }
      .result-item .news-title a:hover {
        color: #0b40b3; }
  .result-item__content p {
    margin: 0; }
  .result-item__date a:hover {
    color: #0b40b3; }
  .result-item .highlighting-keywords {
    color: #1b43ac;
    font-weight: inherit;
    background: none; }

/* == End (Search page) == */
/* == Direct page == */
@media screen and (min-width: 1120px) {
  fieldset#edit-submitted-file-1-description {
    border-top-width: 0; } }

/* == End (Direct page) == */
/* == Subscription-mail == */
.subscription {
  /*
  // На верстке этих классов нет.
  .subscribe-document {
    .subscription .form-item {
      margin: 18px 120px 44px 0;
    }
    .subscription .form-text {
      width: 100%;
    }
  }
  */ }
  .subscription h2 {
    margin: 33px 0;
    text-align: center; }
  .subscription .form-item {
    margin: 18px 205px 44px 0; }
  .subscription .form-text {
    width: 100%; }
  .subscription .form-subscription > div {
    position: relative;
    margin: 0 50px; }
  .subscription .form-submit {
    position: absolute;
    bottom: 0;
    right: 0;
    zoom: 1; }

/* == End (Subscription-mail) == */
/* == Tree checkboxes == */
.tree-checkboxes-container h2 {
  margin: 33px 0; }

.tree-checkboxes-container > h2 {
  margin-top: -6px;
  text-align: center; }

.tree-checkboxes-container ul {
  list-style: none; }

.tree-checkboxes-container ul li.expanded {
  list-style: none; }

.tree-checkboxes-container li a {
  margin: 0 0 0 10px;
  vertical-align: top; }

.tree-checkboxes-container .switcher {
  display: inline-block;
  text-decoration: none;
  width: 20px;
  height: 20px;
  margin: 0 0 0 0;
  padding: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.tree-checkboxes-container .switcher-not-active {
  display: inline-block;
  text-decoration: none;
  width: 20px;
  height: 20px;
  margin: 0 0 0 0;
  padding: 0; }

.tree-checkboxes-container .switch-off ul {
  display: none; }

/* == End (Tree checkboxes) == */
/* == Polls page == */
.wrap-webform-polls .form-item label {
  color: #333;
  font-size: 1em;
  font-weight: normal;
  margin-bottom: 10px;
  text-transform: none;
  width: 175px !important;
  vertical-align: middle; }

.finish-message {
  color: #333;
  font-size: 1.200em;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: none; }

/* == End (Polls page) == */
/* == Ajax loader == */
#iambusy {
  display: block;
  color: transparent;
  background: rgba(255, 255, 255, 0.49);
  position: fixed;
  z-index: 10000;
  width: 100%;
  height: 100%; }

#iambusy .spinner {
  top: 50% !important;
  left: 50% !important; }

.ajax-progress {
  display: none !important; }

/* == End Ajax loader == */
/* == No-js == */
.no-js .news-gallery-wrap ul {
  position: relative;
  list-style: none; }

/* == End No-js == */
/* == Outline == */
*:focus {
  outline: thin dotted; }

/* == End Outline == */
/* == distribution-of-not-satisfied == */
.wrapper-diagrams {
  font-size: 100%; }
  .wrapper-diagrams h3 {
    font-size: 108%;
    margin: 10px 0px 4px 0; }
  .wrapper-diagrams .diagram-block {
    border: 1px solid #C9C9C9;
    padding: 10px;
    word-wrap: break-word; }
  .wrapper-diagrams .diagram-data {
    float: left;
    width: 70%; }
    .wrapper-diagrams .diagram-data .diagram-row {
      position: relative; }
      .wrapper-diagrams .diagram-data .diagram-row .diagram-title {
        -moz-box-sizing: border-box;
             box-sizing: border-box;
        display: inline-block;
        padding: 2px 6px 2px 0;
        vertical-align: middle;
        width: 44%;
        font-size: 0.867em; }
      .wrapper-diagrams .diagram-data .diagram-row .diagram-pipe {
        border: 1px #C9C9C9 solid;
        border-left: 0;
        bottom: -1px;
        left: 44%;
        margin-left: -6px;
        position: absolute;
        top: 0;
        width: 5px; }
      .wrapper-diagrams .diagram-data .diagram-row .diagram-line {
        background: cornflowerblue;
        display: inline-block;
        height: 10px;
        margin: 5px 0 5px -3px;
        vertical-align: middle; }
  .wrapper-diagrams .diagram-info {
    float: left;
    width: 30%;
    margin-top: 6px; }
    .wrapper-diagrams .diagram-info .img {
      background: cornflowerblue;
      height: 8px;
      float: left;
      margin: 4px 0 0 0;
      width: 8px; }
    .wrapper-diagrams .diagram-info .text {
      padding-left: 15px;
      width: 90%;
      font-size: 0.867em; }

/* == End distribution-of-not-satisfied == */
/* == Fix bug in site tree == */
section.phone-directory .tree-checkboxes-container > .container li {
  width: 830px; }

@media screen and (min-width: 1250px) {
  section.phone-directory .tree-checkboxes-container > .container li {
    width: 1020px; } }

/* == End fix bug in site tree == */
.hide-me,
.ms-addnew,
.ms-listviewtable .ms-viewheadertr,
.ms-HoverCellInActive,
.tendersControls {
  display: none; }

.search-header .form-actions {
  margin-top: 0;
  margin-bottom: 0; }

/* == Fix comments == */
.comment ul.links {
  display: block; }

.comment-list .indented {
  margin-left: 60px; }

.comment-adding .grippie {
  display: none; }

.comment-adding .need-authorization-message {
  text-align: center; }

/*  == End Fix comments ==  */
/* == Highlighted link == */
.highlighted-link {
  color: #456EE0; }

.highlighted-link:hover {
  text-decoration: underline; }

/* == End Highlighted link == */
/* == load more link == */
.update-content-link {
  margin: 15px;
  text-align: center; }
  .update-content-link a {
    font-family: "Segoe UI", sans-serif;
    font-weight: 600;
    font-size: 18px;
    text-align: right;
    display: block;
    color: #3f4758;
    line-height: 20px;
    clear: both;
    margin-bottom: -10px;
    transition: color .2s ease-out; }
    .update-content-link a::after {
      content: '';
      display: inline-block;
      margin-left: 15px;
      width: 6px;
      height: 10px;
      background: url(images/elements/arrow-calendar.svg) right center no-repeat; }
    .update-content-link a::before {
      content: '';
      background: url(images/elements/arrow-calendar_blue.svg) right center transparent no-repeat; }
    .update-content-link a:hover {
      color: #0b40b3; }
      .update-content-link a:hover::after {
        background: url(images/elements/arrow-calendar_blue.svg) right center no-repeat; }

.search-area .update-content {
  /* == Fix comments == */
  /* == End Fix comments == */
  /* == Highlighted link == */
  /* == End Highlighted link == */
  /* == load more link == */
  /* == End load more link == */
  /* == Fix View Services == */
  /* == Fix View Services == */
  /* == Theming frontpage administer == */
  /* == End Theming frontpage administer == */
  /* == Fix Webforms == */
  /* == End Fix Webforms ==  */
  margin: 15px auto 0 auto; }
  .search-area .update-content .hide-me,
  .search-area .update-content .ms-addnew,
  .search-area .update-content .ms-listviewtable .ms-viewheadertr,
  .search-area .update-content .ms-HoverCellInActive,
  .search-area .update-content .tendersControls {
    display: none; }
  .search-area .update-content .search-header .form-actions {
    margin-top: 0;
    margin-bottom: 0; }
  .search-area .update-content .comment ul.links {
    display: block; }
  .search-area .update-content .comment-list .indented {
    margin-left: 60px; }
  .search-area .update-content .comment-adding .grippie {
    display: none; }
  .search-area .update-content .comment-adding .need-authorization-message {
    text-align: center; }
  .search-area .update-content .highlighted-link {
    color: #456EE0; }
  .search-area .update-content .highlighted-link:hover {
    text-decoration: underline; }
  .search-area .update-content .update-content-link {
    margin: 15px;
    text-align: center; }
  .search-area .update-content .update-content-link a {
    font-weight: bold;
    color: #999;
    line-height: 50px; }
  .search-area .update-content .search-area .update-content {
    margin: 15px auto 0 auto; }
  .search-area .update-content .view-services .view-empty {
    margin: 30px 0; }
  .search-area .update-content .frontpage-administer {
    padding-bottom: 10px; }
  .search-area .update-content .competition_files .table-files {
    padding: 0px !important;
    margin: 0px !important; }
  .search-area .update-content .webform-client-form .webform-container-inline div,
  .search-area .update-content .webform-client-form .webform-container-inline div.form-item {
    display: inline-block; }
  .search-area .update-content .hidden_pages_link_wrapper {
    position: relative;
    float: right; }
  .search-area .update-content .hidden_pages_link {
    font-family: 'PT Sans Narrow';
    font-weight: bold;
    text-transform: uppercase;
    color: #999999;
    font-size: 0.688em;
    letter-spacing: 2px;
    text-decoration: none;
    position: absolute;
    right: -524px;
    top: 62px; }
  .search-area .update-content .webform-client-form .form-type-checkbox label {
    display: inline; }
  .search-area .update-content .webform-client-form .description {
    font-size: 0.85em; }
  .search-area .update-content .webform-container-inline label {
    margin-right: 0; }
  .search-area .update-content form .error {
    border-color: #a94442 !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .search-area .update-content select.error + div.chosen-container > a {
    border-color: #a94442 !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

/* - - - */
/* == Fix View Services == */
.view-services .view-empty {
  margin: 30px 0; }

.view-services .view-content {
  overflow-x: auto; }

.table-services {
  margin-bottom: 15px; }

/* == End Fix View Services == */
/* == Theming frontpage administer == */
.frontpage-administer {
  padding-bottom: 10px; }

/* == End Theming frontpage administer == */
.competition_files .table-files {
  padding: 0px !important;
  margin: 0px !important; }

/* == Fix Webforms == */
.webform-client-form .webform-container-inline div,
.webform-client-form .webform-container-inline div.form-item {
  display: inline-block; }

/* == End Fix Webforms*/
.hidden_pages_link_wrapper {
  position: relative;
  float: right; }

.hidden_pages_link {
  font-family: 'PT Sans Narrow';
  font-weight: bold;
  text-transform: uppercase;
  color: #999999;
  font-size: 0.688em;
  letter-spacing: 2px;
  text-decoration: none;
  position: absolute;
  right: -524px;
  top: 62px; }

.webform-client-form .form-type-checkbox label {
  display: inline; }

.webform-client-form .description {
  font-size: 0.85em; }

.webform-container-inline label {
  margin-right: 0; }

form .error {
  border-color: #a94442 !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

select.error + div.chosen-container > a {
  border-color: #a94442 !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

section article.webform-page input[type="submit"] {
  display: inline-block;
  margin: 0 auto; }

#cboxContent {
  height: auto !important;
  margin-top: 50px; }

@media screen and (min-width: 1120px) {
  div#edit_sort_by_chosen {
    width: 266px !important; } }

.show-special-mode {
  display: none; }

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.element-invisible,
#main-content .element-invisible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.element-invisible.focusable:active,
.element-invisible.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1; }

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }
