@charset "UTF-8";
@font-face {
    font-family: "Material Icons";
    font-weight: 400;
    font-style: normal;
    src: url("../fonts/MaterialIcons-Regular.eot");
    src: local("../fonts/MaterialIcons-Regular"), url(../fonts/MaterialIcons-Regular.woff) format("woff"), url(../fonts/MaterialIcons-Regular.woff2) format("woff2"), url(../fonts/MaterialIcons-Regular.ttf) format("truetype");
}

@font-face {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
}

header,
footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }

html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0; }

body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  color: #000;
  font-family: "Arial", sans-serif;
  font-size: 1.125rem;
  -webkit-font-smoothing: antialiased; }

.container {
  max-width: 72rem; }

.open-popup {
  overflow: hidden; }

img {
  max-width: 100%; }

button {
  cursor: pointer; }

a {
  color: #0b4d99; }
  .theme-black a {
    color: #9b9b9b; }
  .theme-blue a {
    color: #000000; }
  a:hover, a:active, a:focus {
    color: inherit; }
  a > * {
    margin-bottom: 0 !important;
    color: #000; }
    .theme-black a > * {
      color: #fff; }
    .theme-blue a > * {
      color: #092a62; }

em {
  padding: 0.2em;
  background-color: #000;
  font-style: normal;
  color: #fff; }

.article em {
  background: none;
  font-style: italic;
  color: #000;
}

  .theme-black em {
    background-color: #fff;
    color: #000; }
  .theme-blue em {
    color: #9ad3ff;
    background-color: #092a62; }

h1 {
  margin-bottom: 2.5rem;
  letter-spacing: 0.0125rem;
  font-size: 3rem;
  font-weight: bold;
  line-height: 4rem; }
  h1 a {
    text-decoration: none;
    color: inherit; }

h2 {
  margin-bottom: 1.375rem;
  letter-spacing: 0.0125rem;
  font-size: 2rem;
  font-weight: bold;
  line-height: 3rem; }
  h2 a {
    text-decoration: none;
    color: inherit; }

h3 {
  margin-bottom: 1.375rem;
  letter-spacing: 0.00688rem;
  font-size: 1.25rem;
  font-weight: 700; }
  h3 a {
    text-decoration: none;
    color: inherit; }

h4 {
  margin-bottom: 1.375rem;
  letter-spacing: 0.00688rem;
  font-size: 1.25rem;
  font-weight: 400; }
  h4 a {
    text-decoration: none;
    color: inherit; }

h5 {
  margin-bottom: 1.1875rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5rem; }
  h5 a {
    text-decoration: none;
    color: inherit; }

h6 {
  margin-bottom: 1.1875rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.125rem; }
  h6 a {
    text-decoration: none;
    color: inherit; }

blockquote {
  letter-spacing: 0.01rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
  margin-bottom: 1rem; }

ul {
  padding-left: 20px; }
  ul li {
    margin-bottom: 1rem; }
    ul li:last-child {
      margin-bottom: 0; }

ol {
  padding-left: 20px; }
  ol li {
    margin-bottom: 1rem; }
    ol li:last-child {
      margin-bottom: 0; }

table {
  margin-bottom: 1rem; }
  table th,
  table td {
    padding: 15px 20px;
    border: 1px solid #000; }
  table[border="0"] th,
  table[border="0"] td {
    border: 0; }
  table.table {
    margin-bottom: 1rem; }

img {
  margin-bottom: 1rem; }

p {
  clear: both; }
  p:last-child {
    margin-bottom: 0; }
  p img {
    margin-right: 1rem;
    margin-bottom: 1rem; }

.clearfix::after {
  display: table;
  clear: both;
  content: ""; }

html.fontsize-normal {
  font-size: 1rem; }

html.fontsize-medium {
  font-size: 1.125rem; }

html.fontsize-big {
  font-size: 1.25rem; }

html.imagesoff .img-wrapper,
html.imagesoff img {
  display: none; }

html.theme-white {
  background-color: #fff; }
  html.theme-white .special-panel {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e0e0e0));
    background-image: -o-linear-gradient(top, #f5f5f5, #e0e0e0);
    background-image: linear-gradient(to bottom, #f5f5f5, #e0e0e0);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.24);
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.24); }
  html.theme-white body {
    color: #000;
    background-color: #fff; }
  html.theme-white .btn-black {
    color: #fff;
    background-color: #000; }
  html.theme-white *:focus {
    outline-color: #000 !important;
    outline-style: ridge !important;
    outline-width: 2px !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  html.theme-white .form-control:focus {
    outline-width: 4px !important; }
  html.theme-white .form-group .form-radio-label i:after {
    background-color: #000; }

html.theme-black {
  background-color: #000; }
  html.theme-black .special-panel {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#3d3d3d), to(#141414));
    background-image: -o-linear-gradient(top, #3d3d3d, #141414);
    background-image: linear-gradient(to bottom, #3d3d3d, #141414);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.24);
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.24); }
  html.theme-black body {
    color: #fff;
    background-color: #000; }
  html.theme-black .btn-black {
    color: #000;
    background-color: #fff; }
  html.theme-black *:focus {
    outline-color: #fff !important;
    outline-style: ridge !important;
    outline-width: 2px !important; }
  html.theme-black .form-control:focus {
    outline-width: 4px !important; }
  html.theme-black .form-group .form-radio-label i:after {
    background-color: #fff; }

html.theme-blue {
  background-color: #9ad3ff; }
  html.theme-blue .special-panel {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24);
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#c4e5ff), to(#a2d7ff));
    background-image: -o-linear-gradient(top, #c4e5ff 0%, #a2d7ff 100%);
    background-image: linear-gradient(180deg, #c4e5ff 0%, #a2d7ff 100%); }
  html.theme-blue body {
    color: #092a62;
    background-color: #9ad3ff; }
  html.theme-blue .btn-black {
    color: #9ad3ff;
    background-color: #092a62; }
  html.theme-blue *:focus {
    outline-color: #092a62 !important;
    outline-style: ridge !important;
    outline-width: 2px !important; }
  html.theme-blue .form-control:focus {
    outline-width: 4px !important; }
  html.theme-blue .form-group .form-radio-label i:after {
    background-color: #092a62; }

.album-card__img {
  margin-bottom: 16px;
  max-height: 245px;
  overflow: hidden; }
  .album-card__img img {
    margin-bottom: 0px; }

.album-card__title {
  font-weight: 700;
  margin-bottom: 8px; }

.album-card__data {
  margin-bottom: 8px; }

.album-card__link {
  margin-top: 16px; }

.breadcrumb {
  margin: 0;
  padding: 0;
  margin-top: 16px;
  background: none; }
  .breadcrumb__prev-link a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: underline;
    font-style: italic; }
    .breadcrumb__prev-link a .icon {
      margin-right: 8px;
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
  .breadcrumb__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none; }
  .breadcrumb__item {
    position: relative;
    font-style: italic;
    margin-bottom: 0px;
    font-size: 1rem; }
    .breadcrumb__item:last-child:after {
      display: none; }
    .breadcrumb__item:after {
      margin-right: 4px;
      margin-left: 4px;
      content: "—"; }
    .breadcrumb__item a {
      font-size: 1rem;
      font-style: italic; }

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 120px;
  margin: 0;
  padding: 0;
  padding-top: 16px;
  padding-right: 16px;
  padding-bottom: 15px;
  padding-left: 16px;
  cursor: pointer;
  text-align: center;
  border: 0;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  background: none; }
  .btn.btn-link {
    min-width: auto;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    text-decoration: none;
    letter-spacing: 0.01rem;
    text-transform: uppercase;
    color: inherit;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 0.875rem; }
    .btn.btn-link.btn-rs i.icon {
      margin-right: 10px;
      margin-left: 0; }
    .btn.btn-link .icon {
      color: inherit; }
    .btn.btn-link.btn-lg {
      padding-top: 0;
      padding-bottom: 0; }
      .btn.btn-link.btn-lg.btn-icon {
        padding-top: 0;
        padding-bottom: 0; }
    .btn.btn-link.btn-sm {
      font-size: 0.625rem; }
  .btn.btn-outline-black {
    text-decoration: none;
    letter-spacing: 0.01rem;
    text-transform: uppercase;
    color: inherit;
    border: 2px solid;
    border-radius: 4px;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 0.875rem; }
    .btn.btn-outline-black.btn-lg {
      padding-top: 20px;
      padding-bottom: 18px; }
    .btn.btn-outline-black.btn-sm {
      padding-top: 9px;
      padding-bottom: 8px;
      font-size: 0.75rem;
      line-height: 0.75rem; }
  .btn.btn-black {
    text-decoration: none;
    letter-spacing: 0.01rem;
    text-transform: uppercase;
    color: inherit;
    border-radius: 4px;
    background-color: inherit;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 0.875rem; }
    .btn.btn-black.btn-lg {
      padding-top: 22px;
      padding-bottom: 20px; }
    .btn.btn-black.btn-sm {
      padding-top: 11px;
      padding-bottom: 10px;
      font-size: 0.75rem;
      line-height: 0.75rem; }
  .btn.btn-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
    .btn.btn-block + .btn.btn-block {
      margin-top: 16px; }

.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 16px; }
  .card--h-100 {
    height: 100%; }
  .card--border-b {
    border-bottom: 2px solid #000; }
  .card__bottom {
    margin-top: auto; }

.card-contacts__top {
  padding-bottom: 24px;
  border-bottom: 1px solid; }

.card-contacts__bottom {
  padding-top: 24px; }

.card-contacts__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -3.5rem; }
  .card-contacts__line .card-contacts__item {
    margin-left: 3.5rem; }

.card-contacts__item {
  margin-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-left: 3.5rem; }

.card-contacts__item-title {
  margin-bottom: 8px;
  font-size: 0.875rem;
  font-style: italic;
  line-height: 1.1875rem; }

.card-contacts__item-phone {
  letter-spacing: 0.01rem;
  font-size: 1.5rem;
  line-height: 2rem; }

.card-contacts__item-address {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem; }

.card-contacts__link {
  margin-top: 32px; }

.card-outline {
  padding: 32px;
  border: 1px solid;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .card-outline--h-100 {
    height: 100%; }
  .card-outline--link {
    padding: 16px; }
  .card-outline__bottom {
    margin-top: auto;
    padding-top: 1rem; }
  .card-outline__btns--column .card-outline__btn + .card-outline__btn {
    margin-right: 0px;
    margin-top: 1rem; }
  .card-outline__btn + .card-outline__btn {
    margin-right: 1rem; }

.card-toggle {
  padding: 32px;
  border: 1px solid;
  border-radius: 8px;
  margin-bottom: 1em;
}
  .card-toggle.open > .card-toggle__header .icon {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .card-toggle.open > .card-toggle__main {
    display: block; }
  .card-toggle__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer; }
  .card-toggle__title > * {
    margin: 0px; }
  .card-toggle__main {
    padding-top: 32px;
    display: none; }
    .card-toggle__main .card-toggle {
      padding: 16px; }
    .card-toggle__main .card-toggle__main {
      padding-top: 16px; }

.column-list ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  -webkit-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 64px;
          column-gap: 64px; }
  .column-list ul li {
    display: inline-block;
    width: 100%; }
    .column-list ul li i {
      display: block; }
    .column-list ul li span {
      display: block; }

.comment__summ {
  margin-bottom: 32px; }

.comment__item {
  margin-bottom: 40px; }
  .comment__item:last-child {
    margin-bottom: 0; }

.comment__item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px; }

.comment__item-name {
  margin-right: 16px;
  font-weight: bold; }
  .comment__item-name--super {
    text-transform: uppercase; }

.comment__item-data {
  margin-right: 24px;
  font-style: italic; }

.comment__item-response .icon {
  margin-right: 10px; }

.comment__item-footer {
  margin-top: 8px; }

.comment__item-reply {
  padding-top: 24px;
  padding-left: 96px; }
  .comment__item-reply .comment__item {
    margin-bottom: 24px; }

.department-info__line {
  margin-bottom: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid; }
  .department-info__line:last-child {
    margin-bottom: 0; }

.department-info__person-item {
  margin-bottom: 15px; }
  .department-info__person-item--main {
    margin-bottom: 25px; }
  .department-info__person-item:last-child {
    margin-bottom: 0; }

.department-info__person-status {
  font-style: italic; }

.department-info__line-title {
  margin-bottom: 32px; }

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

.department-info__desc-title {
  margin-bottom: 24px; }

.department-info__add-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 32px; }

.department-info__doc {
  max-width: 60%; }

.discussion__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px; }

.discussion__header-left {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding-right: 32px; }

.discussion__desc {
  padding-bottom: 32px;
  border-bottom: 1px solid; }

.discussion__comment {
  padding-top: 32px; }

.discussion__closed-info {
  text-align: right;
  font-style: italic; }

.discussion__title {
  margin-bottom: 24px; }

.discussion__text {
  margin-bottom: 40px; }

.discussion__link {
  margin-bottom: 20px; }

.discussion__file {
  margin-top: 32px; }

.discussion__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 56px;
  margin-top: 64px;
  padding: 10px;
  border-radius: 4px; }

.discussion__form {
  margin-top: 64px; }

.discussion__form-title {
  margin-bottom: 32px; }

.discussion__status-info {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 3rem;
  letter-spacing: 0.01rem; }

.docs__row {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -64px; }
  .docs__row .doc {
    margin-left: 64px; }
  .docs__row .doc + .doc {
    margin-top: 0; }

.doc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .doc + .doc {
    margin-top: 20px; }
  .doc__type {
    margin-right: 20px; }
    .doc__type .icon-doc {
      display: block; }
  .doc__title {
    display: block; }
  .doc__size {
    font-style: italic; }

.documents__item {
  margin-bottom: 64px; }
  .documents__item:last-child {
    margin-bottom: 0px; }

.error-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center; }
  .error-page__wrap {
    width: 400px;
    max-width: 100%; }
  .error-page__title {
    margin-bottom: 1.375rem;
    letter-spacing: 0.0125rem;
    font-size: 2rem;
    font-weight: bold;
    line-height: 3rem; }
  .error-page__link {
    margin-top: 32px; }

.file-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .file-list__item {
    margin-left: 24px; }

.footer__top {
  padding-top: 16px;
  padding-bottom: 16px;
  border-top: 1px solid;
  border-bottom: 1px solid; }

.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 32px;
  padding-bottom: 32px; }

.footer__other-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.footer__other-link {
  margin-right: 32px; }
  .footer__other-link:last-child {
    margin-bottom: 0; }

.footer__copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto; }

.footer__copyright-logo {
  margin-right: 16px; }

.footer__copyright-desc i {
  display: block; }

.form-group {
  position: relative; }
  .form-group.has-error .help-block {
    display: block; }
  .form-group .form-control {
    color: inherit;
    border: 2px solid;
    border-radius: 4px;
    background-color: #fff; }
    .theme-black .form-group .form-control {
      background-color: #000; }
    .theme-blue .form-group .form-control {
      background-color: #9ad3ff; }
    .form-group .form-control::-webkit-input-placeholder {
      color: inherit; }
    .form-group .form-control:-moz-placeholder {
      color: inherit; }
    .form-group .form-control::-moz-placeholder {
      color: inherit; }
    .form-group .form-control:-ms-input-placeholder {
      color: inherit; }
  .form-group .help-block {
    display: none;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    font-weight: 400;
    text-align: right; }
  .form-group .form-radio-label,
  .form-group .form-check-label {
    position: relative;
    margin: 0px;
    padding: 0px;
    cursor: pointer; }
    .form-group .form-radio-label input,
    .form-group .form-check-label input {
      opacity: 0;
      position: absolute;
      top: -5px;
      right: -5px; }
      .form-group .form-radio-label input:focus + i,
      .form-group .form-check-label input:focus + i {
        outline-style: ridge !important;
        outline-width: 2px !important; }
      .form-group .form-radio-label input:checked + i:after,
      .form-group .form-check-label input:checked + i:after {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
    .form-group .form-radio-label i,
    .form-group .form-check-label i {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-right: 10px;
      width: 18px;
      height: 18px;
      border: 2px solid;
      border-radius: 50%;
      vertical-align: middle;
      line-height: 0; }
      .form-group .form-radio-label i:after,
      .form-group .form-check-label i:after {
        content: "";
        display: none;
        width: 8px;
        height: 8px;
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        background-color: #000;
        border-radius: 50%; }
  .form-group .form-check-label i {
    border-radius: 0px; }
    .form-group .form-check-label i:after {
      border-radius: 0px;
      background-color: inherit;
      border-left: 2px solid;
      border-bottom: 2px solid;
      height: 5px;
      -webkit-transform: rotate(-45deg) translateY(0%);
          -ms-transform: rotate(-45deg) translateY(0%);
              transform: rotate(-45deg) translateY(0%); }
  .form-group .form-img {
    border: 2px solid;
    height: 75px;
    border-radius: 4px;
    overflow: hidden;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .form-group .form-img img {
      max-height: 100%;
      width: 100%;
      margin: 0px; }

.gallery-media {
  width: 900px; }
  .gallery-media__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 32px; }
  .gallery-media__items {
    margin-bottom: 32px; }
  .gallery-media__nav-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.header__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid; }

.header__nav {
  max-width: 70%;
  margin-right: auto; }

.header__bottom {
  padding-top: 32px;
  padding-bottom: 32px; }

.header__logo {
  margin-right: 32px;
  width: 40px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none; }

.header__other-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.header__other-link {
  margin-right: 16px; }
  .header__other-link:last-child {
    margin-right: 0; }
  .header__other-link a {
    color: inherit; }

.icon {
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  line-height: 1; }

.icon-link {
  display: inline-block; }
  .icon-link i.icon {
    margin-right: 8px; }
  .icon-link span + i.icon {
    margin-right: 0px;
    margin-left: 8px; }

.icon-eye:after {
  content: "remove_red_eye";
  display: block;
  white-space: nowrap;
  text-decoration: none !important;
  letter-spacing: normal;
  text-transform: none;
  word-wrap: normal;
  font-family: "Material Icons";
  font-size: 1.5rem;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
          font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-search:after {
  content: "search";
  display: block;
  white-space: nowrap;
  text-decoration: none !important;
  letter-spacing: normal;
  text-transform: none;
  word-wrap: normal;
  font-family: "Material Icons";
  font-size: 1.5rem;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
          font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-arr-r:after {
  content: "keyboard_arrow_right";
  display: block;
  white-space: nowrap;
  text-decoration: none !important;
  letter-spacing: normal;
  text-transform: none;
  word-wrap: normal;
  font-family: "Material Icons";
  font-size: 1.5rem;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
          font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-arr-l:after {
  content: "keyboard_arrow_left";
  display: block;
  white-space: nowrap;
  text-decoration: none !important;
  letter-spacing: normal;
  text-transform: none;
  word-wrap: normal;
  font-family: "Material Icons";
  font-size: 1.5rem;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
          font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-arr-b:after {
  content: "keyboard_arrow_down";
  display: block;
  white-space: nowrap;
  text-decoration: none !important;
  letter-spacing: normal;
  text-transform: none;
  word-wrap: normal;
  font-family: "Material Icons";
  font-size: 1.5rem;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
          font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-doc {
  position: relative;
  display: inline-block; }
  .icon-doc svg {
    width: 2.5625rem;
    height: 3.0625rem;
    fill: currentColor; }
  .icon-doc__type {
    position: absolute;
    top: 1.75rem;
    right: 0.125rem;
    left: 0.125rem;
    overflow: hidden;
    text-align: center;
    white-space: nowrap;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    font-style: normal;
    line-height: 1.3;
    font-size: 0.625rem; }
    .theme-white .icon-doc__type {
      color: #fff; }
    .theme-black .icon-doc__type {
      color: #000; }
    .theme-blue .icon-doc__type {
      color: #9ad3ff; }

.icon-closed:after {
  content: "https";
  display: block;
  white-space: nowrap;
  text-decoration: none !important;
  letter-spacing: normal;
  text-transform: none;
  word-wrap: normal;
  font-family: "Material Icons";
  font-size: 1.5rem;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
          font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.link-list--no-style ul {
  padding: 0;
  list-style: none; }

.list-btn__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid; }
  .list-btn__item:last-child {
    padding-bottom: 0;
    border-bottom: 0; }

.list-btn__item-text {
  width: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .list-btn__item-text .icon {
    margin-right: 1rem; }
  .list-btn__item-text a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-decoration: none;
    text-transform: uppercase; }

.lk-comment__status-data {
  margin-left: 15px; }
  .lk-comment__status-data .icon {
    margin-right: 10px; }

.lk-comment__title {
  margin-bottom: 55px; }

.lk-comment__item {
  margin-bottom: 25px; }
  .lk-comment__item:last-child {
    margin-bottom: 0; }
  .lk-comment__item--answer {
    margin-bottom: 35px;
    padding: 30px;
    border: 1px solid;
    border-radius: 8px 8px 8px 0; }

.lk-comment__item-header {
  margin-bottom: 10px; }

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

.lk-comment__rating-btn a {
  padding-right: 40px;
  padding-left: 40px; }

.lk-info p {
  margin-bottom: 10px; }

.lk-info i {
  opacity: 0.32;
  font-style: normal; }

.lk-info__col {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid;
  border-bottom: 1px solid; }

.lk-info__status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.lk-info__status-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .lk-info__status-data .icon {
    margin: 0 10px;
    opacity: 1; }

.lk-info__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px; }
  .lk-info__line:last-child {
    margin-bottom: 0; }

.lk-info__line-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.lk-info__list {
  width: 100%;
  margin: 0;
  padding: 0; }

.lk-info__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px; }
  .lk-info__list-item:last-child {
    margin-bottom: 0; }
  .lk-info__list-item div {
    width: 60%; }
    .lk-info__list-item div:first-child {
      width: 35%;
      margin-right: 5%; }

.logo {
  width: 37px;
  height: 45px; }
  .logo svg {
    max-width: 100%;
    max-height: 100%;
    fill: currentColor; }

.main__container > div:last-child,
.main__container section:last-child {
  margin-bottom: 100px;
  padding-bottom: 0px; }

.main__section {
  padding-top: 16px;
  padding-bottom: 16px; }
  .main__section--border-b {
    border-bottom: 1px solid; }

.map-site__line {
  margin-bottom: 64px; }
  .map-site__line:last-child {
    margin-bottom: 0; }

.map-site__title + .map-site__items {
  margin-top: 40px; }

.map-site__big-title {
  margin-bottom: 24px; }
  .map-site__big-title:last-child {
    margin-bottom: 0; }

.map-site__link {
  margin-bottom: 16px; }
  .map-site__link:last-child {
    margin-bottom: 0; }
  .map-site__link + .map-site__big-title {
    margin-top: 40px; }

.nav-main__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -16px; }

.nav-main__item {
  margin-right: 32px;
  margin-bottom: 16px; }
  .nav-main__item a {
    color: inherit; }

.news-present__right {
  padding-right: 8px;
  padding-left: 8px;
  border-right: 1px solid;
  border-left: 1px solid;
  min-height: 100%;
}

.news-present__item {
  margin-bottom: 32px;
  background-repeat: no-repeat;
}
  .news-present__item:last-child {
    margin-bottom: 0; }
  .news-present__item--big .news-present__item-link {
    letter-spacing: 0.01rem;
    font-size: 2rem;
    font-weight: 700;
    line-height: 3rem; }

.news-present__item--big.news-present__item--big-with-image .news-present__item-link {
  font-size: 1.5rem;
}

.news-present__item--big.news-present__item--big-with-image {
  min-height: 300px;
  background-size: cover;
  background-position: center;
}

html.imagesoff .news-present__item--big.news-present__item--big-with-image {
  background-image: none !important;
}

.news-present__item--big.news-present__item--big-with-image .news-present__item-main {
  padding-top: 200px;
}

html.imagesoff .news-present__item--big.news-present__item--big-with-image .news-present__item-main {
  padding-top: 0;
}

.news-present__item--big.news-present__item--big-with-image .news-present__item-link {
  padding: 15px;
  background: rgba(255, 255, 255, .9);
  padding-bottom: 0;
}

.news-present__item--big.news-present__item--big-with-image .news-present__item-footer {
  padding: 15px;
  margin: 0;
  background: rgba(255, 255, 255, .9);
}

.news-present__item-header {
  margin-bottom: 8px; }

.news-present__item-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 32px; }

.news-present__item-data {
  margin-right: 32px;
  opacity: 0.8;
  font-size: 1rem;
  font-style: italic;
  line-height: 1.5rem; }

.news-present__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.news-present__btn {
  margin-right: 32px; }
  .news-present__btn:last-child {
    margin-right: 0; }

.news__item {
  margin-bottom: 32px; }
  .news__item:last-child {
    margin-bottom: 0px; }

.news__item-desc > * {
  margin-bottom: 16px; }
  .news__item-desc > *:last-child {
    margin-bottom: 0px; }

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  border-radius: 0; }
  .pagination__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%; }
  .pagination__item {
    margin-right: 8px;
    border-radius: 8px;
    border: 1px solid;
    overflow: hidden;
    min-width: 32px;
    height: 32px; }
    .theme-white .pagination__item.active .pagination__link {
      background-color: #000; }
      .theme-white .pagination__item.active .pagination__link > * {
        color: #fff; }
    .theme-black .pagination__item.active .pagination__link {
      background-color: #fff; }
      .theme-black .pagination__item.active .pagination__link > * {
        color: #000; }
    .theme-blue .pagination__item.active .pagination__link {
      background-color: #092a62; }
      .theme-blue .pagination__item.active .pagination__link > * {
        color: #9ad3ff; }
    .pagination__item:last-child {
      margin-right: 0; }
      .pagination__item:last-child .icon {
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg); }
  .pagination__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    width: 100%;
    padding-right: 8px;
    padding-left: 8px; }
    .pagination__link:hover {
      text-decoration: none; }

.person-list__item:last-child {
  margin-bottom: 0; }

.person-list__item--one .person-list__item-inner {
  margin-left: 93px;
  border-left: 1px solid; }
  .person-list__item--one .person-list__item-inner .person-list__item-links {
    padding-bottom: 0;
    padding-left: 92px; }
    .person-list__item--one .person-list__item-inner .person-list__item-links .person-list__item-link:before {
      left: -93px;
      width: 93px; }

.person-list__item--two {
  margin-left: 38px; }
  .person-list__item--two:nth-child(2), .person-list__item--two:first-child {
    padding-top: 38px; }
  .person-list__item--two:last-child {
    position: relative; }
    .person-list__item--two:last-child:before {
      position: absolute;
      bottom: 0;
      left: -43px;
      display: block;
      width: 10px;
      height: 100%;
      content: ""; }
      .theme-white .person-list__item--two:last-child:before {
        background-color: #fff; }
      .theme-black .person-list__item--two:last-child:before {
        background-color: #000; }
      .theme-blue .person-list__item--two:last-child:before {
        background-color: #9ad3ff; }
    .person-list__item--two:last-child .person-list__item-person {
      position: relative; }
      .person-list__item--two:last-child .person-list__item-person:before {
        position: absolute;
        top: -1px;
        left: -40px;
        display: block;
        width: 40px;
        height: 51%;
        margin-top: 0;
        content: "";
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        border-bottom: 1px solid;
        border-left: 1px solid;
        border-bottom-left-radius: 15px; }
  .person-list__item--two .person-list__item-person {
    position: relative; }
    .person-list__item--two .person-list__item-person:before {
      position: absolute;
      top: 50%;
      left: -40px;
      display: block;
      width: 40px;
      height: 15px;
      margin-top: -7.5px;
      content: "";
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      border-bottom: 1px solid;
      border-left: 1px solid;
      border-bottom-left-radius: 15px; }
  .person-list__item--two .person-list__item-inner {
    margin-left: 93px;
    padding-bottom: 38px;
    border: 0; }
    .person-list__item--two .person-list__item-inner .person-list__item-links {
      padding-bottom: 0;
      padding-left: 40px;
      border-left: 1px solid; }
      @media (max-width: 767px) {
        .person-list__item--two .person-list__item-inner .person-list__item-links {
          padding-left: 16px; } }
      .person-list__item--two .person-list__item-inner .person-list__item-links .person-list__item-link:before {
        left: -41px;
        width: 41px; }
      .person-list__item--two .person-list__item-inner .person-list__item-links .person-list__item-link:last-child:before {
        z-index: 2;
        top: 0;
        left: -42px;
        width: 42px;
        height: 50%;
        margin-top: 0;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        border-bottom: 1px solid;
        border-left: 1px solid;
        border-bottom-left-radius: 15px; }
      .person-list__item--two .person-list__item-inner .person-list__item-links .person-list__item-link:last-child:after {
        position: absolute;
        z-index: 1;
        top: 0;
        left: -47px;
        display: block;
        width: 10px;
        height: calc(100% + 39px);
        content: "";
        background-color: #fff; }
        .theme-white .person-list__item--two .person-list__item-inner .person-list__item-links .person-list__item-link:last-child:after {
          background-color: #fff; }
        .theme-black .person-list__item--two .person-list__item-inner .person-list__item-links .person-list__item-link:last-child:after {
          background-color: #000; }
        .theme-blue .person-list__item--two .person-list__item-inner .person-list__item-links .person-list__item-link:last-child:after {
          background-color: #9ad3ff; }

.person-list__item-links {
  padding-top: 18px;
  padding-bottom: 38px; }

.person-list__item-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-right: 30px;
  padding-bottom: 20px;
  padding-left: 30px;
  border: 1px solid;
  border-radius: 8px; }
  .person-list__item-link:last-child {
    margin-bottom: 0; }
  .person-list__item-link:before {
    position: absolute;
    top: 50%;
    display: block;
    height: 0;
    content: "";
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    border-bottom: 1px solid; }
  .person-list__item-link a {
    position: relative;
    display: block;
    width: 100%;
    padding-right: 30px; }
    .person-list__item-link a .icon {
      position: absolute;
      top: 50%;
      right: 0;
      margin-left: 30px;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }

.person-list__item-person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 150px;
  padding: 20px 40px;
  border: 1px solid;
  border-radius: 8px; }

.person-list__item-photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 110px;
  height: 110px;
  margin-right: 35px;
  border-radius: 50%; }
  .person-list__item-photo img {
    width: 100%; }

.person-list__item-name {
  display: block;
  margin-bottom: 10px; }

.person-list__item-status {
  font-style: italic; }

.person-list__item-biography {
  margin-top: 15px; }
  .person-list__item-biography a {
    font-style: italic; }

.person__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .person__main + .person__blockquote {
    margin-top: 32px; }

.person__photo {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 16px;
  overflow: hidden;
  border-radius: 50%;
  width: 80px;
  height: 80px; }
  .person--big .person__photo {
    width: 150px;
    height: 150px;
    margin-right: 32px; }
  .person__photo img {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none; }

.person__info + .person__blockquote {
  margin-top: 32px; }

.person__name {
  margin-bottom: 16px;
  letter-spacing: 0.005rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5rem; }

.person__status {
  font-family: Arial;
  font-size: 1rem;
  font-style: italic;
  line-height: 1.5rem; }

.person__link {
  margin-top: 8px;
  font-size: 1rem;
  font-style: italic;
  line-height: 1.5rem; }

.polls-result__header {
  clear: both;
  margin-bottom: 8px; }

.polls-result__result {
  float: right; }

.polls-result__progress {
  border: 1px solid;
  height: 20px;
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 4px;
  clear: both; }

.polls-result__progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 0.75rem;
  line-height: 1.25rem;
  color: #fff;
  text-align: center;
  background-color: #000; }
  .theme-blue .polls-result__progress-bar {
    background-color: #092a62; }
  .theme-black .polls-result__progress-bar {
    background-color: #fff; }

.print {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .print__icon {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin-right: 16px;
    width: 35px;
    height: 35px; }
    .print__icon svg {
      width: 35px;
      height: 35px;
      fill: currentColor; }

.rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1rem;
  border: solid 1px;
  border-radius: 4px;
  font-size: 1rem; }
  .rating__wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .rating__number {
    margin-left: 1.5625rem; }
  .rating__info {
    margin-left: 1.5625rem;
    margin-left: auto;
    white-space: nowrap; }
    .rating__info span {
      margin-left: 2rem; }
      .rating__info span:first-child {
        margin-left: 0; }

.rating-input {
  position: absolute;
  z-index: -2;
  top: -3.125rem;
  left: 0; }

.rating-star:hover:after,
.rating-star:hover ~ .rating-star:after {
  content: "\f005"; }

.rating-wrapper:hover .rating-star:hover:after,
.rating-wrapper:hover .rating-star:hover ~ .rating-star:after,
.rating-input:checked ~ .rating-star:after {
  content: "\f005"; }

.rating-star,
.rating-wrapper:hover .rating-star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  float: right;
  width: 3.4375rem;
  height: 2.1875rem;
  margin-bottom: 0;
  cursor: pointer; }
  .rating-star:after,
  .rating-wrapper:hover .rating-star:after {
    content: "\f006";
    font-family: "FontAwesome";
    font-size: 2rem; }

.search-form {
  width: 100%; }
  .search-form form {
    display: block;
    width: 100%; }
  .search-form__wrap {
    position: relative;
    width: 100%;
    height: 56px;
    border: 2px solid;
    border-radius: 4px; }
  .search-form__input {
    width: 100%;
    height: 100%; }
    .search-form__input input {
      display: block;
      width: 100%;
      height: 100%;
      padding-right: 100px;
      padding-left: 24px;
      letter-spacing: 0.01rem;
      border: 0;
      background: none;
      font-size: 1.5rem;
      line-height: 2rem; }
  .search-form__links {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 90px;
    height: 100%;
    padding-right: 24px; }
  .search-form__link {
    margin-right: 24px;
    line-height: 1; }
    .search-form__link button {
      margin: 0;
      padding: 0;
      border: 0;
      outline: none;
      background: none; }
    .search-form__link a {
      display: inline-block;
      line-height: 1; }
    .search-form__link:last-child {
      margin-right: 0; }
  .search-form__big-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .search-form__big-btn .btn {
      margin-right: 16px; }

.sidebar {
  padding: 2rem 1rem;
  border-radius: 8px;
  border: 1px solid; }
  .sidebar__title {
    margin-bottom: 24px;
    padding: 0px 1rem; }
  .sidebar__list {
    margin: 0;
    padding: 0;
    list-style: none; }
  .sidebar__item {
    margin-bottom: 4px; }
    .sidebar__item:last-child {
      margin-bottom: 0; }
    .sidebar__item a {
      display: block;
      padding: 5px 1rem;
      text-decoration: none;
      border: 2px solid transparent;
      border-radius: 8px; }
      .sidebar__item a:hover {
        border-color: inherit; }
    .sidebar__item.active a {
      color: #fff;
      border-color: #000;
      background-color: #000; }
      .sidebar__item.active a > * {
        color: #fff; }
      .theme-blue .sidebar__item.active a {
        background-color: #092a62;
        border-color: #092a62; }
      .theme-black .sidebar__item.active a {
        background-color: #fff;
        border-color: #ffff; }
        .theme-black .sidebar__item.active a > * {
          color: #000; }

.social-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1rem;
  border: solid 1px;
  border-radius: 4px; }
  .social-share__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 2.1875rem;
    height: 2.1875rem;
    margin-left: 0.625rem;
    text-decoration: none; }
    .social-share__link:hover {
      text-decoration: none; }
    .social-share__link:first-child {
      margin-left: 0; }
    .social-share__link--tw span:after {
      content: "\f081";
      font-family: "FontAwesome";
      font-size: 2rem; }
    .social-share__link--vk span:after {
      content: "\f189";
      font-family: "FontAwesome";
      font-size: 2rem; }
    .social-share__link--fb span:after {
      content: "\f230";
      font-family: "FontAwesome";
      font-size: 2rem; }
    .social-share__link--od span:after {
      content: "\f264";
      font-family: "FontAwesome";
      font-size: 2rem; }
    .social-share__link--em span:after {
      content: "\f1fa";
      font-family: "FontAwesome";
      font-size: 2rem; }

.special-panel {
  padding-top: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  border-radius: 4px; }
  .special-panel .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .special-panel__title {
    margin-right: 16px; }
  .special-panel__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .special-panel__font-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .special-panel__font-item {
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin-right: 8px;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none; }
    .special-panel__font-item.active a, .special-panel__font-item:hover a {
      position: relative;
      color: #fff;
      background-color: #000; }
      .special-panel__font-item.active a:before, .special-panel__font-item:hover a:before {
        position: absolute;
        z-index: 1;
        top: 100%;
        left: 50%;
        display: inline-block;
        width: 0;
        height: 0;
        content: "";
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        border-width: 5px 5px 0 5px;
        border-style: solid;
        border-color: #000 transparent transparent transparent; }
      .theme-black .special-panel__font-item.active a, .theme-black .special-panel__font-item:hover a {
        color: #000;
        background-color: #fff; }
        .theme-black .special-panel__font-item.active a:before, .theme-black .special-panel__font-item:hover a:before {
          border-color: #fff transparent transparent transparent; }
      .theme-blue .special-panel__font-item.active a, .theme-blue .special-panel__font-item:hover a {
        color: #9ad3ff;
        background-color: #092a62; }
        .theme-blue .special-panel__font-item.active a:before, .theme-blue .special-panel__font-item:hover a:before {
          border-color: #092a62 transparent transparent transparent; }
    .special-panel__font-item:last-child {
      margin-right: 0; }
    .special-panel__font-item--font-medium a {
      font-size: 1.375rem; }
    .special-panel__font-item--font-big a {
      font-size: 1.625rem; }
    .special-panel__font-item a {
      display: inline-block;
      padding: 0.2em;
      padding-bottom: 0;
      text-decoration: none;
      text-transform: uppercase;
      color: inherit;
      border-radius: 4px;
      font-weight: bold;
      line-height: 1; }
  .special-panel__color-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .special-panel__color-item {
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin-right: 8px;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none; }
    .special-panel__color-item.active a, .special-panel__color-item:hover a {
      position: relative; }
      .special-panel__color-item.active a:after, .special-panel__color-item:hover a:after {
        position: absolute;
        z-index: 2;
        top: 100%;
        left: 50%;
        display: inline-block;
        width: 0;
        height: 0;
        content: "";
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        border-width: 4px 4.5px 0 4.5px;
        border-style: solid; }
      .special-panel__color-item.active a:before, .special-panel__color-item:hover a:before {
        position: absolute;
        z-index: 1;
        top: 100%;
        left: 50%;
        display: inline-block;
        width: 0;
        height: 0;
        content: "";
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        border-width: 5px 5px 0 5px;
        border-style: solid;
        border-color: #000 transparent transparent transparent; }
        .theme-black .special-panel__color-item.active a:before, .theme-black .special-panel__color-item:hover a:before {
          border-color: transparent transparent transparent transparent; }
    .special-panel__color-item:last-child {
      margin-right: 0; }
    .special-panel__color-item--theme-white.active a:after, .special-panel__color-item--theme-white:hover a:after {
      border-color: #fff transparent transparent transparent; }
    .special-panel__color-item--theme-white a {
      color: #000;
      background-color: #fff; }
    .special-panel__color-item--theme-black.active a:after, .special-panel__color-item--theme-black:hover a:after {
      border-color: #000 transparent transparent transparent; }
    .special-panel__color-item--theme-black a {
      color: #fff;
      background-color: #000; }
    .special-panel__color-item--theme-blue.active a:after, .special-panel__color-item--theme-blue:hover a:after {
      border-color: #9ad3ff transparent transparent transparent; }
    .special-panel__color-item--theme-blue a {
      color: #092a62;
      background-color: #9ad3ff; }
    .special-panel__color-item a {
      display: inline-block;
      padding: 0.2em;
      text-decoration: none;
      text-transform: uppercase;
      border: 1px solid #092a62;
      border-radius: 4px;
      font-weight: bold;
      line-height: 1; }
  .imageson .special-panel__img-btn a {
    background-position: 0 -27px; }
  .special-panel__img-btn a {
    display: block;
    width: 90px;
    height: 27px;
    background-image: url("../images/toggle.png");
    background-repeat: no-repeat; }

.company-title > * {
  margin: 0;
  letter-spacing: 0.0125rem;
  font-size: 3rem;
  font-weight: bold;
  line-height: 4rem; }

.company-title__sub {
  font-size: 1rem;
  font-style: italic;
  line-height: 1.3;
  margin-top: 1rem;
  padding-bottom: 16px; }

.big-title {
  margin-bottom: 32px; }
  .big-title > * {
    margin: 0;
    letter-spacing: 0.0125rem;
    font-size: 3rem;
    font-weight: bold;
    line-height: 4rem; }

.medium-title {
  margin-bottom: 32px; }
  .medium-title > * {
    margin: 0;
    font-size: 2rem;
    font-weight: 700;
    line-height: 3rem;
    letter-spacing: 0.01rem; }
  .medium-title__sub {
    font-size: 1rem;
    font-style: italic;
    line-height: 1.3;
    margin-top: 1rem; }

.video-card__video {
  margin-bottom: 32px;
  width: 900px; }

.webinar__main-wrap {
  overflow: hidden;
  border-radius: 10px; }
  .webinar__main-wrap iframe {
    width: 100%;
    height: 800px; }

.contacts-tu__item-link a.btn {
  outline: 2px solid;
  width: 200px;
}

.card-toggle__header .card-toggle__title {
  padding-right: 20px;
}

.article__updated-at {
  margin-top:1em;
}

.article__author {
  margin-top:1em;
  margin-bottom:2em;
  font-style:italic;
}

.article__data .article__updated-at {
  margin-top:0;
  margin-bottom: 1.5em;
}

.pin.pin--gosuslugi h4 {
    margin-top: 1em;
    margin-bottom: 0.5em;
    font-weight: 600;
}

.card-toggle__title h4 {
    font-weight: 600;
}

.pin.pin--gosuslugi .ng-scope .frgu-text-title.ng-binding {
  font-weight: 600;
  margin-top: 1em;
}

.ng-hide {
  display:none;
}

.ng-scope>.ng-hide {
  margin-bottom: 2em;
}

.ng-scope.open>.ng-hide {
  display:block;
}

a.frgu-content-accordeon-link.show-details-link {
  text-decoration: inherit;
  cursor: pointer;
  font-weight: 600;
  display: block;
  margin-top: 1em;
  color: #0b4d99!important;
  line-height: 1;
  margin-bottom: 1em;
}

a.frgu-content-accordeon-link.show-details-link .frgu-content-accordeon {
  border-bottom: 1px dotted #0b4d99;
}

.card-toggle__main .card-toggle {
  margin-bottom: 1em;
}


.department-info__person-bio {
  text-align: justify;
}

@media (min-width: 1024px) {
  .department-info__person-bio {
    width: calc(200% + 61px);
  }
}

.person-bio-content {
  margin-top: 5px;
  display: none;
}

.person-bio-anchor {
  display: inline-block;
  margin-top: 10px;
  cursor: pointer;
  color: #0b4d99 !important;
  text-decoration: underline !important;
}

.person-bio-anchor i {
  color: #0b4d99 !important;
}

.department-info__person-bio.open .person-bio-content {
  display: block;
}

.department-info__person-bio.open .person-bio-anchor .icon:after {
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

input[type="checkbox"]#rep-active {
  display: inline-block;
  width: 20px;
  height: 20px;
  float: right;
  margin-right: 1em;
  margin-top: 2.8em;
}

label[for="rep-active"] {
  margin-top: 2.2em;
  float: right;
}

.search-big {
  padding-bottom: 32px;
  padding-top: 32px;
  display: none;
}

.search-big.open, .form-show .search-big {
  display: block;
}


.search-big__min {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.search-big__form-wrap {
  position: relative;
  width: -webkit-calc(100% - 219px - 32px);
  width: calc(100% - 219px - 32px);
}

.search-big__input {
  width: 100%;
  height: 100%;
}

.search-big__input input {
  width: 100%;
  height: 56px;
  min-height: 56px;
  padding-right: 50px;
  padding-left: 20px;
  color: #000;
  border: 2px solid #124d99;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: 0 0;
}

.search-big__send {
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.search-big__send button {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0;
  padding: 0;
  color: #124d99;
  border: 0;
  outline: 0;
  background: 0 0;
  line-height: 0;
}

.search-big__input input::-webkit-input-placeholder {
  color: #124d99;
}

.search-big__input input:-moz-placeholder,
.search-big__input input::-moz-placeholder {
  color: #124d99;
}

.search-big__input input:-ms-input-placeholder {
  color: #124d99;
}

.btn.btn-outline-blue {
  border: 2px solid #124d99;
}

.btn.btn-outline-blue {
  text-decoration: none;
  letter-spacing: .01rem;
  text-transform: uppercase;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: .8rem;
  font-weight: 700;
  line-height: 1.2;
}

.btn.btn-icon {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.btn.btn-outline-blue .icon {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.search-big__toggle.open .icon {
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.btn.btn-outline-blue.btn-lg {
  padding-top: 18px;
  padding-bottom: 18px;
}

.search-big__big {
  display: none;
  padding-top: 32px;
}

.search-big__big.open {
  display: block;
}

.form-group .form-group__wrap {
  position: relative;
  min-height: 56px;
  padding-top: 5px;
  padding-right: 1rem;
  padding-bottom: 4px;
  padding-left: 1rem;
  border: 2px solid #dae0dd;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #fafafa;
}

.form-group--blue .form-group__wrap {
  border-color: #124d99;
  background: 0 0;
}

.form-group--data .input-icon {
  position: absolute;
  right: 16px;
  bottom: 7px;
  display: inline-block;
}

.icon-calendar {
  width: 18px;
  height: 20px;
  background-image: url(../images/icon-calendar.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.datepicker--cell.-in-range- {
  color: #adadad;
}

.datepicker--cell.-current-.-in-range- {
  color: #adadad;
}

.datepicker--cell-year.-other-decade- {
  color: #adadad;
}

.-in-range-.datepicker--cell-day.-other-month- {
  color: #adadad;
}

.datepicker--cell-day.-other-month-,
.datepicker--cell-day.-other-month-:hover {
  color: #adadad;
}

.datepicker--cell.-selected-.-current-.-focus- {
  color: #FFFFFF;
}

.form-group .form-group__wrap label {
  margin: 0;
  color: #011403;
  font-size: .8125rem;
  font-weight: 400;
}

.form-group .form-group__wrap .form-control {
  width: -webkit-calc(100% + 2rem);
  width: calc(100% + 2rem);
  height: auto;
  margin-right: -1rem;
  margin-left: -1rem;
  padding: 0;
  padding-right: 1rem;
  padding-left: 1rem;
  resize: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  color: #021104;
  border: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: 0 0;
  font-size: 1rem;
  line-height: 1.5rem;
}

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

.card-arr {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.card-arr {
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  min-height: 190px;
  padding: 1.5rem 2rem;
  padding-right: 20%;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-image: url(../images/right-arrow.svg);
  background-repeat: no-repeat;
  background-position: right center;
}

.card-arr--outline {
  height: auto;
  border: 2px solid  #124d99;
}

.card-arr__title {
  letter-spacing: .01rem;
  font-family: "PT Serif",sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
}

.card-arr__title+* {
  margin-top: 2rem;
}

.card-arr--outline a, .card-arr__list li a {
  text-decoration: underline;
  font-size: 1rem;
  line-height: 1.5rem;
}

.card-arr--not-arr {
  background: 0 0;
}

.card-opendata .icon.icon-arr-b {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
}

.search-big__item-title {
  margin-bottom: 48px;
  letter-spacing: .01438rem;
  font-family: "PT Sans";
  font-size: 1.25rem;
  font-weight: 700;
}

.form-group .form-check {
  margin: 0;
}

.form-group .form-check .form-check-label,
.form-group .form-radio .form-radio-label,
.form-group .links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-group .form-check .form-check-label,
.form-group .form-radio .form-radio-label {
  position: relative;
  margin: 0;
  padding: 0;
}

.form-group .form-check .form-check-label input,
.form-group .form-radio .form-radio-label input {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

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

.search-big__big-btn .btn {
  margin-right: 24px;
}

.search-big__big-btn .btn:last-child {
  margin-right: 0;
}

.btn.btn-warning {
  color: #ffffff;
  background-color: #124d99;
}

.datepicker--cell.-range-to-,
.datepicker--cell.-range-from- {
  color: #fff;
}

.search-result__item {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px;
  padding-top: 30px;
  border-bottom: 2px solid #000;
}

.search-result__item:nth-child(2n+1) {
  background: #cccccc14;
}

.search-result__item:last-child {
  border-bottom: none;
}

.search-result__item-title {
  margin-bottom: 15px;
  font-size: 25px;
}

.search-result__item-content .date {
  margin-bottom: 10px;
}

.search-result__item .search-result__item-text {
  margin-top: 10px;
}

.pagination__links {
  width: 100%;
}

.pagination__link {
  display: inline-block !important;
  width: auto;
}

@media (min-width: 400px) {
  .btn.btn-icon.btn-lg {
    padding-top: 20px;
    padding-bottom: 19px;
  }
}

@media (min-width: 400px) {
  .btn.btn-outline-blue.btn-lg.btn-icon {
    padding-top: 13px;
    padding-bottom: 12px;
  }
}

@media (max-width: 767px) {
  .search-big__min {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .search-big__form-wrap {
    width: 100%;
    height: 56px;
    margin-bottom: 32px;
  }

  .card-arr__title {
    letter-spacing: .01rem;
    color: #fcfffa;
    font-family: "PT Serif",sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2rem;
  }

  .card-arr__title {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .search-big__big-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.btn-special-lg {
  border: 2px solid #000;
  margin-top: 28px;
}

.news__item-img {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 128px;
  margin-right: 32px;
}

.news__item.news__item-with-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 32px;
  padding-bottom: 25px;
  border-bottom: 1px solid #dae0dd;
}

.news-tab__nav-items {
  overflow: auto;
  width: 100%;
  min-height: 50px;
  display: flex;
}

.news-tab__nav-items .news-tab__nav-item {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  border-bottom: 4px solid #124d99;
  padding-right: 45px;
  padding-left: 45px;
  display: flex;
}

.news-tab__content-item {
  display: none;
  padding-top: 35px;
}

.news-tab__content-item.active {
  display: block;
}

.news-photos__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-bottom: -30px;
  margin-left: -15px;
}

.news-photos__items .fancyboxPhoto {
  width: 100%;
  display: block;
}

.news-photos__item {
  width: -webkit-calc(25% - 30px);
  width: calc(25% - 30px);
  margin-right: 15px;
  margin-bottom: 30px;
  margin-left: 15px;
}

.news-photos__items .fancyboxPhoto img {
  width: 100%;
}

.card-toggle__main .column-list li span {
  word-break: break-word;
}

.slick-list.draggable {
  height: auto !important;
  margin-bottom: 2rem !important;
}

.slick-next.slick-arrow,
.slick-prev.slick-arrow {
  display: none !important;
}

.search-wrapper {
    width: 1120px;
    min-height: 290px;
    margin: auto;
    margin-bottom: 40px;
}

.search-wrapper .result-item {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
}

.search-wrapper .second-value {
    font-weight: bold;
}

.search-wrapper .date {
    margin-bottom: 20px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}
input[type="number"]:hover,
input[type="number"]:focus {
    -moz-appearance: number-input;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}