@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

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

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

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

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

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

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

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

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

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

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

* {
  margin: 0;
  padding: 0; }

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

button:active, button:focus {
  outline: none !important; }

button::-moz-focus-inner {
  border: 0 !important; }

a:active, a:focus {
  outline: none; }

input, textarea {
  outline: none; }

input:active, textarea:active {
  outline: none; }

:focus {
  outline: none; }

body {
  font-family: Arial, Helvetica, sans-serif;
  min-width: 320px;
  margin: 0;
  margin-bottom: 0;
  padding: 0;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
  color: #414042; }

img {
  max-width: 100%; }

a {
  text-decoration: none;
  cursor: pointer;
  color: #414042; }

.ic__header {
  background-color: #c4c4c4; }

.ic__prev, .ic__next {
  background-color: transparent; }

.ic__header select {
  border: 1px solid #888888; }

.container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1290px; }
  @media (max-width: 1350px) {
    .container {
      padding-left: 20px;
      padding-right: 20px; } }
  @media (max-width: 1290px) {
    .container {
      padding-left: 40px;
      padding-right: 40px; } }
  @media (max-width: 768px) {
    .container {
      padding-left: 20px;
      padding-right: 20px; } }

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  align-items: center; }

.social__item {
  font-size: 0;
  line-height: 0;
  width: 24px;
  height: 24px;
  border-radius: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #4582b3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 20px;
  cursor: pointer; }
  .social__item:last-child {
    margin-right: 0; }

.main-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.main-header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #c4c4c4;
  position: relative; }

.main-header__top-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 67%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 8px 20px 8px 0; }
  @media (max-width: 1024px) {
    .main-header__top-left {
      width: auto;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; } }
  @media (max-width: 768px) {
    .main-header__top-left {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding-right: 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }

.main-header__top-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-left: 1px solid #c4c4c4; }
  @media (max-width: 1024px) {
    .main-header__top-right {
      border: none;
      width: auto; } }

.main-header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px; }
  @media (max-width: 1024px) {
    .main-header__content {
      padding-top: 15px;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

.main-header__content-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 2px solid #c4c4c4;
  width: 70%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative; }
  @media (max-width: 1024px) {
    .main-header__content-right {
      border-bottom: none;
      width: auto;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.main-header__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 768px) {
    .main-header__links {
      width: 100%;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

.main-header__main-link {
  width: 30%; }
  @media (max-width: 1024px) {
    .main-header__main-link {
      width: auto; } }

.main-header__mobile-menu-btn {
  display: none;
  position: relative;
  width: 32px;
  height: 28px;
  cursor: pointer; }
  .main-header__mobile-menu-btn::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    top: 0;
    left: 0;
    background-color: #c4c4c4;
    -webkit-box-shadow: 0 11px #c4c4c4;
            box-shadow: 0 11px #c4c4c4; }
  .main-header__mobile-menu-btn::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 3px;
    left: 0;
    background-color: #c4c4c4; }
  @media (max-width: 1024px) {
    .main-header__mobile-menu-btn {
      display: block; } }

.sitemap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  cursor: pointer; }
  @media (max-width: 1290px) {
    .sitemap {
      margin-right: 15px;
      padding-right: 15px;
      border-right: 1px solid #c4c4c4; } }
  @media (max-width: 768px) {
    .sitemap {
      margin-right: 0;
      padding-right: 0;
      border-right: none; } }

.sitemap__icon-block {
  width: 24px;
  height: 24px;
  border-radius: 22px;
  color: #ffffff;
  background-color: #c4c4c4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 12px; }
  @media (max-width: 768px) {
    .sitemap__icon-block {
      margin-left: 0;
      margin-right: 12px; } }

.sitemap-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 16px; }
  .sitemap-text:after {
    position: absolute;
    -webkit-transition: .3s;
    transition: .3s;
    content: '';
    width: 0;
    bottom: 0;
    height: 1px;
    background: #414042;
    right: 0;
    left: auto; }
  .sitemap-text:hover:after, .sitemap-textfocus:after {
    width: 100%;
    left: 0; }
  .sitemap-text:active {
    opacity: 0.8;
    color: #414042; }
    .sitemap-text:active:after {
      background: #414042; }
  @media (max-width: 1024px) {
    .sitemap-text {
      font-size: 14px; } }
  @media (max-width: 768px) {
    .sitemap-text {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; } }

.sitemap__icon {
  width: 70%; }

.government-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 14px;
  padding-bottom: 0;
  padding-right: 0;
  border-bottom: 1px solid #888888;
  margin-right: 14px; }

.government-link__title {
  font-size: 12px; }

.search {
  width: 100%;
  -ms-flex-item-align: end;
      align-self: flex-end;
  position: relative; }

.search__input {
  width: 100%;
  padding: 16px 40px 16px 20px;
  border: none;
  font-weight: bold;
  outline: none; }
  @media (max-width: 1024px) {
    .search__input {
      display: none; } }

.search__icon-block {
  width: 24px;
  height: 24px;
  border-radius: 22px;
  color: #ffffff;
  background-color: #c4c4c4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 12px; }
  @media (max-width: 1024px) {
    .search__icon-block {
      position: static;
      margin-left: auto;
      margin-bottom: 8px;
      -webkit-transform: translateY(0);
              transform: translateY(0);
      top: auto; } }

.search__icon {
  width: 60%;
  height: auto;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  cursor: pointer; }

.main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }
  @media (max-width: 1024px) {
    .main-nav {
      position: absolute;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      right: 0;
      top: -15px;
      z-index: 7;
      background-color: #ffffff;
      -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.15);
              box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.15);
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-top: 36pxpx;
      min-width: 320px;
      display: none; } }
  @media (max-width: 768px) {
    .main-nav {
      width: 100vw;
      right: -20px;
      top: -15px;
      z-index: 10;
      bottom: auto;
      padding-top: 36px; } }

.main-nav__init-popup {
  position: absolute;
  z-index: 1;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  top: 30px;
  min-width: 300px;
  display: none;
  padding-top: 30px; }
  @media (max-width: 1024px) {
    .main-nav__init-popup {
      position: static;
      left: auto;
      top: auto;
      right: auto;
      -webkit-transform: translateX(0);
              transform: translateX(0);
      padding-top: 20px; } }

.main-nav__item {
  height: 100%;
  padding: 9px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000000;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  -webkit-transition: .5s;
  transition: .5s;
  position: relative; }
  @media (max-width: 1350px) {
    .main-nav__item {
      font-size: 13px; } }
  @media (max-width: 1290px) {
    .main-nav__item {
      font-size: 11.5px;
      -webkit-transition: .5s;
      transition: .5s; } }
  @media (max-width: 1024px) {
    .main-nav__item {
      text-align: center;
      width: 100%;
      font-size: 16px;
      padding-top: 15px;
      padding-bottom: 15px; } }
  .main-nav__item::after {
    position: absolute;
    -webkit-transition: .5s;
    transition: .5s;
    content: '';
    width: 100%;
    bottom: -2px;
    height: 5px;
    background: #f0ce7d;
    right: 0;
    left: 0;
    display: none; }
  .main-nav__item:hover::after, .main-nav__itemfocus::after {
    display: block; }
  @media (max-width: 1024px) {
    .main-nav__item:hover::after, .main-nav__itemfocus::after {
      display: none; } }
  .main-nav__item--init:hover .main-nav__init-popup {
    display: block; }

.main-nav__contacts-link {
  color: #da251d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 0; }

.main-nav__mail {
  width: 24px;
  height: 24px;
  border-radius: 22px;
  color: #ffffff;
  background-color: #da251d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  margin-left: 15px; }
  @media (max-width: 1290px) {
    .main-nav__mail {
      display: none; } }

.main-nav__mail-icon {
  width: 55%; }

.main-nav__active {
  background-color: #f0ce7d; }

.main-nav__init-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #ffffff;
  position: relative;
  border: 1px solid #c4c4c4;
  width: 100%;
  padding: 25px; }
  .main-nav__init-list:before {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    border-top: 2px solid #c4c4c4;
    border-left: 2px solid #c4c4c4;
    position: absolute;
    top: -12px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotate(45deg); }
  .main-nav__init-list:after {
    content: "";
    display: block;
    position: absolute;
    /* Абсолютное позиционирование */
    top: -28px;
    left: 50%;
    border: 14px solid transparent;
    /* Прозрачные границы */
    border-top: 14px solid #da251d;
    /* Добавляем треугольник */
    -webkit-transform: translateX(-50%) rotate(180deg);
            transform: translateX(-50%) rotate(180deg); }
  @media (max-width: 1024px) {
    .main-nav__init-list {
      background-color: transparent;
      border: none;
      padding: 0; }
      .main-nav__init-list:before {
        display: none; }
      .main-nav__init-list:after {
        display: none; } }

.main-nav__init-link {
  text-transform: none;
  font-size: 15px;
  margin-bottom: 10px; }
  @media (max-width: 1024px) {
    .main-nav__init-link {
      margin-bottom: 20px; }
      .main-nav__init-link:last-of-type {
        margin-bottom: 0; } }

.main-nav__init-item {
  position: relative; }
  .main-nav__init-item:after {
    position: absolute;
    -webkit-transition: .3s;
    transition: .3s;
    content: '';
    width: 0;
    bottom: 0;
    height: 1px;
    background: #414042;
    right: 0;
    left: auto; }
  .main-nav__init-item:hover:after, .main-nav__init-itemfocus:after {
    width: 100%;
    left: 0; }
  .main-nav__init-item:active {
    opacity: 0.8;
    color: #f0ce7d; }
    .main-nav__init-item:active:after {
      background: #f0ce7d; }

@media (max-width: 1024px) {
  .main-nav__element {
    position: relative; }
    .main-nav__element:after {
      position: absolute;
      -webkit-transition: .2s;
      transition: .2s;
      content: '';
      width: 0;
      bottom: 0;
      height: 1px;
      background: #414042;
      right: 0;
      left: auto; }
    .main-nav__element--connection:after {
      background: #da251d; }
    .main-nav__element:hover:after, .main-nav__elementfocus:after {
      width: 100%;
      left: 0; } }

.page-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow:hidden;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (max-width: 1024px) {
    .page-main {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }

.sidebar {
  width: 30%;
  padding-right: 20px;
  margin-bottom: 100px; }
  @media (max-width: 1024px) {
    .sidebar {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding-right: 0;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  @media (max-width: 768px) {
    .sidebar {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 50px; } }

.person {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 25px; }
  @media (max-width: 1024px) {
    .person {
      width: 40%;
      margin-right: auto; } }
  @media (max-width: 768px) {
    .person {
      width: 60%; } }
  @media (max-width: 425px) {
    .person {
      width: 100%; } }

.message {
  margin-bottom: 25px;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  background-color: #da251d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#da251d), color-stop(70%, #990409));
  background-image: linear-gradient(to bottom, #da251d 0%, #990409 70%);
  -webkit-transition: .4s;
  transition: .4s; }
  @media (max-width: 1024px) {
    .message {
      top: 0;
      left: 0;
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3;
      margin-left: auto;
      margin-top: 10px;
      margin-right: 0;
      width: 40%; } }
  @media (max-width: 768px) {
    .message {
      width: 60%; } }
  @media (max-width: 425px) {
    .message {
      width: 100%; } }
  .message:hover, .message:focus {
    -webkit-box-shadow: 0 3px 10px 3px rgba(0, 0, 0, 0.25);
            box-shadow: 0 3px 10px 3px rgba(0, 0, 0, 0.25); }
  .message:active {
    -webkit-box-shadow: inset 0 3px 10px 3px rgba(0, 0, 0, 0.25);
            box-shadow: inset 0 3px 10px 3px rgba(0, 0, 0, 0.25); }

.message-link {
  padding: 25px;
  color: #ffffff;
  text-transform: uppercase; }
  @media (max-width: 1024px) {
    .message-link {
      padding: 14px 10px;
      font-size: 11px; } }

.question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 25px 14px 47px 14px;
  background-color: #f1e8db;
  margin-bottom: 25px; }
  @media (max-width: 1024px) {
    .question {
      margin-bottom: 0;
      padding-bottom: 20px;
      width: 100%; } }
  @media (max-width: 768px) {
    .question {
      width: 100%; } }

.question__title {
  color: #da251d;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 1px solid #da251d;
  font-size: 15px;
  text-transform: uppercase; }

.question__content {
  padding-top: 30px;
  margin-left: auto;
  margin-right: auto;
  width: 75%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 1290px) {
    .question__content {
      width: 90%; } }

.question__attention {
  font-size: 17px;
  font-style: italic;
  margin-bottom: 25px; }

.question__text {
  color: #000000;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 25px; }
  @media (max-width: 1290px) {
    .question__text {
      font-size: 14px; } }

.question__answers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px; }

.question__label {
  font-size: 14px;
  color: #000000;
  padding-bottom: 10px;
  padding-left: 25px;
  position: relative; }
  .question__label::before {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    border: 1px solid #76726b;
    border-radius: 10px;
    top: 0;
    left: 0;
    margin-top: 3px;
    cursor: pointer;
    outline: none; }

.question__control:checked + .question__label::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 10px;
  background-color: #76726b;
  position: absolute;
  top: 5px;
  left: 2px; }

.question__btn {
  padding: 10px;
  background-color: #da251d;
  color: #ffffff;
  border: none;
  font-size: 13px;
  margin-bottom: 20px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  cursor: pointer;
  -webkit-transition: .4s;
  transition: .4s; }
  @media (max-width: 1024px) {
    .question__btn {
      -ms-flex-item-align: end;
          align-self: flex-end; } }
  .question__btn--research {
    margin-bottom: 0;
    margin-top: 35px; }
    @media (max-width: 768px) {
      .question__btn--research {
        -ms-flex-item-align: start;
            align-self: flex-start; } }
  .question__btn:hover, .question__btn:focus {
    -webkit-box-shadow: 0 3px 10px 3px rgba(0, 0, 0, 0.25);
            box-shadow: 0 3px 10px 3px rgba(0, 0, 0, 0.25); }
  .question__btn:active {
    -webkit-box-shadow: inset 0 3px 10px 3px rgba(0, 0, 0, 0.25);
            box-shadow: inset 0 3px 10px 3px rgba(0, 0, 0, 0.25); }

.question__results {
  color: #14167e;
  -webkit-transition: .9s;
  transition: .9s; }

.question__results-link {
  position: relative; }
  .question__results-link:after {
    position: absolute;
    -webkit-transition: .3s;
    transition: .3s;
    content: '';
    width: 0;
    bottom: 0;
    height: 1px;
    background: #14167e;
    right: 0;
    left: auto; }
  .question__results-link:hover:after, .question__results-linkfocus:after {
    width: 100%;
    left: 0; }
  .question__results-link:active {
    color: rgba(20, 22, 126, 0.8); }
    .question__results-link:active:after {
      background: rgba(20, 22, 126, 0.8); }

.question__results-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 25px; }
  .question__results-block--research {
    padding-left: 0; }
  @media (max-width: 1024px) {
    .question__results-block {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
      .question__results-block--research {
        padding-top: 0;
        margin-top: 0; } }

.visually-hidden {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px; }

.main-content {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (max-width: 1024px) {
    .main-content {
      width: 100%; } }

.main-slider {
  width: 100%;
  position: relative;
  padding-bottom: 20px;
  padding-top: 35px;
  overflow: hidden; }

.main-slider__item-block {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  @media (max-width: 768px) {
    .main-slider__item-block {
      margin-bottom: 65px; } }

.main-slider__text {
  background-color: rgba(255, 255, 255, 0.76);
  width: 45%;
  color: #000000;
  font-size: 16px;
  padding: 22px 10px 27px 27px;
  position: absolute;
  bottom: 0;
  right: 0; }
  @media (max-width: 1350px) {
    .main-slider__text {
      padding: 15px;
      width: 60%; } }
  @media (max-width: 768px) {
    .main-slider__text {
      width: 100%;
      padding: 10px;
      font-size: 14px;
      height: 65px;
      bottom: -65px;
      overflow: hidden; }
      .main-slider__text p {
        max-height: 50px;
        overflow: hidden; } }

.main-slider__arrow {
  position: absolute;
  top: 40%;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0.76);
  z-index: 5;
  cursor: pointer; }
  .main-slider__arrow--prev {
    left: 0;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .main-slider__arrow--next {
    right: 0;
    -webkit-transform: translate(50%, -50%) rotate(180deg);
            transform: translate(50%, -50%) rotate(180deg); }
  @media (max-width: 768px) {
    .main-slider__arrow {
      background-color: transparent; } }

.main-slider__arrow-block {
  position: relative;
  width: 50%;
  padding-left: 50%;
  height: 100%; }
  .main-slider__arrow-block::before {
    position: absolute;
    content: "";
    top: 50%;
    width: 24px;
    height: 24px;
    border-top: 3px solid #000000;
    border-left: 3px solid #000000;
    -webkit-transform: translate(50%, -50%) rotate(-45deg);
            transform: translate(50%, -50%) rotate(-45deg); }
    @media (max-width: 768px) {
      .main-slider__arrow-block::before {
        border-top: 3px solid #f0ce7d;
        border-left: 3px solid #f0ce7d; } }

.slick-dots li button:before {
  border: 2px solid #76726b;
  width: 16px;
  height: 16px;
  content: "";
  opacity: 1;
  border-radius: 50%;
  padding: 0;
  margin-top: 3px; }

.slick-dots li.slick-active button:before {
  background-color: #76726b; }

.news {
  margin-bottom: 16px; }

.news__title {
  color: #da251d;
  border-bottom: 1px solid #da251d;
  margin-bottom: 15px;
  font-size: 15px;
  padding-bottom: 12px;
  text-transform: uppercase; }

.news__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 1350px) {
    .news__block {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media (max-width: 1024px) {
    .news__block {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  @media (max-width: 768px) {
    .news__block {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.news__main-news {
  width: 60%;
  padding-right: 16px; }
  @media (max-width: 1350px) {
    .news__main-news {
      width: 100%;
      padding-right: 0; } }
  @media (max-width: 1024px) {
    .news__main-news {
      width: 60%;
      padding-right: 16px; } }
  @media (max-width: 768px) {
    .news__main-news {
      width: 100%;
      padding-right: 0; } }

.news__main-news-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer; }
  @media (max-width: 1024px) {
    .news__main-news-title {
      font-size: 18px; } }

.news__main-news-date {
  color: #da251d;
  margin-bottom: 6px; }

.news__list {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-left: 1px solid #76726b; }
  @media (max-width: 1350px) {
    .news__list {
      width: 100%; } }
  @media (max-width: 1024px) {
    .news__list {
      width: 40%; } }
  @media (max-width: 768px) {
    .news__list {
      width: 100%; } }

.news__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #76726b;
  padding: 10px 0 10px 14px;
  height: 100px;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .news__list-item:last-child {
    border-bottom: none;
    margin-bottom: 10px; }

.news__list-item-content {
  width: 75%;
  padding-right: 16px;
  max-height: 67px;
  overflow: hidden;
  text-overflow: ellipsis; }

.news__list-item-date {
  color: #da251d;
  margin-bottom: 3px; }

.news__list-item-photo {
  width: 25%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%; }

.news__all-news {
  padding: 8px 0 8px 14px;
  color: #14167e;
  margin-top: auto; }

.news__all-news-link {
  position: relative; }
  .news__all-news-link:after {
    position: absolute;
    -webkit-transition: .3s;
    transition: .3s;
    content: '';
    width: 0;
    bottom: 0;
    height: 1px;
    background: #14167e;
    right: 0;
    left: auto; }
  .news__all-news-link:hover:after, .news__all-news-linkfocus:after {
    width: 100%;
    left: 0; }
  .news__all-news-link:active {
    color: rgba(20, 22, 126, 0.8); }
    .news__all-news-link:active:after {
      background: rgba(20, 22, 126, 0.8); }

.news__main-news-photo {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.news__article {
  padding-top: 40px; }
  .news__article:last-child {
    margin-bottom: 50px; }
  @media (max-width: 768px) {
    .news__article {
      padding-top: 20px; } }

.news__photo-block {
  width: 103%;
  margin-right: -3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 30px; }
  @media (max-width: 768px) {
    .news__photo-block {
      padding-top: 0; } }

.news__photo {
  width: 47%;
  margin-right: 3%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 3%; }
  @media (max-width: 425px) {
    .news__photo {
      width: 100%; } }

.news__video-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 1350px) {
    .news__video-block iframe {
      width: 600px;
      height: 353px;
      margin-left: auto;
      margin-right: auto; } }
  @media (max-width: 1350px) and (max-width: 1024px) {
    .news__video-block iframe {
      margin-left: 0; } }

.news__photo-item {
  width: 100%;
  height: 100%;
  display: block; }

.cite {
  margin-bottom: 50px;
  position: relative; }
  @media (max-width: 768px) {
    .cite {
      margin-bottom: 30px; } }

.cite__item {
  border: 12px solid #f1e8db;
  padding: 26px 65px 18px 65px;
  position: relative;
  outline: none;
  cursor: pointer; }
  @media (max-width: 768px) {
    .cite__item {
      padding-right: 20px;
      padding-left: 20px;
      padding-top: 20px; } }
  .cite__item--transparent {
    border: none;
    padding-top: 30px;
    padding-bottom: 0; }
    @media (max-width: 768px) {
      .cite__item--transparent {
        padding-top: 0; } }

.cite__main {
  font-size: 19px;
  font-style: italic;
  font-family: Georgia, 'Times New Roman', Times, serif; }
  @media (max-width: 768px) {
    .cite__main {
      font-size: 16px;
      line-height: 24px; } }

.cite__author-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 17px;
  font-family: Arial, Helvetica, sans-serif; }

.cite__author {
  font-size: 19px;
  font-weight: bold;
  color: #000000;
  font-style: normal;
  margin-bottom: 10px; }
  @media (max-width: 768px) {
    .cite__author {
      margin-bottom: 0; } }

.cite__author-position {
  font-size: 14px;
  font-weight: bold;
  font-style: normal; }
  .cite__author-position--transparent {
    color: #000000; }

.cite__quote {
  width: 40px;
  height: 32px;
  display: block;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 20px;
  left: 15px; }
  @media (max-width: 768px) {
    .cite__quote {
      display: none; } }

.cite__arrow {
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  border-top: 3px solid #bf985d;
  border-left: 3px solid #bf985d;
  -webkit-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
  top: 50%;
  left: 35px;
  z-index: 5;
  cursor: pointer; }
  .cite__arrow--next {
    left: auto;
    right: 35px;
    -webkit-transform: translateY(-50%) rotate(135deg);
    transform: translateY(-50%) rotate(135deg); }
  @media (max-width: 768px) {
    .cite__arrow {
      display: none; } }

@media (max-width: 1024px) {
  .initiatives {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%; } }

.initiatives__title {
  font-size: 15px;
  color: #da251d;
  padding-bottom: 8px;
  border-bottom: 1px solid #da251d;
  text-transform: uppercase; }
  .initiatives__title--sidebar {
    color: #da251d;
    font-size: 15px;
    border-bottom: 1px solid #da251d;
    padding-top: 30px; }

.initiatives__block {
  padding-top: 44px;
  width: 103%;
  margin-right: -3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .initiatives__block--sidebar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px; }

.initiatives__item {
  width: 22%;
  margin-right: 3%;
  padding: 120px 10px 10px 10px;
  background-color: grey;
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-position: top 30px center;
  background-repeat: no-repeat;
  background-size: auto 35%; }
  .initiatives__item--1 {
    background-color: #538a90; }
  .initiatives__item--2 {
    background-color: #cbb540; }
  .initiatives__item--3 {
    background-color: #6f9475; }
  .initiatives__item--4 {
    background-color: #95b75b; }
  .initiatives__item--5 {
    background-color: #63a2c3; }
  .initiatives__item--6 {
    background-color: #d07728; }
  .initiatives__item--7 {
    background-color: #6089b9; }
  .initiatives__item--8 {
    background-color: #886d9c; }
  @media (max-width: 1290px) {
    .initiatives__item {
      width: 47%; } }
  @media (max-width: 425px) {
    .initiatives__item {
      width: 100%; } }

.initiatives__item-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 24%;
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center; }
  .initiatives__item-side--1 {
    background-color: #538a90; }
  .initiatives__item-side--2 {
    background-color: #cbb540; }
  .initiatives__item-side--3 {
    background-color: #6f9475; }
  .initiatives__item-side--4 {
    background-color: #95b75b; }
  .initiatives__item-side--5 {
    background-color: #63a2c3; }
  .initiatives__item-side--6 {
    background-color: #d07728; }
  .initiatives__item-side--7 {
    background-color: #6089b9; }
  .initiatives__item-side--8 {
    background-color: #886d9c; }
  @media (max-width: 1024px) {
    .initiatives__item-side {
      background-size: 37%;
      width: 40%; } }

.initiatives__item-title {
  font-size: 17px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  width: 96%;
  margin-left: 5px; }
  .initiatives__item-title--side {
    padding: 18px 10px 18px 30px;
    text-align: left;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #414042;
    font-size: 15px;
    font-weight: bold; }
  .initiatives__item-title--transparent {
    border-bottom: 1px solid #888888; }

.initiatives__item-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  height: 52px; }
  .initiatives__item-block--1 {
    background-color: rgba(83, 138, 144, 0.3); }
    .initiatives__item-block--1:hover, .initiatives__item-block--1:focus {
      background-color: #538a90; }
  .initiatives__item-block--2 {
    background-color: rgba(203, 181, 64, 0.3); }
    .initiatives__item-block--2:hover, .initiatives__item-block--2:focus {
      background-color: #cbb540; }
  .initiatives__item-block--3 {
    background-color: rgba(111, 148, 117, 0.3); }
    .initiatives__item-block--3:hover, .initiatives__item-block--3:focus {
      background-color: #6f9475; }
  .initiatives__item-block--4 {
    background-color: rgba(149, 183, 91, 0.3); }
    .initiatives__item-block--4:hover, .initiatives__item-block--4:focus {
      background-color: #95b75b; }
  .initiatives__item-block--5 {
    background-color: rgba(99, 162, 195, 0.3); }
    .initiatives__item-block--5:hover, .initiatives__item-block--5:focus {
      background-color: #63a2c3; }
  .initiatives__item-block--6 {
    background-color: rgba(208, 119, 40, 0.3); }
    .initiatives__item-block--6:hover, .initiatives__item-block--6:focus {
      background-color: #d07728; }
  .initiatives__item-block--7 {
    background-color: rgba(96, 137, 185, 0.3); }
    .initiatives__item-block--7:hover, .initiatives__item-block--7:focus {
      background-color: #6089b9; }
  .initiatives__item-block--8 {
    background-color: rgba(135, 110, 156, 0.3); }
    .initiatives__item-block--8:hover, .initiatives__item-block--8:focus {
      background-color: #886d9c;
      color: #ffffff; }
  .initiatives__item-block:hover, .initiatives__item-blockfocus, .initiatives__item-block:active {
    color: #ffffff; }
    .initiatives__item-block:hover .initiatives__item-title--side, .initiatives__item-blockfocus .initiatives__item-title--side, .initiatives__item-block:active .initiatives__item-title--side {
      color: #ffffff; }
  @media (max-width: 1024px) {
    .initiatives__item-block {
      height: 90px; } }

.initiatives__more {
  font-size: 14px;
  color: #ffffff;
  text-align: right;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-top: auto;
  position: relative;
  display: block; }
  .initiatives__more:after {
    position: absolute;
    -webkit-transition: .3s;
    transition: .3s;
    content: '';
    width: 0;
    bottom: 0;
    height: 1px;
    background: #ffffff;
    right: 0;
    left: auto; }
  .initiatives__more:hover:after, .initiatives__morefocus:after {
    width: 100%;
    left: 0; }
  .initiatives__more:active {
    color: rgba(255, 255, 255, 0.76); }
    .initiatives__more:active:after {
      background: rgba(255, 255, 255, 0.76); }

.media {
  height: 320px;
  margin-bottom: 80px; }

.media__slider {
  width: calc(100% + 8px);
  margin-right: -8px;
  position: relative;
  overflow: hidden; }

.media__slider-item-block {
  height: 170px;
  padding-right: 8px; }
  @media (max-width: 768px) {
    .media__slider-item-block {
      height: 220px; } }

.media__slider-item {
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  cursor: pointer; }

.media__arrow {
  position: absolute;
  top: 50%;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0.76);
  z-index: 5;
  cursor: pointer; }
  .media__arrow--prev {
    left: 0;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .media__arrow--next {
    right: 0;
    -webkit-transform: translate(50%, -50%) rotate(180deg);
            transform: translate(50%, -50%) rotate(180deg); }
  @media (max-width: 768px) {
    .media__arrow {
      background-color: transparent; } }

.media__arrow-block {
  position: relative;
  width: 50%;
  padding-left: 50%;
  height: 100%; }
  .media__arrow-block::before {
    position: absolute;
    content: "";
    top: 50%;
    width: 24px;
    height: 24px;
    border-top: 3px solid #000000;
    border-left: 3px solid #000000;
    -webkit-transform: translate(50%, -50%) rotate(-45deg);
            transform: translate(50%, -50%) rotate(-45deg); }
    @media (max-width: 768px) {
      .media__arrow-block::before {
        border-top: 3px solid #f0ce7d;
        border-left: 3px solid #f0ce7d; } }

.media__link {
  float: right;
  text-align: right;
  margin-left: auto;
  margin-right: 20px;
  color: #14167e;
  font-size: 14px;
  padding-top: 20px;
  position: relative; }
  .media__link:after {
    position: absolute;
    -webkit-transition: .3s;
    transition: .3s;
    content: '';
    width: 0;
    bottom: 0;
    height: 1px;
    background: #14167e;
    right: 0;
    left: auto; }
  .media__link:hover:after, .media__linkfocus:after {
    width: 100%;
    left: 0; }
  .media__link:active {
    color: rgba(20, 22, 126, 0.8); }
    .media__link:active:after {
      background: rgba(20, 22, 126, 0.8); }
  @media (max-width: 425px) {
    .media__link {
      float: none; } }

.tab {
  cursor: pointer; }

.media__title {
  padding-bottom: 8px;
  text-transform: uppercase;
  color: #da251d;
  border-bottom: 1px solid #da251d;
  font-size: 15px;
  margin-bottom: 44px; }

.main-footer {
  background-color: #ededed; }

.main-footer__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 25px;
  padding-top: 25px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative; }
  @media (max-width: 1024px) {
    .main-footer__block {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      position: relative; } }
  @media (max-width: 768px) {
    .main-footer__block {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding-top: 0; } }

.main-footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (max-width: 1024px) {
    .main-footer__content {
      width: 100%; } }
  @media (max-width: 768px) {
    .main-footer__content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      padding-top: 0; } }

.main-footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 1290px) {
    .main-footer__links {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      position: absolute;
      right: 0;
      top: 20px; } }
  @media (max-width: 768px) {
    .main-footer__links {
      width: 100%;
      position: static; } }

.main-footer__nav {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (max-width: 1024px) {
    .main-footer__nav {
      width: 100%;
      margin-right: 0; } }
  @media (max-width: 768px) {
    .main-footer__nav {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      font-size: 16px;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      margin-bottom: 0; } }

.main-footer__nav-item {
  color: #000000;
  font-weight: bold;
  margin-right: 20px;
  font-size: 16px;
  position: relative; }
  @media (max-width: 1024px) {
    .main-footer__nav-item {
      margin-right: 0;
      font-size: 14px; } }
  @media (max-width: 768px) {
    .main-footer__nav-item {
      padding-top: 15px;
      padding-bottom: 15px;
      border-bottom: 1px solid #c4c4c4;
      width: 100%; }
      .main-footer__nav-item:last-of-type {
        border: none; } }
  .main-footer__nav-item:after {
    position: absolute;
    -webkit-transition: .3s;
    transition: .3s;
    content: '';
    width: 0;
    bottom: 0;
    height: 1px;
    background: #000000;
    right: 0;
    left: auto; }
  .main-footer__nav-item:hover:after, .main-footer__nav-itemfocus:after {
    width: 100%;
    left: 0; }
  .main-footer__nav-item:active {
    color: rgba(0, 0, 0, 0.8); }
    .main-footer__nav-item:active:after {
      background: rgba(0, 0, 0, 0.8); }

.logo-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }
  @media (max-width: 768px) {
    .logo-block {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }

.logo-block__footer-block {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 25px; }
  @media (max-width: 768px) {
    .logo-block__footer-block {
      margin-top: 15px; } }

.logo-block__text {
  padding-left: 20px;
  padding-right: 20px; }
  @media (max-width: 1350px) {
    .logo-block__text {
      padding-left: 10px;
      padding-right: 10px; } }
  .logo-block__text--footer {
    padding-left: 0; }

.logo-block__person-name {
  margin: 0;
  text-transform: uppercase;
  color: #000000;
  font-weight: bold;
  font-size: 25px; }
  @media (max-width: 1350px) {
    .logo-block__person-name {
      font-size: 20px; } }
  @media (max-width: 1290px) {
    .logo-block__person-name {
      font-size: 18px; } }
  .logo-block__person-name--footer {
    font-size: 14px;
    letter-spacing: 1pt; }
  @media (max-width: 768px) {
    .logo-block__person-name {
      font-size: 14px;
      letter-spacing: 1pt; } }

.logo-block__site-title {
  font-size: 22px;
  letter-spacing: 0.7pt; }
  @media (max-width: 1350px) {
    .logo-block__site-title {
      font-size: 17px; } }
  @media (max-width: 1290px) {
    .logo-block__site-title {
      letter-spacing: normal; } }
  .logo-block__site-title--footer {
    font-size: 14px;
    letter-spacing: 0.5pt; }
  @media (max-width: 768px) {
    .logo-block__site-title {
      font-size: 14px;
      letter-spacing: 0.5pt; } }

.logo-block__letter-space {
  letter-spacing: 1.2pt; }
  @media (max-width: 1290px) {
    .logo-block__letter-space {
      letter-spacing: 0.4pt; } }
  .logo-block__letter-space--footer {
    letter-spacing: 0.8pt; }
  @media (max-width: 768px) {
    .logo-block__letter-space {
      letter-spacing: 0.8pt; } }

@media (max-width: 1350px) {
  .logo-block__logo {
    width: 17%;
    height: auto; } }

.logo-block__logo--footer {
  max-height: 60px;
  width: auto; }

@media (max-width: 768px) {
  .logo-block__logo {
    height: 60px;
    width: auto; } }

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  color: #888888;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  position: relative;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%; }
  @media (max-width: 1024px) {
    .breadcrumbs {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3;
      height: 30px;
      margin-bottom: 10px;
      margin-top: 10px; } }

.breadcrumbs__item {
  color: #888888; }

.archive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-right: 1px solid #888888;
  margin-bottom: 22px; }
  @media (max-width: 1024px) {
    .archive {
      border: none;
      width: 100%; } }

.archive__title {
  padding: 8px;
  margin-right: 8px;
  color: #da251d;
  border-bottom: 1px solid #da251d;
  font-size: 15px;
  text-transform: uppercase; }

.archive__text {
  padding: 22px 8px;
  color: #888888;
  font-size: 13px; }

.archive__calendar {
  padding-left: 20px;
  padding-right: 20px; }
  @media (max-width: 1024px) {
    .archive__calendar {
      width: 60%;
      padding-left: 0; } }
  @media (max-width: 768px) {
    .archive__calendar {
      width: 100%;
      padding-right: 0; } }

.news-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 90px;
  position: relative; }
  @media (max-width: 1024px) {
    .news-block {
      padding-bottom: 0; } }

.news-block-list {
  margin-bottom: 50px; }
  @media (max-width: 1024px) {
    .news-block-list {
      margin-bottom: 0; } }

.news-block-list__title {
  font-size: 27px;
  font-weight: bold;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 25px; }

.news-block-list__item {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 245px;
  margin-bottom: 24px; }
  @media (max-width: 1024px) {
    .news-block-list__item {
      padding-bottom: 0; } }
  @media (max-width: 768px) {
    .news-block-list__item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      margin-bottom: 50px; } }
  .news-block-list__item--instructions {
    margin-bottom: 50px; }

.news-block-list__content {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media (max-width: 768px) {
    .news-block-list__content {
      width: 100%; } }

.news-block-list__photo {
  width: 40%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (max-width: 768px) {
    .news-block-list__photo {
      width: 60%;
      margin-bottom: 30px; } }
  @media (max-width: 425px) {
    .news-block-list__photo {
      width: 100%; } }

.news-block-list__main-news-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 16px;
  padding-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.news-block-list__main-news-date {
  color: #da251d;
  font-size: 18px;
  margin-bottom: 6px;
  font-weight: bold; }

.news-block-list__more {
  display: inline-block;
  color: #da251d;
  padding: 10px;
  border: 2px solid #da251d;
  margin-top: auto;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer; }
  .news-block-list__more:hover, .news-block-list__more:focus {
    background-color: #da251d;
    color: #ffffff; }
  .news-block-list__more:active {
    -webkit-box-shadow: inset 0 3px 10px 3px rgba(0, 0, 0, 0.25);
            box-shadow: inset 0 3px 10px 3px rgba(0, 0, 0, 0.25); }

.news-block__item {
  padding-bottom: 50px; }
  .news-block__item--padding-bottom {
    padding-bottom: 0; }

.news-block__title {
  text-transform: uppercase;
  font-size: 27px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 24px; }
  @media (max-width: 768px) {
    .news-block__title {
      margin-bottom: 20px;
      font-size: 20px; } }
  @media (max-width: 425px) {
    .news-block__title {
      font-size: 14px; } }

.news-block__paragraph {
  color: #000000;
  font-size: 16px;
  line-height: 22px;
  padding-bottom: 25px; }

.news-block__second-article-title {
  font-size: 24px;
  color: #000000;
  margin-bottom: 25px; }

.news-block__first-article--initiatives {
  margin-bottom: 25px; }

.news-block__sourse {
  color: #000000;
  font-size: 16px;
  padding-bottom: 25px; }

.news-block__sourse-link {
  color: #14167e; }

.news-block__person {
  font-size: 16px;
  color: #000000;
  text-transform: uppercase; }

.news-block-list__text {
  padding-bottom: 15px;
  padding-right: 15px; }

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #888888;
  -ms-flex-item-align: start;
      align-self: flex-start; }
  @media (max-width: 1024px) {
    .pagination {
      margin-bottom: 30px; } }

.pagination__item {
  list-style: none;
  border-right: 1px solid #888888; }
  .pagination__item:last-child {
    border-right: none; }

.pagination__item-link {
  display: block;
  padding: 10px 12px;
  color: #888888; }
  .pagination__item-link:hover, .pagination__item-link:focus {
    background-color: rgba(218, 37, 29, 0.2); }

.pagination__active {
  background-color: #da251d;
  color: #ffffff; }
  .pagination__active:hover, .pagination__active:focus {
    background-color: #da251d; }

.news-slider {
  background-color: rgba(196, 196, 196, 0.3);
  margin-bottom: 30px;
  width: 100%;
  padding-top: 8px;
  position: relative;
  overflow: hidden; }
  @media (max-width: 1900px) {
    .news-slider {
      width: 100%;
      margin-right: 0; } }

.news-slider__item-photo {
  height: auto;
  max-height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: auto;
  margin-right: auto; }

.news-slider__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  outline: none;
  cursor: pointer; }

.news-slider__item-title {
  display: none; }

.slick-active .news-slider__item-title {
  display: block !important; }

.news-slider__item-title {
  padding-top: 55px;
  text-align: center;
  font-size: 14px; }
  @media (max-width: 1900px) {
    .news-slider__item-title {
      padding-left: 20px;
      padding-right: 20px; } }

.news-slider .slick-dots {
  bottom: 40px;
  left: 0;
  text-align: center; }
  @media (max-width: 425px) {
    .news-slider .slick-dots {
      bottom: 80px; } }

.news-slider .slick-dots li button:before {
  background-color: #c4c4c4;
  border: none;
  width: 12px;
  height: 12px;
  content: "";
  opacity: 1;
  border-radius: 50%;
  padding: 0;
  margin-top: 3px; }

.slick-dots li.slick-active button:before {
  background-color: #202020; }

.news-slider__arrow {
  position: absolute;
  top: 40%;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0.76);
  z-index: 5;
  cursor: pointer; }
  .news-slider__arrow--prev {
    left: 0;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .news-slider__arrow--next {
    right: 0;
    -webkit-transform: translate(50%, -50%) rotate(180deg);
            transform: translate(50%, -50%) rotate(180deg); }
  @media (max-width: 768px) {
    .news-slider__arrow {
      background-color: transparent; } }

.news-slider__arrow-block {
  position: relative;
  width: 50%;
  padding-left: 50%;
  height: 100%; }
  .news-slider__arrow-block::before {
    position: absolute;
    content: "";
    top: 50%;
    width: 24px;
    height: 24px;
    border-top: 3px solid #000000;
    border-left: 3px solid #000000;
    -webkit-transform: translate(50%, -50%) rotate(-45deg);
            transform: translate(50%, -50%) rotate(-45deg); }
    @media (max-width: 768px) {
      .news-slider__arrow-block::before {
        border-top: 3px solid #f0ce7d;
        border-left: 3px solid #f0ce7d; } }

.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px; }

.tabs__tab {
  color: #888888;
  display: block;
  padding: 14px 21px;
  border-radius: 2px 2px 0 0;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  text-align: center;
  width: 50%;
  outline: none; }
  .tabs__tab--left {
    border-top: 1px solid #888888;
    border-left: 1px solid #888888; }
  .tabs__tab--right {
    border-top: 1px solid #888888;
    border-right: 1px solid #888888; }

.tabs__active {
  background-color: #f0ce7d;
  border: none;
  color: #000000; }

@media (max-width: 425px) {
  .tab__content {
    margin-bottom: 20px; } }

.instruction-side {
  margin-bottom: 25px; }
  @media (max-width: 1024px) {
    .instruction-side {
      -webkit-box-ordinal-group: 5;
          -ms-flex-order: 4;
              order: 4;
      width: 100%; } }

.instruction-side__title {
  font-size: 15px;
  color: #da251d;
  padding-bottom: 8px;
  border-bottom: 1px solid #da251d;
  text-transform: uppercase; }

.instruction-side__content {
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.instruction-side__item {
  height: 96px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #888888;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .instruction-side__item:last-child {
    border-bottom: none; }

.instruction-side__photo {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 35%; }
  @media (max-width: 1024px) {
    .instruction-side__photo {
      width: 20%; } }
  @media (max-width: 768px) {
    .instruction-side__photo {
      width: 30%; } }

.instruction-side__text {
  width: 65%;
  padding-left: 10px;
  max-height: 80px;
  overflow: hidden; }

.instruction-side__link {
  color: #14167e;
  margin-top: 20px;
  display: block;
  text-align: right; }

.instruction-side__link-item {
  position: relative; }
  .instruction-side__link-item:after {
    position: absolute;
    -webkit-transition: .3s;
    transition: .3s;
    content: '';
    width: 0;
    bottom: 0;
    height: 1px;
    background: #14167e;
    right: 0;
    left: auto; }
  .instruction-side__link-item:hover:after, .instruction-side__link-itemfocus:after {
    width: 100%;
    left: 0; }
  .instruction-side__link-item:active {
    opacity: 0.8;
    color: #14167e; }
    .instruction-side__link-item:active:after {
      background: #14167e; }

.person-photo {
  border: 16px solid #ededed;
  margin-bottom: 25px; }
  @media (max-width: 1024px) {
    .person-photo {
      width: 60%;
      margin-left: auto;
      margin-right: auto; } }
  @media (max-width: 425px) {
    .person-photo {
      width: 100%; } }

.person-photo .person {
  margin: 0; }

.award-list__sector-title {
  font-size: 24px;
  color: #000000;
  font-weight: bold;
  margin-bottom: 30px; }

.award-list__item {
  font-size: 16px;
  color: #000000;
  line-height: 22px;
  margin-left: 20px; }

.margin0 {
  margin: 0; }

.fact {
  margin-bottom: 20px;
  margin-top: 40px;
  position: relative;
  border: 12px solid #f1e8db;
  padding: 34px 65px 34px 110px;
  outline: none;
  cursor: pointer; }
  @media (max-width: 1024px) {
    .fact {
      padding-right: 40px; } }
  @media (max-width: 768px) {
    .fact {
      padding-left: 60px;
      padding-right: 20px; } }

.fact__content {
  font-size: 21px;
  color: #000000; }
  @media (max-width: 768px) {
    .fact__content {
      font-size: 16px; } }

.fact__icon-block {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  position: absolute;
  background-color: #27456a;
  left: 46px;
  top: 35px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .fact__icon-block:hover, .fact__icon-blockfocus {
    opacity: 0.8; }
  @media (max-width: 768px) {
    .fact__icon-block {
      left: 16px; } }

.fact__icon {
  width: 60%; }

.page-media {
  margin-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (max-width: 1024px) {
    .page-media {
      margin-bottom: 20px; } }

.page-media__tabs .tabs__tab {
  border-bottom: 1px solid #888888; }

.page-media__tabs .tabs__active {
  background-color: transparent;
  border-bottom: 5px solid #f0ce7d; }

.page-media__title {
  text-transform: uppercase;
  font-size: 27px;
  font-weight: 700;
  color: #000;
  margin-bottom: 25px;
  margin-top: 0; }

.video {
  width: 100%; }

.question-research {
  padding: 20px; }
  @media (max-width: 1024px) {
    .question-research {
      width: 100%; } }

.question-research__content {
  margin: 0;
  padding: 0; }

.results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.results__item {
  padding-top: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #888888; }
  .results__item:last-of-type {
    border: none; }

.results__title {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 20px; }

.results__date {
  font-size: 15px;
  font-style: italic; }

.results__status {
  color: #da251d;
  padding-left: 5px; }

.results__title {
  margin-bottom: 30px; }

.results__parameter {
  margin-bottom: 30px; }

.results__stat-block {
  width: 100%; }

.results__stat-question {
  font-size: 16px;
  color: #000000;
  min-width: 42%;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 8px; }
  @media (max-width: 1024px) {
    .results__stat-question {
      font-size: 14px; } }

.results__stat-percent {
  font-size: 16px;
  color: #000000;
  width: 22%;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: right; }
  .results__stat-percent--result {
    font-size: 18px;
    font-weight: bold; }
  @media (max-width: 1024px) {
    .results__stat-percent {
      font-size: 14px; } }
  @media (max-width: 425px) {
    .results__stat-percent {
      width: 30%; } }

.results__stat-progress {
  width: 36%;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 8px; }
  @media (max-width: 1024px) {
    .results__stat-progress {
      width: 40%; } }
  @media (max-width: 425px) {
    .results__stat-progress {
      width: 0; } }

.results__stat-progressbar {
  display: block;
  background-color: #f0ce7d;
  height: 22px; }

.results__stat-result {
  width: 100%;
  padding-left: 58%; }

.results__more {
  background-color: transparent;
  border: 2px solid #da251d;
  padding: 10px;
  color: #da251d;
  cursor: pointer; }
  .results__more:hover, .results__more:focus {
    background-color: #da251d;
    color: #ffffff; }
  .results__more:active {
    -webkit-box-shadow: inset 0 3px 10px 3px rgba(0, 0, 0, 0.25);
            box-shadow: inset 0 3px 10px 3px rgba(0, 0, 0, 0.25); }

.treatment {
  width: 100%;
  margin-bottom: 20px;
  background-color: #ededed;
  margin-top: 56px; }
  @media (max-width: 1024px) {
    .treatment {
      margin-top: 20px; } }

.treatment__photo {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover; }

.treatment__text {
  padding: 30px 35px 55px 35px;
  font-size: 17px;
  line-height: 25px;
  color: #000000; }
  @media (max-width: 1290px) {
    .treatment__text {
      padding-left: 20px;
      padding-right: 20px; } }

.treatment__cite {
  padding-bottom: 45px;
  text-align: center;
  font-size: 17px;
  color: #000000; }

.treatment__cite-author {
  font-size: 19px;
  font-weight: bold;
  color: #000000;
  text-align: left;
  margin-bottom: 10px; }

.treatment__cite-author-position {
  text-align: left; }

.connect {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #ededed;
  padding: 35px 26px 20px 26px;
  margin-bottom: 35px; }
  @media (max-width: 768px) {
    .connect {
      padding-left: 10px;
      padding-right: 10px; } }

.connect__how {
  font-size: 21px;
  color: #000000;
  margin-bottom: 20px; }

.connect__item-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 102%;
  margin-right: -2%; }

.connect__item {
  width: 31.3%;
  margin-right: 2%;
  margin-bottom: 2%; }
  @media (max-width: 768px) {
    .connect__item {
      width: 48%; } }
  @media (max-width: 425px) {
    .connect__item {
      width: 100%; } }

.connect__step {
  text-transform: uppercase;
  font-size: 27px;
  font-weight: bold;
  color: #046b95;
  margin-bottom: 15px; }

.connect__logo-block {
  background-image: -webkit-gradient(linear, left top, right top, from(#69a8c2), color-stop(70%, #2f7399));
  background-image: linear-gradient(to right, #69a8c2 0%, #2f7399 70%); }
  @media (max-width: 768px) {
    .connect__logo-block {
      width: 100%; } }
  @media (max-width: 425px) {
    .connect__logo-block {
      margin-left: auto;
      margin-right: auto; } }
  .connect__logo-block--final {
    background-image: -webkit-gradient(linear, left top, right top, from(#aacc69), color-stop(70%, #77a831));
    background-image: linear-gradient(to right, #aacc69 0%, #77a831 70%); }

.connect__icon {
  width: 100%;
  height: 100%;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 50%; }

.connect__text {
  padding: 10px 4px; }

.connect__content {
  color: #000000; }
  .connect__content--important {
    font-size: 17px;
    font-weight: bold; }

.connect__message {
  width: 45%;
  -ms-flex-item-align: center;
      align-self: center;
  margin-bottom: 0;
  margin-top: 18px; }
  @media (max-width: 1290px) {
    .connect__message {
      margin-top: 0;
      width: 60%; } }
  @media (max-width: 1024px) {
    .connect__message {
      margin-left: 0; } }
  @media (max-width: 425px) {
    .connect__message {
      width: 100%; } }

.popular-questions__title {
  font-size: 24px;
  font-weight: bold;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 30px; }

.popular-questions__item {
  position: relative;
  padding-left: 70px;
  padding-bottom: 20px; }
  @media (max-width: 768px) {
    .popular-questions__item {
      padding-left: 0; } }

.popular-questions__question {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 10px; }

.popular-questions__logo {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background-color: #69a8c2;
  top: -5px;
  left: 25px;
  color: #ffffff; }
  @media (max-width: 768px) {
    .popular-questions__logo {
      display: none; } }

.popular-questions__icon {
  height: 60%;
  width: auto; }

.menu-close {
  position: relative;
  width: 32px;
  height: 28px; }
  .menu-close::before {
    width: 90%;
    top: 44%;
    border-radius: 10px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-box-shadow: none;
            box-shadow: none; }
  .menu-close::after {
    width: 90%;
    top: 44%;
    border-radius: 10px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  @media (max-width: 1024px) {
    .menu-close {
      position: absolute;
      right: -2px;
      top: -9px;
      z-index: 8; } }
  @media (max-width: 768px) {
    .menu-close {
      position: absolute;
      top: -11px;
      right: -7px;
      z-index: 11; } }

.display-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.overlay {
  background-color: rgba(0, 0, 0, 0.9);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 12;
  display: none; }

.modal {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: fixed;
  z-index: 14; }

.modal-search {
  width: 70%;
  z-index: 14;
  display: none; }
  .modal-search::after {
    background-image: url("/static/img/search.svg");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    position: absolute;
    -webkit-transform: rotate(-95deg);
            transform: rotate(-95deg);
    right: 0;
    bottom: 12px;
    width: 25px;
    height: 25px; }

.modal-search__input {
  width: 100%;
  padding: 20px;
  color: #ffffff;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ffffff;
  font-size: 24px;
  outline: none; }

.close {
  display: none;
  position: fixed;
  width: 32px;
  height: 28px;
  top: 20px;
  right: 20px;
  z-index: 12;
  cursor: pointer; }
  .close::before {
    content: "";
    position: absolute;
    height: 3px;
    left: 0;
    background-color: #c4c4c4;
    width: 90%;
    top: 44%;
    border-radius: 10px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-box-shadow: none;
            box-shadow: none; }
  .close::after {
    content: "";
    position: absolute;
    height: 3px;
    bottom: 3px;
    left: 0;
    background-color: #c4c4c4;
    width: 90%;
    top: 44%;
    border-radius: 10px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }

.side-question {
  width: 100%; }

.message-wrapper {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

@media (max-width: 1024px) {
  .message-wrapper .message {
    width: 40%;
    margin-right: auto;
    margin-left: 0; } }

@media (max-width: 768px) {
  .message-wrapper .message {
    width: 60%; } }

@media (max-width: 425px) {
  .message-wrapper .message {
    width: 100%; } }

@media (max-width: 1024px) {
  .question-instruction {
    width: 100%;
    margin-bottom: 20px; } }

.person-main {
  margin-top: 35px; }
  @media (max-width: 1024px) {
    .person-main {
      display: none; } }

.sitemap-page {
  margin-bottom: 50px;
  padding-left: 30%; }

.sitemap-page__title {
  margin: 0;
  margin-bottom: 25px; }

.sitemap-page__item {
  margin-left: 20px;
  margin-bottom: 10px; }
  .sitemap-page__item:hover, .sitemap-page__item:focus {
    color: #f0ce7d; }

.sitemap-page__sub-list {
  padding-top: 10px; }

.sitemap-page__sub-item {
  margin-left: 20px;
  margin-bottom: 10px; }
  .sitemap-page__sub-item:hover, .sitemap-page__sub-item:focus {
    color: #f0ce7d; }

.sitemap-page__link:hover, .sitemap-page__link:focus {
  color: #f0ce7d; }

.media-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: none;
  z-index: 15;
  max-width: 1340px;
  width: 80%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 50px; }
  @media (max-width: 425px) {
    .media-modal {
      top: 30%; } }

.media-modal__photos {
  margin-right: -2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (max-width: 768px) {
    .media-modal__photos {
      overflow: scroll; } }

.media-modal__photo {
  width: 23%;
  margin-right: 2%;
  margin-bottom: 20px; }
  @media (max-width: 1024px) {
    .media-modal__photo {
      width: 31%;
      margin-bottom: 10px; } }
  @media (max-width: 768px) {
    .media-modal__photo {
      width: 48%; } }
  @media (max-width: 425px) {
    .media-modal__photo {
      width: 102%; } }

.media-modal__photo-item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: 15; }

@media (max-width: 1024px) {
  .initiatives-side {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; } }

.init-block {
  cursor: pointer; }
  @media (max-width: 1024px) {
    .init-block {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

@media (max-width: 1024px) {
  .side-photo {
    display: none; } }

.biography-photo {
  display: none; }
  @media (max-width: 1024px) {
    .biography-photo {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }


.news-block__first-article p,
.news-block__second-article p {
  color: black;
  font-size: 16px;
  line-height: 22px;
  padding-bottom: 25px;
}

.news-block__first-article h3,
.news-block__second-article h3 {
  font-size: 24px;
  color: black;
  font-weight: bold;
  margin-bottom: 30px;
}


.news-block__first-article li,
.news-block__second-article li  {
  font-size: 16px;
  color: black;
  line-height: 22px;
  margin-left: 20px;
}

.news-slider__item-title { height: 85px; }

@media (max-width: 425px) {
  .slick-dotted.slick-slider {
  margin-bottom: 15px;
  }

  .news-slider__item-title {
  padding-top: 35px;
  }

  .news-slider .slick-dots {
  bottom: 54px;
  }
}

.question .results__stat-question{
  width: 70%;
  font-size: 14px;
}

.question .results__stat-percent{
  width: 30%;
  font-size: 14px;
  vertical-align: top;
}

@media (max-width: 425px) {
    .breadcrumbs {
        display: none;
    }

    .main-content {
        padding-top: 30px;
    }
}

.pagination {
  margin-bottom: 50px;
}

.page-main {
  min-height: 65vh;
}

.news-block__second-article a,
.news-block__first-article a {
    color: blue;
}

.news-block__second-article a:hover,
.news-block__first-article a:hover {
    text-decoration: underline;
}

.news-block__second-article a:visited,
.news-block__first-article a:visited {
    color: purple;
}

.social__item svg {
  width: 100%;
  height: 100%;
}

.question__title,
.news__title,
.initiatives__title,
.media__title,
.instruction-side__title,
.archive__title {
text-transform: lowercase;
border-bottom: 2px solid #da251d;
}

  .slick-dots li.slick-active button:before {
    background-color: #c0c1c1;
  }

.slick-dots li button:before {
    border: 2px solid #c0c1c1;
}

.news__list-item {
  border-bottom: 1px solid #c0c1c1;
}

.news__list {
    border-left: 1px solid #c0c1c1;
}

.tabs__tab--right {
    border-top: 1px solid #c0c1c1;
    border-right: 1px solid #c0c1c1;
}
.tabs__tab--left {
    border-top: 1px solid #c0c1c1;
    border-left: 1px solid #c0c1c1;
}

.message {
    background-image: linear-gradient(to bottom,#459447 0%,#29712a 70%);
}

.main-footer {
background-color: transparent;
}

.main-footer__block {
background-color: #305f94;
  padding: 25px 44px;
    color: #fff;
}

.government-link__title {
color: #fff;
}

.government-link {
border: none;
}

.main-footer .social__item {
color: #fff;
}

.government-link {
padding-top: 5px;
}

.main-footer__content {
flex-direction: row;
}

.main-footer__links {
align-items: flex-start;
flex-direction: row;
}

.main-footer__block {
    flex-direction: column;
}

.logo-block__site-title--footer {
    font-size: 18px;
    letter-spacing: normal;
    font-weight: normal;
}

.government-link__title {
font-size: 15px;
}

.logo-block__footer-block {
    margin-bottom: 0;
}

.main-footer__content {
    margin-bottom: 40px;
}

.main-footer__nav {
margin-bottom: 10px;
 padding-left: 70px;
 margin-right: 0;
}

.main-footer__nav-item {
padding-bottom: 5px;
padding-top: 5px;
width: 25%;
margin-right: 0;
font-weight: normal;
font-size: 18px;
color: #fff;
padding-left: 70px;
display: flex;
align-items: center;
justify-content: space-between;
}

.main-nav__mail--footer {
    background-color: #fff;
    color: #305f94;
}

.main-nav__mail-icon {
width: 65%;
}

.main-footer__nav-item:after {
display: none;
}

.main-footer__nav-item span {

position: relative;
}


.main-footer__nav-item span:after {

position: absolute;

-webkit-transition: .3s;

transition: .3s;

content: '';

width: 0;

bottom: 0;

height: 1px;

background: #fff;

right: 0;

left: auto;
}

.main-footer__nav-item span:hover:after, .main-footer__nav-item spanfocus:after {

width: 100%;

left: 0;
}

.main-footer .social__item:hover {
opacity: 0.6;
}

.main-nav__mail--footer:hover,
.main-nav__mail--footer:focus {
opacity: 0.6;
}
.main-footer__nav-item:active {
color: #fff;
}


.initiatives__item-title {
    text-transform: uppercase;
    font-weight: normal;
    margin-top: 45%;
    text-align: left;
    font-size: 22px;
}
.initiatives {
 margin-bottom: 30px;
}

.initiatives__strategy {
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
}

.initiatives__item-strategy {
  padding: 120px 10px 10px 10px;
  background-color:rgba(2, 85, 22, 0.8);
  display: flex;
  flex-direction: column;
  background-repeat: no-repeat;
  text-align: left;
  font-size: 22px;
  margin-left: 30px;
  background-position: top 50% left 10px;
  background-size: 30%;
  width: 30%;
}

.initiatives__title {
margin-top: 30px;
}

.initiatives__item-title--side {
     font-size: 15px;
    margin-top: 0;
    text-transform: none;
}

.cite {
    margin-bottom: 10px;
}

.news-slider .slick-dots {
  bottom: -30px;
}

.news-slider  .slick-dotted.slick-slider {
  margin-bottom: 40px;
}

.news-slider .slick-dots li button:before {
  background-color: transparent;
  border: 2px solid #c4c4c4;
}

.slick-dots li.slick-active button:before {
  border: 0;
}

.news-slider__arrow-block::before {
    transform: translate(80%,-50%) rotate(-45deg);
}

.news-slider .slick-dots li.slick-active button:before {
  background-color: #c4c4c4;
}

.tabs__active {
    border: none;
}

.news-slider {
    background-color: transparent;
}

.news-slider__item-photo {
    padding-right: 10px;
    padding-left: 10px;
}

.initiatives__title {
    margin-bottom: 30px;
}

@media (max-width: 1290px) {
.main-footer__links {
position: relative;
}
}

@media (max-width: 1290px) {
.main-footer__nav-item {
padding-left: 0;
}

.main-footer__nav {
padding-left: 0;
}

.main-footer__content {
    flex-direction: column;
    align-items: flex-start;
}

.logo-block__footer-block {
margin-bottom: 20px;
}

}

@media (max-width: 768px) {
.main-footer__content {
    flex-direction: column;
    align-items: flex-start;
}

.main-footer__links {
flex-direction: row;
}
}



.initiatives__more {
margin-top: 0;
}
.initiatives__item-title {
margin-top: auto;
}
.initiatives__item-strategy {
    padding: 10px;
}
.tabs.page-media__tabs {
    display: none;
}