@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  background-color: #F9F9F9;
}

body.menu-is-open {
  overflow: hidden;
}

main,
header,
footer {
  /* Сброс стилей */
  color: #2B2B40;
  font-size: 18px;
  line-height: 140%;
  font-weight: 400;
}
main *,
header *,
footer * {
  padding: 0;
  margin: 0;
  border: 0;
  font-family: "Golos Text", sans-serif;
  box-sizing: border-box;
  outline: none;
}
main ::after,
main ::before,
header ::after,
header ::before,
footer ::after,
footer ::before {
  box-sizing: border-box;
}
@media (max-width: 767px) {
  main,
  header,
  footer {
    font-size: 16px;
  }
}
main button,
main input,
main textarea,
main select,
header button,
header input,
header textarea,
header select,
footer button,
footer input,
footer textarea,
footer select {
  background: none;
  color: black;
  font-size: 18px;
  line-height: 140%;
  font-weight: 400;
}
@media (max-width: 767px) {
  main button,
  main input,
  main textarea,
  main select,
  header button,
  header input,
  header textarea,
  header select,
  footer button,
  footer input,
  footer textarea,
  footer select {
    font-size: 16px;
  }
}
main button,
header button,
footer button {
  cursor: pointer;
}
main img,
header img,
footer img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  main img,
  header img,
  footer img {
    float: none;
  }
}
main hr,
header hr,
footer hr {
  border-bottom: 1px solid #E6E6E6;
}
main table,
header table,
footer table {
  width: 100%;
  border-collapse: collapse;
}
main table td,
header table td,
footer table td {
  border: 1px solid #E6E6E6;
  vertical-align: top;
  padding: 16px;
  background-color: white;
}
@media (max-width: 767px) {
  main table td,
  header table td,
  footer table td {
    padding: 12px 8px;
  }
}
main table th,
header table th,
footer table th {
  text-align: left;
  border: 1px solid #E6E6E6;
  padding: 24px 16px;
  font-weight: 400;
  background-color: #091A42;
  color: white;
}
@media (max-width: 767px) {
  main table th,
  header table th,
  footer table th {
    padding: 16px 8px;
  }
}
main table.odd tr:nth-child(even) td,
header table.odd tr:nth-child(even) td,
footer table.odd tr:nth-child(even) td {
  background-color: transparent;
}
main table.odd.clear td:first-child,
main table.odd.clear th:first-child,
header table.odd.clear td:first-child,
header table.odd.clear th:first-child,
footer table.odd.clear td:first-child,
footer table.odd.clear th:first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
main table.odd.clear td:last-child,
main table.odd.clear th:last-child,
header table.odd.clear td:last-child,
header table.odd.clear th:last-child,
footer table.odd.clear td:last-child,
footer table.odd.clear th:last-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
main table.clear td,
header table.clear td,
footer table.clear td {
  border: none;
}
main table.clear th,
header table.clear th,
footer table.clear th {
  border: none;
}

/* Текст */
h1,
.h1 {
  font-size: 40px;
  line-height: 140%;
  font-weight: 400;
  margin: 0 0 24px;
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 24px;
    margin: 0 0 16px;
  }
}

h2,
.h2 {
  font-size: 32px;
  line-height: 140%;
  font-weight: 400;
  margin: 0 0 24px;
}
@media (max-width: 767px) {
  h2,
  .h2 {
    font-size: 22px;
    margin: 0 0 16px;
  }
}

h3,
.h3 {
  font-size: 24px;
  line-height: 140%;
  font-weight: 700;
  margin: 0 0 24px;
}
@media (max-width: 767px) {
  h3,
  .h3 {
    font-size: 20px;
    margin: 0 0 16px;
  }
}

h4,
.h4 {
  font-size: 20px;
  line-height: 140%;
  font-weight: 700;
  margin: 0 0 24px;
}
@media (max-width: 767px) {
  h4,
  .h4 {
    font-size: 18px;
    margin: 0 0 16px;
  }
}

h5,
.h5 {
  font-size: 18px;
  line-height: 140%;
  font-weight: 700;
  margin: 0 0 24px;
}
@media (max-width: 767px) {
  h5,
  .h5 {
    font-size: 16px;
    margin: 0 0 16px;
  }
}

a {
  color: #0054C9;
  transition: all 0.3s;
}
a:hover {
  color: #0054C9;
}

p {
  margin: 24px 0;
}
@media (max-width: 767px) {
  p {
    margin: 16px 0;
  }
}
p:first-child {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}

.semibold {
  font-weight: 600;
}

path {
  transition: all 0.3s;
}

blockquote,
.important {
  background-color: white;
  border: 1px solid #E6E6E6;
  border-radius: 6px;
  padding: 16px;
}
@media (max-width: 767px) {
  blockquote,
  .important {
    padding: 8px;
  }
}

cite {
  display: block;
  text-align: right;
}

/* Сетка */
.container {
  max-width: 1120px;
  padding: 0 48px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .container {
    padding: 0 16px;
  }
}

.flex-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: -12px;
}
@media (max-width: 767px) {
  .flex-wrapper {
    margin: -8px;
  }
}
.flex-wrapper-col-50 {
  width: calc(50% - 24px);
  margin: 12px;
}
@media (max-width: 767px) {
  .flex-wrapper-col-50 {
    width: calc(100% - 16px);
    margin: 8px;
  }
}
.flex-wrapper .card-item {
  margin: 0;
  height: 100%;
}

.flex-row {
  display: flex;
  flex-wrap: nowrap;
  gap: 32px;
}
@media (max-width: 767px) {
  .flex-row {
    flex-direction: column;
    gap: 16px;
  }
}
.flex-row-col {
  width: 100%;
}
.flex-row .jq-selectbox {
  width: 114px;
}
@media (max-width: 767px) {
  .flex-row .jq-selectbox {
    width: 100%;
  }
}
.flex-row .jq-selectbox.full {
  width: calc(100% - 32px - 114px);
}
@media (max-width: 767px) {
  .flex-row .jq-selectbox.full {
    width: 100%;
  }
}

