@charset "UTF-8";
/* Roboto */
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto/Roboto-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Light.woff2") format("woff2"), url("../fonts/Roboto/Roboto-Light.woff") format("woff"), url("../fonts/Roboto/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* Roboto Condensed */
@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/RobotoCondensed/RobotoCondensed-Bold.woff2") format("woff2"), url("../fonts/RobotoCondensed/RobotoCondensed-Bold.woff") format("woff"), url("../fonts/RobotoCondensed/RobotoCondensed-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/RobotoCondensed/RobotoCondensed-Light.woff2") format("woff2"), url("../fonts/RobotoCondensed/RobotoCondensed-Light.woff") format("woff"), url("../fonts/RobotoCondensed/RobotoCondensed-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/RobotoCondensed/RobotoCondensed-Regular.woff2") format("woff2"), url("../fonts/RobotoCondensed/RobotoCondensed-Regular.woff") format("woff"), url("../fonts/RobotoCondensed/RobotoCondensed-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html, body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

body {
  font-family: "Roboto Condensed", sans-serif;
  color: #1C1C1C;
  min-width: 320px;
}

a {
  text-decoration: none;
  transition: 0.5s;
  cursor: pointer;
}

ul {
  list-style-type: none;
  padding: 0;
}

div {
  box-sizing: border-box;
}

main {
  min-height: 56vh;
}

.holder-box {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 15px;
}

.header {
  font-family: "Roboto", serif;
  color: #fff;
}

.title {
  font-family: "Roboto Condensed", serif;
  font-weight: bold;
  text-align: center;
  font-size: 32px;
  color: #282F39;
  margin: 40px auto;
}
@media screen and (max-width: 768px) {
  .title {
    font-size: 26px;
  }
}

.news-cards-nav, .logo-cover {
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-images-cover, .right-side, .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

table .navigation {
  margin-top: 50px !important;
}
table .navigation a {
  border: 1px solid #0d72b7;
  padding: 10px 20px;
  color: #0d72b7;
  transition: 0.3s;
}
table .navigation a:hover {
  background: #0d72b7;
  color: #fff;
}
table .navigation span {
  margin-left: 15px;
  margin-right: 15px;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
 * * ========================================================================== */
/**
 * * 1. Correct the line height in all browsers.
 * * 2. Prevent adjustments of font size after orientation changes in iOS. */
html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * * Add the correct display in IE 10. */
body.visually-impared-version a.mainlevel_active-trans, body.visually-impared-version a.mainlevel_active-trans:visited {
  color: #000000;
}

body.visually-impared-version .logo-caption1 {
  margin-top: 1%;
}

.visually-impared {
  height: 20px;
  line-height: 20px;
  padding-left: 35px;
}

a#visually-impared-version {
  background: url("../img/visually-impared.png") no-repeat scroll left 1px transparent;
  padding-left: 35px;
  height: 20px;
  display: inline-block;
}

body.visually-impared-version .visually-impared {
  background: none;
}

body.visually-impared-version a#visually-impared-version {
  background: url("../img/visually-impared-bw.png") no-repeat scroll left 1px transparent;
}

.custom-box {
  padding: 8px 0;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.custom-box a {
  color: #fff;
}

.lang a:first-child::after {
  content: "/";
  margin-right: 7px;
  padding-left: 4px;
}
.lang a:hover {
  font-weight: bold;
}

.visually-impared a {
  font-size: 14px;
}

/*ВЕРСИЯ ДЛЯ СЛАБОВИДЯЩИХ*/
.cover-block {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.visibility-tool {
  background-color: #ffffff;
  border-bottom: 1px solid rgba(0, 57, 101, 0.4431372549);
  display: block;
  margin-bottom: 5px;
  overflow: hidden;
  padding-bottom: 6px;
}

.visibility-tool.standart-version {
  display: none;
}

.visibility-tool .moduletable {
  max-width: 1200px;
  margin: 0 auto;
}

.vb-tool-wrapper {
  max-width: 500px;
  display: flex;
  align-items: center;
}

.visibility-tool .caption {
  color: #555555;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 5px;
  text-align: center;
}

ul.font-sizer-tool li, ul.letter-spacing li, ul.bwimages li, ul.standartversion li {
  float: left;
  width: 25%;
  margin: auto 6px;
  text-align: center;
}

ul.standartversion li {
  float: right;
  margin-right: 0;
  padding: 0 24px;
  width: auto;
}

ul.font-sizer-tool li a, ul.letter-spacing li a, ul.bwimages li a, ul.standartversion li a {
  display: block;
  color: #000000;
  border-radius: 5px;
  border: 1px solid #cccccc;
  background-color: #FFFFFF;
}
ul.font-sizer-tool li a:hover, ul.letter-spacing li a:hover, ul.bwimages li a:hover, ul.standartversion li a:hover {
  background-color: #1752AA;
  color: #fff;
}

ul.standartversion li a {
  margin-top: 16px;
}

#letter-spacing1, #letter-spacing2, #letter-spacing3,
#black-white, #color-images, #without-images,
#standart-version {
  font-size: 12px;
  line-height: 22px;
  padding: 1px 10px;
  min-width: 40px;
  height: 24px !important;
}

#fontsizetool1,
#fontsizetool2,
#fontsizetool3 {
  padding: 1px 10px;
  min-width: 47px;
  height: 24px !important;
}

