.theme-choser .brand-blue
{
  --main-color: #002B68;
}

html.brand-blue body.main section:nth-child(2n+1) {
  background-color: #ffffff; }

html.brand-blue body.main section:nth-child(2n) {
  background-color: rgba(40, 94, 134, 0.12); }

html.brand-blue .header {
  background-color: #3275A8; }
  html.brand-blue .header__nav {
    color: #ffffff; }
  html.brand-blue .header__content-name {
    color: #ffffff; }
  html.brand-blue .header__content-title {
    color: #ffffff; }
  html.brand-blue .header__content-subtitle {
    color: #ffffff; }
  html.brand-blue .header .button {
    color: #ffffff; }
    html.brand-blue .header .button.button_light .button__text {
      color: #ffffff; }
    html.brand-blue .header .button_link {
      color: #3275A8; }
      html.brand-blue .header .button_link.button_text {
        color: #3275A8; }

html.brand-blue {
  --theme-bar-bg-color: rgba(38, 90, 129, 0.9);
  --theme-light-btn-bg-color: #c5c5c5;
  --theme-light-btn-color: #002B68;

}

html.brand-blue .app-bar {
  background: rgba(38, 90, 129, 0.8); }
  html.brand-blue .app-bar__site-controls .app-bar__search-form {
    background-color: #3275A8; }
  html.brand-blue .app-bar__personal-menu {
    background-color: rgba(50, 117, 168, 0.95); }
  html.brand-blue .app-bar__notifications-menu-top {
    background-color: #265a81;
    border-bottom: 1px solid #848E99; }
  html.brand-blue .app-bar__notifications-menu-bottom {
    background-color: #3275A8; }
  html.brand-blue .app-bar__notifications-menu .app-bar__item:not(:last-child):after {
    background-color: #848E99; }

html.brand-blue .navbar {
  background-color: unset;
  border-bottom: 1px solid rgba(224, 224, 224, 0.4); }
  html.brand-blue .navbar__nav-list .navbar__nav-item {
    color: #ffffff; }

html.brand-blue .main-menu {
  border-top: 4px solid #265a81; }

html.brand-blue .footer {
  background-color: rgba(0, 43, 104, 0.75);
  color: #ffffff; }

html.brand-blue .tabs-control-header {
  border-bottom: 2px solid rgba(59, 66, 86, 0.12); }
  html.brand-blue .tabs-control-header__item, .tabs-control-header__btn {
    color: #848E99; }
    html.brand-blue .tabs-control-header__item_active, .tabs-control-header__btn_active {
      color: #3275A8; }
      html.brand-blue .tabs-control-header__item_active:after, .tabs-control-header__btn_active:after {
        color: #3275A8;
        background-color: #3275A8;
        border-bottom: 4px solid #3275A8; }
  html.brand-blue .tabs-control-header__list-other {
    border-top: 4px solid #265a81; }
  html.brand-blue .tabs-control-header_theme-dark .tabs-control-header__item, .tabs-control-header_theme-dark .tabs-control-header__btn {
    color: #848E99; }
    html.brand-blue .tabs-control-header_theme-dark .tabs-control-header__item_active, .tabs-control-header_theme-dark .tabs-control-header__btn_active {
      color: #ffffff; }
      html.brand-blue .tabs-control-header_theme-dark .tabs-control-header__item_active:after, .tabs-control-header_theme-dark .tabs-control-header__btn_active:after {
        color: #ffffff;
        border-bottom: 4px solid #ffffff; }

html.brand-blue .popular-services__card .popular-services__inner {
  border: none; }

html.brand-blue .main-media .main-media__title {
  color: #3B4256; }

html.brand-blue .main-media .main-media__date {
  color: #3B4256; }

html.brand-blue .main-media .title {
  color: #3B4256; }
  html.brand-blue .main-media .title_theme-dark {
    color: #3B4256; }

html.brand-blue .main-media .tabs-control-header__item, .main-media .tabs-control-header__btn {
  color: #3B4256; }
  html.brand-blue .main-media .tabs-control-header__item_active, .main-media .tabs-control-header__btn_active {
    color: #3B4256; }
    html.brand-blue .main-media .tabs-control-header__item_active:after, .main-media .tabs-control-header__btn_active:after {
      color: #3B4256;
      border-bottom: 4px solid #3B4256; }

html.brand-blue .media-item__video, .media-item__img {
  border: 1px solid #46a580; }

html.brand-blue .main-events .main-events__date {
  color: #3275A8; }

html.brand-blue .hyperlinks {
  background-color: #F4F7FB; }

html.brand-blue .hyperlink-card .hyperlink-card__wrapper {
  border: 1px solid #3275A8; }

html.brand-blue .title-tabs__tab-link.state_active {
  color: #3275A8; }
  html.brand-blue .title-tabs__tab-link.state_active:after {
    background-color: #3275A8; }

html.brand-blue .filter {
  border-top: 5px solid #265a81; }

html.brand-blue .button {
  color: #3275A8; }
  html.brand-blue .button.button_light .button__text {
    color: #3275A8; }

html.brand-blue .pattern {
  color: #000000; }
  html.brand-blue .pattern_footer {
    color: #ffffff; }

html.brand-blue .main-for-citizens__entity {
  border: 1px solid #3275A8; }