/* Ссылки */
.link-with-icon {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
}
.link-icon {
  flex: none;
  height: 22px;
  width: 22px;
  margin-right: 8px;
}
@media (max-width: 767px) {
  .link-icon {
    height: 20px;
    width: 20px;
    margin-right: 4px;
  }
}
.link-icon-close {
  background: url(../img/icons/close.svg) center/contain no-repeat;
  transition: all 0.3s;
}
.link-icon-close:hover {
  background-image: url(../img/icons/close-blue.svg);
}
@media (max-width: 767px) {
  .link-icon-close {
    height: 24px;
    width: 24px;
    margin-top: 6px;
  }
}
.link-icon-reset {
  background: url(../img/icons/reset.svg) center/contain no-repeat;
  transition: all 0.3s;
}
.link-icon-reset:hover {
  background-image: url(../img/icons/reset-blue.svg);
}
.link-arrow {
  height: 22px;
  width: 22px;
  flex: none;
  background: url(../img/icons/arrow-gray.svg) center/contain no-repeat;
  transition: all 0.3s;
  margin-left: 32px;
}
@media (max-width: 767px) {
  .link-arrow {
    height: 20px;
    width: 20px;
    margin-left: 8px;
  }
}
.link-search {
  display: inline-flex;
  align-items: center;
  color: #2B2B40;
}
.link-search .link-icon {
  background: url(../img/icons/search.svg) center/contain no-repeat;
  transition: 0.3s;
}
.link-search:hover .link-icon {
  background-image: url(../img/icons/search-blue.svg);
}
.link-search.active .link-icon {
  background-image: url(../img/icons/close.svg);
}
.link-search.active:hover .link-icon {
  background-image: url(../img/icons/close-blue.svg);
}
.link-reset {
  display: inline-flex;
  align-items: center;
  color: #2B2B40;
  transition: color 0.3s;
}
.link-reset .link-icon {
  background: url(../img/icons/reset.svg) center/contain no-repeat;
  transition: 0.3s;
}
.link-reset:hover {
  color: #0054C9;
}
.link-reset:hover .link-icon {
  background-image: url(../img/icons/reset-blue.svg);
}
.link-back {
  display: inline-flex;
  align-items: center;
  color: #2B2B40;
  margin-bottom: 16px;
}
.link-back .link-icon {
  transform: rotate(180deg);
  background: url(../img/icons/arrow.svg) center/contain no-repeat;
  transition: 0.3s;
}
.link-back:hover .link-icon {
  background-image: url(../img/icons/arrow-blue.svg);
}
.link-share {
  display: inline-flex;
  align-items: center;
  color: #2B2B40;
}
.link-share .link-icon {
  background: url(../img/icons/share.svg) center/contain no-repeat;
  transition: 0.3s;
}
.link-share:hover .link-icon {
  background-image: url(../img/icons/share-blue.svg);
}
.link-sites {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid #E6E6E6;
  padding: 32px 0;
}
@media (max-width: 767px) {
  .link-sites {
    flex-direction: column;
    padding: 16px 0;
  }
}
.link-sites a {
  color: inherit;
  text-decoration: none;
}
.link-sites a:hover {
  color: #0054C9;
}
.link-sites .link-with-icon {
  width: calc(25% - 32px);
  margin-left: 32px;
  flex: none;
}
@media (max-width: 767px) {
  .link-sites .link-with-icon {
    margin: 16px 0 0;
  }
}
.link-sites .link-with-icon:hover .link-icon {
  background-image: url(../img/icons/sites-link-blue.svg);
}
.link-sites .link-icon {
  margin: 0 0 0 4px;
  background: url(../img/icons/sites-link.svg) center/contain no-repeat;
  transition: 0.3s;
}
.link-right {
  margin-left: auto;
}

/* Форма */
.form-row {
  margin: 24px 0;
  display: flex;
  gap: 32px;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .form-row {
    flex-direction: column;
    gap: 16px;
    margin: 16px 0;
  }
}
@media (min-width: 768px) {
  .form-row .col-50 {
    width: calc(50% - 16px);
  }
}
.form-list {
  margin: 24px 0;
  display: flex;
  gap: 24px;
  align-items: flex-start;
  flex-direction: column;
}
@media (max-width: 767px) {
  .form-list {
    gap: 16px;
    margin: 16px 0;
  }
}
.form-list .spoiler-content {
  width: 100%;
}
@media (max-width: 767px) {
  .form {
    margin: 16px 0;
  }
}
.form-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.form-input {
  width: 100%;
  padding: 12px;
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  background-color: transparent;
  transition: background-color 0.3s;
}
.form-input:hover {
  background-color: white;
}
@media (max-width: 767px) {
  .form-input {
    padding: 8px;
  }
}
.form-input-wrapper {
  position: relative;
  width: 100%;
}
.form-input.w-100 {
  width: 100px;
  flex: none;
}
@media (max-width: 767px) {
  .form-input.w-100 {
    width: 100%;
  }
}
.form-input-search {
  background-image: url("../img/icons/search.svg");
  background-position: calc(100% - 12px) center;
  background-repeat: no-repeat;
  background-size: 22px 22px;
  padding-right: 42px;
}
.form-date {
  width: 100%;
  display: flex;
  gap: 16px;
  align-items: center;
}
@media (max-width: 767px) {
  .form-date {
    flex-direction: column;
    align-items: flex-start;
  }
}
.form-radio {
  cursor: pointer;
  display: inline-flex;
  align-items: flex-start;
  position: relative;
}
.form-radio .jq-radio {
  border-color: #E6E6E6;
  background: #F9F9F9;
  box-shadow: none;
  width: 24px;
  height: 24px;
  flex: none;
  margin: 0 16px 0 0;
  vertical-align: 0;
  transition: all 0.3s;
  overflow: visible;
}
.form-radio .jq-radio__div {
  width: 10px;
  height: 10px;
  background: #E6E6E6;
  box-shadow: none;
  margin: 6px 0 0 6px;
  border-radius: 50%;
  transition: all 0.3s;
}
.form-radio .jq-radio.checked {
  border-color: #0054C9;
  background: #0054C9;
}
.form-radio .jq-radio.checked .jq-radio__div {
  background: white;
  box-shadow: none;
  margin: 6px 0 0 6px;
}
.form-checkbox {
  cursor: pointer;
  display: inline-flex;
  align-items: flex-start;
  position: relative;
}
.form-checkbox .jq-checkbox {
  border-radius: 4px;
  border-color: #E6E6E6;
  background: #F9F9F9;
  box-shadow: none;
  width: 24px;
  height: 24px;
  flex: none;
  margin: 0 16px 0 0;
  vertical-align: 0;
  transition: all 0.3s;
  overflow: visible;
}
.form-checkbox .jq-checkbox__div {
  width: 10px;
  height: 7px;
  margin: 6px 0 0 6px;
  border-bottom: 2px solid #E6E6E6;
  border-left: 2px solid #E6E6E6;
  transform: rotate(-50deg);
  transition: all 0.3s;
}
.form-checkbox .jq-checkbox.checked {
  background: #0054C9;
  border-color: #0054C9;
}
.form-checkbox .jq-checkbox.checked .jq-checkbox__div {
  width: 10px;
  height: 7px;
  margin: 6px 0 0 6px;
  border-color: white;
  box-shadow: none;
}
.form-captcha {
  position: relative;
  max-width: 460px;
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  padding: 12px;
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 499px) {
  .form-captcha {
    flex-direction: column;
    align-items: flex-start;
  }
}
.form-captcha-img {
  display: flex;
  align-items: center;
  flex: none;
}
.form-captcha-img img {
  height: 40px;
  width: auto;
  border-radius: 0 !important;
}
.form-captcha-img .link-icon {
  cursor: pointer;
  height: 50px;
  width: 50px;
  background-size: 22px 22px;
}
.form-success {
  display: none;
}

label.error {
  position: absolute;
  bottom: 100%;
  left: 0;
  color: red;
  font-size: 12px;
  white-space: nowrap;
}

textarea {
  max-width: 100%;
}

.btn {
  cursor: pointer;
  background-color: #0054C9;
  color: white;
  text-decoration: none;
  padding: 12px 32px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s;
}
.btn:hover {
  background-color: #0048AE;
  color: white;
}
@media (max-width: 767px) {
  .btn {
    padding: 8px 24px;
  }
}