#letter-spacing1 {
  letter-spacing: 0;
}

#letter-spacing2 {
  letter-spacing: 1px;
}

#letter-spacing3 {
  letter-spacing: 2px;
}

#fontsizetool1 {
  font-size: 11px;
  line-height: 23px;
}

#fontsizetool2 {
  font-size: 15px;
  line-height: 21px;
}

#fontsizetool3 {
  font-size: 16px;
}

#black-white, #color-images, #without-images {
  display: block;
}

.visibility-tool.standart-version {
  display: none;
}

body.visually-impared-version.grayscale img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}

body.visually-impared-version.grayscale button {
  color: #000 !important;
  border: 1px solid #000 !important;
  background: #fff !important;
}
body.visually-impared-version.grayscale button:hover {
  color: #fff !important;
  background: #000 !important;
}

body.visually-impared-version.grayscale a.news-more {
  color: #000 !important;
  border: 1px solid #000 !important;
  background: #fff !important;
}
body.visually-impared-version.grayscale a.news-more:hover {
  color: #fff !important;
  background: #000 !important;
}

body.visually-impared-version.grayscale .banner-box-inner a {
  color: #000 !important;
  border: 1px solid #000 !important;
  background: #fff !important;
}
body.visually-impared-version.grayscale .banner-box-inner a:hover {
  color: #fff !important;
  background: #000 !important;
}

body.without-images img {
  visibility: hidden;
}

body.without-images .new {
  display: inline-block;
  position: relative;
}
body.without-images .new img {
  display: block;
  width: 100%;
}
body.without-images .new::after {
  content: attr(data-alt);
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 2;
  color: white;
  text-align: center;
  line-height: 1.5em;
}

#fontsize1 {
  font-size: 1em;
  padding: 5px 7px 0;
}

#fontsize2 {
  font-size: 1.3em;
  padding: 3px 7px 0;
}

#fontsize3 {
  font-size: 1.6em;
  padding: 0 7px;
}

.fontsize3 #fontsize2 {
  padding-top: 3px;
}

@media screen and (max-width: 560px) {
  .newsflash div {
    flex-direction: column;
    width: 100%;
    text-align: center !important;
  }
}
.header {
  background: #0d72b7;
  box-shadow: 0px 15px 20px rgba(10, 37, 59, 0.1);
  min-height: 30px;
}
.header hr {
  border-top: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 1100px) {
  .header hr {
    display: none;
  }
}

.logoImg {
  width: 46px;
  height: 46px;
  margin-right: 10px;
}

.logoTxt {
  font-family: "Roboto", serif;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  width: 15.25rem;
}
@media screen and (max-width: 480px) {
  .logoTxt {
    font-size: 13px;
  }
}

.mobile-menu {
  z-index: 100;
  font-weight: bold;
  height: 50px;
  display: none;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: Roboto Condensed;
  cursor: pointer;
}
@media screen and (max-width: 1100px) {
  .mobile-menu {
    display: flex;
    width: 30px;
    height: 30px;
    flex-direction: column;
    justify-content: space-around;
    background-image: url(../img/burger.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
}

@media screen and (max-width: 1100px) {
  .right-side {
    display: none;
  }
}

.mail-cover, .phone-cover {
  display: flex;
  margin-right: 30px;
}

.mail-cover:before {
  display: inline-flex;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../img/email.svg);
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
}

.mail-title {
  font-size: 13px;
  font-weight: 300;
  color: #fff;
}

.mail-link, .phone-link {
  color: #fff;
  line-height: 23px;
}

.phone-cover:before {
  display: inline-flex;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../img/phone.svg);
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
}

.search-form {
  display: flex;
  position: relative;
}
.search-form input {
  min-width: 280px;
  height: 40px;
  padding: 0 40px 0 12px;
  background-color: #fff;
  border-radius: 2px;
  border: 0;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  color: #7F7F7F;
}
.search-form button {
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 40px;
  height: 40px;
  background-image: url(../img/magnify.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  border: 0;
}

.header-nav {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  overflow: auto;
}
@media screen and (max-width: 1100px) {
  .header-nav {
    display: none;
  }
}

.nav-link {
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.6);
  padding-bottom: 20px;
  text-decoration: none;
  border-bottom: 4px solid transparent;
  white-space: nowrap;
}
.nav-link:hover {
  color: #ffffff;
}

.nav-link.active {
  color: #fff;
  border-bottom: 4px solid #fff;
}

