﻿:root {
  box-sizing: border-box;
  height: 100%;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

ul[class],
ol[class] {
  list-style: none;
}

body {
  display: flex;
  flex-direction: column;
  height: 100%;
}

a {
  text-decoration: none;
  color: #2747af;
}

.feather-16 {
  width: 0.875rem;
  height: 0.875rem;
}

hr {
  border: 0;
  border-bottom: 1px solid #e9ebf5;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

@font-face {
  font-family: "GOST UI 2 Regular";
  src: url("/fonts/GostUI_Regular.TTF") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GOST UI 2 Medium";
  src: url("/fonts/GostUI_Medium.TTF") format("truetype");
}
@font-face {
  font-family: "GOST UI 2 Bold";
  src: url("/fonts/GostUI_Bold_G.TTF") format("truetype");
}
body {
  font-family: "GOST UI 2 Regular", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  color: #333;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

p {
  margin-bottom: 1rem;
}

ol:not([class]), ul:not([class]) {
  margin-bottom: 1rem;
}

ol:not([class]) li, ul:not([class]) li {
  margin-left: 2rem;
}

h1, h2, h3 {
  font-family: "GOST UI 2 Bold", sans-serif;
  font-weight: 700;
  color: #3B4256;
  margin-bottom: 1rem;
}

h1 {
  font-size: 1.25rem;
}

h2 {
  font-size: 1.15rem;
}

@media screen and (min-width: 768px) {
  h1 {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  h2 {
    font-size: 1.4rem;
    line-height: 1.4rem;
  }
}
@media screen and (min-width: 992px) {
  h1 {
    font-size: 1.6rem;
    line-height: 1.6rem;
  }

  h2 {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  h1 {
    font-size: 1.8rem;
    line-height: 1.8rem;
  }

  h2 {
    font-size: 1.7rem;
    line-height: 1.7rem;
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: 0.75s linear infinite spinner-border;
  animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1.4rem;
  height: 1.4rem;
  border-width: 0.2em;
}

/* Safari */
@-webkit-keyframes spinner-border {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spinner-border {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.mt-1 {
  margin-top: 0.5rem;
}

.mt-2 {
  margin-top: 1rem;
}

.mt-3 {
  margin-top: 1.6rem;
}

.mb-1, .my-1 {
  margin-bottom: 0.5rem;
}

.mb-2 {
  margin-bottom: 1rem;
}

.mb-3 {
  margin-bottom: 1.6rem;
}

.mb-4 {
  margin-bottom: 2.5rem;
}

.mr-1 {
  margin-right: 0.5rem;
}

.mr-2 {
  margin-right: 0.8rem;
}

.mr-3 {
  margin-right: 1.6rem;
}

.pl-2 {
  padding-left: 1rem;
}

.pr-1 {
  padding-left: 0.5rem;
}

.pr-2 {
  padding-left: 1rem;
}

.pr-3 {
  padding-left: 1.5rem;
}

.text-secondary {
  color: #6c757d;
}

.text-center {
  text-align: center;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.img-fluid {
  display: block;
  width: 100%;
  height: auto;
}

.hidden {
  display: none;
}

.display-1 {
  font-family: "GOST UI 2 Regular", sans-serif;
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .d-none {
    display: none;
  }
}
@media (min-width: 768px) {
  .d-md-block {
    display: block;
  }
}
.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.justify-content-between {
  justify-content: space-between;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9,
.col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5,
.col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1,
.col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11,
.col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7,
.col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }

  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1040px;
  }

  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.gosbar {
  height: 3.1rem;
  background-color: #1e3685;
  display: table;
}

.header .container {
  display: flex;
  flex-direction: column;
  padding: 1rem;
}
.header h1 {
  line-height: 1.125;
  margin-bottom: 0;
}

.site-name {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}

.gerb {
  margin-right: 0.5rem;
  height: 80px;
}

.logo {
  margin-right: 0.5rem;
  height: 156px;
}

.header-menu {
  border: 1px solid #ebecee;
  padding: 0.8rem;
}
.header-menu a {
  font-family: "GOST UI 2 Medium", sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  color: #3b4256;
  display: inline-block;
  padding: 0.2rem 0;
}
.header-menu a:hover {
  color: #1b317a;
}
.header-menu .fa-angle-right {
  font-weight: normal;
}
.header-menu li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (min-width: 768px) {
  .header .header-menu {
    float: right;
    border: none;
    width: 18.75rem;
    padding: 0;
  }
}
.navbar {
  display: none;
}

.mobile-menu {
  display: flex;
  justify-content: space-between;
  height: 3.1rem;
  background-color: #f6f7fb;
}
.mobile-menu span {
  padding: 0.75rem;
  width: 3.1rem;
  text-align: center;
  background-color: #dee4f7;
  opacity: 0.67;
}

.navbar .top-nav {
  display: flex;
}
.navbar .top-nav li:not(:last-child) {
  margin-right: 1rem;
}
.navbar .top-nav .hide {
  visibility: hidden;
}
.navbar .top-nav .nav-link {
  color: #3b4256;
  display: block;
  white-space: nowrap;
  padding: 1.3rem 0.5rem 1.2rem;
  position: relative;
}
.navbar .top-nav .nav-link:hover {
  color: #2747af;
}
.navbar .top-nav .nav-link::after {
  content: "";
  opacity: 0;
  height: 0;
  position: absolute;
  left: 2rem;
  right: 2rem;
  bottom: 0;
  transition: 0.2s;
}
.navbar .top-nav .nav-link:hover::after {
  content: "";
  opacity: 1;
  height: 3px;
  position: absolute;
  left: 0.5rem;
  right: 0.5rem;
  bottom: 0;
  background-color: #d9241c;
  transition: 0.2s;
}
.navbar .top-nav .active {
  color: #2747af;
}
.navbar .top-nav .active::after {
  content: "";
  opacity: 1;
  height: 3px;
  position: absolute;
  left: 0.5rem;
  right: 0.5rem;
  bottom: 0;
  background-color: #d9241c;
  transition: 0.2s;
}
.navbar .top-nav .more-item {
  position: relative;
}
.navbar .top-nav .more-link {
  color: #3b4256;
  display: block;
  padding: 1.25rem 0.5rem 0.8rem;
}
.navbar .top-nav .more-link::after {
  content: "";
  opacity: 0;
  height: 0;
  position: absolute;
  left: 2rem;
  right: 2rem;
  bottom: 0;
  transition: 0.2s;
}
.navbar .top-nav .more-link:hover::after {
  content: "";
  opacity: 1;
  height: 3px;
  position: absolute;
  left: 0.5rem;
  right: 0.5rem;
  bottom: 0;
  background-color: #d9241c;
  transition: 0.2s;
}
.navbar .top-nav .dropdown-menu {
  display: none;
  position: absolute;
  background-color: #fff;
  width: 350px;
  padding: 1rem 0;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  z-index: 1;
  animation-name: scale-up-ver-top;
  animation-duration: 0.4s;
}
.navbar .top-nav .dropdown-menu .selected {
  color: #2747af;
}
.navbar .top-nav .dropdown:hover .dropdown-menu {
  display: block;
}
.navbar .top-nav .dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  font-size: 0.95rem;
  font-weight: 400;
  color: #767b89;
  background-color: transparent;
  border: 0;
}
.navbar .top-nav .dropdown-item:hover {
  color: #2747af;
}

@media (min-width: 768px) {
  .mobile-menu {
    display: none;
  }

  .navbar {
    display: block;
    background-color: #f6f7fb;
  }

  .navbar.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #e9ebf5;
    z-index: 1;
    transition: 0.3s ease;
  }
}
@-webkit-keyframes scale-up-ver-top {
  0% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
}
@keyframes scale-up-ver-top {
  0% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
}
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 115px;
  bottom: 0;
  width: 100%;
  overflow: auto;
  transition: opacity 0.15s linear;
}

.modal-content {
  position: relative;
  background-color: #fff;
  margin: auto;
  padding: 0;
  width: 100%;
  min-height: 100%;
  -webkit-animation-name: fade-in-top;
  animation-name: fade-in-top;
  animation-duration: 0.4s;
}

.modal-header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 2.45rem;
  color: #888;
}
.modal-header .close {
  display: inline-block;
  height: 1.45rem;
}
.modal-header .close:hover, .modal-header .close:focus {
  color: #000;
  font-weight: normal;
  cursor: pointer;
}

.modal-body {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  height: max-content;
  width: 100%;
  padding: 0 0.5rem;
}
.modal-body .menu-block {
  flex: 0 0 220px;
  margin-bottom: 1.5rem;
}
.modal-body .root-item {
  display: block;
  font-family: "GOST UI 2 Medium", sans-serif;
  font-size: 1.1rem;
  color: #3b4256;
}
.modal-body .sub-item {
  display: block;
  padding: 0.5rem 0;
  color: #767b89;
}
.modal-body .sub-item:hover {
  color: #2747af;
}

@media (max-width: 767px) {
  .modal {
    top: 50px;
  }
}
@-webkit-keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.footer {
  margin-top: auto;
  background-color: #2c364a;
  color: rgba(244, 247, 251, 0.7);
  padding: 2rem 0;
  font-family: Roboto, Helvetica, sans-serif;
  font-size: 0.9rem;
}
.footer .row div:not(:last-child) {
  margin-bottom: 1rem;
}
.footer .site-name {
  font-family: "GOST UI 2 Regular", sans-serif;
  font-size: 1.2rem;
  color: #d1d3d8;
}

@media screen and (min-width: 768px) {
  .footer {
    padding: 3rem 0;
  }
  .footer .row .col {
    margin-bottom: 0;
  }
}
.links {
  background-color: #f6f7fb;
  padding-top: 1rem;
}
.links ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.links ul li {
  flex: 1 1 auto;
  padding: 0 1rem;
}
.links .collapsible {
  height: 165px;
  overflow: hidden;
  transition: height 0.4s ease-out;
}
.links .site {
  position: relative;
  display: block;
  padding: 1rem;
  height: 146px;
  color: #3b4256;
  background-color: #fff;
  margin-bottom: 1rem;
  transition: 0.3s ease-out;
}
.links .site:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  transition: 0.3s ease-out;
}
.links .site:hover .feather-external-link {
  color: #ccc;
}
.links .site-url {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  text-transform: uppercase;
  color: #0050b2;
  font-size: 0.8rem;
}
.links .feather-external-link {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  color: #e2e3e4;
}
.links .more-links {
  width: 100%;
  text-align: center;
}
.links .more-links a {
  color: #3b4256;
  font-family: "GOST UI 2 Medium", sans-serif;
  display: inline-block;
  margin-bottom: 1rem;
}
.links .more-links a:hover {
  color: #1b317a;
}

@media screen and (max-width: 768px) {
  .links .collapsible {
    height: 160px;
  }
}
@media screen and (min-width: 768px) {
  .links ul > li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .links ul > li {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .links .site {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .links ul > li {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
.tasks {
  background-color: #f6f7fb;
  padding: 1.5rem 0;
}

.task-list .task {
  background-color: #fff;
  padding: 1rem;
  margin-bottom: 0.6rem;
}
.task-list .task .title {
  font-family: "GOST UI 2 Bold", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  color: #3B4256;
  margin-bottom: 1rem;
}
.task-list .task p {
  color: #767b89;
  font-size: 0.85rem;
}
.task-list .hidden {
  display: none;
}
.task-list .fade-in-top {
  -webkit-animation: fade-in-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
.task-list .all-tasks {
  background-color: #fff;
  transition: 0.4s ease-out;
}
.task-list .all-tasks:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  transition: 0.4s ease-out;
}
.task-list .all-tasks a {
  display: block;
  position: relative;
  padding: 1rem;
  line-height: 1rem;
  font-family: "GOST UI 2 Medium", sans-serif;
}
.task-list .all-tasks a:hover {
  color: #1b317a;
}
.task-list .all-tasks a .feather-18 {
  position: absolute;
  right: 1rem;
  width: 1rem;
  height: 1rem;
  transition: 0.3s;
}
.task-list .all-tasks a:hover .feather-18 {
  transform: rotate(90deg);
  transition: 0.3s;
}

@-webkit-keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.services {
  padding: 1rem 2rem;
  background-color: #344a91;
}
.services nav {
  display: flex;
  flex-direction: column;
}
.services nav a {
  display: block;
  padding: 0.5rem 0;
  color: #bcc3da;
  font-size: 0.95rem;
  position: relative;
}
.services nav a:hover {
  color: #fff;
}
.services nav a .feather-chevron-right {
  position: absolute;
  right: 0;
  width: 17px;
  height: 17px;
}

.news-cards {
  padding-bottom: 1.5rem;
}
.news-cards .image {
  position: relative;
  margin-bottom: 1rem;
  height: 12.5rem;
  background-color: #f0f3fa;
}
.news-cards .selected-img {
  width: 100%;
  height: 12.5rem;
  object-fit: cover;
  object-position: unset;
}
.news-cards .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: rgba(10, 63, 180, 0.55);
}
.news-cards a {
  font-family: "GOST UI 2 Medium", sans-serif;
  font-weight: 500;
  font-size: 1.05rem;
  margin-bottom: 0.5rem;
}
.news-cards a:hover {
  color: #1b317a;
}
.news-cards a:hover .overlay {
  opacity: 1;
}
.news-cards .title {
  margin-bottom: 0.5rem;
}
.news-cards .date {
  color: #898e9a;
  font-size: 0.9rem;
}

.news-list-component .selected-img {
  width: 100%;
  height: 7rem;
  object-fit: cover;
  object-position: unset;
}
.news-list-component hr {
  border: 0;
  border-bottom: 1px solid #e9ebf5;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.news-list-component .news-date-time {
  font-family: "GOST UI 2 Medium", sans-serif;
  font-size: 0.95rem;
}
.news-list-component .news-title {
  color: #1b317a;
  font-size: 1.05rem;
}
.news-list-component .news-title:hover {
  color: #2747af;
}
.news-list-component .all-news-link {
  text-align: center;
  font-family: "GOST UI 2 Medium", sans-serif;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .news-list-component .all-news-link {
    text-align: right;
  }
  .news-list-component .all-news-link a {
    color: #3b4256;
  }
  .news-list-component .all-news-link a:hover {
    color: #1b317a;
  }
}

.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.left-menu, .right-menu {
  background-color: #f6f7fb;
}
.left-menu li, .right-menu li {
  position: relative;
}
.left-menu li .active, .right-menu li .active {
  color: #2747af;
}
.left-menu li:not(:last-child), .right-menu li:not(:last-child) {
  border-bottom: 1px solid #f0f0f0;
}
.left-menu li.active::after, .right-menu li.active::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 3px;
  background-color: #d9241c;
}
.left-menu li > a, .right-menu li > a {
  font-family: "GOST UI 2 Medium", sans-serif;
  padding: 12px 18px;
  font-size: 1rem;
  color: #3b4256;
  display: block;
  text-decoration: none;
}

.left-menu li.active::after {
  right: 0;
}

.right-menu li.active::after {
  left: 0;
}

@media (max-width: 767px) {
  .left-menu {
    display: none;
  }
}
.file-size {
  color: #858e9b;
}

.xls-icon {
  background-image: url("/img/icons/icon_xls.png");
  display: block;
  float: left;
  width: 29px;
  height: 39px;
  margin-right: 10px;
}

.doc-icon {
  background-image: url("/img/icons/icon_docx.png");
  display: block;
  float: left;
  width: 29px;
  height: 39px;
  margin-right: 10px;
}

.ppt-icon {
  background-image: url("/img/icons/icon_ppt.png");
  display: block;
  float: left;
  width: 29px;
  height: 39px;
  margin-right: 10px;
}

.pdf-icon {
  background-image: url("/img/icons/icon_pdf.png");
  display: block;
  float: left;
  width: 29px;
  height: 39px;
  margin-right: 10px;
}

.rtf-icon {
  background-image: url("/img/icons/icon_rtf.png");
  display: block;
  float: left;
  width: 29px;
  height: 39px;
  margin-right: 10px;
}

.txt-icon {
  background-image: url("/img/icons/icon_txt.png");
  display: block;
  float: left;
  width: 29px;
  height: 39px;
  margin-right: 10px;
}

.zip-icon {
  background-image: url("/img/icons/icon_zip.png");
  display: block;
  float: left;
  width: 29px;
  height: 39px;
  margin-right: 10px;
}

.rar-icon {
  background-image: url("/img/icons/icon_rar.png");
  display: block;
  float: left;
  width: 29px;
  height: 39px;
  margin-right: 10px;
}

.file-icon {
  background-image: url("/img/icons/icon_file.png");
  display: block;
  float: left;
  width: 29px;
  height: 39px;
  margin-right: 10px;
}

/* ------------------- PhotoBLock ------------------- */
.photo-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  list-style: none;
  margin-left: -0.4rem;
}
.photo-list .photo-item {
  padding-left: 0.4rem;
  margin-bottom: 0.4rem;
  position: relative;
}
.photo-list .photo-item img {
  width: 10rem;
  object-fit: cover;
  object-position: unset;
  height: 7rem;
}

/* ------------------- TextBlock ------------------- */
.text-block {
  display: table;
}
.text-block .image {
  display: table;
  clear: both;
  text-align: center;
  margin: 0 auto 1em;
}
.text-block .image.image_resized {
  max-width: 100%;
  display: block;
  box-sizing: border-box;
}
.text-block .image.image_resized img {
  width: 100%;
}
.text-block .image-style-align-left {
  float: left;
  margin-right: 1rem;
}
.text-block .image-style-align-right {
  float: right;
  margin-left: 1rem;
}

/* ------------------ VideoBlock ------------------- */
.video-block {
  margin-bottom: 1rem;
}
.video-block .wrapper {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
}
.video-block .wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.appeal-form .recipient-choice {
  height: 40px;
  border: 1px solid #e9ebf5;
  display: inline-block;
}
.appeal-form .recipient-choice a {
  width: 135px;
  display: inline-block;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  background: #DCECF6;
  color: #157FC4;
}
.appeal-form .lead {
  font-size: 1.15rem;
  margin-bottom: 1.5rem;
}
.appeal-form .text-right {
  text-align: right;
}
.appeal-form .text-center {
  text-align: center;
}
.appeal-form label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
.appeal-form label, .appeal-form p {
  font-size: 80%;
  font-weight: normal;
  color: #606778;
}
.appeal-form .form-group {
  margin-bottom: 0.5rem;
}
.appeal-form .form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-family: "GOST UI 2 Regular", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.appeal-form .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #99a9f8;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.appeal-form .form-control:invalid, .appeal-form .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.appeal-form textarea.form-control {
  height: auto;
}
.appeal-form textarea {
  overflow: auto;
  resize: vertical;
}
.appeal-form .highlight {
  padding: 0.5rem 1rem 0.8rem;
  background-color: #f6f7fb;
  margin-bottom: 1rem;
}
.appeal-form .btn {
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.6;
  color: #fff;
  border: none;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background-color: transparent;
}
.appeal-form .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(15, 168, 174, 0.25);
}
.appeal-form .btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.appeal-form .btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.appeal-form .btn-primary {
  background-color: #4d6bbc;
  border-color: #4d6bbc;
}
.appeal-form .btn-primary:hover {
  background-color: #415fae;
  border-color: #4d6bbc;
}
.appeal-form .btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.appeal-form .btn-secondary:hover {
  background-color: #60686f;
  border-color: #6c757d;
}
.appeal-form .btn-toggle {
  padding: 0.25rem 1rem;
  color: #fff;
  background-color: #4d6bbc;
  border-color: #4d6bbc;
}
.appeal-form .btn-toggle:hover {
  background-color: #415fae;
  border-color: #4d6bbc;
}
.appeal-form .btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.appeal-form .btn.disabled, .appeal-form .btn:disabled {
  opacity: 0.65;
}
.appeal-form .file-input-container {
  width: 100%;
  background-color: #f6f7fb;
}
.appeal-form .file-input-container input[type=file] {
  display: none;
}
.appeal-form .invalid-feedback {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}
.appeal-form .alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
}
.appeal-form .alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.appeal-form .alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.appeal-form .close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.appeal-form button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.appeal-form .close:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.appeal-form .close:hover {
  color: #000;
  text-decoration: none;
}
.appeal-form .close:not(:disabled):not(.disabled):focus,
.appeal-form .close:not(:disabled):not(.disabled):hover {
  opacity: 0.75;
}

.gosbar-links {
  display: none;
  float: right;
}
.gosbar-links a {
  color: #a5b0d4;
  display: block;
  padding: 0.8rem 0.5rem;
}
.gosbar-links a:hover {
  color: #fff;
}

@media screen and (min-width: 992px) {
  .gosbar-links {
    display: block;
  }
}
.contact-info {
  background-color: #f6f7fb;
  padding: 0.6rem 1rem;
  color: #3b4256;
}
.contact-info .header {
  font-family: "GOST UI 2 Medium", sans-serif;
  margin-bottom: 0.5rem;
}

.card img {
  display: block;
  width: 100%;
  height: auto;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

@media screen and (max-width: 767px) {
  .home .col-md-8 {
    order: 1;
  }
  .home .col-md-4 {
    order: 2;
  }
}
/* -------------------- Post List --------------------- */
/* ------------------- Post Details ------------------- */
.post-details {
  display: flex;
}
.post-details .col-lg-8 {
  order: 1;
}
.post-details .col-lg-4 {
  order: 2;
  margin-bottom: 1rem;
}

@media screen and (min-width: 992px) {
  .post-details {
    display: flex;
  }
  .post-details .col-lg-8 {
    order: 1;
  }
  .post-details .col-lg-4 {
    order: 2;
  }
}
.news-list hr {
  border: 0;
  border-bottom: 1px solid #e9ebf5;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.news-list .news-date-time {
  font-family: "GOST UI 2 Medium", sans-serif;
  font-size: 0.95rem;
}
.news-list .news-title {
  color: #1b317a;
  font-size: 1.05rem;
}
.news-list .news-title:hover {
  color: #2747af;
}
.news-list .col-lg-8 {
  order: 2;
}
.news-list .col-lg-4 {
  order: 1;
  margin-bottom: 1.5rem;
}
.news-list .news-filter .form-group {
  margin-bottom: 0.5rem;
}
.news-list .news-filter .form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.news-list .news-filter .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #99a9f8;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.news-list .news-filter .btn {
  padding: 0.375rem 0.75rem;
  font-family: "GOST UI 2 Regular", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #fff;
  border: none;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background-color: transparent;
}
.news-list .news-filter .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(15, 168, 174, 0.25);
}
.news-list .news-filter .btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.news-list .news-filter .btn-primary {
  background-color: #4d6bbc;
  border-color: #4d6bbc;
}
.news-list .news-filter .btn-primary:hover {
  background-color: #415fae;
  border-color: #4d6bbc;
}
.news-list .news-filter .btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.news-list .news-filter .btn-secondary:hover {
  background-color: #60686f;
  border-color: #6c757d;
}
@media screen and (min-width: 992px) {
  .news-list .col-lg-8 {
    order: 1;
  }
  .news-list .col-lg-4 {
    order: 2;
  }
}