.upload {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 62px;
  opacity: 0;
  cursor: pointer;
}
.upload-wrapper {
  margin-top: 16px;
  position: relative;
  color: black;
}
.upload-btn {
  background-color: #F9F9F9;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
  border: 1px dashed #808080;
  border-radius: 4px;
}
.upload-btn-text {
  width: 100%;
  text-align: center;
}
.upload-files-item {
  margin-top: 16px;
  background-color: #F9F9F9;
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  padding: 12px;
  display: flex;
}
.upload-files-item::before {
  content: "";
  display: block;
  background: url("../img/icons/doc.svg");
  margin-right: 8px;
  height: 22px;
  width: 22px;
}
@media (max-width: 767px) {
  .upload-files-item::before {
    margin-right: 4px;
    height: 20px;
    width: 20px;
  }
}
.upload-files-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.upload-files-del {
  margin: 0 0 0 auto;
  cursor: pointer;
}
.upload-files-size {
  display: none;
}

.jq-selectbox {
  width: 100%;
}
.jq-selectbox__select {
  height: auto;
  padding: 12px 46px 12px 12px;
  border-color: #E6E6E6;
  background: none;
  box-shadow: none;
  text-shadow: none;
  font: inherit;
  color: black;
  transition: background 0.3s;
}
.jq-selectbox__select:hover, .jq-selectbox__select:active {
  background: white;
  box-shadow: none;
}
.jq-selectbox__select-text {
  width: 100% !important;
}
.jq-selectbox__dropdown {
  margin: 0;
  border-color: #E6E6E6;
  box-shadow: none;
  font: inherit;
}
.jq-selectbox__dropdown > ul {
  margin: 0 !important;
}
.jq-selectbox__dropdown > ul > li {
  list-style-type: none !important;
  margin: 0 !important;
  padding: 12px !important;
  transition: color 0.3s;
  color: #2B2B40;
  white-space: normal;
}
.jq-selectbox__dropdown > ul > li:hover, .jq-selectbox__dropdown > ul > li.sel {
  color: #0054C9;
  background: none;
}
.jq-selectbox__dropdown > ul > li.disabled {
  display: none;
}
.jq-selectbox__trigger {
  top: calc(50% - 11px);
  right: 12px;
  border-left: none;
  height: 22px;
  width: 22px;
  background: url(../img/icons/spoiler.svg) center/contain no-repeat;
}
.jq-selectbox__trigger-arrow {
  display: none;
}
.jq-selectbox.opened .jq-selectbox__trigger {
  transform: rotate(180deg);
}
.jq-selectbox.focused .jq-selectbox__select {
  border-color: #E6E6E6;
}
.jq-selectbox li.disabled {
  display: none !important;
}

#map-person-styler {
  width: 100%;
  max-width: 264px;
}

.livesearch-wrapper {
  position: relative;
  width: 100%;
}
.livesearch-wrapper.open .livesearch-list {
  display: block;
}
.livesearch-list {
  position: absolute;
  width: 100%;
  list-style: none;
  max-height: 50vh;
  overflow: auto;
  background-color: white;
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  display: none;
  box-sizing: border-box;
  z-index: 2;
  margin: 0 !important;
}
.livesearch-list__item {
  padding: 12px;
  margin: 0 !important;
  cursor: pointer;
}

.ui-datepicker {
  padding: 0;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 2px;
  top: 2px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 2px;
  top: 2px;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: auto;
}

.ui-widget-header {
  background-color: transparent;
  font-weight: normal;
  border: none;
}

.ui-widget-content {
  color: #2B2B40;
}

.ui-widget.ui-widget-content {
  border-color: #E6E6E6;
  border-radius: 4px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  text-align: center;
  border: 1px solid transparent;
  background: white;
  color: #2B2B40;
  border-radius: 4px;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border-color: #0054C9;
  background: #0054C9;
  color: white;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border-color: #0054C9;
  color: #0054C9;
}

.ui-icon-circle-triangle-e,
.ui-icon-circle-triangle-w {
  background-position: center;
  background-size: contain;
}

.ui-icon-circle-triangle-w {
  transform: rotate(180deg);
}

.ui-widget-header .ui-icon {
  background-image: url(../img/icons/arrow.svg);
}
.ui-widget-header .ui-state-hover {
  border: none;
  background: none;
}

.hasDatepicker {
  background-image: url(../img/icons/calendar.svg);
  background-repeat: no-repeat;
  background-size: 22px 22px;
  background-position: calc(100% - 12px) center;
}
@media (max-width: 767px) {
  .hasDatepicker {
    background-size: 20px 20px;
    background-position-x: calc(100% - 8px);
  }
}

/* Шапка */
.header {
  position: relative;
}
.header-top {
  background-color: #091A42;
  padding: 12px 0;
}
.header-top a {
  color: #F9F9F9;
  opacity: 0.6;
  transition: opacity 0.3s;
}
.header-top a:hover {
  color: #F9F9F9;
  opacity: 1;
}
.header-top .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-top-right {
  display: flex;
  align-items: center;
}
.header-top-right .header-top-link {
  margin-left: 24px;
}
@media (max-width: 767px) {
  .header-top-right .header-top-link {
    font-size: 0;
    margin-left: 16px;
  }
  .header-top-right .header-top-link .link-icon {
    margin-right: 0;
  }
}
.header-bottom {
  background-color: white;
  padding: 20px 0;
  border-bottom: 1px solid #E6E6E6;
}
.header-bottom .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .header-bottom {
    padding: 16px 0;
  }
}
.header-logo {
  display: flex;
  text-decoration: none;
}
.header-logo img {
  height: 60px;
}
@media (max-width: 767px) {
  .header-logo img {
    height: 48px;
  }
}
.header-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header-menu a {
  color: #2B2B40;
  text-decoration: none;
}
.header-menu-item {
  position: relative;
  padding: 16px 0;
  margin-left: 24px;
}
.header-menu-item:hover .header-submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media (max-width: 767px) {
  .header-menu-item {
    padding: 0;
  }
}
.header-menu-link:hover {
  color: #0054C9;
}
.header-menu-link:hover path {
  fill: #0054C9;
}
.header-menu-bars {
  display: block;
  flex: none;
  height: 22px;
  width: 22px;
  background: url(../img/icons/menu.svg) center/contain no-repeat;
  transition: all 0.3s;
}
.header-menu-bars:hover {
  background-image: url(../img/icons/menu-blue.svg);
}
.header-menu-bars.active {
  background-image: url(../img/icons/close.svg);
}
.header-menu-bars.active:hover {
  background-image: url(../img/icons/close-blue.svg);
}
.header-submenu {
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.3em);
  transition: all 0.3s;
  position: absolute;
  top: 100%;
  left: -32px;
  z-index: 14;
  min-width: 260px;
  background-color: white;
  padding: 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 6px;
}
.header-submenu a {
  opacity: 0.6;
}
.header-submenu a:hover {
  color: #0054C9;
  opacity: 1;
}
.header-submenu-link:not(:last-child) {
  margin-bottom: 16px;
}
.header-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 1119px) {
  .header-nav {
    display: none;
  }
}