section.navbar {
  background: #0d72b7 !important;
  box-shadow: 0px 15px 20px rgba(10, 37, 59, 0.1);
  min-height: 55px;
}

#nav-toggle {
  display: none;
}

#access {
  display: block;
  float: left;
  margin: 0 auto;
  width: 100%;
  line-height: 1.5;
  transition-timing-function: ease-out;
}
#access a {
  display: block;
  text-decoration: none;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #fff;
}
#access a > span {
  display: block;
  padding: 0.8em 0.7em;
}
#access > .menu > ul > li > a > span {
  border-right: 1px solid transparent;
}
#access > .menu > ul > li a:not(:only-child) > span:after {
  position: absolute;
  right: 0.2em;
  top: 0.8em;
  content: "";
  background-image: url(../img/chevron-down.svg);
  width: 20px;
  height: 20px;
  z-index: 251;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#access > .menu > ul ul > li a:not(:only-child) > span:after {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
#access > .menu li a:not(:only-child) > span {
  padding-right: 1.6em;
}
#access > .menu > ul > li > a:not(:only-child) > span {
  padding-right: 1.6em;
}
#access > .menu > ul > li:hover > a:not(:only-child) > span:after {
  top: 20px;
  opacity: 0;
  filter: alpha(opacity=0);
}
#access > .menu > ul ul > li:hover > a:not(:only-child) > span:after {
  right: -20px;
  opacity: 0;
  filter: alpha(opacity=0);
}
#access ul li {
  position: relative;
  display: block;
  float: left;
  white-space: nowrap;
}
#access ul ul {
  display: none;
  position: absolute;
  clear: both;
  z-index: 260;
  margin-left: 0;
}
#access ul ul ul li:first-child:before {
  display: inline-block;
  position: absolute;
  left: -6px;
  top: 50%;
  content: "";
  border-bottom: 6px solid transparent;
  border-right: 6px solid transparent;
  /* * */
  border-top: 6px solid transparent;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#access ul ul li {
  /* level 2 */
  display: table;
  position: relative;
  float: left;
  clear: both;
  margin: 0;
  width: 100%;
  /* submenu width fix */
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
#access ul ul ul {
  position: absolute;
  left: 100%;
  top: 0;
  margin: 0;
}
#access ul ul ul li {
  /* level 3 */
  width: 100%;
  display: block;
  float: none;
}
#access ul ul ul ul li {
  /* level 4 */
  top: -1px;
}
#access ul ul a, #access ul ul ul a {
  display: table;
  float: none;
  min-width: 150px;
  width: 100%;
}
#access ul li:hover > ul {
  display: block;
}
#access > .menu > ul > li > ul:before {
  display: inline-block;
  content: "";
  position: absolute;
  left: 10px;
  top: -6px;
  border-bottom: 6px solid transparent;
  /* * */
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}

section.navbar #access > .menu {
  text-align: center;
}
section.navbar #access > .menu > ul {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
section.navbar #access > .menu > ul > li {
  display: inline-block;
  float: initial;
  vertical-align: middle;
}
section.navbar #access > .menu > ul > li > a > span {
  text-align: center;
}
section.navbar #access > .menu > ul > * {
  text-align: initial;
}

.tempera-menu-right #access > .menu {
  float: right;
}
.tempera-menu-right #nav-toggle {
  text-align: right;
}
.tempera-menu-right #access > .menu > ul > li > ul::before {
  left: auto;
  right: 10px;
}
.tempera-menu-right #access > .menu > ul > li > ul.sub-menu {
  right: 0;
}

.tempera-menu-rightmulti #access ul li {
  float: right;
}
.tempera-menu-rightmulti #nav-toggle {
  text-align: right;
}
.tempera-menu-rightmulti #access > .menu > ul > li > ul::before {
  left: auto;
  right: 10px;
}
.tempera-menu-rightmulti #access > .menu > ul > li > ul.sub-menu {
  right: 0;
}

.tempera-menu-left #nav-toggle {
  text-align: left;
}

