@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, header, main, footer, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 100%;
  vertical-align: baseline;
}

*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

a:active, a:focus, a:hover, a:visited {
  text-decoration: none;
  outline: none;
}

a {
  background-color: transparent;
}

img {
  border-style: none;
}

article, aside, details, figcaption, figure,
hgroup, menu, nav, section {
  display: block;
}

html {
  height: 100%;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

/*
* Минимальная и максимальная ширина сайта
*/
/*Минимальная ширина сайта*/
/*Максимальная ширина сайта*/
/**
* Основные стили
**/
body {
  font-family: "Roboto", sans-serif;
  background-color: #ffffff;
}

.main-wrapper {
  margin: 0 auto;
  padding: 0;
  min-width: 400px;
  max-width: 1170px;
}

.widget-shadow {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.green-text {
  color: #42ac34;
}

.content-text-grey {
  font-family: "Montserrat", sans-serif;
  color: #727372;
}

.content-text-grey p, .content-text-grey ol, .content-text-grey ul, .content-text-grey span {
  font-size: 16px;
  text-align: justify;
  line-height: 20px;
}

/*figure.wp-block-gallery {
	margin-top: 10px;
}*/
.content-text-grey > ol {
  list-style: decimal;
}

.content-text-grey > ul {
  list-style: disc;
}

.category-post-date {
  font-style: italic;
}

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

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

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

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  cursor: pointer;
}

a:active, a:visited {
  color: #1144b8;
}

h1 {
  font-size: 38px;
  font-weight: bold;
  line-height: 48px;
}

h2 {
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
}

h1, h2, h3, h4 {
  font-family: "Montserrat", sans-serif;
  color: #1144b8;
}

h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
}

h4 {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

/*header {
  height: 200px;
  position: relative;
  top: 0;
  background: #ffffff;
}

header > .main-wrapper {
  display: flex;
  height: 100%;
}
*/
.header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}

.header__left-column {
  display: flex;
  align-items: center;
  width: auto;
  height: 100%;
}

.header__left-column > h2 {
  margin-left: 20px;
  font-weight: bold;
}

.header-logo, .footer_logo {
  width: 134px;
  height: 134px;
}

.header__right-column {
  display: flex;
  flex-direction: column;
  width: 400px;
  height: 100%;
}

.header__social-networks {
  display: flex;
  justify-content: flex-end;
  margin: 5px 0 35px;
}
.header__social-networks img:first-child {
  margin-right: 15px;
}

.header__phone-field {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 32px;
  margin-bottom: 35px;
}

.header__phone-field > span {
  margin-left: 10px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #1144b8;
}

main > .main-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: auto;
}

/*.top-banner {
  width: 100%;
  height: 409px;
  background: url(../img/header/top-banner.jpg) no-repeat;
  background-size: cover;
}*/

section.central-column {
  display: flex;
  flex-direction: column;
  width: 870px;
  height: auto;
  margin: 0;
  padding: 10px 0 20px;
}

/*section.header-menu, nav.nav-menu-container {
  width: 100%;
  height: 45px;
}

.menu-wrapper {
  position: relative;
  background: #4e59a1;
}

section.header-menu > .main-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
}

li.menu__item {
  position: relative;
  cursor: pointer;
}

li.menu__item:last-child > div.menu__item-text > a {
  text-decoration: none;
  color: inherit;
}

div.menu__item-text {
  display: block;
  font-size: 19px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  padding: 13px 15px;
  background: transparent;
  color: #f7e306;
  cursor: pointer;
}
div.menu__item-text:hover {
  background: #5d6bd1;
}

div.submenu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 10;
  -webkit-box-shadow: 0 3px 22px rgba(56, 69, 86, 0.16);
  box-shadow: 0 3px 22px rgba(56, 69, 86, 0.16);
  background: #fff;
  width: 215px;
  margin-top: 1px;
}*/

/*div.submenu > ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.submenu-link {
  display: block;
  width: 100%;
  font-size: 16px;
  text-decoration: none;
  color: #4e59a1;
  font-family: "Roboto", sans-serif;
  padding: 10px 10px 10px 20px;
  background: transparent;
  position: relative;
}
.submenu-link:hover {
  background: #e7e8f4;
}*/

.fr-pg__widgets {
  width: 100%;
  height: auto;
}

.last-news-title, .fr-pg__widgets > h2 {
  padding-left: 10px;
}

.fr-pg__main-widget {
  width: 100%;
}

.fr-pg-widget__header {
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  background-color: #4d5ea5;
  padding-left: 10px;
}