/* Подвал */
.footer-top {
  background-color: #091A42;
  padding: 64px 0;
  color: white;
}
@media (max-width: 767px) {
  .footer-top {
    padding: 32px 0;
  }
}
.footer-top .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .footer-top .container {
    flex-direction: column;
  }
}
.footer-top-col {
  width: calc((100% - 64px) / 3);
}
@media (max-width: 1119px) {
  .footer-top-col {
    width: calc((100% - 32px) / 2);
  }
  .footer-top-col-2 {
    display: none;
  }
}
@media (max-width: 767px) {
  .footer-top-col {
    width: 100%;
  }
  .footer-top-col:not(:last-child) {
    margin-bottom: 32px;
  }
}
.footer-bottom {
  background-color: #2B2B40;
  padding: 16px 0;
  color: gray;
}
.footer-bottom .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .footer-bottom .container {
    flex-direction: column;
  }
}
.footer-bottom-col {
  width: calc((100% - 32px) / 2);
}
@media (min-width: 768px) {
  .footer-bottom-col-2 {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .footer-bottom-col {
    width: 100%;
  }
  .footer-bottom-col:not(:last-child) {
    margin-bottom: 16px;
  }
}
.footer a {
  text-decoration: none;
  color: white;
}
.footer-logo {
  display: inline-block;
}
@media (max-width: 767px) {
  .footer-logo img {
    height: 48px;
  }
}
.footer-address {
  margin-bottom: 16px;
}
.footer-link {
  opacity: 0.6;
  transition: opacity 0.3s;
}
.footer-link:hover {
  opacity: 1;
}
.footer-link:not(:last-child) {
  margin-bottom: 16px;
}
.footer-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* Хлебные крошки */
.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px 24px;
}
@media (max-width: 767px) {
  .breadcrumbs {
    margin: 0 -4px 12px;
  }
}
.breadcrumbs-link {
  white-space: nowrap;
  display: inline-block;
  margin: 0 8px 24px;
  text-decoration: none;
  color: #808080;
  transition: color 0.3s;
}
@media (max-width: 767px) {
  .breadcrumbs-link {
    margin: 0 4px 12px;
  }
}
.breadcrumbs-link.active {
  color: #2B2B40;
  pointer-events: none;
}
.breadcrumbs-link:hover {
  color: #0054C9;
}
.breadcrumbs-link:not(:last-child)::after {
  content: "|";
  margin-left: 16px;
  color: #E6E6E6;
}
@media (max-width: 767px) {
  .breadcrumbs-link:not(:last-child)::after {
    margin-left: 8px;
  }
}

/* Меню */
.menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: calc(100vh - 144px);
  background-color: white;
  z-index: 13;
  overflow: auto;
}
@media (max-width: 767px) {
  .menu {
    height: calc(100vh - 125px);
  }
}
.menu a {
  color: #2B2B40;
  text-decoration: none;
}
.menu a:hover {
  color: #0054C9;
}
@media (max-width: 991px) {
  .menu .container {
    padding: 0;
  }
}
.menu-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 52px -32px 0;
}
@media (max-width: 991px) {
  .menu-wrapper {
    display: block;
    margin: 0;
  }
}
.menu-item {
  width: calc(25% - 64px);
  margin: 32px;
}
@media (max-width: 1119px) {
  .menu-item {
    width: calc(50% - 64px);
  }
}
@media (max-width: 991px) {
  .menu-item {
    width: 100%;
    margin: 0;
  }
}
.menu-link {
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .menu-link {
    font-size: 32px;
    line-height: 140%;
    margin: 0;
    padding: 16px 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #E6E6E6;
  }
  .menu-link:not(.menu-sub-title)::after {
    content: "";
    display: block;
    height: 22px;
    width: 22px;
    flex: none;
    background: url(../img/icons/arrow.svg) center/contain no-repeat;
    transition: all 0.3s;
  }
  .menu-link:not(.menu-sub-title):hover::after {
    background-image: url(../img/icons/arrow-blue.svg);
  }
}
@media (max-width: 767px) {
  .menu-link {
    padding: 12px 16px;
    font-size: 22px;
  }
  .menu-link:not(.menu-sub-title)::after {
    height: 20px;
    width: 20px;
  }
}
@media (min-width: 992px) {
  .menu-sub {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
  .menu-sub .menu-sub {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .menu-sub {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .menu-sub {
    display: none;
    background-color: #F9F9F9;
  }
  .menu-sub .menu-sub {
    background-color: #E6E6E6;
  }
  .menu-sub .menu-sub .menu-sub {
    padding-left: 16px;
  }
}
.menu-sub-link {
  display: inline-block;
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  .menu-sub-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 48px;
    font-size: 24px;
    margin-bottom: 0;
  }
  .menu-sub-link::after {
    content: "";
    display: block;
    height: 22px;
    width: 22px;
    flex: none;
    background: url(../img/icons/arrow.svg) center/contain no-repeat;
    transition: all 0.3s;
  }
  .menu-sub-link:hover::after {
    background-image: url(../img/icons/arrow-blue.svg);
  }
  .menu-sub-link.js-submenu::after {
    transform: rotate(90deg);
  }
  .menu-sub-link.active::after {
    transform: rotate(-90deg);
  }
}
@media (max-width: 767px) {
  .menu-sub-link {
    padding: 14px 16px;
    font-size: 20px;
  }
  .menu-sub-link::after {
    height: 20px;
    width: 20px;
  }
}
.menu-sub-title {
  transition: all 0.3s;
}
@media (min-width: 992px) {
  .menu-sub-title {
    font-weight: 500;
  }
}
@media (max-width: 991px) {
  .menu-sub-title {
    cursor: pointer;
  }
  .menu-sub-title::after {
    content: "";
    display: block;
    height: 22px;
    width: 22px;
    flex: none;
    background: url(../img/icons/spoiler.svg) center/contain no-repeat;
    transition: all 0.3s;
  }
  .menu-sub-title.active {
    border-color: #0054C9;
    color: #0054C9;
  }
  .menu-sub-title.active::after {
    transform: rotate(180deg);
  }
}
@media (max-width: 767px) {
  .menu-sub-title::after {
    height: 20px;
    width: 20px;
  }
}

/* Спойлер */
.spoiler {
  background-color: white;
  border: 1px solid #E6E6E6;
  border-radius: 6px;
  margin: 16px 0;
}
.spoiler-name {
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 24px;
}
@media (max-width: 767px) {
  .spoiler-name {
    padding: 16px;
  }
}
.spoiler-name::after {
  content: "";
  display: block;
  height: 22px;
  width: 22px;
  flex: none;
  background: url(../img/icons/spoiler.svg) center/contain no-repeat;
  transition: all 0.3s;
  margin-left: 32px;
}
@media (max-width: 767px) {
  .spoiler-name::after {
    height: 20px;
    width: 20px;
    margin-left: 8px;
  }
}
.spoiler-name.active::after {
  transform: rotate(180deg);
}
.spoiler-content {
  display: none;
}
.spoiler-inner {
  padding: 0 24px 24px;
}
@media (max-width: 767px) {
  .spoiler-inner {
    padding: 0 16px 16px;
  }
}

/* Документы */
.file {
  display: block;
  padding-left: 24px;
  border-left: 1px solid #E6E6E6;
  margin: 24px 0;
  text-decoration: none;
}
.file:hover .file-info {
  background-color: #0048AE;
}
@media (max-width: 767px) {
  .file {
    padding-left: 16px;
    margin: 16px 0;
  }
}
.file-title {
  color: #2B2B40;
  font-weight: 700;
  display: block;
  margin-bottom: 16px;
  transition: color 0.3s;
}
@media (max-width: 767px) {
  .file-title {
    margin-bottom: 8px;
  }
}
.file-info {
  display: inline-flex;
  align-items: center;
  color: white;
  padding: 8px;
  background-color: #0054C9;
  border-radius: 4px;
  transition: background-color 0.3s;
}
.file-info::after {
  content: "";
  display: block;
  height: 22px;
  width: 22px;
  background: url(../img/icons/download-w.svg) center/contain no-repeat;
  flex: none;
  margin-left: 8px;
}
@media (max-width: 767px) {
  .file-info::after {
    height: 20px;
    width: 20px;
  }
}
.file-in-txt {
  color: #2B2B40;
  position: relative;
  padding-left: 40px;
  text-decoration: none;
}
@media (max-width: 767px) {
  .file-in-txt {
    padding-left: 30px;
  }
}
.file-in-txt::before {
  content: "";
  display: inline-block;
  height: 24px;
  width: 24px;
  background: url(../img/icons/files/file.svg) center/contain no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .file-in-txt::before {
    height: 22px;
    width: 22px;
  }
}
.file-in-txt.pdf::before {
  background-image: url(../img/icons/files/pdf.svg);
}
.file-in-txt.xls::before {
  background-image: url(../img/icons/files/xls.svg);
}
.file-in-txt.doc::before {
  background-image: url(../img/icons/files/doc.svg);
}
.file-in-txt-title {
  color: #0054C9;
  text-decoration: underline;
}
.file-in-txt-info {
  color: #2B2B40;
  margin-left: 8px;
}
.file-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: -16px;
}
@media (max-width: 767px) {
  .file-wrapper {
    margin: -8px;
  }
}
.file-wrapper .file {
  width: calc(33.3333333333% - 32px);
  margin: 16px;
}
@media (max-width: 767px) {
  .file-wrapper .file {
    width: calc(50% - 16px);
    margin: 8px;
  }
}
@media (max-width: 399px) {
  .file-wrapper .file {
    width: calc(100% - 16px);
  }
}
.file-important {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
@media (max-width: 767px) {
  .file-important {
    flex-direction: column;
    gap: 8px;
  }
}

/* Таблица */
.table-responsive {
  margin: 24px 0;
}
.table-responsive:not(.clear) {
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #E6E6E6;
}
.table-responsive:not(.clear) table tr:first-child td,
.table-responsive:not(.clear) table tr:first-child th {
  border-top: none;
}
.table-responsive:not(.clear) table tr:last-child td,
.table-responsive:not(.clear) table tr:last-child th {
  border-bottom: none;
}
.table-responsive:not(.clear) table tr td:first-child,
.table-responsive:not(.clear) table tr th:first-child {
  border-left: none;
}
.table-responsive:not(.clear) table tr td:last-child,
.table-responsive:not(.clear) table tr th:last-child {
  border-left: none;
}
@media (max-width: 767px) {
  .table-responsive {
    margin: 16px 0;
  }
}
.table-responsive .mCSB_scrollTools {
  opacity: 1;
  filter: none;
}
.table-responsive .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  height: 6px;
  bottom: auto;
  background-color: #E6E6E6;
}
.table-responsive .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 100%;
  margin: 0;
  background-color: #0054C9;
  border-radius: 6px;
  border: 1px solid #E6E6E6;
}
.table-responsive .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 100%;
  margin: 0;
  opacity: 0;
}
.table-responsive .mCSB_container {
  margin-bottom: 0 !important;
}