.news-details .news-publish, .news-details .news-type, .news-details .social-share {
  color: #858e9b;
  display: block;
}
.news-details .sidebar {
  height: fit-content;
  background-color: #f6f7fb;
  padding: 1rem 0 1rem 1rem;
}
.news-details .nav a {
  color: #3b4256;
}

.btn {
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.6;
  color: #fff;
  border: none;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background-color: transparent;
}
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(15, 168, 174, 0.25);
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn-primary {
  background-color: #4d6bbc;
  border-color: #4d6bbc;
}
.btn-primary:hover {
  background-color: #415fae;
  border-color: #4d6bbc;
}

.btn-block {
  display: block;
  width: 100%;
}

.acts .container {
  display: flex;
}
.acts .container .act-number {
  display: flex;
  flex-direction: column;
}
.acts label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
.acts .align-items-end {
  -ms-flex-align: end;
  align-items: flex-end;
}
.acts .form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-family: "GOST UI 2 Regular", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.acts .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #99a9f8;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.acts .form-group {
  margin-bottom: 0.5rem;
}
.acts .btn {
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.6;
  color: #fff;
  border: none;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background-color: transparent;
}
.acts .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(15, 168, 174, 0.25);
}
.acts .btn-primary {
  background-color: #4d6bbc;
  border-color: #4d6bbc;
}
.acts .btn-primary:hover {
  background-color: #415fae;
  border-color: #4d6bbc;
}
.acts .btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.acts .btn-secondary:hover {
  background-color: #60686f;
  border-color: #6c757d;
}
.acts .table {
  border-spacing: 0;
}
.acts .table thead th {
  padding: 0.75rem;
  vertical-align: bottom;
  border-bottom: 1px solid #dee2e6;
  border-top: 1px solid #dee2e6;
}
.acts .table td {
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
}

.search .input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
.search .input-group-append, .search .input-group-prepend {
  display: -ms-flexbox;
  display: flex;
}
.search .form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-family: "GOST UI 2 Regular", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.search .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #99a9f8;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.search .form-group {
  margin-bottom: 0.5rem;
}
.search .btn {
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.6;
  color: #fff;
  border: none;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background-color: transparent;
}
.search .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(15, 168, 174, 0.25);
}
.search .btn-primary {
  background-color: #4d6bbc;
  border-color: #4d6bbc;
}
.search .btn-primary:hover {
  background-color: #415fae;
  border-color: #4d6bbc;
}