@media (max-width: 1120px) {
  body {
    font-size: 0.9em;
  }

  section.navbar {
    min-height: 40px;
  }

  section.navbar #access > .menu > ul {
    display: table;
    margin: 0 auto;
  }

  section.navbar #access > .menu > ul > li > a > span {
    text-align: left;
  }

  #nav-toggle {
    display: block;
    float: right;
    margin: 0 auto;
    cursor: pointer;
    position: relative;
    width: 30px;
    height: 22px;
  }
  #nav-toggle:before, #nav-toggle:after {
    content: "";
    background-color: #ffffff;
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    border-radius: 4px;
    transition: all 0.3s ease 0s;
  }
  #nav-toggle:before {
    top: 0px;
  }
  #nav-toggle:after {
    bottom: 0;
  }
  #nav-toggle.active span {
    transform: scale(0);
  }
  #nav-toggle.active:before {
    transform: rotate(44deg);
    top: 11px;
  }
  #nav-toggle.active:after {
    transform: rotate(-44deg);
    bottom: 8px;
  }
  #nav-toggle span {
    background-color: #ffffff;
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    top: 9px;
    border-radius: 4px;
    transition: all 0.3s ease 0s;
  }

  #access {
    display: none;
    margin-top: 0;
    padding-bottom: 5px;
  }

  #access.active {
    display: block;
  }
  #access.active .menu ul {
    width: 100%;
  }
  #access.active .menu ul li {
    width: 100%;
  }
  #access.active > .menu li ul {
    position: inherit;
    margin-top: 0;
  }
  #access.active > .menu ul ul ul {
    width: 95%;
    left: 5%;
  }
  #access.active > .menu > ul > li > a > span {
    border-width: 0 0 1px 0;
    border-style: solid;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  }

  .tempera-menu-center #access > .menu > ul > li > a > span {
    text-align: left;
  }

  #access > .menu ul li > a:not(:only-child) span:after {
    content: "";
    position: absolute;
    right: 5px;
    top: 10px;
    z-index: 251;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  #access > .menu ul li:hover > a:not(:only-child) span:after {
    top: 20px;
    opacity: 0;
  }
  #access > .menu ul li > a:not(:only-child) span {
    padding-right: 18px;
  }
  #access > .menu > ul ul > li a:not(:only-child) span:after {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  #access li.menu-main-search {
    max-width: none;
  }
}
/* Main menu top level */
#access a, #nav-toggle span {
  color: #ffffff;
}

#access, #nav-toggle {
  background-color: #0d72b7;
}

#access a:hover {
  background-color: #0d72b7;
}
#access ul li.current_page_item > a, #access ul li.current-menu-item > a, #access ul li.current_page_ancestor > a, #access ul li.current-menu-ancestor > a {
  background-color: #0d72b7;
}

/* Main menu Submenus */
#access > .menu > ul > li > ul:before {
  border-bottom-color: #0d72b7;
}
#access ul ul ul li:first-child:before {
  border-right-color: #0d72b7;
}
#access ul ul li {
  background-color: #0d72b7;
  border-top-color: #419df1;
}
#access ul ul li a {
  color: #ffffff;
}
#access ul ul li a:hover {
  background: #1873ed;
}
#access ul ul li.current_page_item > a, #access ul ul li.current-menu-item > a, #access ul ul li.current_page_ancestor > a, #access ul ul li.current-menu-ancestor > a {
  background-color: #0d72b7;
}