/* Слайдер */
.slider-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.slider-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.slider-arrow {
  flex: none;
  margin-left: 24px;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.3s;
}
.slider-arrow:hover {
  opacity: 1;
}
.slider-arrow-prev .link-arrow {
  transform: rotate(180deg);
}

/* Баннеры */
.banner-item {
  display: block;
  height: 180px;
  padding: 16px;
  background-color: #091A42;
  color: white;
  text-decoration: none;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}
.banner-item:hover {
  background-color: #0048AE;
  color: white;
}
@media (max-width: 767px) {
  .banner-item {
    height: 156px;
  }
}
.banner-icon {
  position: absolute;
  right: 10px;
  bottom: 10px;
  height: 130px;
  width: 130px;
  flex: none;
}
@media (max-width: 767px) {
  .banner-icon {
    height: 104px;
    width: 104px;
  }
}
.banner-title {
  margin-bottom: 5px;
}
.banner-text {
  opacity: 0.7;
}

/* Карточки */
.card-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  background-color: white;
  border: 1px solid #E6E6E6;
  color: black;
  text-decoration: none;
  transition: all 0.3s;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  margin: 24px 0;
}
@media (max-width: 767px) {
  .card-item {
    padding: 16px;
    margin: 16px 0;
  }
}
.card-item:hover {
  border-color: #0054C9;
  color: black;
}
.card-item:hover .card-title {
  color: #0054C9;
}
.card-item:hover .link-arrow {
  background-image: url(../img/icons/arrow-blue.svg);
}
.card-item-blue {
  height: 204px;
  color: white;
  background-color: #091A42;
  margin: 0;
}
@media (max-width: 767px) {
  .card-item-blue {
    height: 152px;
  }
}
.card-item-blue:hover {
  background-color: #0048AE;
  color: white;
}
.card-item-blue:hover .card-title {
  color: white;
}
.card-item-blue:hover .link-arrow {
  background-image: url(../img/icons/arrow-w.svg);
}
.card-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.card-title {
  color: inherit;
  text-decoration: none;
  margin-bottom: 24px;
  transition: color 0.3s;
}
.card-icon {
  height: 48px;
  width: 48px;
}
@media (max-width: 767px) {
  .card-icon {
    height: 36px;
    width: 36px;
  }
}
.card-icon-wrapper {
  height: 64px;
  width: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  padding: 8px;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.3);
}
@media (max-width: 767px) {
  .card-icon-wrapper {
    height: 48px;
    width: 48px;
  }
}
.card-person {
  display: flex;
  padding: 24px;
  background-color: white;
  border: 1px solid #E6E6E6;
  color: black;
  text-decoration: none;
  transition: all 0.3s;
  border-radius: 8px;
  margin: 24px 0;
}
.card-person:hover .link-arrow {
  background-image: url(../img/icons/arrow-blue.svg);
}
@media (max-width: 767px) {
  .card-person {
    padding: 16px;
    margin: 16px 0;
  }
}
@media (max-width: 379px) {
  .card-person {
    flex-direction: column;
  }
  .card-person .card-title {
    margin-bottom: 8px;
  }
  .card-person .card-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  .card-person .card-bottom .link-arrow {
    margin: 8px 0 0 auto;
  }
}
.card-person-big {
  margin: 0;
}
@media (max-width: 499px) {
  .card-person-big {
    flex-direction: column;
  }
}
.card-person-big .card-person-img {
  border-radius: 8px;
  height: 250px;
  width: 250px;
}
@media (max-width: 499px) {
  .card-person-big .card-person-img {
    height: 79.377vw;
    width: 100%;
    margin: 0 0 8px;
  }
}
@media (max-width: 499px) {
  .card-person-big .card-title br {
    display: none;
  }
}
.card-person-big .card-person-info {
  justify-content: flex-start;
}
.card-person-big .card-person-info > *:not(:last-child) {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .card-person-big .card-person-info > *:not(:last-child) {
    margin-bottom: 8px;
  }
}
.card-person-img {
  border: 1px solid #E6E6E6;
  border-radius: 6px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
  height: 100px;
  width: 100px;
  margin-right: 32px;
}
.card-person-img-m {
  background-image: url(../img/deputat-list/man.png);
}
.card-person-img-w {
  background-image: url(../img/deputat-list/woman.png);
}
@media (max-width: 767px) {
  .card-person-img {
    margin-right: 16px;
  }
}
@media (max-width: 379px) {
  .card-person-img {
    margin: 0 0 8px;
    width: 100%;
    height: calc(100vw - 64px);
  }
}
.card-person-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Опросы */
.opros-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  background-color: white;
  border: 1px solid #E6E6E6;
  color: #2B2B40;
  text-decoration: none;
  transition: all 0.3s;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  margin: 24px 0;
}
.opros-item:hover .link-arrow {
  background-image: url(../img/icons/arrow-blue.svg);
}
.opros-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.opros-info {
  display: flex;
}
.opros-info .link-with-icon {
  margin-right: 24px;
}
.opros-result {
  display: flex;
  align-items: center;
}
.opros-result-bar {
  width: 0%;
  height: 25px;
  opacity: 0.4;
  background-color: #0054C9;
  border-radius: 8px;
  transition: all 0.3s;
}
.opros-result-bar-max {
  opacity: 1;
}
.opros-result-num {
  margin-left: 16px;
  width: 100%;
}
@media (max-width: 1119px) {
  .opros-result-num {
    margin-left: 8px;
    width: auto;
  }
}