.fr-pg-widget__header h4 {
  font-weight: 500;
  text-transform: uppercase;
  color: #f7e306;
}

.fr-pg-widget__text {
  padding: 20px 10px;
  text-align: justify;
}

.fr-pg__widgets-block {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-content: space-between;
}

.widgets-block__window {
  width: 420px;
  height: auto;
}

.fr-pg__widgets-block > div:nth-child(n+1):nth-child(-n+2) {
  margin-bottom: 30px;
}

.leaders-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.profile-container {
  display: flex;
  flex-direction: column;
  width: 195px;
  height: 280px;
  border: 1px solid #524C4C;
}

.profile__photo {
  width: 100%;
  height: 140px;
  background-color: transparent;
}

.photo-1 {
  background: url("../img/menu/about/photo-1.jpg") no-repeat;
}

.photo-2 {
  background: url("../img/menu/about/photo-2.jpg") no-repeat;
}

.photo-3 {
  background: url("../img/menu/about/photo-3.jpg") no-repeat;
}

.profile__fio-container,
.profile__position-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 70px;
}

.profile__fio-container {
  background-color: #4f5da4;
  padding: 5px 0;
}
.profile__fio-container span {
  font-size: 18px;
  font-weight: bold;
  line-height: 19px;
  color: #fcfcfc;
}

.profile__fio-container span,
.profile__position-container span {
  font-family: "Montserrat", sans-serif;
}

.profile__position-container {
  background-color: #515c89;
}

.profile__position-container span {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  color: #f7e306;
}

.structure-img {
  width: 100%;
  height: 507px;
}

.vacancie-container {
  width: 100%;
  padding: 10px;
}

.vacancie-container,
.vacancie-description {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: #727372;
}

.vacancie-name {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #1144b8;
}

.vacancie-main-title,
.vacancie-desc__title {
  font-weight: 600;
}

.vacancie-main-title,
.vacancie-main-text {
  font-style: italic;
}

.vacancie-desc__text {
  padding-left: 5px;
}

.vacancie-pay {
  font-size: 15px;
  text-decoration: underline;
}

.vacancie-desc-item {
  border-bottom: 1px solid #1144b8;
}

.purchases-list-window {
  width: 100%;
  height: auto;
  padding: 10px;
  margin-bottom: 10px;
}

.purchase-block {
  display: flex;
  flex-direction: row;
}

.purchase-left-block {
  width: 70%;
}

.purchase-right-block {
  width: 30%;
  padding-left: 20px;
}

.purchase-right-block > p {
  line-height: 24px;
}

.purchase-item-title,
.purchase-right-block > p:not(.purchase-price),
.purchase-id, .purchase-price-title,
.application-date, .prozorro-link {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}

.purchase-item-title {
  line-height: 22px;
  color: #1144b8;
}

.application-date, .prozorro-link a {
  line-height: 18px;
}

.purchase-status-red {
  color: #CB2F32;
}

.purchase-status-normal {
  color: #42ac34;
}

.prozorro-link {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #1144b8;
}

.update-date {
  font-weight: 600;
}

.purchase-price {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
}

.purchase-info-window {
  display: none;
  width: 850PX;
  margin: 5px 0;
}

.purchase-info-window > p {
  padding: 10px;
}

.purchase-info-window > p,
.purchase-info-title > span,
.purchase-info-text > span {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.purchase-info-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 5px 10px;
}

.purchase-info-title {
  width: 35%;
  font-weight: 600;
  padding-right: 10px;
}

.purchase-info-text {
  width: 65%;
}

div.finance-archive span a {
  text-decoration: none;
  color: #1144b8;
}
div.finance-archive span a:hover {
  text-decoration: underline;
}

.manuals-title {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  text-align: center;
  width: 217.5px;
  line-height: 24px;
}

.manual-part1-title {
  font-weight: bold;
  padding-right: 10px;
}

.manual-part2-title {
  padding-left: 10px;
}

.manual-part1-title:hover, .manual-part2-title:hover {
  cursor: pointer;
  font-weight: bold;
}

div#manualPart2 {
  display: none;
}

.manuals-block, .manuals-block object {
  width: 870px;
  height: 700px;
}

.map-block {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  height: 600px;
}

.map-block > iframe {
  width: 870px;
  height: 600px;
}

.map-form form p {
  font-size: 14px;
  color: #1144b8;
  line-height: 18px;
}

#mapAutoRoad {
  display: none;
}

/*.map-img img {
	display: block;
	width: 100%;
	height: 100%;
}

.map-img img:hover {
	cursor: zoom-in;
}*/
.work-hours {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: 30%;
}
.work-hours div {
  height: 18px;
  font-size: 14px;
  line-height: 16px;
}