.footer {
  background: #0d72b7;
  padding: 20px 0px 10px;
  margin-top: 100px;
}
.footer hr {
  border-top: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer hr lg {
  display: none;
}
.footer ul li.list-title {
  font-weight: bold;
}
.footer ul li, .footer ul a {
  color: #fff;
  margin-bottom: 16px;
}
.footer ul li a:hover {
  color: #f6d900;
  text-decoration: underline dotted;
}

.footer-logo-cover {
  display: flex;
  align-items: center;
}

.footer-inner {
  margin-top: 20px;
  display: grid;
  justify-content: center;
  grid-row-gap: 10px;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 992px) {
  .footer-inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .footer-inner {
    grid-template-columns: 1fr;
    justify-content: start;
    align-items: start;
  }
}

.address_cover, .email_cover, .tel_cover {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.address, .email, .tel {
  margin-left: 8px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.social_btns a {
  margin-left: -4px;
}
.social_btns a::before {
  position: relative;
  display: inline-flex;
  content: "";
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 6px;
}
.social_btns a.instagram::before {
  background-image: url(../img/social_media/instagram.svg);
}
.social_btns a.facebook::before {
  background-image: url(../img/social_media/facebook.svg);
}
.social_btns a.youtube::before {
  background-image: url(../img/social_media/youtube.svg);
}

.footer-block {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .footer-block {
    margin: 0;
  }
}
@media screen and (max-width: 480px) {
  .footer-block:nth-child(3) {
    margin: auto;
  }
}

.copyright {
  text-align: center;
  margin: 25px auto 2px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5176470588);
}

/*СЛАЙДЕР-БАННЕР*/
.slider-banner {
  max-width: 1200px;
  margin: 30px auto 100px;
}

.swiper-slider {
  position: relative;
}

.slider-img {
  width: 100%;
  height: 100%;
  min-height: 400px;
  max-height: 600px;
  border-radius: 35px;
}

.slide-txt-cover {
  max-width: 590px;
  min-width: 300px;
  max-height: 255px;
  position: absolute;
  top: 120px;
  left: 85px;
}
@media screen and (max-width: 992px) {
  .slide-txt-cover {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .slide-txt-cover {
    margin: auto;
  }
}

.slider-title {
  font-family: "Roboto";
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;
  text-transform: uppercase;
  color: #fff;
}
@media screen and (max-width: 992px) {
  .slider-title {
    font-size: 26px;
    font-weight: 600;
    line-height: 32px;
  }
}
@media screen and (max-width: 480px) {
  .slider-title {
    font-size: 20px;
  }
}

.slider-desc {
  color: #fff;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .slider-desc {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .slider-desc {
    display: block;
    font-size: 14px;
  }
}

/*КАРТОЧКИ НОВОСТЕЙ*/
.content-cover {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 40px auto 30px;
  max-width: 1200px;
  grid-row-gap: 20px;
}
@media screen and (max-width: 1100px) {
  .content-cover {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 992px) {
  .content-cover {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .content-cover {
    grid-template-columns: 1fr;
  }
}

.news-card {
  width: 276px;
  background: #FFFFFF;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.04), 0px 4px 8px rgba(0, 0, 0, 0.06);
}
@media screen and (max-width: 1100px) {
  .news-card {
    margin-left: auto;
    margin-right: auto;
  }
}

.news-card-img_cover {
  width: 276px;
  height: 180px;
  object-fit: cover;
  margin-bottom: 20px;
}

.news-card-img {
  width: 276px;
  height: 180px;
  object-fit: cover;
}

.news-info_cover {
  padding: 0 15px 20px;
}

.news-card-date {
  margin-bottom: 5px;
  color: #282F39;
}

.news-card-heading {
  margin: 5px auto 15px;
  color: #282F39;
  font-weight: 500;
  font-family: "Roboto";
  font-size: 18px;
  line-height: 22px;
}
.news-card-heading:hover {
  color: #0d72b7;
}

.news-card-txt {
  font-weight: 400;
  line-height: 23px;
  color: #37414e;
  margin-bottom: 5px;
}

.news-cards-btn {
  padding: 14px 18px;
  border: 1px solid #0d72b7;
  border-radius: 2px;
  color: #0d72b7;
}
.news-cards-btn:hover {
  color: #fff;
  background-color: #0d72b7;
}

/*ПОСЛЕДНИЕ ДОКУМЕНТЫ*/
section.docs-block {
  margin-top: 150px;
}
section.docs-block small {
  display: block;
  color: #595c5f;
  font-size: 14px;
}

.docs-cover {
  padding: 0 15px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
}
.docs-cover .card {
  padding: 16px;
  border: 1px solid #d2d2d2;
  border-radius: 6px;
  position: relative;
}
.docs-cover .card span {
  position: absolute;
  top: -2px;
  right: -2px;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.docs-cover .card span::before {
  font-family: "Roboto";
  position: absolute;
  z-index: 1;
  background-repeat: no-repeat;
  top: 11px;
  right: 6px;
  transform: rotate(44deg);
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.docs-cover .card span::after {
  content: "";
  background: #0d72b7;
  width: 102%;
  height: 50px;
  position: absolute;
  transform: rotate(44deg) translateY(-44px);
}
.docs-cover a {
  display: block;
  color: #37414e;
  font-size: 20px;
  font-weight: 600;
  font-family: "Roboto", "Roboto Condensed", sans-serif;
}
.docs-cover a:hover {
  color: #0d72b7;
}

.doc::before {
  content: "DOC";
}

.xls::before {
  content: "XLS";
}

.ppt::before {
  content: "PPT";
}

.pdf::before {
  content: "PDF";
}

.zip::before {
  content: "ZIP";
}

.rar::before {
  content: "RAR";
}

@media screen and (max-width: 960px) {
  .docs-cover {
    grid-template-columns: 1fr;
  }
}
/*ВАКАНСИИ*/
section.vacancy {
  margin-top: 150px;
}

.content-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
}

.content-item {
  padding: 16px;
  border: 1px solid #d2d2d2;
  border-radius: 6px;
}
.content-item a {
  color: #0d72b7;
}
.content-item a:hover {
  text-decoration: underline dotted;
}
.content-item h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.content-item p.item-date {
  margin-top: 0;
  display: block;
  color: #595c5f;
  font-size: 14px;
  margin-bottom: 5px;
}
.content-item p.item-text {
  margin: 0;
}

/*ССЫЛКИ НА ГОС САЙТЫ*/
section.links-block {
  margin-top: 150px;
}

.links-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
}

.link-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  background: #0d72b7;
  border-radius: 6px;
}
.link-item a {
  color: #fff;
  font-family: "Roboto", sans-serif;
  max-width: 294px;
}
.link-item img {
  margin-left: 8px;
  width: 55px !important;
  display: block;
}

@media screen and (max-width: 960px) {
  .links-grid, .content-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 560px) {
  .links-grid, .content-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.about-images-cover {
  max-width: 1170px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.about-img-wrap {
  max-width: 530px;
  overflow: hidden;
  margin: 15px auto;
}
@media screen and (max-width: 992px) {
  .about-img-wrap {
    max-width: 100%;
    height: auto;
  }
}

.about-img {
  width: 530px;
  height: 400px;
  object-fit: cover;
}
@media screen and (max-width: 992px) {
  .about-img {
    max-width: 100%;
    height: auto;
  }
}

.docs-wrapper {
  overflow-x: auto;
}

.docs-table {
  width: 100%;
  color: #777;
}
.docs-table tr, .docs-table td {
  padding: 15px 10px;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 1px solid #dae1f4;
}
.docs-table a {
  color: #0d72b7;
}

.docs-table th {
  font-size: 17px;
  font-weight: 600;
  padding: 15px 10px;
  color: #282F39;
  border-bottom: 1px solid #dae1f4;
}
@media screen and (max-width: 768px) {
  .docs-table th {
    font-size: 16px;
  }
}

.doc_name {
  transition: 0.5s;
}
.doc_name:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .docs-table {
    font-size: 14px;
  }
}
.pagination-section {
  margin-top: 20px;
}

.docs-pagination {
  max-width: 650px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin: 30px auto;
  text-align: center;
}

.docs-nav-btn {
  justify-self: center;
  text-align: center;
  border: 1px solid #0d72b7;
  color: #0d72b7;
  padding: 9px 16px;
  margin-right: 8px;
}
.docs-nav-btn:hover {
  background: #0d72b7;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .docs-nav-btn {
    padding: 8px;
    font-size: 13px;
    border: none;
  }
}

.doc-data-cover small {
  margin-right: 15px;
}
.doc-data-cover button.clipboard {
  transition: 0.5s;
  padding: 8px 12px;
  border-radius: 3px;
  border: 0.5px solid #d5d5d5;
  background-color: #eee;
  background-image: linear-gradient(#fcfcfc, #eee);
}
.doc-data-cover button.clipboard:hover {
  background: #ffe23c;
}

.doc-cover {
  margin: 50px auto;
}

.news-block-cover {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 40px auto 30px;
  max-width: 1200px;
  grid-row-gap: 20px;
}
@media screen and (max-width: 1100px) {
  .news-block-cover {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 992px) {
  .news-block-cover {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .news-block-cover {
    grid-template-columns: 1fr;
  }
}

.news-card {
  width: 276px;
  background: #FFFFFF;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.04), 0px 4px 8px rgba(0, 0, 0, 0.06);
}
@media screen and (max-width: 1100px) {
  .news-card {
    margin-left: auto;
    margin-right: auto;
  }
}

.news-card-img_cover {
  width: 276px;
  height: 180px;
  object-fit: cover;
  margin-bottom: 20px;
}

.news-card-img {
  width: 276px;
  height: 180px;
  object-fit: cover;
}

.news-info_cover {
  padding: 0 15px 20px;
}

.news-card-date {
  margin-bottom: 5px;
  color: #282F39;
}

.news-card-heading {
  margin: 5px auto 15px;
  color: #282F39;
  font-weight: 500;
  font-family: "Roboto";
  font-size: 18px;
  line-height: 22px;
}
.news-card-heading:hover {
  color: #0d72b7;
}

.news-card-txt {
  font-weight: 400;
  line-height: 23px;
  color: #37414e;
  margin-bottom: 5px;
}

.news-cards-pagination {
  max-width: 650px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin: 30px auto;
  text-align: center;
}

.news-nav-btn, .news-nav-first-btn, .news-nav-prev-btn, .news-nav-next-btn, .news-nav-last-btn {
  margin-right: 8px;
  justify-self: center;
  text-align: center;
  background: #fff;
  border: 1px solid #0d72b7;
  color: #0d72b7;
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
}
.news-nav-btn:hover, .news-nav-first-btn:hover, .news-nav-prev-btn:hover, .news-nav-next-btn:hover, .news-nav-last-btn:hover {
  color: #fff;
  background-color: #0d72b7;
}
.news-nav-btn:active, .news-nav-first-btn:active, .news-nav-prev-btn:active, .news-nav-next-btn:active, .news-nav-last-btn:active {
  box-shadow: 0px 4px 10px rgba(13, 115, 183, 0.5019607843);
}
@media screen and (max-width: 768px) {
  .news-nav-btn, .news-nav-first-btn, .news-nav-prev-btn, .news-nav-next-btn, .news-nav-last-btn {
    font-size: 13px;
    border: none;
  }
}

.news-nav-first-btn, .news-nav-prev-btn, .news-nav-next-btn, .news-nav-last-btn {
  padding: 9px 16px;
}
@media screen and (max-width: 768px) {
  .news-nav-first-btn, .news-nav-prev-btn, .news-nav-next-btn, .news-nav-last-btn {
    padding: 8px;
  }
}

.news-nav-btn {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery_block {
  max-width: 1170px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
}

.popup-image {
  width: 17.5rem;
  height: 11.25rem;
  object-fit: cover;
  margin: 10px auto;
}

.gallery-pagination {
  max-width: 650px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin: 30px auto;
  text-align: center;
}

.gallery-nav-btn {
  justify-self: center;
  text-align: center;
  border: 1px solid #0d72b7;
  color: #0d72b7;
  padding: 9px 16px;
  margin-right: 8px;
}
.gallery-nav-btn:hover {
  background: #0d72b7;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .gallery-nav-btn {
    padding: 8px;
    font-size: 13px;
    border: none;
  }
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader, .mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
  * *   * Remove all paddings around the image on small screen */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.feedback-block {
  max-width: 900px;
  margin: auto;
}
.feedback-block p {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
  margin-top: 0;
  color: #565656;
}

.input-block {
  margin-bottom: 16px;
}

.input-block input {
  font-family: "Roboto";
  background: #FFFFFF;
  border: 1px solid #DADEE3;
  border-radius: 2px;
  width: 100%;
  display: block;
  height: 48px;
  padding: 0 20px;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #1f252d;
  box-sizing: border-box;
}

.textarea-block {
  margin-bottom: 30px;
}

.textarea-block textarea {
  background: #FFFFFF;
  padding: 20px;
  border: 1px solid #DADEE3;
  box-sizing: border-box;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #282F39;
  border-radius: 2px;
  max-width: 100%;
  width: 100%;
  min-width: 100%;
}

.send {
  width: 100%;
  margin-top: 30px;
  display: flex;
  height: 56px;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  border: 0;
  outline: none !important;
  text-transform: uppercase;
  color: #FFFFFF;
  background-color: #0d72b7;
}

.searchResult-block {
  max-width: 1170px;
  margin: auto;
}

.result-card {
  margin: 25px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .result-card {
    flex-direction: column;
  }
}

.result-img_wrap {
  width: 250px;
  height: 170px;
}

.result-img {
  width: 250px;
  height: 170px;
  object-fit: cover;
}

.result-txt-cover {
  margin-left: 15px;
  padding-top: 10px;
}

.result-heading {
  font-size: 22px;
  font-weight: bold;
  margin-top: 8px;
  margin-bottom: 15px;
}

.result-date {
  margin-bottom: 5px;
}

.result-txt {
  margin-top: 5px;
}

.searchresult-paination {
  margin: 30px auto;
  text-align: center;
  display: flex;
  align-items: center;
}

.result-nav-btn {
  margin-right: 8px;
  border: 1px solid #0d72b7;
  color: #0d72b7;
  padding: 9px 16px;
}
.result-nav-btn:hover {
  background: #0d72b7;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .result-nav-btn {
    padding: 8px;
    font-size: 13px;
    border: none;
  }
}

.news-content-img_wrap {
  max-width: 900px;
  margin: auto auto 30px auto;
}

.news-content-img {
  width: 100%;
  max-width: 900px;
  max-height: 550px;
  object-fit: cover;
}

.news-content-title {
  color: #282F39;
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 16px;
  font-family: "Roboto", san-serif;
}
@media screen and (max-width: 480px) {
  .news-content-title {
    font-size: 22px;
  }
}

.news-content-details {
  margin-top: 0px;
  display: flex;
  align-items: center;
}

.news-content-date {
  margin-right: 25px;
}

.news-content-date, .news-views {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 18px;
  margin-left: 6px;
}

.news-date-cover, .news-views-count {
  display: flex;
  align-items: center;
  justify-content: center;
}

.calendar, .eye {
  height: 24px;
  width: 24px;
}

.news-views-count p {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 18px;
}

.news-views {
  margin-left: 6px;
}

.news-content-txt {
  line-height: 26px;
  margin-top: 6px;
  font-family: "Roboto", san-serif;
}

.content-gallery {
  margin: 30px auto;
  text-align: center;
  max-width: 1240px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 8px;
  row-gap: 8px;
}
@media screen and (max-width: 1100px) {
  .content-gallery {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 992px) {
  .content-gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .content-gallery {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (max-width: 480px) {
  .content-gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}

.content-gallery.popup-gallery a.popup img.popup-image {
  width: 12.5rem;
  height: 8.75rem;
  object-fit: cover;
  margin: 5px auto;
}

@media screen and (max-width: 768px) {
  .content-gallery.popup-gallery a.popup img.popup-image {
    width: 6.25rem;
    height: 4.375rem;
  }
}
@media screen and (max-width: 480px) {
  .content-gallery.popup-gallery a.popup img.popup-image {
    width: 6.25rem;
    height: 4.375rem;
  }
}
.map-ul {
  margin: auto;
  display: block;
}
.map-ul li {
  list-style: inside;
  margin-bottom: 10px;
}
.map-ul li a {
  color: #0d72b7;
  text-decoration: underline;
}

ul.inner-ul li {
  padding-left: 20px;
}

.accordion-block {
  max-width: 1100px;
  margin: 2rem auto;
  border-color: none !important;
}

.accordion-item {
  background-color: #fff;
  border-bottom: 1px solid #eee;
}

.accordion-item-header {
  color: #0d72b7;
  font-weight: 500;
  font-size: 18px;
  padding: 25px 10px;
  min-height: 3.5rem;
  line-height: 24px;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .accordion-item-header {
    font-size: 16px;
  }
}
.accordion-item-header::after {
  content: "+";
  font-size: 50px;
  font-weight: 300;
  position: absolute;
  right: -1rem;
  transform: rotate(-90deg);
  transition: transform 0.3s ease 0s;
}

.accordion-item-header.active::after {
  content: "−";
  transform: rotate(0deg);
}

.accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.accordion-item-body-content {
  padding: 15px 25px;
  border-top: 1px solid #eee;
}

@media (max-width: 767px) {
  .accordion {
    font-size: 14px;
  }
}
/*РАЗДЕЛЫ*/
.content-card {
  width: 100%;
}
.content-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}
.content-card p {
  margin-top: 10px;
  margin-bottom: 5px;
}
.content-card a {
  font-size: 18px;
  color: #1C1C1C;
  font-family: "Roboto";
  font-weight: 600;
  line-height: 22px;
}
.content-card a:hover {
  color: #0d72b7;
}

.content-img {
  max-width: 900px;
  margin: auto auto 30px auto;
}
.content-img img {
  width: 100%;
  max-width: 900px;
  max-height: 550px;
  object-fit: cover;
}

.content-title {
  color: #282F39;
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 16px;
  font-family: "Roboto", san-serif;
}
@media screen and (max-width: 480px) {
  .content-title {
    font-size: 22px;
  }
}

.content-details {
  margin-top: 0px;
  display: flex;
  align-items: center;
}

.content-date {
  margin-right: 25px;
}

.content-date, .views {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 18px;
  margin-left: 6px;
}

.date-cover, .views-count {
  display: flex;
  align-items: center;
  justify-content: center;
}

.calendar, .eye {
  height: 24px;
  width: 24px;
  margin: auto;
}

.views-count p {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 18px;
}

.views {
  margin-left: 6px;
}

.content-txt {
  line-height: 26px;
  margin-top: 6px;
  font-family: "Roboto", san-serif;
}

/*СОТРУДНИКИ*/
.content-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 15px;
  row-gap: 20px;
}
@media screen and (max-width: 1100px) {
  .content-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 992px) {
  .content-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .content-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.sotru-card {
  margin: auto;
  width: 283px;
  text-align: center;
}
.sotru-card img {
  height: 380px;
  width: 282px;
  object-fit: cover;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.sotru-card h5 {
  color: #1752AA;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 6px;
  margin-top: 10px;
}
.sotru-card h5 a:hover {
  color: #FF6914;
}
.sotru-card p {
  margin-top: 0;
}

/*СОТРУДНИКИ ПОДРОБНЕЕ*/
.employer-wrap {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 350px 1fr;
  grid-column-gap: 30px;
}
@media screen and (max-width: 992px) {
  .employer-wrap {
    grid-template-columns: 210px 1fr;
  }
}
@media screen and (max-width: 768px) {
  .employer-wrap {
    grid-template-columns: 1fr;
    justify-items: center;
  }
}

h2.employer-title {
  font-size: 26px;
}

.employer-img-cover {
  width: 350px;
  height: 465px;
  margin: auto 20px auto auto;
}
@media screen and (max-width: 992px) {
  .employer-img-cover {
    margin: auto;
    width: 210px;
    height: 280px;
  }
}
.employer-img-cover img {
  width: 350px;
  height: 465px;
  object-fit: cover;
  border-radius: calc(0.25rem - 1px);
}
@media screen and (max-width: 992px) {
  .employer-img-cover img {
    width: 210px;
    height: 280px;
  }
}

/*ИНФОГРАФИКА*/
.items-cover {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
@media screen and (max-width: 992px) {
  .items-cover {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .items-cover {
    grid-template-columns: 1fr;
  }
}
.items-cover .item {
  width: 100%;
  border-left: 5px solid #0d72b7;
  border-radius: 3px;
  padding: 15px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.02), 0px 2px 4px rgba(0, 0, 0, 0.06);
}
.items-cover .item .item-img-cover {
  width: 100%;
  height: 200px;
  overflow: hidden;
  margin-bottom: 20px;
}
.items-cover .item .item-img-cover img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 3px;
}
.items-cover .item .item-title {
  font-size: 18px;
  font-weight: 600;
  color: #0d72b7;
  display: block;
}
.items-cover .item .views {
  display: flex;
  align-items: center;
}
.items-cover .item .views p {
  margin-bottom: 0;
  margin-top: 6px;
  font-size: 15px;
  color: #777;
}
.items-cover .item .views p:first-child {
  margin-right: 8px;
}

/*# sourceMappingURL=style.css.map */