a.card-person:hover {
  border-color: #0054C9;
  color: black;
}
a.card-person:hover .card-title {
  color: #0054C9;
}
a.opros-item:hover {
  border-color: #0054C9;
  color: #2B2B40;
}
a.opros-item:hover .opros-title {
  color: #0054C9;
}
a.media-item:hover .media-title {
  color: #0054C9;
}

/* Гос. баннеры */
.gos-banner-grid {
  display: flex;
  flex-wrap: wrap;
  margin: -8px;
}
.gos-banner-item {
  margin: 8px;
  padding: 8px;
  border-radius: 6px;
  border: 1px solid #E6E6E6;
}
.gos-banner-item-1, .gos-banner-item-3 {
  width: calc((100% - 32px) / 3 * 2);
}
@media (max-width: 1119px) {
  .gos-banner-item-1, .gos-banner-item-3 {
    width: 100%;
  }
}
.gos-banner-item-2, .gos-banner-item-4 {
  width: calc((100% - 32px) / 3);
}
@media (max-width: 1119px) {
  .gos-banner-item-2, .gos-banner-item-4 {
    width: calc(50% - 16px);
  }
}
@media (max-width: 767px) {
  .gos-banner-item-2, .gos-banner-item-4 {
    width: 100%;
  }
}
@media (max-width: 1119px) {
  .gos-banner-item-1 {
    order: 1;
  }
  .gos-banner-item-2 {
    order: 2;
  }
  .gos-banner-item-3 {
    order: 4;
  }
  .gos-banner-item-4 {
    order: 3;
  }
}
.gos-banner-inner {
  border-radius: 4px;
  overflow: hidden;
  width: 100%;
}

/* Полезные ссылки */
.useful-link-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: -16px;
}
@media (max-width: 767px) {
  .useful-link-list {
    margin: 0;
  }
}
.useful-link-item {
  margin: 16px;
  width: calc(33.3333333333% - 32px);
  text-decoration: none;
  color: #808080;
  background-color: white;
  border: 1px solid #E6E6E6;
  padding: 24px;
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.3s;
}
.useful-link-item:hover {
  border-color: #0048AE;
}
.useful-link-item:hover .link-arrow {
  background-image: url(../img/icons/arrow-blue.svg);
}
@media (max-width: 1119px) {
  .useful-link-item {
    width: calc(50% - 32px);
  }
}
@media (max-width: 767px) {
  .useful-link-item {
    width: 100%;
    padding: 16px;
    margin: 0;
  }
  .useful-link-item:not(:last-child) {
    margin-bottom: 16px;
  }
}
.useful-link-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .useful-link-top {
    margin-bottom: 12px;
  }
}
.useful-link-img {
  height: 64px;
  width: 64px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  flex: none;
}
@media (max-width: 767px) {
  .useful-link-img {
    height: 48px;
    width: 48px;
  }
}

/* Новости */
.news-item {
  display: block;
  text-decoration: none;
  color: #2B2B40;
  padding: 12px 24px;
  border-left: 1px solid #E6E6E6;
  transition: all 0.3s;
  overflow: hidden;
}
.news-item:not(:last-child) {
  margin-bottom: 32px;
}
.news-item:hover {
  border-left-color: #0048AE;
}
.news-item:hover .link-arrow {
  opacity: 1;
  transform: translateX(0);
}
@media (max-width: 767px) {
  .news-item:not(:last-child) {
    margin-bottom: 16px;
  }
}
.news-item-big {
  height: 384px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-decoration: none;
  color: white;
  padding: 32px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  background-color: black;
}
@media (max-width: 767px) {
  .news-item-big {
    height: 248px;
    padding: 16px;
  }
}
.news-item-big:hover {
  color: white;
}
.news-item-big:hover .link-arrow {
  opacity: 1;
  transform: translateX(0);
}
.news-item-big .news-title {
  align-items: flex-end;
}
.news-item-big .news-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.6;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-item-big .news-desc {
  position: relative;
}
.news-item-big .news-date {
  color: white;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .news-item-big .news-date {
    margin-bottom: 0;
  }
}
.news-item-big .news-title .link-arrow {
  margin-right: 8px;
  margin-bottom: 6px;
  background-image: url(../img/icons/arrow-w.svg);
}
.news-date {
  color: #808080;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .news-date {
    margin-bottom: 8px;
  }
}
.news-title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.news-title .link-arrow {
  margin-left: 16px;
  opacity: 0;
  transform: translateX(-0.3em);
  transition: all 0.3s;
  background-image: url(../img/icons/arrow-blue.svg);
}
@media (max-width: 767px) {
  .news-title .link-arrow {
    height: 20px;
    width: 20px;
    opacity: 1;
    transform: none;
  }
}
.news-bottom {
  display: flex;
  justify-content: space-between;
}

/* Пагинация */
.pagination {
  display: flex;
  align-items: center;
  margin: 0 -4px;
}
.pagination .pagination-btn {
  padding: 0;
  height: 50px;
  width: 50px;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 4px;
}
.pagination .pagination-btn.active {
  color: white;
  background-color: #0054C9;
}
@media (max-width: 767px) {
  .pagination .pagination-btn {
    height: 36px;
    width: 36px;
  }
}
.pagination-wrapper {
  display: flex;
  align-items: center;
  margin: 32px 0;
}
.pagination-btn {
  color: #0054C9;
  border: 1px solid #0054C9;
  border-radius: 4px;
  padding: 12px 32px;
  text-decoration: none;
}
.pagination-next {
  margin-left: auto;
}
@media (max-width: 767px) {
  .pagination-next {
    display: none;
  }
}
.pagination-icon {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 26px;
  width: 26px;
  color: #808080;
}