.work-hours div:nth-child(odd) {
  width: 40%;
}

.work-hours div:nth-child(even) {
  width: 60%;
}

.work-hours,
.contacts-icons-block {
  margin-bottom: 20px;
}

.contacts-icons-block {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 75px;
}

.contact-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact-content img {
  width: 45px;
  height: 45px;
}

.contact-content span,
.work-hours div {
  font-family: "Roboto", sans-serif;
  color: #1144b8;
}

.contact-content span {
  font-size: 18px;
  font-weight: bold;
  line-height: 25px;
  margin-top: 5px;
}

.contacts-map {
  width: 100%;
  height: 600px;
}

.post-window {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 10px;
}

.post-window > figure .size-full {
  display: flex;
  width: 100%;
  align-content: center;
}

.post-window-header {
  width: 100%;
  height: auto;
  padding: 10px;
  background-color: #4d5ea5;
}

.post-window-header > span {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  color: #f7e306;
}

.post-date {
  width: 100%;
  padding-left: 10px;
}

.post-date > span {
  font-size: 16px;
  font-style: italic;
  line-height: 26px;
  color: #1144b8;
}

.post-window-text {
  width: 100%;
  padding: 10px;
}

.post-window-text > ul {
  margin-left: 40px;
}

.post-window-text > p {
  text-indent: 30px;
}

.post-gallery {
  padding: 0 10px;
}

/*.right-sidebar {
  display: flex;
  flex-direction: column;
  width: 270px;
  height: auto;
  margin-left: 30px;
  padding-top: 50px;
}
.right-sidebar .calendar-container {
  width: 100%;
  height: 315px;
  margin-bottom: 30px;
}
.right-sidebar .gallery-container {
  width: 100%;
  height: auto;
}*/

.gallery-container__header {
  display: flex;
  align-items: center;
  width: 100%;
  height: 45px;
  background: #4d5ea5;
  padding-left: 20px;
}
.gallery-container__header h3 {
  color: #f7e306;
}

.gallery-container__content {
  padding: 20px;
}

.gallery__photo-block h4, .gallery__video-block h4 {
  color: #1144b8;
  margin-bottom: 5px;
}

.gallery__video-block > h4 {
  margin-top: 20px;
}

.gallery-container__photo, .gallery-container__video {
  margin-top: 20px;
}

.gallery-link {
  display: block;
  position: relative;
  overflow: hidden;
}

.gallery-link span:first-child::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background: rgba(56, 69, 86, 0.65);
}

.gallery-link span:last-child {
  display: block;
  position: absolute;
  bottom: 10px;
  left: 10px;
  overflow: hidden;
  font-size: 13px;
  color: #fff;
}

.gallery__photo-container img {
  transform: scale(1);
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

.gallery__img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.photo-column {
  width: 870px;
}

.photo-block-title, .photo-block-date {
  font-family: "Montserrat", sans-serif;
  color: #f7e306;
  font-weight: 600;
}

.photo-block-header {
  height: 55px;
  background-color: #4d5ea5;
  padding-left: 20px;
}

.photo-block-title {
  font-size: 16px;
  line-height: 26px;
}

.photo-block-date {
  font-size: 14px;
  line-height: 24px;
}

.photo-block-content {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-content: space-between;
}

.photo {
  width: 420px;
  height: auto;
  text-align: center;
  margin: 0 10px 10px 0;
}

.posts-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 32px;
}

.pagination-links {
  display: flex;
  align-items: center;
  height: 100%;
}

.pagination-links a, .pagination-links a:visited, .pagination-links span {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  text-decoration: none;
  color: #1144b8;
}

.pagination-links span {
  text-decoration: underline #1144b8;
}

.pagination-button {
  width: 45px;
  height: 32px;
  padding: 6px 0;
  border: 1px solid #446d88;
  background: #58a linear-gradient(#77a0bb, #58a);
  border-radius: 0.2em;
  box-shadow: 0 0.05em 0.25em rgba(0, 0, 0, 0.5);
  color: white;
  text-shadow: 0 -0.05em 0.05em rgba(0, 0, 0, 0.5);
  font-size: 125%;
  line-height: 20px;
}
.pagination-button .btn-prev, .pagination-button .btn-next {
  margin: 0 5px;
  text-align: center;
}
.pagination-button .btn-next::before {
  content: ">>";
}
.pagination-button .btn-prev::before {
  content: "<<";
}

.pagination-batton:hover {
  color: #f7e306;
}