/* Табы */
.tab {
  color: #808080;
  text-decoration: none;
  transition: all 0.3s;
  border-bottom: 2px solid transparent;
  display: block;
  padding: 16px;
  margin-bottom: -1px;
}
.tab.active {
  color: #2B2B40;
  background-color: white;
  border-color: #0054C9;
}
.tab-content {
  display: none;
}
.tab-nav {
  display: flex;
  border-bottom: 1px solid #E6E6E6;
  margin-bottom: 24px;
  overflow-x: auto;
  overflow-y: hidden;
}
@media (max-width: 767px) {
  .tab-nav {
    margin-bottom: 12px;
  }
  .tab-nav::-webkit-scrollbar {
    height: 0;
  }
}

/* Главная */
.index-news-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1119px) {
  .index-news-row {
    flex-direction: column;
    align-items: stretch;
  }
}
.index-news-top {
  align-items: stretch;
  margin-bottom: 32px;
}
@media (max-width: 1119px) {
  .index-news-top .news-item-big {
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .index-news-top .news-item-big {
    margin-bottom: 16px;
  }
}
.index-news-left {
  width: calc((100% + 32px) * 2 / 3 - 32px);
}
@media (max-width: 1119px) {
  .index-news-left {
    width: 100%;
  }
}
.index-news-left .news-item-big {
  height: 100%;
}
.index-news-right {
  width: calc((100% + 32px) / 3 - 32px);
}
@media (max-width: 1119px) {
  .index-news-right {
    width: 100%;
  }
}
.index-news-right .index-news-item {
  width: 100%;
}
.index-news-list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 1119px) {
  .index-news-list {
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .index-news-list {
    flex-direction: column;
  }
}
.index-news-item {
  width: calc(50% - 16px);
  height: 126px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .index-news-item {
    width: 100%;
    height: 107px;
  }
}
@media (max-width: 1119px) and (min-width: 768px) {
  .index-news-banner-list {
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 1119px) and (min-width: 768px) {
  .index-news-banner-list .banner-item {
    width: calc(50% - 16px);
  }
}
.index-news-banner-list .banner-item:not(:last-child) {
  margin-bottom: 32px;
}
@media (max-width: 1119px) {
  .index-news-banner-list .banner-item:not(:last-child) {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .index-news-banner-list .banner-item:not(:last-child) {
    margin-bottom: 16px;
  }
}
.index-activity {
  background-color: white;
  padding: 64px 0;
}
@media (max-width: 767px) {
  .index-activity {
    padding: 32px 0;
  }
}
.index-activity-slider {
  overflow: hidden;
}
@media (max-width: 767px) {
  .index-activity-slider {
    margin: 0 -16px;
  }
  .index-activity-slider .card-item {
    width: calc(100vw - 70px);
  }
}
.index-activity-slider .slick-slide {
  margin: 0 16px;
}
@media (max-width: 767px) {
  .index-activity-slider .slick-slide {
    margin: 0 8px;
  }
}
.index-activity-slider .slick-list {
  margin: 0 -16px;
}
@media (max-width: 767px) {
  .index-activity-slider .slick-list {
    padding: 0 50px;
  }
}

/* Текстовая */
.inner-page {
  display: flex;
  justify-content: space-between;
  margin: 84px 0;
}
@media (max-width: 767px) {
  .inner-page {
    margin: 32px 0;
  }
}
.inner-page-side {
  width: 256px;
  flex: none;
  display: flex;
  flex-direction: column;
}
.inner-page-side-link {
  padding: 16px;
  border-bottom: 1px solid #E6E6E6;
  text-decoration: none;
  opacity: 0.6;
  transition: opacity 0.3s;
}
.inner-page-side-link:hover {
  opacity: 1;
}
.inner-page-side-link.active {
  color: black;
}
@media (max-width: 1119px) {
  .inner-page-side {
    display: none;
  }
}
.inner-page-content {
  width: calc(100% - 256px - 64px);
}
@media (max-width: 1119px) {
  .inner-page-content {
    width: 100%;
  }
}
.inner-page-content ul {
  margin-left: 24px;
}
@media (max-width: 767px) {
  .inner-page-content ul {
    margin-left: 16px;
  }
}
.inner-page-content ul > li {
  padding-left: 16px;
  margin: 24px 0;
  list-style-type: "—";
}
@media (max-width: 767px) {
  .inner-page-content ul > li {
    padding-left: 8px;
    margin: 16px 0;
  }
}
.inner-page-content ul > li > ul li {
  padding-left: 0;
  list-style-type: disc;
}
.inner-page-content ol {
  list-style: none;
  counter-reset: point;
}
.inner-page-content ol > li {
  position: relative;
  padding-left: 40px;
  margin: 24px 0;
}
@media (max-width: 767px) {
  .inner-page-content ol > li {
    padding-left: 30px;
    margin: 16px 0;
  }
}
.inner-page-content ol > li::before {
  content: counter(point) ".";
  counter-increment: point 1;
  position: absolute;
  top: 0;
  left: 0;
}
.inner-page-content ol > li > ol {
  counter-reset: point2;
}
.inner-page-content ol > li > ol > li {
  padding-left: 46px;
}
.inner-page-content ol > li > ol > li::before {
  content: counter(point) "." counter(point2) ".";
  counter-increment: point2;
}
.inner-page-content ol > li > ol > li > ol {
  margin-left: 0;
  counter-reset: point3;
}
.inner-page-content ol > li > ol > li > ol > li {
  padding-left: 62px;
}
.inner-page-content ol > li > ol > li > ol > li::before {
  content: counter(point) "." counter(point2) "." counter(point3) ".";
  counter-increment: point3;
}
.inner-page-content ol > li > ol > li > ol > li > ol {
  counter-reset: point4;
}
.inner-page-content ol > li > ol > li > ol > li > ol > li {
  padding-left: 78px;
}
.inner-page-content ol > li > ol > li > ol > li > ol > li::before {
  content: counter(point) "." counter(point2) "." counter(point3) "." counter(point4) ".";
  counter-increment: point4;
}
.inner-page-content ol > li > ul li {
  padding-left: 0;
  list-style-type: disc;
}
.inner-page-content img {
  border-radius: 6px;
  overflow: hidden;
}
.inner-page.map-page {
  position: relative;
}
.inner-page.map-page .inner-page-side {
  display: none;
}

/* Страница с ошибкой */
.error-page {
  display: flex;
  justify-content: space-between;
  margin: 84px 0;
}
@media (max-width: 767px) {
  .error-page {
    margin: 32px 0;
  }
}
.error-page-left .btn {
  display: inline-flex;
}
.error-page-right {
  width: calc(33.3333333333% - 32px);
  margin-left: 32px;
}
@media (max-width: 767px) {
  .error-page-right {
    display: none;
  }
}
.error-page-card {
  background-color: white;
  padding: 24px;
  border-radius: 8px;
  border: 1px solid #E6E6E6;
  display: inline-block;
}
.error-page-card img {
  margin-bottom: 16px;
}

/* Схема округов */
.map-popup {
  display: none;
}
@media (min-width: 1120px) {
  .map-popup-wrapper {
    position: absolute;
    width: 256px;
    top: 104px;
    right: 0;
  }
  .map-popup .card-person {
    flex-direction: column;
    padding: 16px;
  }
  .map-popup .card-person-img {
    border-radius: 8px;
    height: 222px;
    width: 100%;
    margin: 0 0 16px;
  }
  .map-popup .card-person .card-title {
    margin: 0 0 16px;
  }
  .map-popup .card-person .card-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  .map-popup .card-person .card-bottom .link-arrow {
    margin: 16px 0 0 auto;
  }
}
.map-point {
  cursor: pointer;
}
.map-point.active path {
  fill: #0054C9;
}
.map-point.active rect {
  fill: white;
}
.map svg {
  max-width: 100%;
  height: auto;
}
.map path,
.map rect {
  transition: all 0.3s;
}

/* Областные сайты */
.sites {
  display: none;
  background-color: white;
  z-index: 12;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sites-top {
  margin-top: 48px;
  display: flex;
  justify-content: space-between;
}

/* Блок Поделиться */
.share {
  display: none;
  position: fixed;
  left: 0;
  width: 100%;
  bottom: 0;
  padding: 32px 0;
  background-color: #F9F9F9;
  z-index: 1;
  border-top: 1px solid #E6E6E6;
}
@media (max-width: 767px) {
  .share {
    padding: 16px 0;
  }
}
.share-block {
  position: relative;
}
.share-top {
  display: flex;
  justify-content: space-between;
}

/* Медиа */
.media-list {
  display: flex;
  flex-wrap: wrap;
  margin: -16px;
}
@media (max-width: 767px) {
  .media-list {
    margin: -8px;
  }
}
.media-item {
  width: calc(50% - 32px);
  margin: 16px;
  text-decoration: none;
}
@media (max-width: 767px) {
  .media-item {
    width: calc(50% - 16px);
    margin: 8px;
  }
}
@media (max-width: 499px) {
  .media-item {
    width: calc(100% - 16px);
  }
}
.media-title {
  color: #2B2B40;
  transition: color 0.3s;
}
.media-date {
  margin-bottom: 12px;
}
.media-img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  height: 200px;
  width: 100%;
}
@media (max-width: 1119px) {
  .media-img {
    height: 26vw;
  }
}
@media (max-width: 499px) {
  .media-img {
    height: 53vw;
  }
}
.media-img-wrapper {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.media-img-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(43, 43, 64, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.media-video {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  height: 360px;
  width: 100%;
}
@media (max-width: 1119px) {
  .media-video {
    height: 53vw;
  }
}
.media-video-wrapper {
  position: relative;
}
.media-video-icon {
  width: 64px;
}
.media-gallery {
  display: flex;
  flex-wrap: wrap;
  margin: -16px;
}
@media (max-width: 767px) {
  .media-gallery {
    margin: -8px;
  }
}
.media-gallery-item {
  width: calc(33.3333333333% - 32px);
  margin: 16px;
  text-decoration: none;
}
.media-gallery-item img {
  border-radius: 0;
  height: 160px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1119px) {
  .media-gallery-item img {
    height: 19vw;
  }
}
@media (max-width: 499px) {
  .media-gallery-item img {
    height: 29vw;
  }
}
@media (max-width: 767px) {
  .media-gallery-item {
    width: calc(33.3333333333% - 16px);
    margin: 8px;
  }
}
@media (max-width: 499px) {
  .media-gallery-item {
    width: calc(50% - 16px);
  }
}

/* Фотогалерея */
.slick-lightbox-close {
  height: 22px;
  width: 22px;
  background: url("../img/icons/close-w.svg") center/contain no-repeat;
  top: 30px;
  right: 30px;
  z-index: 1;
}
@media (max-width: 767px) {
  .slick-lightbox-close {
    top: 12px;
    right: 16px;
    height: 20px;
    width: 20px;
  }
}
.slick-lightbox-close::before {
  display: none;
}
.slick-lightbox .slick-prev, .slick-lightbox .slick-next {
  font-size: 0;
  height: 64px;
  width: 64px;
  background: url("../img/icons/arrow-w.svg") center/contain no-repeat;
  background-size: 32px;
  padding: 0;
  margin: 0;
  border: none;
  position: absolute;
  top: calc(50% - 32px);
  z-index: 1;
  cursor: pointer;
}
@media (max-width: 767px) {
  .slick-lightbox .slick-prev, .slick-lightbox .slick-next {
    height: 20px;
    width: 20px;
    background-size: contain;
    top: calc(50% - 10px);
  }
}
.slick-lightbox .slick-next {
  right: 28px;
}
@media (max-width: 767px) {
  .slick-lightbox .slick-next {
    right: 16px;
  }
}
.slick-lightbox .slick-prev {
  transform: rotate(180deg);
  left: 28px;
}
@media (max-width: 767px) {
  .slick-lightbox .slick-prev {
    left: 16px;
  }
}

/* Отступы */
.mb-8 {
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .mb-8 {
    margin-bottom: 0;
  }
}
.mb-16 {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .mb-16 {
    margin-bottom: 8px;
  }
}
.mb-24 {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .mb-24 {
    margin-bottom: 12px;
  }
}
.mb-32 {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .mb-32 {
    margin-bottom: 16px;
  }
}
.mb-48 {
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .mb-48 {
    margin-bottom: 24px;
  }
}
.mb-64 {
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .mb-64 {
    margin-bottom: 32px;
  }
}

.mt-64 {
  margin-top: 64px;
}
@media (max-width: 767px) {
  .mt-64 {
    margin-top: 32px;
  }
}

.txt-12 {
  font-size: 12px;
  line-height: 160%;
}
.txt-14 {
  font-size: 14px;
  line-height: 160%;
}
@media (max-width: 767px) {
  .txt-14 {
    font-size: 12px;
  }
}
.txt-16 {
  font-size: 16px;
  line-height: 160%;
}
@media (max-width: 767px) {
  .txt-16 {
    font-size: 14px;
  }
}
.txt-24 {
  font-size: 24px;
}
@media (max-width: 767px) {
  .txt-24 {
    font-size: 20px;
  }
}

.color-gray {
  color: #808080;
}
.color-black {
  color: black;
}
.color-blue {
  color: #0054C9;
}

/* Режим правки в админке */
.container > .container {
  padding: 0;
}
.container > div > .index-activity {
  width: 100vw;
  margin-left: calc((100vw - 1120px) / 2 * -1 - 48px);
}
@media (max-width: 1119px) {
  .container > div > .index-activity {
    margin-left: -48px;
  }
}
@media (max-width: 767px) {
  .container > div > .index-activity {
    margin-left: -16px;
  }
}

#bx-panel ~ .header .menu {
  height: calc(100vh - 144px - 147px);
}
#bx-panel.bx-panel-folded ~ .header .menu {
  height: calc(100vh - 144px - 39px);
}
#bx-panel ~ main {
  overflow-x: hidden;
}

.inner-page.map-page #bx_incl_area_5 {
  display: none;
}/*# sourceMappingURL=style.css.map */