:root {
  --golos-focus: #005fcc;
  --golos-radius-sm: 14px;
  --golos-radius-md: 22px;
  --golos-radius-lg: 34px;
  --golos-radius-pill: 999px;
}

html {
  scroll-behavior: smooth;
}

body.golos-template {
  background: linear-gradient(180deg, #ffffff 0%, #f7f7f4 100%) !important;
  background-attachment: fixed;
  overflow-x: hidden;
}

#wrapper {
  background: transparent;
  overflow: hidden;
}

body.golos-template .fa,
body.golos-template .fas,
body.golos-template .far,
body.golos-template .fal,
body.golos-template .fa-solid,
body.golos-template .fa-regular,
body.golos-template .fa-light {
  display: inline-block;
  font-family: "Font Awesome 6 Pro" !important;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

body.golos-template .fa,
body.golos-template .fas,
body.golos-template .fa-solid {
  font-weight: 900;
}

body.golos-template .far,
body.golos-template .fa-regular {
  font-weight: 400;
}

body.golos-template .fal,
body.golos-template .fa-light {
  font-weight: 300;
}

body.golos-template .fab,
body.golos-template .fa-brands {
  display: inline-block;
  font-family: "Font Awesome 6 Brands" !important;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

body.golos-template .fa::before,
body.golos-template .fas::before,
body.golos-template .far::before,
body.golos-template .fal::before,
body.golos-template .fab::before,
body.golos-template .fa-solid::before,
body.golos-template .fa-regular::before,
body.golos-template .fa-light::before,
body.golos-template .fa-brands::before {
  font-family: inherit;
  font-weight: inherit;
}

body.golos-template .fa-calendar-check-o::before {
  content: "\f274";
}

body.golos-template .fa-clock-o::before {
  content: "\f017";
}

body.golos-template .fa-envelope-o::before {
  content: "\f0e0";
}

body.golos-template .fa-newspaper-o::before {
  content: "\f1ea";
}

body.golos-template .fa-file-text-o::before {
  content: "\f15c";
}

body.golos-template .fa-file::before {
  content: "\f15b";
}

body.golos-template .fa-file-pdf-o::before {
  content: "\f1c1";
}

body.golos-template .fa-check-square-o::before {
  content: "\f14a";
}

body.golos-template .fa-calendar-o::before {
  content: "\f133";
}

body.golos-template .fa-square-o::before {
  content: "\f0c8";
}

body.golos-template .fa-close::before,
body.golos-template .fa-remove::before,
body.golos-template .fa-times::before {
  content: "\f00d";
}

body.golos-template .fa-refresh::before {
  content: "\f021";
}

body.golos-template .fa-angle-double-right::before {
  content: "\f101";
}

body.golos-template .fa-gavel::before {
  content: "\f0e3";
}

body.golos-template .fa-cog::before {
  content: "\f013";
}

body.golos-template .fa-wrench::before {
  content: "\f0ad";
}

body.golos-template .fa-calendar::before {
  content: "\f133";
}

body.golos-template .fa-user::before {
  content: "\f007";
}

body.golos-template .fa-link::before {
  content: "\f0c1";
}

body.golos-template .fa-phone::before,
body.golos-template .fa-mobile-phone::before {
  content: "\f095";
}

body.golos-template .fa-map-marker::before {
  content: "\f3c5";
}

body.golos-template .fa-globe::before {
  content: "\f0ac";
}

body.golos-template .fa-check::before {
  content: "\f00c";
}

body.golos-template .fa-search::before {
  content: "\f002";
}

body.golos-template .fa-filter::before {
  content: "\f0b0";
}

body.golos-template .fa-save::before {
  content: "\f0c7";
}

body.golos-template .fa-ban::before {
  content: "\f05e";
}

body.golos-template .fa-balance-scale::before {
  content: "\f24e";
}

body.golos-template .fa-arrow-up::before {
  content: "\f062";
}

body.golos-template .fa-bars::before {
  content: "\f0c9";
}

body.golos-template .fa-youtube::before,
body.golos-template .fa-facebook::before,
body.golos-template .fa-facebook-f::before,
body.golos-template .fa-skype::before,
body.golos-template .fa-reddit-alien::before,
body.golos-template .fa-stack-exchange::before {
  font-family: "Font Awesome 6 Brands" !important;
  font-weight: 400;
}

body.golos-template .fa-youtube::before {
  content: "\f167";
}

body.golos-template .fa-facebook::before,
body.golos-template .fa-facebook-f::before {
  content: "\f39e";
}

body.golos-template .fa-skype::before {
  content: "\f17e";
}

body.golos-template .fa-reddit-alien::before {
  content: "\f281";
}

body.golos-template .fa-stack-exchange::before {
  content: "\f18d";
}

.golos-header .th-container {
  max-width: min(1760px, calc(100vw - 24px));
}

.skip-link {
  background: var(--theme-color);
  color: var(--title-color);
  font-weight: 800;
  left: 16px;
  padding: 12px 18px;
  position: fixed;
  top: 16px;
  transform: translateY(-140%);
  z-index: 100000;
}

.skip-link:focus {
  transform: translateY(0);
}

body.golos-template :focus-visible {
  outline: 3px solid var(--golos-focus);
  outline-offset: 3px;
}

.golos-header {
  position: relative;
  z-index: 30;
}

.golos-council-strip {
  background: #ffffff;
  padding: 18px 0 10px;
}

.golos-council-bar {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  min-width: 0;
}

.golos-council-brand {
  align-items: center;
  color: var(--title-color);
  display: inline-flex;
  gap: 16px;
  min-width: 0;
  max-width: 100%;
  text-decoration: none;
}

.golos-council-brand:hover {
  color: var(--title-color);
}

.golos-council-brand img {
  background: #ffffff;
  border-radius: 50%;
  height: 62px;
  object-fit: contain;
  padding: 6px;
  width: 62px;
}

.golos-council-brand span {
  display: block;
  font-family: var(--title-font);
  font-size: clamp(18px, 2.4vw, 33px);
  font-weight: 700;
  line-height: 1.08;
  max-width: 1320px;
}

.golos-system-logo {
  align-items: center;
  background: transparent;
  display: inline-flex;
  flex: 0 0 auto;
  height: 58px;
  justify-content: center;
  padding: 0;
  text-decoration: none;
  width: 145px;
}

.golos-system-logo img {
  display: block;
  filter: drop-shadow(0 12px 24px rgba(24, 48, 162, 0.22));
  height: auto;
  object-fit: contain;
  width: 145px;
}

.golos-mobile-menu-title {
  display: none;
}

.golos-header .menu-area {
  background:
    radial-gradient(circle at 12% 12%, rgba(77, 117, 255, 0.55), transparent 30%),
    linear-gradient(132deg, #16187f 0%, #213db4 46%, #2853d0 100%);
  background-color: #213db4;
  border-radius: var(--golos-radius-lg);
  box-shadow: none;
  margin-top: 0;
  min-height: 112px;
  padding: 0 26px;
}

.golos-header .sticky-wrapper {
  background: transparent;
  box-shadow: none;
  filter: none;
}

.golos-header .sticky-wrapper > .th-container {
  margin-left: auto;
  margin-right: auto;
  max-width: min(1760px, calc(100vw - 24px));
  padding-left: 12px;
  padding-right: 12px;
  width: auto;
}

.golos-header .sticky-wrapper.sticky .menu-area {
  background:
    radial-gradient(circle at 12% 12%, rgba(77, 117, 255, 0.55), transparent 30%),
    linear-gradient(132deg, #16187f 0%, #213db4 46%, #2853d0 100%);
  background-color: #213db4;
  border-radius: 0 0 var(--golos-radius-lg) var(--golos-radius-lg);
  box-shadow: none;
  margin-top: 0;
  padding: 0 26px;
}

.golos-header .row {
  flex-wrap: nowrap;
  min-height: 112px;
  row-gap: 14px;
}

.golos-header .menu-area .col {
  flex: 1 1 auto;
  min-width: 0;
}

.golos-header .menu-area .col-auto {
  flex: 0 0 auto;
}

.golos-header .main-menu > ul {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px 0;
  justify-content: flex-start;
  max-width: none;
  width: 100%;
}

.golos-footer-logo a,
.mobile-logo a {
  align-items: center;
  display: inline-flex;
  gap: 12px;
  text-decoration: none;
}

.mobile-logo img {
  background: #ffffff;
  border-radius: 50%;
  height: 54px;
  object-fit: contain;
  padding: 5px;
  width: 54px;
}

.mobile-logo span {
  color: #ffffff;
  display: block;
  font-family: var(--title-font);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.15;
  max-width: 260px;
}

.mobile-logo span {
  color: var(--title-color);
  text-align: left;
}

body.golos-template .th-menu-wrapper .th-menu-area {
  background:
    radial-gradient(circle at 12% 12%, rgba(77, 117, 255, 0.55), transparent 30%),
    linear-gradient(132deg, #16187f 0%, #213db4 46%, #2853d0 100%) !important;
  background-color: #213db4 !important;
}

body.golos-template .th-menu-wrapper .mobile-logo {
  background: transparent !important;
  padding-left: 16px;
  padding-right: 18px;
  text-align: left;
}

body.golos-template .th-menu-wrapper .mobile-logo span {
  color: #ffffff;
}

body.golos-template .th-menu-wrapper .th-mobile-menu ul li a {
  color: #ffffff !important;
  text-transform: none;
}

body.golos-template .th-menu-wrapper .th-mobile-menu ul li a:hover,
body.golos-template .th-menu-wrapper .th-mobile-menu ul li a:focus,
body.golos-template .th-menu-wrapper .th-mobile-menu ul li.active > a {
  color: var(--theme-color) !important;
}

.golos-header .main-menu > ul > li > a {
  border-radius: var(--golos-radius-pill);
  color: #ffffff;
  font-size: clamp(17px, 1.08vw, 22px);
  font-weight: 700;
  line-height: 1.2;
  padding: 12px clamp(5px, 0.52vw, 11px);
  text-transform: none;
  white-space: nowrap;
}

.golos-header .main-menu.style2 > ul > li > a::before {
  display: none !important;
}

.golos-header .main-menu > ul > li.active > a,
.golos-header .main-menu > ul > li > a:hover {
  color: var(--theme-color);
}

.golos-header .main-menu > ul > li.active > a::after,
.golos-header .main-menu > ul > li > a:hover::after {
  background: var(--theme-color);
  bottom: 4px;
  content: "";
  height: 2px;
  left: 12px;
  position: absolute;
  right: 12px;
}

.golos-header-actions {
  align-items: center;
  display: flex;
  gap: 26px;
  justify-content: flex-end;
  margin-left: 24px;
}

body.golos-template .golos-header .golos-search-icon {
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50% !important;
  flex: 0 0 62px;
  height: 62px;
  min-width: 62px;
  padding: 0;
  position: relative;
  width: 62px;
}

body.golos-template .golos-header .golos-search-icon::before {
  border: 3px solid #ffffff;
  border-radius: 50%;
  content: "";
  height: 18px;
  left: 22px;
  position: absolute;
  top: 20px;
  width: 18px;
}

body.golos-template .golos-header .golos-search-icon::after {
  background: #ffffff;
  content: "";
  height: 3px;
  left: 38px;
  position: absolute;
  top: 38px;
  transform: rotate(45deg);
  transform-origin: left center;
  width: 12px;
}

body.golos-template .th-btn,
body.golos-template .icon-btn,
body.golos-template .scroll-top,
body.golos-template .tags a,
body.golos-template .pagination a,
body.golos-template .pagination span,
body.golos-template .nav-tabs > li > a,
body.golos-template .nav-pills > li > a {
  border-radius: var(--golos-radius-pill) !important;
}

body.golos-template .icon-btn,
body.golos-template .scroll-top,
body.golos-template .styled-icons a,
body.golos-template .box-icon,
body.golos-template .thumb.icon {
  border-radius: 50% !important;
}

body.golos-template .service-card,
body.golos-template .feature-card,
body.golos-template .blog-card,
body.golos-template .team-card,
body.golos-template .price-card,
body.golos-template .accordion-card,
body.golos-template .widget,
body.golos-template .card {
  border-radius: var(--golos-radius-lg) !important;
  overflow: hidden;
}

.golos-hero {
  background:
    radial-gradient(circle at 86% 54%, rgba(254, 217, 31, 0.16), transparent 340px),
    #f0efe9;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 84px 0 88px;
}

.golos-hero .hero-title {
  color: var(--title-color);
  font-size: clamp(44px, 5.6vw, 76px);
  line-height: 1.04;
  overflow-wrap: break-word;
  white-space: normal;
}

.golos-hero-title span {
  display: block;
}

.golos-hero .hero-text {
  max-width: 680px;
}

.golos-hero .hero-style1 {
  padding: 0;
}

.golos-hero .hero-wrapp {
  align-items: center;
  display: flex;
  min-height: 520px;
}

.golos-hero .hero-img {
  height: 520px;
  margin-left: auto;
  margin-right: 0;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  width: 560px;
}

.golos-hero .hero-img .th-hero-shape,
.golos-hero .hero-img .th-hero-shape2,
.golos-hero .hero-img .th-hero-shape3 {
  left: auto !important;
  right: 0 !important;
  transform: scale(0.74);
  transform-origin: right bottom;
}

.golos-hero .hero-img .th-hero-shape {
  width: 620px;
}

.golos-hero .hero-img .th-hero-shape2 {
  width: 520px;
}

.golos-hero .hero-img .th-hero-shape3 {
  width: 430px;
}

.golos-hero .client-box {
  bottom: 42px;
  left: 30px;
}

.golos-service-box .thumb.icon {
  align-items: center;
  background: var(--theme-color);
  color: var(--title-color);
  display: inline-flex;
  font-size: 22px;
  justify-content: center;
}

.golos-content {
  background: var(--white-color);
  min-height: 45vh;
  padding-block: 70px;
}

.golos-content-inner {
  padding-top: 44px;
}

.golos-content:not(.golos-content-inner) {
  padding-bottom: 24px;
  padding-top: 16px;
}

.golos-content > section:first-child {
  padding-top: 0;
}

.golos-content .container {
  max-width: 1320px;
}

.golos-content .bg-white-f3,
.golos-content .post,
.golos-content .entry-content,
.golos-content .sidebar .widget,
.golos-content .tab-content,
.golos-content .panel,
.golos-content .well {
  background: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: var(--golos-radius-lg);
  box-shadow: 0 16px 40px rgba(18, 18, 18, 0.06);
}

.golos-content .btn,
.modal .btn,
.golos-content input[type="submit"] {
  background: var(--theme-color);
  border: 0;
  border-radius: var(--golos-radius-pill);
  color: var(--title-color);
  font-family: var(--title-font);
  font-weight: 700;
  min-height: 44px;
  padding: 12px 22px;
}

.golos-content .btn:hover,
.modal .btn:hover,
.golos-content input[type="submit"]:hover {
  background: var(--title-color);
  color: #ffffff;
}

.golos-content input,
.golos-content select,
.golos-content textarea,
.modal input,
.modal textarea {
  border: 1px solid var(--border-color);
  border-radius: var(--golos-radius-pill);
  min-height: 44px;
}

.golos-content textarea,
.modal textarea {
  border-radius: var(--golos-radius-md);
}

.golos-content table,
.golos-content .table {
  background: #ffffff;
  border-radius: var(--golos-radius-md);
  color: var(--title-color);
  overflow: hidden;
  width: 100%;
}

.golos-content .table > thead > tr > th,
.golos-content table > thead > tr > th {
  background: var(--title-color);
  color: #ffffff;
}

.golos-content .table > :not(caption) > * > *,
.golos-content table td,
.golos-content table th {
  border-color: var(--border-color);
  padding: 12px;
}

.golos-list-page {
  padding: 26px 0 64px;
}

.golos-list-page .container {
  max-width: min(1320px, calc(100vw - 32px));
}

.golos-list-layout {
  align-items: flex-start;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(260px, 300px) minmax(0, 1fr);
}

.golos-filter-panel {
  min-width: 0;
}

.golos-filter-panel .sidebar,
.golos-filter-panel .widget {
  width: 100%;
}

.golos-filter-panel .widget {
  background: #ffffff;
  border-radius: var(--golos-radius-lg);
  box-shadow: 0 18px 55px rgba(18, 18, 18, 0.08);
  padding: 28px;
}

.golos-filter-panel .widget-title {
  color: var(--title-color);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0 0 18px;
}

.golos-filter-panel .line-bottom {
  border-bottom: 2px solid var(--title-color);
  padding-bottom: 9px;
}

.golos-filter-panel .form-group {
  margin-bottom: 0;
}

.golos-filter-panel .radio {
  margin: 0 0 8px;
}

.golos-filter-panel .radio label {
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(18, 18, 18, 0.12);
  border-radius: var(--golos-radius-pill);
  color: var(--title-color);
  display: flex;
  font-size: 13px;
  font-weight: 800;
  gap: 10px;
  line-height: 1.2;
  min-height: 44px;
  overflow-wrap: anywhere;
  padding: 10px 14px;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
  width: 100%;
}

.golos-filter-panel .radio input {
  flex: 0 0 auto;
  height: 18px;
  margin: 0;
  opacity: 0;
  position: absolute;
  width: 18px;
}

.golos-filter-panel .radio label::before {
  background: #f7f7f4;
  border: 2px solid rgba(18, 18, 18, 0.22);
  border-radius: 50%;
  content: "";
  flex: 0 0 auto;
  height: 18px;
  width: 18px;
}

.golos-filter-panel .radio label:hover {
  border-color: rgba(255, 210, 18, 0.75);
  box-shadow: 0 10px 24px rgba(18, 18, 18, 0.08);
}

.golos-filter-panel .radio:has(input:checked) label {
  background: var(--theme-color);
  border-color: var(--theme-color);
  color: var(--title-color);
  font-weight: 900;
}

.golos-filter-panel .radio:has(input:checked) label::before {
  background: var(--title-color);
  border-color: var(--title-color);
  box-shadow: inset 0 0 0 4px var(--theme-color);
}

.golos-filter-panel .radio:has(input:focus-visible) label {
  box-shadow: 0 0 0 4px rgba(255, 210, 18, 0.24);
}

.golos-filter-panel .form-control {
  font-size: 14px;
  min-height: 46px;
}

.golos-filter-panel input.form-control,
.golos-filter-panel select.form-control {
  background-color: #ffffff;
  border: 1px solid rgba(18, 18, 18, 0.16);
  border-radius: var(--golos-radius-pill);
  box-shadow: none;
  color: var(--title-color);
  font-weight: 700;
  height: 54px;
  margin-bottom: 12px;
  padding: 0 20px;
  transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.golos-filter-panel input.form-control::placeholder {
  color: #717785;
  opacity: 1;
}

.golos-filter-panel select.form-control {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--title-color) 50%),
    linear-gradient(135deg, var(--title-color) 50%, transparent 50%),
    linear-gradient(to right, transparent, transparent);
  background-position:
    calc(100% - 29px) 23px,
    calc(100% - 21px) 23px,
    calc(100% - 52px) 50%;
  background-repeat: no-repeat;
  background-size: 8px 8px, 8px 8px, 1px 28px;
  cursor: pointer;
  padding-right: 58px;
}

.golos-filter-panel select.form-control::-ms-expand {
  display: none;
}

.golos-filter-panel input.form-control:hover,
.golos-filter-panel select.form-control:hover {
  border-color: rgba(18, 18, 18, 0.38);
}

.golos-filter-panel input.form-control:focus,
.golos-filter-panel select.form-control:focus {
  background-color: #fffdf3;
  border-color: var(--theme-color);
  box-shadow: 0 0 0 4px rgba(255, 210, 18, 0.24);
  outline: 0;
}

.golos-filter-panel select.form-control option {
  background: #ffffff;
  color: var(--title-color);
  font-size: 15px;
  font-weight: 700;
  padding: 12px 16px;
}

.golos-filter-panel select.form-control option:checked {
  background: linear-gradient(0deg, var(--theme-color), var(--theme-color));
  color: var(--title-color);
}

.golos-native-select-hidden {
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  pointer-events: none !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

.golos-select {
  margin-bottom: 12px;
  position: relative;
  width: 100%;
  z-index: 5;
}

.golos-select.is-open {
  z-index: 40;
}

.golos-select__button {
  align-items: center;
  background: #ffffff;
  border: 2px solid rgba(255, 210, 18, 0.72);
  border-radius: var(--golos-radius-pill);
  box-shadow: 0 10px 30px rgba(18, 18, 18, 0.06);
  color: var(--title-color);
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: 900;
  gap: 14px;
  justify-content: space-between;
  line-height: 1.2;
  min-height: 54px;
  padding: 0 20px 0 22px;
  text-align: left;
  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease;
  width: 100%;
}

.golos-select__button:hover,
.golos-select__button:focus {
  border-color: var(--theme-color);
  box-shadow: 0 14px 34px rgba(18, 18, 18, 0.09), 0 0 0 4px rgba(255, 210, 18, 0.18);
  outline: 0;
}

.golos-select.is-open .golos-select__button {
  background: var(--title-color);
  border-color: var(--title-color);
  box-shadow: 0 18px 44px rgba(18, 18, 18, 0.18);
  color: #ffffff;
}

.golos-select .golos-select__button:focus-visible,
.golos-select .golos-select__option:focus-visible {
  outline: 3px solid var(--theme-color);
  outline-offset: 3px;
}

.golos-select__label {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.golos-select__chevron {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 9px solid var(--title-color);
  flex: 0 0 auto;
  transition: transform 180ms ease;
}

.golos-select.is-open .golos-select__chevron {
  border-top-color: var(--theme-color);
}

.golos-select.is-open .golos-select__chevron {
  transform: rotate(180deg);
}

.golos-select__list {
  background: #ffffff;
  border: 1px solid rgba(18, 18, 18, 0.08);
  border-radius: 24px;
  box-shadow: 0 28px 70px rgba(18, 18, 18, 0.2);
  display: none;
  left: 0;
  max-height: 280px;
  overflow: auto;
  padding: 10px;
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
}

.golos-select.is-open .golos-select__list {
  display: grid;
  gap: 4px;
}

.golos-select__option {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 18px;
  color: var(--title-color);
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: 800;
  gap: 10px;
  justify-content: flex-start;
  line-height: 1.25;
  min-height: 44px;
  padding: 11px 14px;
  text-align: left;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
  width: 100%;
}

.golos-select__option::before {
  background: transparent;
  border: 2px solid rgba(18, 18, 18, 0.16);
  border-radius: 50%;
  content: "";
  flex: 0 0 10px;
  height: 10px;
  width: 10px;
}

.golos-select__option:hover,
.golos-select__option:focus {
  background: #f7f7f4;
  outline: 0;
  transform: translateX(2px);
}

.golos-select__option.is-selected {
  background: var(--title-color);
  color: var(--title-color);
  color: #ffffff;
}

.golos-select__option.is-selected::before {
  background: var(--theme-color);
  border-color: var(--theme-color);
  box-shadow: 0 0 0 4px rgba(255, 210, 18, 0.18);
}

.golos-select__option:disabled {
  color: #8b9099;
  cursor: default;
  opacity: 0.7;
}

.golos-deputy-filter-grid .golos-select {
  margin-bottom: 0;
  min-width: 0;
}

.golos-filter-panel .text-right {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr;
}

.golos-results-panel {
  min-width: 0;
}

.golos-active-filters {
  background: #ffffff;
  border-radius: var(--golos-radius-lg);
  box-shadow: 0 14px 44px rgba(18, 18, 18, 0.07);
  margin-bottom: 18px;
  padding: 16px;
}

.golos-active-filters .tags {
  margin: 0;
}

.golos-decision-card {
  background: #ffffff;
  border: 1px solid rgba(18, 18, 18, 0.08);
  border-left: 6px solid var(--theme-color);
  border-radius: var(--golos-radius-lg);
  box-shadow: 0 18px 60px rgba(18, 18, 18, 0.08);
  display: grid;
  gap: 0;
  grid-template-columns: minmax(0, 1fr) minmax(230px, 280px);
  margin-bottom: 18px;
  min-width: 0;
  overflow: hidden;
}

.golos-decision-main {
  min-width: 0;
  padding: 24px 26px;
}

.golos-decision-main .thumb {
  padding: 0;
}

.golos-decision-main .widget-title {
  color: var(--title-color);
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.25;
}

.golos-decision-main .event-details a {
  color: var(--body-color);
  text-decoration: none;
}

.golos-decision-main .event-details p {
  color: var(--body-color);
  font-size: 17px;
  line-height: 1.55;
  margin-bottom: 18px;
}

.golos-decision-main ul,
.golos-decision-meta ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.golos-decision-main li,
.golos-decision-meta li {
  color: var(--body-color);
  font-size: 15px;
  line-height: 1.45;
}

.golos-decision-people {
  display: grid;
  gap: 12px;
  padding-top: 16px;
}

.golos-decision-person {
  align-items: flex-start;
  color: var(--body-color);
  display: grid;
  gap: 10px;
  grid-template-columns: 18px minmax(0, 1fr);
  line-height: 1.35;
}

.golos-decision-person i {
  color: var(--theme-color);
  margin-top: 3px;
}

.golos-decision-person span {
  color: var(--title-color);
  display: block;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 3px;
  text-transform: uppercase;
}

.golos-decision-person a {
  color: var(--body-color);
  text-decoration: none;
}

.golos-decision-person a:hover {
  color: var(--theme-color);
}

.golos-decision-meta {
  background: #f7f7f4;
  border-left: 1px solid rgba(18, 18, 18, 0.08);
  min-width: 0;
  padding: 24px;
}

.golos-decision-meta .section-title {
  margin: 0 0 16px;
}

.golos-decision-meta .text-right {
  text-align: left !important;
}

.golos-decision-meta .sub-title {
  color: var(--title-color);
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

.golos-history-card .golos-decision-main {
  display: grid;
  gap: 14px;
}

.golos-history-place {
  color: var(--body-color);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}

.golos-history-place:empty {
  display: none;
}

.golos-vote-stats {
  align-items: stretch;
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 18px 0 20px !important;
}

.golos-vote-stats li {
  --vote-accent: #2d4dc8;
  --vote-soft: rgba(45, 77, 200, 0.1);
  background: linear-gradient(180deg, #ffffff 0%, #fbfaf6 100%);
  border: 1px solid rgba(18, 18, 18, 0.08);
  border-radius: 24px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.75);
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: 1fr auto;
  min-height: 118px;
  min-width: 0;
  overflow: hidden;
  padding: 18px 18px 17px 20px;
  position: relative;
}

@media (max-width: 1199px) {
  .golos-vote-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.golos-vote-stats li::before {
  background: var(--vote-accent);
  border-radius: 999px;
  content: "";
  inset: 16px auto 16px 0;
  position: absolute;
  width: 5px;
}

.golos-vote-stats li.is-za {
  --vote-accent: #008509;
  --vote-soft: rgba(0, 133, 9, 0.11);
}

.golos-vote-stats li.is-proty {
  --vote-accent: #b60000;
  --vote-soft: rgba(182, 0, 0, 0.1);
}

.golos-vote-stats li.is-utr {
  --vote-accent: #d99e00;
  --vote-soft: rgba(255, 210, 18, 0.2);
}

.golos-vote-stats li.is-neg {
  --vote-accent: #4d5360;
  --vote-soft: rgba(77, 83, 96, 0.1);
}

.golos-vote-stats i {
  display: none !important;
}

.golos-vote-stats i::before {
  display: none;
}

.golos-vote-stats span {
  align-self: end;
  color: var(--body-color);
  display: block;
  font-size: 11px;
  font-weight: 900;
  grid-column: 1;
  grid-row: 1;
  letter-spacing: 0;
  line-height: 1.12;
  max-width: 100%;
  min-width: 0;
  overflow-wrap: normal;
  text-wrap: balance;
  text-transform: uppercase;
  word-break: normal;
}

.golos-vote-stats strong {
  align-self: start;
  color: var(--title-color);
  display: block;
  font-size: 34px;
  font-weight: 900;
  grid-column: 1;
  grid-row: 2;
  line-height: 1;
  margin-top: 0;
}

.golos-vote-link {
  display: block;
  text-decoration: none;
}

.golos-vote-link:hover .golos-vote-stats li {
  border-color: color-mix(in srgb, var(--vote-accent) 45%, #ffffff);
  box-shadow: 0 14px 32px rgba(18, 18, 18, 0.08);
}

.golos-card-btn {
  border-radius: var(--golos-radius-pill);
  margin-top: 2px;
  min-width: 152px;
}

.golos-single-page {
  padding: 28px 0 70px;
}

.golos-single-page .container {
  max-width: min(1320px, calc(100vw - 32px));
}

.golos-single-layout {
  align-items: start;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(270px, 340px) minmax(0, 1fr);
}

.golos-single-aside {
  display: grid;
  gap: 18px;
  min-width: 0;
}

.golos-single-panel,
.golos-single-document {
  background: #ffffff;
  border: 1px solid rgba(18, 18, 18, 0.08);
  border-radius: var(--golos-radius-lg);
  box-shadow: 0 18px 56px rgba(18, 18, 18, 0.07);
  min-width: 0;
}

.golos-single-panel {
  padding: 24px;
}

.golos-single-panel h2,
.golos-single-attachments h2 {
  color: var(--title-color);
  font-size: 16.8px;
  font-weight: 900;
  line-height: 1.15;
  margin: 0 0 18px;
}

.golos-single-panel h2::after,
.golos-single-attachments h2::after {
  background: var(--theme-color);
  border-radius: var(--golos-radius-pill);
  content: "";
  display: block;
  height: 4px;
  margin-top: 12px;
  width: 72px;
}

.golos-single-meta {
  display: grid;
  gap: 0;
  margin: 0;
}

.golos-single-meta > div {
  border-top: 1px solid rgba(18, 18, 18, 0.08);
  display: grid;
  gap: 6px;
  padding: 14px 0;
}

.golos-single-meta > div:first-child {
  border-top: 0;
  padding-top: 0;
}

.golos-single-meta dt {
  color: var(--body-color);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-transform: uppercase;
}

.golos-single-meta dd {
  color: var(--title-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
  margin: 0;
}

.golos-single-meta dd a,
.golos-single-text a,
.golos-single-title a {
  color: var(--title-color);
  text-decoration: underline;
  text-decoration-color: var(--theme-color);
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.golos-single-meta hr {
  border: 0;
  border-top: 1px solid rgba(18, 18, 18, 0.08);
  margin: 10px 0;
}

.golos-single-vote ul {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
}

.golos-single-vote li {
  align-items: center;
  background: #f7f7f4;
  border: 1px solid rgba(18, 18, 18, 0.08);
  border-radius: var(--golos-radius-md);
  display: flex;
  gap: 12px;
  justify-content: space-between;
  min-height: 48px;
  padding: 11px 14px;
}

.golos-single-vote span {
  color: var(--body-color);
  font-size: 14px;
  font-weight: 700;
}

.golos-single-vote strong {
  color: var(--title-color);
  font-size: 24px;
  font-weight: 900;
}

.golos-single-chart {
  display: flex;
  justify-content: center;
}

.golos-single-chart canvas {
  max-height: 220px;
  max-width: 220px;
}

.golos-single-actions {
  display: grid;
  gap: 10px;
}

.golos-single-actions .btn {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  min-width: 0;
  text-align: center;
  white-space: normal;
  width: 100%;
}

.golos-single-document {
  overflow: hidden;
}

.golos-single-header {
  background:
    radial-gradient(circle at 92% 18%, rgba(255, 210, 18, 0.28), transparent 28%),
    linear-gradient(135deg, #f7f7f4 0%, #ffffff 62%);
  border-bottom: 1px solid rgba(18, 18, 18, 0.08);
  padding: 34px 38px 30px;
}

.golos-single-header > p {
  align-items: center;
  color: var(--body-color);
  display: inline-flex;
  font-size: 14px;
  font-weight: 900;
  gap: 8px;
  letter-spacing: 0.02em;
  line-height: 1.2;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.golos-single-header > p::before {
  background: var(--theme-color);
  border-radius: 999px;
  content: "";
  height: 12px;
  width: 12px;
}

.golos-single-header h1 {
  color: var(--title-color);
  font-size: clamp(22.4px, 4vw, 39.2px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  margin: 0 0 16px;
}

.golos-single-title {
  color: var(--title-color);
  font-size: clamp(20px, 2.2vw, 30px);
  font-weight: 800;
  line-height: 1.25;
  max-width: 980px;
}

.golos-single-body {
  padding: 34px 38px;
}

.golos-single-emblem {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}

.golos-single-emblem img {
  height: auto;
  max-height: 110px;
  max-width: 180px;
  object-fit: contain;
}

.golos-single-text {
  color: var(--title-color);
  font-size: 18px;
  line-height: 1.65;
  overflow-wrap: anywhere;
}

.golos-single-text img,
.golos-single-text table,
.golos-single-text iframe {
  max-width: 100% !important;
}

.golos-single-text table {
  display: block;
  overflow-x: auto;
  width: 100% !important;
}

.golos-single-text p,
.golos-single-text li {
  color: var(--title-color);
  font-size: inherit;
  line-height: inherit;
}

.golos-single-text h1,
.golos-single-text h2,
.golos-single-text h3,
.golos-single-text h4 {
  color: var(--title-color);
  line-height: 1.2;
}

.golos-single-empty {
  background: #f7f7f4;
  border: 1px solid rgba(18, 18, 18, 0.08);
  border-radius: var(--golos-radius-lg);
  color: var(--title-color);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.35;
  padding: 28px;
  text-align: center;
}

.golos-single-attachments {
  border-top: 1px solid rgba(18, 18, 18, 0.08);
  padding: 30px 38px 38px;
}

.golos-attachment-list {
  display: grid;
  gap: 14px;
}

.golos-attachment-card {
  align-items: center;
  background: #f7f7f4;
  border: 1px solid rgba(18, 18, 18, 0.08);
  border-radius: var(--golos-radius-lg);
  display: grid;
  gap: 14px;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  padding: 14px;
}

.golos-attachment-card > span {
  align-items: center;
  background: var(--title-color);
  border-radius: 50%;
  color: #ffffff;
  display: inline-flex;
  font-weight: 900;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.golos-attachment-card strong {
  color: var(--title-color);
  font-size: 16px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.golos-attachment-card .btn {
  min-width: 140px;
}

.golos-feedback-form {
  display: grid;
  gap: 14px;
}

.golos-feedback-form .form-control {
  background: #ffffff;
  border: 1px solid rgba(18, 18, 18, 0.12);
  border-radius: var(--golos-radius-pill);
  box-shadow: none;
  color: var(--title-color);
  font-size: 15px;
  font-weight: 700;
  height: 56px;
  line-height: 1.3;
  margin: 0 !important;
  padding: 0 22px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  width: 100%;
}

.golos-feedback-form .form-control::placeholder {
  color: #6f7784;
  opacity: 1;
}

.golos-feedback-form .form-control:focus {
  background: #ffffff;
  border-color: var(--theme-color);
  box-shadow: 0 0 0 4px rgba(255, 210, 18, 0.2);
  outline: 0;
}

.golos-feedback-form textarea.form-control {
  border-radius: 28px;
  min-height: 126px;
  overflow: auto;
  padding: 18px 22px;
  resize: none;
}

.golos-feedback-captcha {
  align-items: center;
  background: #fbfaf6;
  border: 1px solid rgba(18, 18, 18, 0.08);
  border-radius: 28px;
  display: grid;
  gap: 14px;
  grid-template-columns: auto minmax(0, 1fr);
  padding: 12px;
}

.golos-feedback-captcha img {
  background: #ffffff;
  border: 1px solid rgba(18, 18, 18, 0.1);
  border-radius: 22px;
  display: block;
  max-width: 150px;
  padding: 8px;
  width: 100%;
}

.golos-feedback-captcha .form-control {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
  height: 48px;
  padding-left: 10px;
  padding-right: 10px;
}

.golos-feedback-form input[type="submit"].btn {
  border: 0;
  border-radius: var(--golos-radius-pill);
  color: var(--title-color) !important;
  font-size: 16px;
  font-weight: 900;
  height: 60px;
  margin-top: 2px !important;
  text-transform: none;
  width: 100%;
}

.golos-feedback-form input[type="submit"].btn:hover,
.golos-feedback-form input[type="submit"].btn:focus {
  background: var(--title-color) !important;
  color: #ffffff !important;
}

.golos-print-page {
  background: #f6f6f3;
  padding: 48px 0 80px;
}

.golos-print-page .container {
  max-width: min(1040px, calc(100vw - 32px));
}

.golos-print-toolbar {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: space-between;
  margin-bottom: 28px;
  padding: 0 4px;
}

.golos-print-back {
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(18, 18, 18, 0.1);
  border-radius: var(--golos-radius-pill);
  color: var(--title-color) !important;
  display: inline-flex;
  font-weight: 900;
  min-height: 56px;
  padding: 12px 24px;
  text-decoration: none !important;
}

.golos-print-back::before {
  content: "←";
  font-family: inherit;
  font-size: 1.05em;
  line-height: 1;
  margin-right: 12px;
}

.golos-print-button {
  min-height: 58px;
  min-width: 170px;
  padding-left: 28px !important;
  padding-right: 28px !important;
}

.golos-print-sheet {
  background: #ffffff;
  border: 1px solid rgba(18, 18, 18, 0.1);
  border-radius: 28px;
  color: var(--title-color);
  margin: 0 auto;
  min-height: 1120px;
  padding: clamp(28px, 5vw, 64px);
}

.golos-print-header {
  align-items: center;
  border-bottom: 2px solid var(--title-color);
  display: grid;
  gap: 22px;
  grid-template-columns: 122px minmax(0, 1fr);
  margin-bottom: 24px;
  padding-bottom: 22px;
}

.golos-print-emblem {
  align-self: center;
  border-radius: 0;
  display: block;
  height: 118px !important;
  justify-self: center;
  max-width: 112px;
  object-fit: contain;
  width: auto !important;
}

.golos-print-header p {
  color: var(--body-color);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
  margin: 0 0 8px;
  overflow-wrap: anywhere;
}

.golos-print-header h1 {
  color: var(--title-color);
  font-size: clamp(28px, 3.8vw, 48px);
  font-weight: 900;
  line-height: 1.05;
  margin: 0;
  overflow-wrap: anywhere;
}

.golos-print-meta {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0 0 28px;
}

.golos-print-meta div {
  background: #fbfaf6;
  border: 1px solid rgba(18, 18, 18, 0.08);
  border-radius: 18px;
  padding: 14px 16px;
}

.golos-print-meta span {
  color: var(--body-color);
  display: block;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.golos-print-meta strong {
  color: var(--title-color);
  display: block;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.golos-print-title {
  border-bottom: 1px solid rgba(18, 18, 18, 0.14);
  color: var(--title-color);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.25;
  margin: 0 0 24px;
  padding-bottom: 16px;
  text-align: center;
}

.golos-print-content {
  color: #161616;
  font-family: "Times New Roman", Times, serif;
  font-size: 18px;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.golos-print-content p {
  margin: 0 0 14px;
}

.golos-print-content table {
  border-collapse: collapse;
  max-width: 100%;
  width: 100%;
}

.golos-print-content td,
.golos-print-content th {
  border: 1px solid #d7d7d7;
  padding: 8px;
  vertical-align: top;
}

.golos-print-empty {
  background: #fbfaf6;
  border: 1px solid rgba(18, 18, 18, 0.08);
  border-radius: 22px;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.35;
  padding: 26px;
  text-align: center;
}

.golos-home-dashboard {
  background: transparent;
  padding: 0;
}

.golos-home-dashboard .container {
  max-width: min(1320px, calc(100vw - 32px));
}

.golos-home-photo-hero {
  background-color: #213db4;
  background-position: center;
  background-size: cover;
  border-radius: var(--golos-radius-lg);
  box-shadow: 0 24px 70px rgba(47, 68, 190, 0.16);
  display: grid;
  margin-bottom: 26px;
  min-height: clamp(230px, 28vw, 390px);
  overflow: hidden;
  position: relative;
}

.golos-home-photo-hero::before {
  background:
    radial-gradient(circle at 86% 24%, rgba(254, 217, 31, 0.34), transparent 28%),
    linear-gradient(90deg, rgba(18, 24, 86, 0.78) 0%, rgba(33, 61, 180, 0.58) 48%, rgba(255, 255, 255, 0.12) 100%);
  content: "";
  inset: 0;
  position: absolute;
}

.golos-home-photo-hero--top {
  background-image: url("../files/foto_conf/web_header_s.png");
}

.golos-home-photo-hero--bottom {
  background-image: url("../files/foto_conf/web_footer_s.png");
  margin: 26px 0 0;
}

.golos-home-photo-hero--bottom::before {
  background:
    radial-gradient(circle at 14% 24%, rgba(254, 217, 31, 0.26), transparent 24%),
    linear-gradient(90deg, rgba(18, 24, 86, 0.78) 0%, rgba(33, 61, 180, 0.46) 52%, rgba(17, 17, 17, 0.44) 100%);
}

.golos-home-photo-hero__content {
  align-self: end;
  color: #ffffff;
  max-width: 820px;
  padding: clamp(28px, 5vw, 58px);
  position: relative;
  z-index: 1;
}

.golos-home-photo-hero__content p {
  color: #fed91f;
  font-size: 0.95rem;
  font-weight: 900;
  letter-spacing: 0;
  margin: 0 0 10px;
  text-transform: uppercase;
}

body.golos-template .golos-home-photo-hero__content h2 {
  color: #ffffff;
  font-size: clamp(28px, 4.2vw, 58px) !important;
  font-weight: 900;
  line-height: 1.02;
  margin: 0 0 14px;
  text-wrap: balance;
}

.golos-home-photo-hero__content span {
  color: rgba(255, 255, 255, 0.9);
  display: block;
  font-size: clamp(16px, 1.6vw, 22px);
  font-weight: 800;
  line-height: 1.35;
  max-width: 680px;
}

.golos-home-hero {
  align-items: end;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) auto;
  margin-bottom: 28px;
}

.golos-home-kicker {
  color: #2f4ec9;
  font-size: 0.88rem;
  font-weight: 900;
  letter-spacing: 0;
  margin: 0 0 8px;
  text-transform: uppercase;
}

body.golos-template .golos-home-hero h1 {
  color: #111111;
  font-size: clamp(30px, 4vw, 54px) !important;
  font-weight: 900;
  line-height: 1.02;
  margin: 0 0 14px;
  max-width: 820px;
}

.golos-home-hero p:not(.golos-home-kicker) {
  color: #687383;
  font-size: 1.03rem;
  font-weight: 700;
  line-height: 1.55;
  margin: 0;
  max-width: 820px;
}

.golos-home-hero__link {
  align-items: center;
  background: #fed91f;
  border-radius: 999px;
  color: #111111 !important;
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
  min-height: 56px;
  padding: 14px 24px;
  text-decoration: none !important;
}

.golos-home-agendas {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  margin: 0 0 22px;
}

.golos-home-agenda {
  background: linear-gradient(135deg, #2f44be 0%, #2f5bd2 100%);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 28px;
  box-shadow: 0 20px 55px rgba(47, 68, 190, 0.22);
  color: #ffffff !important;
  display: grid;
  gap: 8px;
  min-height: 142px;
  overflow: hidden;
  padding: 26px 30px;
  position: relative;
  text-decoration: none !important;
}

.golos-home-agenda::after {
  background: rgba(254, 217, 31, 0.95);
  border-radius: 999px;
  content: "";
  height: 72px;
  position: absolute;
  right: 26px;
  top: 50%;
  transform: translateY(-50%);
  width: 72px;
}

.golos-home-agenda.is-current {
  background:
    radial-gradient(circle at 86% 50%, rgba(47, 91, 210, 0.14) 0 78px, transparent 80px),
    linear-gradient(135deg, rgba(255, 237, 142, 0.98) 0%, rgba(255, 248, 220, 0.98) 56%, rgba(255, 255, 255, 0.96) 100%);
  border-color: rgba(254, 217, 31, 0.72);
  box-shadow: 0 20px 55px rgba(47, 68, 190, 0.12);
  color: #111111 !important;
}

.golos-home-agenda.is-current::after {
  background: linear-gradient(135deg, #2f44be 0%, #2f5bd2 100%);
  box-shadow: 0 14px 34px rgba(47, 68, 190, 0.28);
}

.golos-home-agenda.is-current span {
  color: #244fd0;
}

.golos-home-agenda.is-current strong {
  color: #111111;
}

.golos-home-agenda.is-current small {
  color: #4f5969;
}

.golos-home-agenda span {
  color: #fed91f;
  font-size: 0.9rem;
  font-weight: 900;
  letter-spacing: 0;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}

.golos-home-agenda strong {
  color: #ffffff;
  font-size: clamp(1.35rem, 2.6vw, 2.05rem);
  font-weight: 900;
  line-height: 1.08;
  max-width: calc(100% - 96px);
  position: relative;
  z-index: 1;
}

.golos-home-agenda small {
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.98rem;
  font-weight: 800;
  position: relative;
  z-index: 1;
}

.golos-home-agenda:hover,
.golos-home-agenda:focus-visible {
  color: #ffffff !important;
  transform: translateY(-2px);
}

.golos-agenda-select-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.golos-agenda-select-card {
  background: #ffffff;
  border: 1px solid rgba(17, 17, 17, 0.12);
  border-left: 7px solid var(--theme-color);
  border-radius: 28px;
  box-shadow: 0 18px 46px rgba(17, 17, 17, 0.08);
  color: var(--title-color);
  cursor: pointer;
  display: grid;
  gap: 8px;
  min-height: 150px;
  padding: 24px 26px;
  text-align: left;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  width: 100%;
}

.golos-agenda-select-card span {
  color: var(--theme-color);
  font-size: 0.88rem;
  font-weight: 900;
}

.golos-agenda-select-card strong {
  color: var(--title-color);
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  font-weight: 900;
  line-height: 1.15;
}

.golos-agenda-select-card small {
  color: var(--body-color);
  font-size: 0.98rem;
  font-weight: 800;
}

.golos-agenda-select-card:hover,
.golos-agenda-select-card:focus-visible {
  border-left-color: var(--theme-color2);
  box-shadow: 0 22px 60px rgba(47, 68, 190, 0.18);
  transform: translateY(-2px);
}

.golos-home-kpis {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin-bottom: 18px;
}

.golos-home-kpi,
.golos-home-panel,
.golos-home-compact {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(17, 17, 17, 0.09);
  box-shadow: 0 20px 55px rgba(17, 17, 17, 0.06);
}

.golos-home-kpi {
  border-radius: 22px;
  color: #111111 !important;
  display: grid;
  gap: 5px;
  min-height: 128px;
  padding: 20px;
  text-decoration: none !important;
}

.golos-home-kpi strong {
  color: #111111;
  font-size: 2.15rem;
  font-weight: 900;
  line-height: 1;
}

.golos-home-kpi span {
  color: #111111;
  font-size: 0.94rem;
  font-weight: 900;
  line-height: 1.2;
}

.golos-home-kpi small {
  color: #687383;
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.3;
}

.golos-home-grid,
.golos-home-ratings {
  display: grid;
  gap: 18px;
}

.golos-home-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.golos-home-ratings {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 18px;
}

.golos-home-panel {
  border-radius: 28px;
  min-width: 0;
  padding: 24px;
}

.golos-home-panel--wide {
  grid-column: 1 / -1;
}

.golos-home-panel__head {
  align-items: start;
  border-bottom: 2px solid rgba(17, 17, 17, 0.12);
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin-bottom: 18px;
  padding-bottom: 14px;
}

body.golos-template .golos-home-panel h2 {
  color: #111111;
  font-size: 1.12rem !important;
  font-weight: 900;
  line-height: 1.2;
  margin: 0;
}

.golos-home-panel__head a {
  color: #2f4ec9 !important;
  font-size: 0.86rem;
  font-weight: 900;
  text-decoration: underline;
  text-decoration-color: #fed91f;
  text-decoration-thickness: 3px;
  text-underline-offset: 4px;
  white-space: nowrap;
}

.golos-home-bars {
  display: grid;
  gap: 13px;
}

.golos-home-bar {
  --bar-color: #2f4ec9;
  display: grid;
  gap: 8px;
}

a.golos-home-bar {
  border-radius: 14px;
  color: inherit !important;
  padding: 4px 0;
  text-decoration: none !important;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

a.golos-home-bar:hover,
a.golos-home-bar:focus-visible {
  background: rgba(47, 78, 201, 0.06);
  outline: 2px solid transparent;
  transform: translateX(3px);
}

a.golos-home-bar:focus-visible {
  box-shadow: 0 0 0 3px rgba(254, 217, 31, 0.7);
}

.golos-home-bar.is-green { --bar-color: #008a17; }
.golos-home-bar.is-red { --bar-color: #c40013; }
.golos-home-bar.is-yellow { --bar-color: #d9a400; }
.golos-home-bar.is-gray { --bar-color: #565d6b; }
.golos-home-bar.is-blue { --bar-color: #2f4ec9; }

.golos-home-bar__head {
  align-items: baseline;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.golos-home-bar__head span {
  color: #111111;
  font-weight: 900;
  line-height: 1.25;
}

.golos-home-bar__head strong {
  color: #111111;
  font-size: 1.1rem;
  font-weight: 900;
  white-space: nowrap;
}

.golos-home-bar__track {
  background: #ebeae4;
  border-radius: 999px;
  height: 14px;
  overflow: hidden;
}

.golos-home-bar__track span {
  background: linear-gradient(90deg, var(--bar-color), color-mix(in srgb, var(--bar-color) 70%, #ffffff));
  border-radius: inherit;
  display: block;
  height: 100%;
  width: var(--bar-width, 0%);
}

.golos-home-decision-list {
  display: grid;
  gap: 10px;
}

.golos-home-decision-list a {
  align-items: center;
  background: #fbfaf6;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 18px;
  color: #111111 !important;
  display: flex;
  gap: 14px;
  justify-content: space-between;
  min-height: 58px;
  padding: 12px 14px;
  text-decoration: none !important;
}

.golos-home-decision-list span {
  font-weight: 900;
  line-height: 1.25;
}

.golos-home-decision-list strong {
  font-size: 1.25rem;
  font-weight: 900;
}

.golos-home-compact {
  border-radius: 22px;
  display: grid;
  gap: 5px;
  margin-bottom: 16px;
  padding: 18px;
}

.golos-home-compact strong {
  color: #111111;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1;
}

.golos-home-compact span {
  color: #687383;
  font-weight: 900;
}

.golos-home-rank {
  counter-reset: home-rank;
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.golos-home-rank li {
  background: #fbfaf6;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 18px;
  counter-increment: home-rank;
  display: grid;
  gap: 6px;
  padding: 13px 14px 14px 52px;
  position: relative;
}

.golos-home-rank li.has-faction {
  min-height: 128px;
  padding-right: 92px;
}

.golos-home-rank li::before {
  align-items: center;
  background: #111111;
  border-radius: 999px;
  color: #ffffff;
  content: counter(home-rank);
  display: inline-flex;
  font-size: 0.8rem;
  font-weight: 900;
  height: 30px;
  justify-content: center;
  left: 14px;
  position: absolute;
  top: 14px;
  width: 30px;
}

.golos-home-rank__faction {
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(47, 78, 201, 0.14);
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(17, 17, 17, 0.08);
  display: inline-flex;
  height: 58px;
  justify-content: center;
  overflow: hidden;
  padding: 8px;
  position: absolute;
  right: 16px;
  top: 16px;
  width: 58px;
}

.golos-home-rank__faction img {
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.golos-home-rank__faction > span {
  align-items: center;
  background: linear-gradient(135deg, #2f4ec9, #18338f);
  border-radius: 14px;
  color: #ffffff;
  display: inline-flex;
  font-size: 0.85rem;
  font-weight: 900;
  height: 100%;
  justify-content: center;
  line-height: 1;
  width: 100%;
}

.golos-home-rank a {
  color: #111111 !important;
  font-weight: 900;
  line-height: 1.25;
  text-decoration: none !important;
}

.golos-home-rank__party {
  color: #687383;
  display: block;
  font-size: 0.74rem;
  font-weight: 900;
  line-height: 1.25;
  max-width: 100%;
}

.golos-home-rank strong {
  color: #2f4ec9;
  font-size: 1.1rem;
  font-weight: 900;
  line-height: 1;
}

.golos-home-rank li > span {
  color: #687383;
  font-size: 0.83rem;
  font-weight: 800;
}

.golos-home-rank li > div {
  background: #ebeae4;
  border-radius: 999px;
  height: 10px;
  overflow: hidden;
}

.golos-home-rank li > div span {
  background: linear-gradient(90deg, #2f4ec9, #fed91f);
  border-radius: inherit;
  display: block;
  height: 100%;
  width: var(--rank-width, 0%);
}

@media (min-width: 992px) {
  .golos-home-rank--attendance li {
    align-items: center;
    column-gap: 18px;
    grid-template-columns: minmax(260px, 1fr) auto auto;
    padding-bottom: 12px;
    padding-top: 12px;
  }

  .golos-home-rank--attendance a,
  .golos-home-rank--attendance strong,
  .golos-home-rank--attendance li > span {
    align-self: center;
    min-width: 0;
  }

  .golos-home-rank--attendance a {
    overflow-wrap: anywhere;
  }

  .golos-home-rank--attendance strong {
    justify-self: end;
  }

  .golos-home-rank--attendance li > span {
    justify-self: end;
    white-space: nowrap;
  }

  .golos-home-rank--attendance li > div {
    grid-column: 1 / -1;
    margin-top: 2px;
  }
}

.golos-home-empty {
  background: #fbfaf6;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 18px;
  color: #687383;
  font-weight: 800;
  margin: 0;
  padding: 18px;
}

.golos-policies-page {
  padding-top: 56px;
}

.golos-policy-hero {
  align-items: flex-end;
  background: linear-gradient(135deg, rgba(47, 68, 190, 0.1), rgba(255, 211, 23, 0.12));
  border: 1px solid rgba(18, 18, 18, 0.08);
  border-radius: var(--golos-radius-lg);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 28px;
  padding: clamp(24px, 4vw, 42px);
}

.golos-policy-hero span,
.golos-policy-detail__head span,
.golos-policy-document__main > span {
  color: var(--body-color);
  display: inline-block;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.3;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.golos-policy-hero h1,
.golos-policy-detail__head h2 {
  color: var(--title-color);
  margin: 0;
}

.golos-policy-hero p {
  color: var(--body-color);
  font-size: 18px;
  line-height: 1.55;
  margin: 14px 0 0;
  max-width: 760px;
}

.golos-policy-summary {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 24px;
}

.golos-policy-summary > div {
  background: #ffffff;
  border: 1px solid rgba(18, 18, 18, 0.08);
  border-radius: var(--golos-radius-md);
  padding: 22px 26px;
}

.golos-policy-summary strong {
  color: var(--title-color);
  display: block;
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1;
}

.golos-policy-summary span {
  color: var(--body-color);
  display: block;
  font-size: 17px;
  font-weight: 800;
  margin-top: 8px;
}

.golos-policy-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.golos-policy-card {
  background: #ffffff;
  border: 1px solid rgba(18, 18, 18, 0.08);
  border-radius: var(--golos-radius-md);
  box-shadow: 0 18px 60px rgba(18, 18, 18, 0.06);
  color: var(--title-color);
  display: grid;
  gap: 16px;
  min-height: 190px;
  padding: 26px;
  position: relative;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.golos-policy-card:hover,
.golos-policy-card:focus-visible {
  border-color: var(--theme-color);
  box-shadow: 0 24px 70px rgba(47, 68, 190, 0.14);
  color: var(--title-color);
  outline: none;
  transform: translateY(-3px);
}

.golos-policy-card__mark {
  background: linear-gradient(135deg, var(--theme-color), #2f44be);
  border-radius: 999px;
  display: block;
  height: 14px;
  width: 54px;
}

.golos-policy-card strong {
  color: var(--title-color);
  font-size: 23px;
  font-weight: 900;
  line-height: 1.2;
}

.golos-policy-card__meta {
  color: var(--body-color);
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
}

.golos-policy-card__meta,
.golos-policy-card__meta > span {
  font-size: 15px;
  font-weight: 800;
}

.golos-policy-card__meta > span {
  background: #f7f7f4;
  border-radius: 999px;
  color: var(--body-color);
  padding: 6px 10px;
}

.golos-policy-detail {
  background: #ffffff;
  border: 1px solid rgba(18, 18, 18, 0.08);
  border-radius: var(--golos-radius-lg);
  box-shadow: 0 20px 70px rgba(18, 18, 18, 0.07);
  padding: clamp(22px, 4vw, 42px);
}

.golos-policy-detail__head {
  align-items: flex-end;
  border-bottom: 2px solid rgba(18, 18, 18, 0.14);
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 26px;
  padding-bottom: 22px;
}

.golos-policy-detail__head strong {
  background: var(--theme-color);
  border-radius: 999px;
  color: var(--title-color);
  flex: 0 0 auto;
  font-size: 16px;
  line-height: 1.2;
  padding: 13px 18px;
}

.golos-policy-documents {
  display: grid;
  gap: 16px;
}

.golos-policy-document {
  background: #fffefa;
  border: 1px solid rgba(18, 18, 18, 0.08);
  border-left: 6px solid var(--theme-color);
  border-radius: var(--golos-radius-md);
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) minmax(190px, 260px);
  padding: 22px;
}

.golos-policy-document__main h3 {
  font-size: clamp(20px, 2vw, 26px);
  line-height: 1.25;
  margin: 0;
}

.golos-policy-document__main h3 a {
  color: var(--title-color);
  text-decoration: none;
}

.golos-policy-document__main h3 a:hover,
.golos-policy-document__main h3 a:focus-visible {
  color: #2f44be;
  text-decoration: underline;
  text-decoration-color: var(--theme-color);
  text-decoration-thickness: 3px;
  text-underline-offset: 5px;
}

.golos-policy-document__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.golos-policy-document__meta span {
  background: #ffffff;
  border: 1px solid rgba(18, 18, 18, 0.08);
  border-radius: 999px;
  color: var(--body-color);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
  padding: 8px 12px;
}

.golos-policy-document__side {
  background: #ffffff;
  border-radius: var(--golos-radius-sm);
  display: grid;
  gap: 8px;
  padding: 18px;
}

.golos-policy-document__side strong {
  color: var(--title-color);
  font-size: 17px;
  line-height: 1.25;
}

.golos-policy-document__side span {
  color: var(--body-color);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
}

.golos-policy-document__side a {
  align-self: end;
  background: #101010;
  border-radius: 999px;
  color: #ffffff;
  display: inline-flex;
  font-size: 14px;
  font-weight: 900;
  justify-content: center;
  line-height: 1;
  margin-top: 8px;
  padding: 13px 18px;
  text-decoration: none;
}

.golos-policy-document__side a:hover,
.golos-policy-document__side a:focus-visible {
  background: var(--theme-color);
  color: var(--title-color);
  outline: none;
}

.golos-empty-state {
  background: #ffffff;
  border: 1px solid rgba(18, 18, 18, 0.08);
  border-radius: var(--golos-radius-lg);
  padding: clamp(26px, 5vw, 58px);
  text-align: center;
}

.golos-empty-state h2 {
  color: var(--title-color);
  margin-bottom: 12px;
}

.golos-empty-state p {
  color: var(--body-color);
  font-size: 18px;
  line-height: 1.5;
  margin: 0;
}

.golos-home-dashboard a:focus-visible,
.golos-home-dashboard button:focus-visible {
  outline: 3px solid #111111;
  outline-offset: 3px;
}

.golos-single-pager {
  border-top: 1px solid rgba(18, 18, 18, 0.08);
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
  padding: 24px 38px 38px;
}

.golos-single-pager .btn {
  min-width: 190px;
}

.golos-search-card {
  grid-template-columns: minmax(0, 1fr) minmax(210px, 260px);
}

.golos-search-module {
  align-items: center;
  color: var(--title-color);
  display: inline-flex;
  font-size: 14px;
  font-weight: 900;
  gap: 8px;
  letter-spacing: 0;
  line-height: 1.25;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.golos-search-module::before {
  background: var(--theme-color);
  border-radius: 50%;
  content: "";
  flex: 0 0 10px;
  height: 10px;
  width: 10px;
}

.golos-search-snippet p {
  color: var(--body-color);
  font-size: 17px;
  line-height: 1.65;
  margin-bottom: 22px;
  overflow-wrap: anywhere;
}

.golos-search-snippet mark,
.golos-search-snippet .search_key,
mark.search_key,
.search_key {
  background: var(--theme-color);
  border-radius: 999px;
  color: var(--title-color);
  display: inline;
  font-weight: 900;
  padding: 1px 6px;
}

.golos-search-meta {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.golos-search-meta-title {
  color: var(--body-color);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.golos-search-meta strong {
  color: var(--title-color);
  display: block;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.15;
  margin-bottom: 12px;
}

.golos-search-meta span {
  color: var(--body-color);
  font-size: 14px;
  line-height: 1.45;
}

.golos-sitemap-page {
  padding-top: 34px;
}

.golos-sitemap-hero {
  align-items: center;
  background:
    radial-gradient(circle at 88% 15%, rgba(255, 210, 18, 0.36), transparent 28%),
    linear-gradient(135deg, #ffffff 0%, #f7f7f4 100%);
  border: 1px solid rgba(18, 18, 18, 0.08);
  border-radius: var(--golos-radius-lg);
  box-shadow: 0 18px 60px rgba(18, 18, 18, 0.08);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 24px;
  padding: 32px;
}

.golos-sitemap-hero span {
  color: var(--body-color);
  display: inline-flex;
  font-size: 14px;
  font-weight: 900;
  gap: 8px;
  line-height: 1.2;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.golos-sitemap-hero span::before {
  background: var(--theme-color);
  border-radius: 50%;
  content: "";
  height: 10px;
  margin-top: 3px;
  width: 10px;
}

.golos-sitemap-hero h1 {
  color: var(--title-color);
  font-size: clamp(23.8px, 4vw, 40.6px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  margin: 0 0 12px;
}

.golos-sitemap-hero p {
  color: var(--body-color);
  font-size: 17px;
  line-height: 1.55;
  margin: 0;
  max-width: 680px;
}

.golos-sitemap-summary {
  background: #f7f7f4;
  border-radius: var(--golos-radius-lg);
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 24px;
  overflow: hidden;
}

.golos-sitemap-summary div {
  background: #ffffff;
  padding: 22px 24px;
}

.golos-sitemap-summary strong {
  color: var(--title-color);
  display: block;
  font-size: 38px;
  font-weight: 900;
  line-height: 1;
}

.golos-sitemap-summary span {
  color: var(--body-color);
  display: block;
  font-size: 14px;
  font-weight: 800;
  margin-top: 8px;
  text-transform: uppercase;
}

.golos-sitemap-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.golos-sitemap-card {
  background: #ffffff;
  border: 1px solid rgba(18, 18, 18, 0.08);
  border-left: 6px solid var(--theme-color);
  border-radius: var(--golos-radius-lg);
  box-shadow: 0 18px 60px rgba(18, 18, 18, 0.08);
  min-width: 0;
  overflow: hidden;
  padding: 24px;
}

.golos-sitemap-card--wide {
  grid-column: span 2;
}

.golos-sitemap-card__header {
  align-items: center;
  border-bottom: 1px solid rgba(18, 18, 18, 0.12);
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin-bottom: 16px;
  padding-bottom: 16px;
}

.golos-sitemap-card__header a {
  color: var(--title-color);
  font-size: 24px;
  font-weight: 900;
  line-height: 1.12;
  text-decoration: none;
}

.golos-sitemap-card__header a:hover {
  color: var(--theme-color);
}

.golos-sitemap-card__header span {
  align-items: center;
  background: var(--title-color);
  border-radius: 50%;
  color: #ffffff;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 15px;
  font-weight: 900;
  height: 48px;
  justify-content: center;
  min-width: 48px;
  padding: 0 10px;
}

.golos-sitemap-list {
  display: grid;
  gap: 8px;
  list-style: none;
  margin: 0;
  max-height: 360px;
  overflow: auto;
  padding: 0 8px 0 0;
}

.golos-sitemap-list li {
  margin: 0;
  min-width: 0;
}

.golos-sitemap-list a {
  align-items: flex-start;
  background: #f7f7f4;
  border: 1px solid rgba(18, 18, 18, 0.06);
  border-radius: 18px;
  color: var(--body-color);
  display: grid;
  font-size: 15px;
  font-weight: 700;
  gap: 10px;
  grid-template-columns: 10px minmax(0, 1fr);
  line-height: 1.4;
  overflow-wrap: anywhere;
  padding: 12px 14px;
  text-decoration: none;
}

.golos-sitemap-list a::before {
  background: var(--theme-color);
  border-radius: 50%;
  content: "";
  height: 8px;
  margin-top: 6px;
  width: 8px;
}

.golos-sitemap-list a:hover {
  background: var(--title-color);
  color: #ffffff;
}

.golos-sitemap-empty {
  color: var(--body-color);
  font-size: 15px;
  line-height: 1.5;
  margin: 0;
}

.golos-sitemap-shortcuts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.golos-sitemap-shortcuts a {
  background: var(--theme-color);
  border-radius: var(--golos-radius-pill);
  color: var(--title-color);
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  padding: 12px 16px;
  text-decoration: none;
  text-transform: uppercase;
}

.golos-sitemap-shortcuts a:hover {
  background: var(--title-color);
  color: #ffffff;
}

.golos-sitemap-deputy-lists {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.golos-sitemap-deputy-lists h2 {
  color: var(--title-color);
  font-size: 12.6px;
  font-weight: 900;
  line-height: 1.2;
  margin: 0 0 12px;
}

.golos-json-page {
  padding-top: 34px;
}

.golos-json-results {
  min-width: 0;
}

.golos-json-table {
  background: transparent !important;
  border-collapse: separate !important;
  border-spacing: 0 14px !important;
  display: block;
  margin: 0 0 22px;
  table-layout: fixed;
  width: 100% !important;
}

.golos-json-table tbody {
  display: grid;
  gap: 14px;
  width: 100%;
}

.golos-json-table tr {
  background: #ffffff;
  border: 1px solid rgba(18, 18, 18, 0.08);
  border-left: 6px solid var(--theme-color);
  border-radius: var(--golos-radius-lg);
  box-shadow: 0 16px 48px rgba(18, 18, 18, 0.07);
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 440px);
  min-width: 0;
  overflow: visible;
  padding: 20px;
  width: 100%;
}

.golos-json-table td {
  background: transparent !important;
  border: 0 !important;
  color: var(--body-color);
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
  min-width: 0;
  padding: 0 !important;
  vertical-align: middle;
}

.golos-json-table td:first-child {
  color: var(--title-color);
  font-size: 18px;
  font-weight: 900;
}

.golos-json-table td:nth-child(2),
.golos-json-table td.text-right {
  align-items: center;
  display: flex !important;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end !important;
  text-align: right;
}

.golos-json-table td[colspan] {
  background: var(--title-color) !important;
  border-radius: var(--golos-radius-md);
  color: #ffffff !important;
  display: block !important;
  font-size: 18px;
  font-weight: 900;
  grid-column: 1 / -1;
  padding: 16px 18px !important;
  text-align: center !important;
}

.golos-json-table .dropdown,
.golos-json-table td > div {
  min-width: 0;
}

.golos-json-table .dropdown {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.golos-json-table .dropdown-toggle {
  display: none !important;
}

.golos-json-table td > div[style*="display"] {
  align-items: center;
  display: flex !important;
  flex-wrap: wrap;
  gap: 8px;
}

.golos-json-table .btn,
.golos-json-page .btn {
  border-radius: var(--golos-radius-pill) !important;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.1;
  margin: 0 !important;
  min-height: 38px;
  padding: 11px 14px !important;
  white-space: normal;
}

.golos-json-table .btn-default,
.golos-json-table .btn-theme-colored,
.golos-json-page .btn-default {
  background: var(--theme-color);
  border-color: var(--theme-color);
  color: var(--title-color);
}

.golos-json-table .btn-dark,
.golos-json-page .btn-dark {
  background: var(--title-color) !important;
  border-color: var(--title-color) !important;
  color: #ffffff !important;
}

.golos-json-table .dropdown-menu {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  display: flex !important;
  flex-wrap: wrap;
  gap: 8px;
  left: auto;
  margin: 0;
  max-width: min(320px, calc(100vw - 48px));
  min-width: 0;
  padding: 0;
  position: static;
  right: 0;
}

.dropdown.open > .dropdown-menu {
  display: block;
}

.modal.in,
.modal.show {
  background: rgba(18, 18, 18, 0.58);
  overflow-x: hidden;
  overflow-y: auto;
}

.modal.fade.in,
.modal.fade.show {
  opacity: 1;
}

.golos-json-table .dropdown-menu > li > a {
  background: var(--title-color);
  border-radius: var(--golos-radius-pill);
  color: #ffffff;
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  min-height: 38px;
  align-items: center;
  overflow-wrap: anywhere;
  padding: 10px 14px;
  white-space: normal;
}

.golos-json-table .dropdown-menu > li > a:hover,
.golos-json-table .dropdown-menu > li > a:focus {
  background: var(--theme-color);
  color: var(--title-color);
}

.golos-json-v2-page {
  padding-top: 34px;
}

.golos-json-v2-hero {
  margin-bottom: 24px;
}

.golos-json-v2-table tr {
  grid-template-columns: minmax(0, 1fr) minmax(210px, 320px) minmax(230px, 360px);
}

.golos-json-v2-table td:nth-child(2) {
  align-items: center;
  display: flex;
  min-width: 0;
}

.golos-json-v2-table td:nth-child(3) {
  align-items: center;
  display: flex !important;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end !important;
}

.golos-json-v2-table .input-group {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: 100%;
}

.golos-json-v2-table .form-select {
  appearance: none;
  background:
    linear-gradient(45deg, transparent 50%, var(--title-color) 50%) calc(100% - 18px) 50% / 7px 7px no-repeat,
    linear-gradient(135deg, var(--title-color) 50%, transparent 50%) calc(100% - 13px) 50% / 7px 7px no-repeat,
    #ffffff;
  border: 2px solid rgba(255, 210, 18, 0.7);
  border-radius: var(--golos-radius-pill);
  box-shadow: 0 10px 30px rgba(18, 18, 18, 0.06);
  color: var(--title-color);
  cursor: pointer;
  font-size: 14px;
  font-weight: 900;
  min-height: 42px;
  max-width: 100%;
  padding: 0 34px 0 16px;
  width: 100%;
}

.golos-json-v2-table .form-select:focus {
  border-color: var(--theme-color);
  box-shadow: 0 0 0 4px rgba(255, 210, 18, 0.2);
  outline: 0;
}

.golos-json-v2-table .btn-primary,
.golos-json-v2-table .dropdown-menu > li > a {
  border-radius: var(--golos-radius-pill) !important;
  font-size: 13px;
  font-weight: 900;
  min-height: 38px;
  padding: 11px 14px !important;
}

.golos-json-v2-table .btn-primary {
  background: var(--theme-color);
  border-color: var(--theme-color);
  color: var(--title-color);
}

.golos-json-note {
  background: #f7f7f4;
  border-radius: var(--golos-radius-lg);
  color: var(--body-color);
  font-size: 16px;
  line-height: 1.55;
  margin-top: 22px;
  padding: 22px 24px;
}

.golos-json-note p {
  margin: 0;
}

.golos-json-note a {
  color: var(--title-color);
  font-weight: 900;
  text-decoration: underline;
  text-decoration-color: var(--theme-color);
  text-underline-offset: 4px;
}

.golos-about-page {
  background: #ffffff;
}

.golos-about-hero {
  padding: 34px 0 56px;
}

.golos-about-hero__grid {
  align-items: center;
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
}

.golos-about-hero__copy {
  min-width: 0;
}

.golos-about-hero h1 {
  color: var(--title-color);
  font-size: clamp(33.6px, 7vw, 75.6px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.95;
  margin: 0 0 22px;
}

.golos-about-hero p {
  color: var(--body-color);
  font-size: 20px;
  line-height: 1.55;
  margin: 0;
  max-width: 720px;
}

.golos-about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.golos-about-btn--light {
  background: #ffffff !important;
  border: 2px solid var(--theme-color) !important;
  color: var(--title-color) !important;
}

.golos-about-hero__media {
  border-radius: 42px;
  box-shadow: 0 26px 76px rgba(18, 18, 18, 0.14);
  min-height: 430px;
  overflow: hidden;
  position: relative;
}

.golos-about-hero__media::after {
  background: linear-gradient(135deg, rgba(255, 210, 18, 0.35), transparent 48%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.golos-about-hero__media img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.golos-about-section,
.golos-about-media-section,
.golos-about-video-section {
  padding: 56px 0;
}

.golos-about-media-section,
.golos-about-video-section {
  background: #f7f7f4;
}

.golos-about-intro {
  align-items: start;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
  margin-bottom: 28px;
}

.golos-about-intro h2,
.golos-about-section-head h2,
.golos-about-video-grid h2 {
  color: var(--title-color);
  font-size: clamp(23.8px, 4vw, 40.6px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  margin: 0 0 18px;
}

.golos-about-intro p,
.golos-about-section-head p,
.golos-about-video-grid p {
  color: var(--body-color);
  font-size: 17px;
  line-height: 1.6;
  margin: 0;
}

.golos-about-note {
  background: var(--title-color);
  border-radius: var(--golos-radius-lg);
  color: #ffffff;
  padding: 28px;
}

.golos-about-note strong {
  color: var(--theme-color);
  display: block;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.15;
  margin-bottom: 10px;
}

.golos-about-note span {
  color: #ffffff;
  display: block;
  font-size: 15px;
  line-height: 1.5;
}

.golos-about-modules {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.golos-about-module {
  background: #ffffff;
  border: 1px solid rgba(18, 18, 18, 0.08);
  border-left: 6px solid var(--theme-color);
  border-radius: var(--golos-radius-lg);
  box-shadow: 0 18px 55px rgba(18, 18, 18, 0.08);
  min-width: 0;
  padding: 24px;
}

.golos-about-module h3 {
  color: var(--title-color);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.15;
  margin: 0 0 12px;
}

.golos-about-module p {
  color: var(--body-color);
  font-size: 15px;
  line-height: 1.5;
  margin: 0;
}

.golos-about-section-head {
  margin-bottom: 26px;
  max-width: 760px;
}

.golos-about-gallery {
  display: grid;
  gap: 14px;
  grid-auto-flow: dense;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.golos-about-gallery__item {
  aspect-ratio: 4 / 3;
  background: #ffffff;
  border-radius: var(--golos-radius-md);
  box-shadow: 0 14px 38px rgba(18, 18, 18, 0.08);
  display: block;
  min-width: 0;
  overflow: hidden;
}

.golos-about-gallery__item.is-large {
  aspect-ratio: 8 / 5;
  grid-column: span 2;
  grid-row: span 2;
}

.golos-about-gallery__item img {
  height: 100%;
  object-fit: cover;
  transition: transform 260ms ease;
  width: 100%;
}

.golos-about-gallery__item:hover img {
  transform: scale(1.04);
}

.golos-about-video-grid {
  align-items: center;
  display: grid;
  gap: 32px;
  grid-template-columns: minmax(0, 0.72fr) minmax(420px, 1.28fr);
}

.golos-about-video {
  aspect-ratio: 16 / 9;
  background: var(--title-color);
  border-radius: var(--golos-radius-lg);
  box-shadow: 0 24px 70px rgba(18, 18, 18, 0.16);
  overflow: hidden;
}

.golos-about-video iframe {
  border: 0;
  height: 100%;
  width: 100%;
}

.golos-about-stats {
  background: var(--title-color);
  padding: 48px 0;
}

.golos-about-stats__grid {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.golos-about-stat {
  background: rgba(255, 255, 255, 0.06);
  border-radius: var(--golos-radius-lg);
  padding: 26px;
}

.golos-about-stat strong {
  color: var(--theme-color);
  display: block;
  font-size: 52px;
  font-weight: 900;
  line-height: 1;
}

.golos-about-stat span {
  color: #ffffff;
  display: block;
  font-size: 14px;
  font-weight: 900;
  margin-top: 10px;
  text-transform: uppercase;
}

.golos-about-contacts {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.golos-about-contact {
  background: #ffffff;
  border: 1px solid rgba(18, 18, 18, 0.08);
  border-radius: var(--golos-radius-lg);
  box-shadow: 0 18px 55px rgba(18, 18, 18, 0.08);
  color: var(--title-color);
  display: grid;
  gap: 8px;
  min-width: 0;
  padding: 26px;
  text-decoration: none;
}

.golos-about-contact i {
  align-items: center;
  background: var(--theme-color);
  border-radius: 50%;
  color: var(--title-color);
  display: inline-flex;
  font-size: 20px;
  height: 48px;
  justify-content: center;
  margin-bottom: 10px;
  width: 48px;
}

.golos-about-contact span {
  color: var(--body-color);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.golos-about-contact strong {
  color: var(--title-color);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.golos-about-contact:hover {
  border-color: rgba(255, 210, 18, 0.7);
}

.golos-history-result {
  align-items: center;
  border-radius: var(--golos-radius-pill);
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 18px;
  min-height: 38px;
  padding: 0 16px;
  text-transform: uppercase;
}

.golos-history-result.is-accepted {
  background: rgba(26, 145, 71, 0.14);
  color: #14643a;
}

.golos-history-result.is-rejected {
  background: rgba(185, 28, 28, 0.12);
  color: #8f1d1d;
}

.golos-history-result.is-waiting {
  background: rgba(255, 210, 18, 0.25);
  color: var(--title-color);
}

.golos-order-status {
  align-items: center;
  background: rgba(255, 210, 18, 0.26);
  border-radius: var(--golos-radius-pill);
  color: var(--title-color);
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 18px;
  min-height: 38px;
  padding: 0 16px;
  text-transform: uppercase;
}

.golos-project-tabs {
  margin-bottom: 18px !important;
}

.golos-project-status {
  align-items: center;
  background: rgba(36, 79, 208, 0.12);
  border-radius: var(--golos-radius-pill);
  color: #172274;
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 18px;
  min-height: 38px;
  padding: 0 16px;
  text-transform: uppercase;
}

.golos-project-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.golos-project-actions a {
  align-items: center;
  background: #f7f7f4;
  border: 1px solid rgba(18, 18, 18, 0.08);
  border-radius: var(--golos-radius-pill);
  color: var(--title-color);
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  min-height: 36px;
  padding: 0 14px;
  text-decoration: none;
  text-transform: uppercase;
}

.golos-project-actions a:hover {
  background: var(--theme-color);
  color: var(--title-color);
}

.golos-session-pills {
  display: grid;
  gap: 8px;
  margin: 12px 0;
}

.golos-session-pill {
  background: #f7f7f4;
  border: 1px solid rgba(18, 18, 18, 0.08);
  border-radius: var(--golos-radius-pill);
  color: var(--title-color);
  cursor: pointer;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.15;
  min-height: 42px;
  padding: 8px 14px;
  text-align: left;
  transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
  width: 100%;
}

.golos-session-pill:hover,
.golos-session-pill:focus,
.golos-session-pill.is-active {
  background: var(--theme-color);
  border-color: var(--theme-color);
  box-shadow: 0 8px 22px rgba(255, 210, 18, 0.24);
  outline: 0;
}

.golos-section-note {
  background: #ffffff;
  border-radius: var(--golos-radius-lg);
  box-shadow: 0 14px 44px rgba(18, 18, 18, 0.07);
  color: var(--title-color);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 18px;
  padding: 18px 22px;
}

.nav-content-list-dep {
  padding-top: 28px;
}

.nav-tabs.nav-justified {
  align-items: stretch;
  background:
    radial-gradient(circle at 10% 0%, rgba(44, 86, 210, 0.92), transparent 32%),
    linear-gradient(135deg, #172274 0%, #244fd0 48%, #1c256f 100%);
  border: 0;
  border-radius: var(--golos-radius-lg);
  box-shadow: 0 18px 55px rgba(18, 18, 18, 0.12);
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  padding: 10px;
}

.nav-tabs.nav-justified > li {
  display: block;
  flex: 1 1 150px;
  float: none;
  margin: 0;
  width: auto;
}

.nav-tabs.nav-justified > li > a {
  align-items: center;
  border: 0 !important;
  border-radius: var(--golos-radius-pill);
  color: #ffffff;
  display: flex;
  font-size: 13px;
  font-weight: 900;
  justify-content: center;
  line-height: 1.2;
  margin: 0;
  min-height: 48px;
  padding: 10px 14px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-tabs.nav-justified > li > a:hover,
.nav-tabs.nav-justified > li > a:focus {
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
}

.nav-tabs.nav-justified > li.active > a,
.nav-tabs.nav-justified > li.active > a:hover,
.nav-tabs.nav-justified > li.active > a:focus {
  background: var(--theme-color);
  color: var(--title-color);
}

.golos-deputies-page {
  min-width: 0;
}

.golos-deputy-filters {
  background: #ffffff;
  border: 1px solid rgba(18, 18, 18, 0.07);
  border-radius: var(--golos-radius-lg);
  box-shadow: 0 18px 55px rgba(18, 18, 18, 0.08);
  margin-bottom: 28px;
  padding: 22px;
}

.golos-deputy-filter-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(200px, 1.3fr) minmax(200px, 1.2fr) minmax(180px, 0.9fr) minmax(160px, 0.8fr) minmax(140px, 0.7fr);
}

.golos-deputy-filter-grid .form-control {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #ffffff;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--title-color) 50%),
    linear-gradient(135deg, var(--title-color) 50%, transparent 50%);
  background-position: calc(100% - 28px) 23px, calc(100% - 20px) 23px;
  background-repeat: no-repeat;
  background-size: 8px 8px, 8px 8px;
  border: 1px solid rgba(18, 18, 18, 0.16);
  border-radius: var(--golos-radius-pill);
  box-shadow: none;
  color: var(--title-color);
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
  height: 54px;
  min-width: 0;
  padding: 0 54px 0 18px;
}

.golos-deputy-filter-grid .form-control:focus {
  background-color: #fffdf3;
  border-color: var(--theme-color);
  box-shadow: 0 0 0 4px rgba(255, 210, 18, 0.24);
  outline: 0;
}

.golos-deputy-reset {
  border-radius: var(--golos-radius-pill);
  justify-content: center;
  min-height: 54px;
  width: 100%;
}

.golos-deputy-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.golos-deputy-tags span {
  background: rgba(255, 210, 18, 0.24);
  border-radius: var(--golos-radius-pill);
  color: var(--title-color);
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  padding: 10px 14px;
}

.golos-deputy-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
}

.golos-deputy-card {
  background: #ffffff;
  border: 1px solid rgba(18, 18, 18, 0.08);
  border-radius: var(--golos-radius-lg);
  box-shadow: 0 18px 55px rgba(18, 18, 18, 0.08);
  min-width: 0;
  overflow: hidden;
  padding: 18px;
  text-align: center;
}

.golos-deputy-photo {
  align-items: center;
  aspect-ratio: 1 / 1;
  background: #f4f4f0;
  border: 6px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0 12px 30px rgba(18, 18, 18, 0.12);
  display: flex;
  justify-content: center;
  margin: 0 auto 16px;
  max-width: 156px;
  overflow: hidden;
  width: 100%;
}

.golos-deputy-photo img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.golos-deputy-info h3 {
  color: var(--title-color);
  font-size: 12.6px;
  font-weight: 900;
  line-height: 1.18;
  margin: 0 0 14px;
}

.golos-deputy-info h3 a {
  color: inherit;
  text-decoration: none;
}

.golos-deputy-info h3 a:hover {
  color: #244fd0;
}

.golos-deputy-section {
  padding: 22px 0 70px;
}

.golos-deputy-section .container {
  max-width: min(1320px, calc(100vw - 32px));
}

.golos-deputy-section .golos-deputy-tabs {
  margin-bottom: 28px !important;
}

.golos-deputy-panel {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding-top: 0;
}

.golos-deputy-panel > .row,
.golos-deputy-panel #content.row {
  margin-left: 0;
  margin-right: 0;
}

.golos-deputy-section-head {
  margin: 0 auto 28px;
  max-width: 900px;
  text-align: center;
}

.golos-deputy-section-head h2 {
  color: var(--title-color);
  font-size: clamp(23.8px, 4vw, 44.8px);
  font-weight: 900;
  line-height: 1.02;
  margin: 0 0 12px;
}

.golos-deputy-section-head p {
  color: var(--body-color);
  font-size: 17px;
  line-height: 1.6;
  margin: 0;
}

.golos-deputy-groups {
  display: grid;
  gap: 24px;
}

.golos-manager-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.golos-manager-card {
  align-items: center;
  background:
    radial-gradient(circle at 80% 0%, rgba(255, 210, 18, 0.28), transparent 32%),
    #ffffff;
  border: 1px solid rgba(18, 18, 18, 0.08);
  border-radius: var(--golos-radius-lg);
  box-shadow: 0 18px 56px rgba(18, 18, 18, 0.08);
  display: grid;
  gap: 18px;
  grid-template-columns: 128px minmax(0, 1fr);
  min-width: 0;
  padding: 22px;
}

.golos-manager-photo,
.golos-mini-deputy-photo,
.golos-stat-deputy-photo {
  align-items: center;
  aspect-ratio: 1 / 1;
  background: #f4f4f0;
  border: 5px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0 14px 36px rgba(18, 18, 18, 0.12);
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.golos-manager-photo img,
.golos-mini-deputy-photo img,
.golos-stat-deputy-photo img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.golos-manager-info p {
  color: #244fd0;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.04em;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.golos-manager-info h3,
.golos-mini-deputy-card h3,
.golos-stat-deputy-profile h3 {
  color: var(--title-color);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.12;
  margin: 0;
}

.golos-manager-info a,
.golos-mini-deputy-card h3 a,
.golos-stat-deputy-profile h3 a {
  color: inherit;
  text-decoration: none;
}

.golos-manager-info a:hover,
.golos-mini-deputy-card h3 a:hover {
  color: #244fd0;
}

.golos-deputy-group {
  background: #ffffff;
  border: 1px solid rgba(18, 18, 18, 0.08);
  border-radius: var(--golos-radius-lg);
  box-shadow: 0 18px 56px rgba(18, 18, 18, 0.07);
  min-width: 0;
  padding: 24px;
}

.golos-deputy-group-head {
  align-items: center;
  border-bottom: 2px solid rgba(18, 18, 18, 0.12);
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 16px;
}

.golos-deputy-group-head h3 {
  align-items: center;
  color: var(--title-color);
  display: flex;
  font-size: clamp(15.4px, 2.6vw, 23.8px);
  font-weight: 900;
  gap: 12px;
  line-height: 1.1;
  margin: 0;
}

.golos-deputy-group-head h3 a {
  color: inherit;
  text-decoration: none;
}

.golos-group-action {
  align-items: center;
  background: var(--theme-color);
  border-radius: var(--golos-radius-pill);
  color: var(--title-color);
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  min-height: 38px;
  padding: 0 16px;
  text-decoration: none;
  text-transform: uppercase;
}

.golos-deputy-group-count {
  align-items: center;
  background: rgba(36, 79, 208, 0.08);
  border: 1px solid rgba(36, 79, 208, 0.2);
  border-radius: var(--golos-radius-pill);
  color: #244fd0;
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  min-height: 34px;
  padding: 7px 14px;
  text-transform: none;
  white-space: nowrap;
}

.golos-group-action:hover,
.golos-group-action:focus {
  background: var(--title-color);
  color: #ffffff;
  text-decoration: none;
}

.golos-deputy-group-logo {
  align-items: center;
  background: #f7f7f4;
  border-radius: var(--golos-radius-md);
  display: inline-flex;
  min-height: 54px;
  min-width: 92px;
  padding: 8px 12px;
}

.golos-deputy-group-logo:empty {
  display: none;
}

.golos-deputy-group-logo img {
  max-height: 44px;
  max-width: 120px;
}

.golos-mini-deputy-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
}

.golos-mini-deputy-card {
  align-items: center;
  background: #f7f7f4;
  border: 1px solid rgba(18, 18, 18, 0.07);
  border-radius: var(--golos-radius-md);
  display: grid;
  gap: 12px;
  justify-items: center;
  min-width: 0;
  padding: 16px;
  text-align: center;
}

.golos-mini-deputy-photo {
  width: min(118px, 100%);
}

.golos-mini-deputy-card h3 {
  font-size: 11.2px;
  line-height: 1.18;
}

.golos-stat-layout {
  align-items: start;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 320px);
}

.golos-stat-results {
  display: grid;
  gap: 18px;
  min-width: 0;
}

.golos-stat-filters {
  background: #ffffff;
  border: 1px solid rgba(18, 18, 18, 0.08);
  border-radius: var(--golos-radius-lg);
  box-shadow: 0 18px 56px rgba(18, 18, 18, 0.07);
  display: grid;
  gap: 10px;
  padding: 22px;
  position: sticky;
  top: 110px;
}

.golos-stat-filters h3 {
  border-bottom: 2px solid var(--title-color);
  color: var(--title-color);
  font-size: 16.8px;
  font-weight: 900;
  margin: 0 0 8px;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.golos-stat-filters label {
  color: var(--body-color);
  font-size: 13px;
  font-weight: 900;
  margin: 4px 0 0;
  text-transform: uppercase;
}

.golos-stat-filters .form-control {
  border: 1px solid rgba(18, 18, 18, 0.16);
  border-radius: var(--golos-radius-pill);
  box-shadow: none;
  color: var(--title-color);
  font-size: 14px;
  font-weight: 800;
  height: 48px;
  padding: 0 16px;
}

.golos-stat-deputy-card {
  background: #ffffff;
  border: 1px solid rgba(18, 18, 18, 0.08);
  border-radius: var(--golos-radius-lg);
  box-shadow: 0 18px 56px rgba(18, 18, 18, 0.07);
  display: grid;
  gap: 22px;
  grid-template-columns: 240px minmax(0, 1fr);
  padding: 22px;
}

.golos-stat-deputy-profile {
  display: grid;
  gap: 16px;
  justify-items: center;
  text-align: center;
}

.golos-stat-deputy-photo {
  width: 156px;
}

.golos-stat-deputy-profile h3 {
  font-size: 15.4px;
  margin-bottom: 14px;
}

.golos-stat-deputy-profile .golos-card-btn {
  align-items: center;
  background: linear-gradient(135deg, #3147be 0%, #2857d9 100%);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: var(--golos-radius-pill);
  box-shadow: 0 14px 28px rgba(36, 79, 208, 0.24);
  color: #ffffff;
  display: inline-flex;
  font-size: 14px;
  font-weight: 900;
  justify-content: center;
  letter-spacing: 0;
  line-height: 1.1;
  min-height: 44px;
  min-width: 150px;
  padding: 12px 20px;
  text-decoration: none;
}

.golos-stat-deputy-profile .golos-card-btn:hover,
.golos-stat-deputy-profile .golos-card-btn:focus {
  background: linear-gradient(135deg, #2239aa 0%, #244fd0 100%);
  color: #ffffff;
  outline: 3px solid rgba(255, 211, 23, 0.65);
  outline-offset: 3px;
  text-decoration: none;
  transform: translateY(-1px);
}

.golos-stat-deputy-bars {
  min-width: 0;
}

.golos-stat-progress {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(18, 18, 18, 0.08);
  border-radius: var(--golos-radius-md);
  margin-bottom: 10px;
  padding: 13px 14px 14px;
}

.golos-stat-progress__head {
  align-items: baseline;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin-bottom: 5px;
}

.golos-stat-progress__label {
  color: var(--title-color);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.25;
}

.golos-stat-progress__percent {
  color: #244fd0;
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.golos-stat-progress__meta {
  color: var(--body-color);
  display: flex;
  flex-wrap: wrap;
  font-size: 12.5px;
  font-weight: 800;
  gap: 6px 14px;
  line-height: 1.25;
  margin-bottom: 9px;
}

.golos-stat-progress .progress {
  background: #e8ebf0;
  border-radius: var(--golos-radius-pill);
  box-shadow: inset 0 1px 2px rgba(18, 18, 18, 0.05);
  height: 12px;
  margin: 0;
  overflow: hidden;
}

.golos-stat-progress .progress-bar {
  background: linear-gradient(90deg, #244fd0 0%, #ffd317 100%);
  border-radius: inherit;
  box-shadow: none;
  min-width: 2px;
}

.golos-stat-progress .progress-bar.za {
  background: linear-gradient(90deg, #008a18 0%, #2fab49 100%);
}

.golos-stat-progress .progress-bar.prt {
  background: linear-gradient(90deg, #b90011 0%, #e24a58 100%);
}

.golos-stat-progress .progress-bar.utr {
  background: linear-gradient(90deg, #d6a300 0%, #ffd95b 100%);
}

.golos-stat-progress .progress-bar.negol {
  background: linear-gradient(90deg, #4b5565 0%, #9aa1ae 100%);
}

.golos-stat-progress .percent {
  display: none !important;
  visibility: hidden !important;
}

.golos-empty-state {
  background: #ffffff;
  border: 1px solid rgba(18, 18, 18, 0.08);
  border-radius: var(--golos-radius-lg);
  box-shadow: 0 18px 56px rgba(18, 18, 18, 0.07);
  padding: 42px 24px;
  text-align: center;
}

.golos-empty-state h2 {
  color: var(--title-color);
  font-size: 22.4px;
  font-weight: 900;
  margin: 0;
}

.golos-deputy-section .loader {
  background: conic-gradient(var(--theme-color), #244fd0, var(--theme-color));
  border-radius: 50%;
  height: 72px;
  margin: 42px auto;
  position: relative;
  text-indent: -9999px;
  width: 72px;
}

.golos-deputy-section .loader::after {
  background: #ffffff;
  border-radius: 50%;
  content: "";
  inset: 12px;
  position: absolute;
}

.golos-deputy-single-page {
  display: block;
  margin: 0;
}

.golos-deputy-single {
  padding: 28px 0 70px;
}

body:has(.golos-deputy-single) .golos-header .sticky-wrapper.sticky .menu-area {
  min-height: 70px;
  padding-bottom: 10px;
  padding-top: 10px;
}

body:has(.golos-deputy-single) .golos-header .sticky-wrapper.sticky .main-menu > ul > li > a {
  min-height: 46px;
}

.golos-deputy-single .container {
  max-width: min(1320px, calc(100vw - 32px));
}

.golos-deputy-single > section > .container > .row {
  align-items: start;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(280px, 340px) minmax(0, 1fr);
}

.golos-deputy-single .col-md-push-3,
.golos-deputy-single .col-md-pull-9,
.golos-deputy-single .col-md-9,
.golos-deputy-single .col-md-3 {
  float: none !important;
  left: auto !important;
  right: auto !important;
  width: auto !important;
}

.golos-deputy-single .col-md-push-3 {
  min-width: 0;
  order: 2;
}

.golos-deputy-single .col-md-pull-9 {
  min-width: 0;
  order: 1;
}

.golos-deputy-single .col-md-push-3 > .widget.hidden-sm.hidden-md.hidden-lg {
  display: none !important;
}

.golos-deputy-single .col-md-push-3 > .widget-title.hidden-sm.hidden-md.hidden-lg {
  display: none !important;
}

.golos-deputy-single .col-md-4 {
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(18, 18, 18, 0.08);
  border-radius: var(--golos-radius-md);
  box-shadow: 0 12px 34px rgba(18, 18, 18, 0.06);
  display: inline-flex;
  float: none;
  justify-content: center;
  margin: 0 0 18px;
  max-width: 170px;
  min-height: 74px;
  padding: 0;
  width: auto;
}

.golos-deputy-single .col-md-4 img {
  background: transparent;
  border: 0;
  border-radius: 10px;
  box-shadow: none;
  height: auto;
  max-width: 100%;
  padding: 8px;
}

.golos-deputy-single .col-md-push-3 > .widget,
.golos-deputy-single .col-md-push-3 > .table,
.golos-deputy-single .dep-filters,
.golos-deputy-single .nav-content-list-dep,
.golos-deputy-single .progressbar-container,
.golos-deputy-single .form-group,
.golos-deputy-single .sidebar .widget {
  background: #ffffff;
  border: 1px solid rgba(18, 18, 18, 0.08);
  border-radius: var(--golos-radius-lg);
  box-shadow: 0 18px 56px rgba(18, 18, 18, 0.07);
}

.golos-deputy-single .col-md-push-3 > .table {
  display: block;
  margin-bottom: 26px;
  overflow: hidden;
  padding: 18px 24px;
}

.golos-deputy-single .col-md-push-3 > .table tbody,
.golos-deputy-single .col-md-push-3 > .table tr,
.golos-deputy-single .col-md-push-3 > .table th,
.golos-deputy-single .col-md-push-3 > .table td {
  display: block;
  width: 100%;
}

.golos-deputy-single .col-md-push-3 > .table tr {
  border-top: 1px solid rgba(18, 18, 18, 0.08);
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(145px, 0.32fr) minmax(0, 1fr);
  padding: 14px 0;
}

.golos-deputy-single .col-md-push-3 > .table tr:first-child {
  border-top: 0;
}

.golos-deputy-single .col-md-push-3 > .table th,
.golos-deputy-single .col-md-push-3 > .table td {
  background: transparent;
  border: 0;
  color: var(--title-color);
  padding: 0;
  width: auto;
}

.golos-deputy-single .col-md-push-3 > .table th {
  color: var(--body-color);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.02em;
  margin: 2px 0 0;
  text-transform: uppercase;
}

.golos-deputy-single .col-md-push-3 > .table td {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
}

.golos-deputy-single .col-md-push-3 > .table td a {
  color: var(--title-color) !important;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(255, 211, 24, 0.85);
  text-decoration-thickness: 3px;
  text-underline-offset: 4px;
}

.golos-deputy-single .col-md-push-3 > .table td a:hover,
.golos-deputy-single .col-md-push-3 > .table td a:focus {
  color: #244fd0 !important;
  text-decoration-color: currentColor;
}

.golos-deputy-single .widget-title {
  color: var(--title-color);
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.02;
  margin: 0 0 18px;
  max-width: 780px;
}

.golos-deputy-single .golos-deputy-name {
  font-size: clamp(34px, 4vw, 58px) !important;
  line-height: 1.04;
  margin-bottom: 24px;
}

.golos-deputy-single .col-md-push-3 > .widget-title.hidden-xs {
  border-bottom: 2px solid var(--title-color);
  display: block !important;
  margin-bottom: 20px;
  padding-bottom: 14px;
}

.golos-deputy-single .widget-title .text-theme-color-2 {
  color: var(--title-color) !important;
}

.golos-deputy-single .text-theme-color-3 {
  color: #b60000 !important;
}

.golos-deputy-single .line-bottom::after,
.golos-deputy-single .line-bottom::before {
  display: none;
}

.golos-deputy-single .dep-filters {
  align-items: end;
  display: grid;
  gap: 12px;
  grid-template-columns: auto minmax(150px, 1fr) auto minmax(150px, 1fr) minmax(190px, auto);
  margin-bottom: 22px;
  padding: 22px;
}

.golos-deputy-single .dep-filters .widget-title {
  font-size: 22px;
  grid-column: 1 / -1;
  margin: 0 0 4px;
}

.golos-deputy-single .dep-filters label {
  color: var(--body-color);
  font-weight: 800;
  margin: 0 0 12px;
}

.golos-deputy-single .dep-filters input[type="date"] {
  border: 1px solid rgba(18, 18, 18, 0.16);
  border-radius: var(--golos-radius-pill);
  color: var(--title-color);
  font-size: 14px;
  min-height: 44px;
  padding: 0 14px;
  width: 100%;
}

.golos-deputy-single .dep-filters input[type="submit"] {
  border-radius: var(--golos-radius-pill);
  min-height: 44px;
  padding: 0 18px;
  white-space: normal;
}

.golos-deputy-single .nav-tabs {
  background:
    radial-gradient(circle at 10% 0%, rgba(44, 86, 210, 0.92), transparent 32%),
    linear-gradient(135deg, #172274 0%, #244fd0 48%, #1c256f 100%);
  border: 0;
  border-radius: var(--golos-radius-md);
  box-shadow: 0 18px 55px rgba(18, 18, 18, 0.12);
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0 0 22px !important;
  padding: 10px;
}

.golos-deputy-single .nav-tabs > li {
  float: none;
  margin: 0;
}

.golos-deputy-single .nav-tabs > li > a {
  align-items: center;
  background: transparent;
  border: 0 !important;
  color: #ffffff;
  display: inline-flex;
  border-radius: var(--golos-radius-pill);
  font-size: 11px;
  font-weight: 900;
  justify-content: center;
  line-height: 1.15;
  min-height: 36px;
  padding: 8px 11px;
  text-transform: uppercase;
}

.golos-deputy-single .nav-tabs > li.active > a,
.golos-deputy-single .nav-tabs > li > a:hover,
.golos-deputy-single .nav-tabs > li > a:focus {
  background: var(--theme-color) !important;
  color: var(--title-color) !important;
}

.golos-deputy-single .nav-content-list-dep,
.golos-deputy-single .progressbar-container,
.golos-deputy-single .form-group {
  margin-bottom: 24px;
  padding: 24px 28px;
}

.golos-deputy-single .nav-content-list-dep {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding-inline: 0;
}

.golos-deputy-single .nav-content-list-dep .widget-title,
.golos-deputy-single .progressbar-container .widget-title,
.golos-deputy-single .form-group .widget-title,
.golos-deputy-single .sidebar .widget-title {
  font-size: 24px;
  margin-bottom: 18px;
}

.golos-deputy-single .table-schedule {
  background: transparent !important;
  border: 0 !important;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 0;
  display: block;
  margin: 0 0 18px;
  overflow: visible;
  width: 100%;
}

.golos-deputy-single .table-schedule thead,
.golos-deputy-single .table-schedule tbody {
  display: block;
  min-width: 0;
  width: 100%;
}

.golos-deputy-single .table-schedule thead {
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.golos-deputy-single .table-schedule tbody {
  display: grid;
  gap: 14px;
}

.golos-deputy-single .table-schedule tr.golos-vote-row {
  background: #ffffff;
  border: 1px solid rgba(18, 18, 18, 0.08);
  border-radius: var(--golos-radius-lg);
  box-shadow: 0 12px 34px rgba(18, 18, 18, 0.045);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(190px, 250px);
  overflow: hidden;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.golos-deputy-single .table-schedule tr.golos-vote-row:hover {
  border-color: rgba(255, 211, 24, 0.9);
  box-shadow: 0 18px 48px rgba(18, 18, 18, 0.1);
  transform: translateY(-1px);
}

.golos-deputy-single .table-schedule tr.golos-vote-row:has(.golos-vote-date) {
  grid-template-columns: minmax(130px, 180px) minmax(0, 1fr) minmax(190px, 250px);
}

.golos-deputy-single .table-schedule td,
.golos-deputy-single .table-schedule th {
  background: transparent !important;
  border: 0;
  color: var(--title-color);
  display: block;
  padding: 0;
  vertical-align: top;
}

.golos-deputy-single .table-schedule .golos-vote-date {
  align-items: center;
  background: #f7f7f4 !important;
  color: var(--body-color);
  display: flex;
  font-size: 13px;
  font-weight: 800;
  padding: 18px 22px;
}

.golos-deputy-single .table-schedule .golos-vote-title {
  padding: 22px 24px;
}

.golos-deputy-single .table-schedule .golos-vote-title a {
  color: var(--title-color) !important;
  display: grid;
  gap: 12px;
  line-height: 1.45;
  text-decoration: none;
}

.golos-deputy-single .table-schedule .golos-vote-title a:hover,
.golos-deputy-single .table-schedule .golos-vote-title a:focus {
  color: var(--title-color) !important;
  text-decoration: underline;
  text-decoration-color: var(--theme-color);
  text-decoration-thickness: 3px;
  text-underline-offset: 5px;
}

.golos-deputy-single .table-schedule .golos-vote-type {
  color: #6f7785;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.35;
  text-transform: uppercase;
}

.golos-deputy-single .table-schedule .golos-vote-name {
  color: var(--title-color);
  font-size: clamp(16px, 1.5vw, 20px);
  font-weight: 800;
}

.golos-deputy-single .table-schedule .golos-vote-status {
  background: #f7f7f4 !important;
  border-left: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  padding: 22px 24px;
  text-align: left !important;
  white-space: normal !important;
}

.golos-deputy-single .table-schedule .golos-vote-result {
  align-items: center;
  background: transparent !important;
  border-radius: 0;
  cursor: default;
  display: inline-flex;
  font-size: 14px;
  font-weight: 900;
  gap: 8px;
  line-height: 1;
  padding: 0;
  pointer-events: none;
  user-select: text;
  width: fit-content;
}

.golos-deputy-single .table-schedule .golos-vote-result i {
  align-items: center;
  border: 2px solid currentColor;
  border-radius: 50%;
  display: inline-flex;
  font-size: 11px !important;
  height: 22px;
  justify-content: center;
  line-height: 1;
  width: 22px;
}

.golos-deputy-single .table-schedule .golos-vote-result.is-accepted {
  color: #157a38;
}

.golos-deputy-single .table-schedule .golos-vote-result.is-declined {
  color: #a40f34;
}

.golos-deputy-single .table-schedule .golos-vote-meta {
  align-items: center;
  color: var(--title-color);
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  gap: 9px;
}

.golos-deputy-single .table-schedule .golos-vote-meta i {
  color: #6f7785;
  font-size: 15px;
  width: 16px;
}

.golos-deputy-single .table-schedule .golos-vote-empty {
  display: block;
}

.golos-deputy-single .table-schedule .golos-vote-empty td {
  background: #f7f7f4 !important;
  border: 1px solid rgba(18, 18, 18, 0.08);
  border-radius: var(--golos-radius-md);
  padding: 34px 24px;
  text-align: center;
}

.golos-deputy-single .table-schedule .golos-vote-empty h2 {
  color: var(--title-color);
  font-size: 15.4px;
  font-weight: 900;
  margin: 0;
}

.golos-deputy-single #load-content {
  display: flex;
  justify-content: center;
  margin-inline: auto;
  min-width: 220px;
}

.golos-deputy-single .progress-item {
  background: #f7f7f4;
  border: 1px solid rgba(18, 18, 18, 0.08);
  border-radius: var(--golos-radius-md);
  margin-bottom: 14px;
  padding: 14px 16px;
}

.golos-deputy-single .progress-title,
.golos-deputy-single .progress-title h6 {
  color: var(--title-color);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
  margin: 0 0 10px;
}

.golos-deputy-single .progress {
  background: #ffffff;
  border-radius: var(--golos-radius-pill);
  box-shadow: inset 0 0 0 1px rgba(18, 18, 18, 0.08);
  height: 14px;
  overflow: hidden;
}

.golos-deputy-single .progress-bar {
  background: var(--theme-color);
  border-radius: inherit;
}

.golos-deputy-sync-card {
  background: #ffffff;
  border: 1px solid rgba(18, 18, 18, 0.08);
  border-radius: var(--golos-radius-lg);
  box-shadow: 0 18px 48px rgba(18, 18, 18, 0.06);
  margin-top: 18px;
  padding: 20px;
}

.golos-deputy-sync-card .golos-home-panel__head {
  margin-bottom: 18px;
}

.golos-deputy-sync-card .golos-home-panel__head h4 {
  color: var(--title-color);
  font-size: 1.05rem;
  font-weight: 900;
  line-height: 1.25;
  margin: 0;
}

.golos-deputy-sync-rank {
  max-height: 680px;
  overflow: auto;
  padding-right: 4px;
}

.golos-deputy-sync-rank li {
  background: #fbfaf6;
}

.golos-deputy-single .sidebar {
  margin: 0 !important;
}

.golos-deputy-single .sidebar .widget {
  margin-bottom: 18px;
  padding: 22px;
}

.golos-deputy-single .sidebar .widget:first-child {
  align-items: center;
  background:
    radial-gradient(circle at 70% 18%, rgba(255, 210, 18, 0.24), transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #f7f7f4 100%);
  display: flex;
  justify-content: center;
  padding: 24px;
}

.golos-deputy-single .sidebar .widget:first-child .services-list,
.golos-deputy-single .sidebar .widget:first-child ul {
  margin: 0;
  padding: 0;
  width: 100%;
}

.golos-deputy-single .sidebar .thumb {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

.golos-deputy-single .sidebar .thumb a {
  align-items: center;
  display: inline-flex;
  justify-content: center;
}

.golos-deputy-single .sidebar .thumb img,
.golos-deputy-single .hidden-sm .thumb img {
  aspect-ratio: 1 / 1;
  border: 6px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0 16px 44px rgba(18, 18, 18, 0.14);
  display: block;
  max-width: 190px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.golos-deputy-single .opening-hours ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.golos-deputy-single .opening-hours li {
  align-items: center;
  border-top: 1px solid rgba(18, 18, 18, 0.08);
  color: var(--body-color);
  display: flex;
  gap: 10px;
  justify-content: space-between;
  padding: 11px 0;
}

.golos-deputy-single .opening-hours li:first-child {
  border-top: 0;
}

.golos-deputy-single .opening-hours a,
.golos-deputy-single .opening-hours button.bt-no-style {
  background: transparent;
  border: 0;
  color: var(--title-color);
  font-family: inherit;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
  padding: 0;
  text-align: left;
  text-decoration: none;
}

.golos-deputy-single .opening-hours button.bt-no-style:hover,
.golos-deputy-single .opening-hours button.bt-no-style:focus {
  color: #244fd0;
  text-decoration: underline;
  text-decoration-color: var(--theme-color);
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.golos-deputy-single .opening-hours .value {
  color: var(--title-color);
  font-size: 20px;
  font-weight: 900;
  margin-left: auto;
}

.golos-deputy-single canvas#doughnutChart {
  height: auto !important;
  max-width: 220px;
  width: 100% !important;
}

.golos-deputy-single input[type="text"],
.golos-deputy-single input[type="email"],
.golos-deputy-single textarea {
  width: 100%;
}

.golos-deputy-link {
  align-items: center;
  background:
    radial-gradient(circle at 18% 12%, rgba(77, 117, 255, 0.5), transparent 34%),
    linear-gradient(135deg, #172274 0%, #244fd0 50%, #1c256f 100%);
  border-radius: var(--golos-radius-pill);
  box-shadow: 0 12px 26px rgba(36, 79, 208, 0.18);
  color: #ffffff;
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  justify-content: center;
  min-height: 36px;
  padding: 0 16px;
  text-decoration: none;
  text-transform: uppercase;
}

.golos-deputy-link:hover {
  background:
    radial-gradient(circle at 18% 12%, rgba(77, 117, 255, 0.42), transparent 34%),
    linear-gradient(135deg, #101a65 0%, #1f45bd 50%, #151f61 100%);
  color: #ffffff;
  box-shadow: 0 16px 32px rgba(36, 79, 208, 0.24);
}

.golos-deputy-district,
.golos-deputy-district-text,
.golos-ended-deputies {
  text-align: center;
}

.golos-deputy-district {
  margin-bottom: 18px;
}

.golos-deputy-district a {
  color: var(--title-color);
  display: inline-block;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.15;
  text-decoration: none;
}

.golos-deputy-district-text {
  color: var(--body-color);
  font-size: 16px;
  line-height: 1.6;
  margin-top: 24px;
}

.golos-ended-page {
  min-width: 0;
}

.golos-ended-filters {
  margin-bottom: 24px;
}

.golos-ended-filter-grid {
  align-items: stretch;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
}

.golos-ended-filter-grid input.form-control {
  background-image: none;
  cursor: text;
  min-width: 0;
  padding-left: 18px;
  padding-right: 18px;
}

.golos-ended-filter-grid input[type="date"].form-control {
  cursor: pointer;
  padding-right: 18px;
}

.golos-ended-apply,
.golos-ended-filter-grid .golos-deputy-reset {
  border-radius: var(--golos-radius-pill);
  justify-content: center;
  min-height: 54px;
  min-width: 0;
  padding-inline: 18px;
  width: 100%;
}

.golos-ended-filter-grid .golos-ended-apply,
.golos-ended-filter-grid .golos-deputy-reset {
  white-space: nowrap;
}

.golos-ended-filter-grid .golos-deputy-reset {
  background: #111111;
  color: #ffffff;
}

.golos-ended-filter-grid .golos-deputy-reset:hover,
.golos-ended-filter-grid .golos-deputy-reset:focus {
  background: #244fd0;
  color: #ffffff;
}

.golos-ended-grid {
  display: grid;
  gap: 16px;
}

.golos-ended-card {
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(18, 18, 18, 0.08);
  border-radius: var(--golos-radius-lg);
  box-shadow: 0 16px 48px rgba(18, 18, 18, 0.07);
  display: grid;
  gap: 20px;
  grid-template-columns: 112px minmax(220px, 0.9fr) minmax(0, 1.6fr);
  min-width: 0;
  padding: 18px;
}

.golos-ended-photo {
  margin: 0;
  max-width: 112px;
}

.golos-ended-main,
.golos-ended-meta {
  min-width: 0;
}

.golos-ended-main h3 {
  color: var(--title-color);
  font-size: clamp(14px, 2vw, 21px);
  font-weight: 900;
  line-height: 1.05;
  margin: 0 0 14px;
}

.golos-ended-main h3 a {
  color: inherit;
  text-decoration: none;
}

.golos-ended-main h3 a:hover,
.golos-ended-main h3 a:focus {
  color: #244fd0;
  text-decoration: underline;
  text-decoration-color: var(--theme-color);
  text-decoration-thickness: 3px;
  text-underline-offset: 5px;
}

.golos-ended-dates {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.golos-ended-dates span,
.golos-ended-meta span {
  background: #f7f7f4;
  border: 1px solid rgba(18, 18, 18, 0.07);
  border-radius: var(--golos-radius-pill);
  color: var(--body-color);
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
  padding: 8px 12px;
}

.golos-ended-dates b,
.golos-ended-meta b {
  color: var(--title-color);
  margin-right: 4px;
}

.golos-ended-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.golos-ended-meta span {
  border-radius: var(--golos-radius-md);
  max-width: 100%;
}

.golos-ended-deputies {
  margin-top: 30px;
}

.nav-content-list-dep .loader {
  background: conic-gradient(var(--theme-color), rgba(255, 210, 18, 0.16));
  height: 72px;
  width: 72px;
}

.nav-content-list-dep .loader::before {
  background: transparent;
}

.nav-content-list-dep .loader::after {
  background: #ffffff;
}

.golos-history-meta {
  display: grid;
  gap: 10px;
  margin-bottom: 18px !important;
}

.golos-history-meta li {
  align-items: flex-start;
  display: grid;
  gap: 10px;
  grid-template-columns: 18px minmax(0, 1fr);
}

.golos-history-meta i {
  color: var(--theme-color);
  margin-top: 3px;
}

.golos-history-meta span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.golos-decision-card hr {
  border-color: rgba(18, 18, 18, 0.12);
}

.golos-pagination-row {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  padding-top: 12px;
}

.golos-pagination-row .pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: flex-end;
  margin: 0;
}

.golos-loading {
  background: #ffffff;
  border-radius: var(--golos-radius-lg);
  box-shadow: 0 18px 55px rgba(18, 18, 18, 0.08);
  grid-column: 1 / -1;
  padding: 40px;
}

.golos-document-history-page {
  background: #ffffff;
  padding: 24px 0 72px;
}

.golos-document-history-page .container {
  max-width: min(1360px, calc(100vw - 40px));
  width: 100%;
}

.golos-document-history-layout {
  align-items: start;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 390px);
}

.golos-document-history-layout::before,
.golos-document-history-layout::after {
  display: none;
}

.golos-document-history-main,
.golos-document-history-side {
  float: none !important;
  left: auto !important;
  min-width: 0;
  padding: 0;
  right: auto !important;
  width: auto !important;
}

.golos-document-history-card,
.golos-document-history-sidebar .widget {
  background: #ffffff;
  border: 1px solid rgba(18, 18, 18, 0.1);
  border-radius: var(--golos-radius-lg);
  box-shadow: 0 22px 70px rgba(18, 18, 18, 0.08);
}

.golos-document-history-card {
  overflow: hidden;
  padding: 32px;
}

.golos-document-history-card .container {
  max-width: none;
  padding: 0;
  width: 100%;
}

.golos-document-history-card .section-title {
  margin-bottom: 12px;
}

.golos-document-history-card .sub-title {
  color: var(--body-color);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.golos-document-history-card h3.line-bottom {
  border-bottom: 2px solid var(--title-color);
  color: var(--title-color) !important;
  font-size: clamp(17.5px, 3vw, 29.4px);
  font-weight: 900;
  line-height: 1.05;
  margin: 0 0 18px;
  padding-bottom: 14px;
}

.golos-document-history-title {
  color: var(--title-color);
  font-size: clamp(19px, 2vw, 28px);
  font-weight: 800;
  line-height: 1.35;
  margin: 0 auto 12px;
  max-width: 920px;
  text-align: center;
}

.golos-document-history-card .separator {
  display: none;
}

.golos-document-history-page .cd-container {
  margin: 30px 0 0;
  max-width: none;
  padding: 0;
  width: 100%;
}

.golos-document-history-page #cd-timeline::before {
  background: linear-gradient(180deg, var(--theme-color), rgba(18, 18, 18, 0.18));
  border-radius: var(--golos-radius-pill);
  bottom: 8px;
  height: auto;
  left: 23px;
  margin-left: 0;
  top: 8px;
  width: 4px;
}

.golos-document-history-page .cd-timeline-block {
  align-items: start;
  display: grid;
  gap: 16px;
  grid-template-columns: 52px minmax(0, 1fr);
  margin: 0 0 18px;
  position: relative;
}

.golos-document-history-page .cd-timeline-block > a {
  color: inherit;
  display: contents;
}

.golos-document-history-page .cd-timeline-img {
  align-items: center;
  background: var(--title-color) !important;
  border: 5px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0 8px 24px rgba(18, 18, 18, 0.16);
  display: flex;
  height: 50px;
  justify-content: center;
  left: auto;
  margin: 0;
  position: relative;
  top: auto;
  width: 50px;
  z-index: 2;
}

.golos-document-history-page .cd-timeline-img img {
  display: none;
}

.golos-document-history-page .cd-timeline-img::before {
  background: var(--theme-color);
  border-radius: 50%;
  content: "";
  height: 15px;
  width: 15px;
}

.golos-document-history-page .cd-timeline-content {
  background: #ffffff;
  border: 1px solid rgba(18, 18, 18, 0.1);
  border-radius: var(--golos-radius-md);
  box-shadow: 0 12px 36px rgba(18, 18, 18, 0.07);
  float: none !important;
  margin: 0 !important;
  min-width: 0;
  overflow-wrap: anywhere;
  padding: 18px 20px;
  position: relative;
  width: auto !important;
}

.golos-document-history-page .cd-timeline-content::before {
  border-color: transparent #ffffff transparent transparent;
  border-width: 9px;
  left: auto !important;
  right: 100% !important;
  top: 18px;
}

.golos-document-history-page .cd-timeline-content h5,
.golos-document-history-page .cd-timeline-content h6 {
  color: var(--title-color);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  margin: 0;
}

.golos-document-history-page .cd-timeline-content b {
  font-weight: 900;
}

.golos-document-history-page .cd-timeline-content a,
.golos-document-history-link a,
.golos-document-history-sidebar a {
  color: var(--title-color) !important;
  text-decoration: underline;
  text-decoration-color: var(--theme-color);
  text-decoration-thickness: 3px;
  text-underline-offset: 4px;
}

.golos-document-history-page .cd-timeline-content a:hover,
.golos-document-history-link a:hover,
.golos-document-history-sidebar a:hover {
  color: var(--theme-color2) !important;
}

.golos-document-history-page .cd-date {
  background: #f7f6f0;
  border-radius: var(--golos-radius-pill);
  color: var(--body-color);
  display: inline-flex;
  float: none !important;
  font-size: 13px;
  font-weight: 800;
  left: auto !important;
  margin-top: 14px;
  opacity: 1;
  padding: 8px 12px;
  position: static !important;
  right: auto !important;
  text-align: left !important;
  width: auto !important;
}

.golos-document-history-page .cd-timeline-content hr {
  border-color: rgba(18, 18, 18, 0.08);
  margin: 14px 0 0;
}

.golos-document-history-link {
  align-items: center;
  background: #f7f6f0;
  border: 1px solid rgba(18, 18, 18, 0.1);
  border-radius: var(--golos-radius-md);
  display: flex;
  gap: 10px;
  margin: 20px 0 0 68px;
  padding: 16px 18px;
}

.golos-document-history-link i {
  color: var(--theme-color);
}

.golos-document-history-sidebar {
  margin-left: 0 !important;
}

.golos-document-history-sidebar .widget {
  margin-bottom: 22px;
  padding: 24px;
}

.golos-document-history-sidebar .widget-title {
  border-bottom: 2px solid var(--title-color);
  color: var(--title-color);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.1;
  margin: 0 0 18px;
  padding-bottom: 12px;
}

.golos-document-history-sidebar .widget-title span {
  color: var(--title-color) !important;
}

.golos-document-history-sidebar .services-list ul,
.golos-document-history-sidebar .opening-hours ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.golos-document-history-sidebar .table {
  display: block;
  margin: 0;
  width: 100%;
}

.golos-document-history-sidebar .table tbody,
.golos-document-history-sidebar .table tr,
.golos-document-history-sidebar .table th,
.golos-document-history-sidebar .table td {
  display: block;
  width: 100%;
}

.golos-document-history-sidebar .table tr {
  border-top: 1px solid rgba(18, 18, 18, 0.08);
  display: grid;
  gap: 6px;
  grid-template-columns: 1fr;
  padding: 12px 0;
}

.golos-document-history-sidebar .table tr:first-child {
  border-top: 0;
  padding-top: 0;
}

.golos-document-history-sidebar .table td[colspan="2"] {
  grid-column: 1 / -1;
}

.golos-document-history-sidebar .table th,
.golos-document-history-sidebar .table td {
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
}

.golos-document-history-sidebar .table th,
.golos-document-history-sidebar .table b {
  color: var(--body-color);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.golos-document-history-sidebar .table p {
  color: var(--title-color);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
  margin: 0;
  min-width: 0;
  overflow-wrap: anywhere;
}

.golos-document-history-sidebar .opening-hours .text-center {
  margin: 0 auto 18px;
  max-width: 230px;
  width: 100% !important;
}

.golos-document-history-sidebar canvas#doughnutChart {
  height: auto !important;
  max-width: 220px;
  width: 100% !important;
}

.golos-document-history-sidebar .opening-hours li {
  align-items: center;
  border-top: 1px solid rgba(18, 18, 18, 0.08);
  display: flex;
  gap: 12px;
  justify-content: space-between;
  padding: 10px 0;
}

.golos-document-history-sidebar .opening-hours li span {
  color: var(--title-color);
  font-weight: 800;
}

.golos-document-history-sidebar .opening-hours .value {
  background: var(--theme-color);
  border-radius: var(--golos-radius-pill);
  color: var(--title-color);
  float: none !important;
  font-weight: 900;
  min-width: 44px;
  padding: 5px 10px;
  text-align: center;
}

.golos-document-history-sidebar .btn {
  align-items: center;
  background: var(--theme-color) !important;
  border: 0 !important;
  border-radius: var(--golos-radius-pill) !important;
  color: var(--title-color) !important;
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  justify-content: center;
  letter-spacing: 0;
  min-height: 46px;
  padding: 12px 16px;
  text-transform: uppercase;
  white-space: normal;
}

.golos-document-history-sidebar .btn:hover,
.golos-document-history-sidebar .btn:focus {
  background: var(--title-color) !important;
  color: #ffffff !important;
}

.golos-vote-page {
  background: #ffffff;
  padding: 24px 0 72px;
}

.golos-vote-page .container {
  max-width: min(1360px, calc(100vw - 40px));
  width: 100%;
}

.golos-vote-layout {
  align-items: start;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 390px);
}

.golos-vote-layout::before,
.golos-vote-layout::after {
  display: none;
}

.golos-vote-main,
.golos-vote-side {
  float: none !important;
  left: auto !important;
  min-width: 0;
  padding: 0;
  right: auto !important;
  width: auto !important;
}

.golos-vote-main {
  background: #ffffff;
  border: 1px solid rgba(18, 18, 18, 0.1);
  border-radius: var(--golos-radius-lg);
  box-shadow: 0 22px 70px rgba(18, 18, 18, 0.08);
  padding: 32px;
}

.golos-vote-results-head {
  border-bottom: 2px solid var(--title-color);
  margin-bottom: 18px;
  padding-bottom: 16px;
}

.golos-vote-results-head p {
  color: var(--body-color);
  font-size: 15px;
  font-weight: 900;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.golos-vote-results-head h1 {
  color: var(--title-color);
  font-size: clamp(21px, 4vw, 37.8px);
  font-weight: 900;
  line-height: 1.02;
  margin: 0;
}

.golos-vote-tabs.nav-tabs.nav-justified {
  background:
    radial-gradient(circle at 12% 12%, rgba(77, 117, 255, 0.55), transparent 30%),
    linear-gradient(132deg, #16187f 0%, #213db4 46%, #2853d0 100%);
  background-color: #213db4;
  border: 0;
  border-radius: var(--golos-radius-md);
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 18px;
  padding: 8px;
}

.golos-vote-tabs.nav-tabs.nav-justified > li {
  display: block;
  flex: 1 1 170px;
  width: auto;
}

.golos-vote-tabs.nav-tabs.nav-justified > li > a {
  align-items: center;
  border: 0 !important;
  border-radius: var(--golos-radius-pill);
  color: #ffffff;
  display: flex;
  font-size: 14px;
  font-weight: 900;
  justify-content: center;
  min-height: 46px;
  padding: 10px 14px;
  text-transform: uppercase;
}

.golos-vote-tabs.nav-tabs.nav-justified > li.active > a,
.golos-vote-tabs.nav-tabs.nav-justified > li > a:hover,
.golos-vote-tabs.nav-tabs.nav-justified > li > a:focus {
  background: var(--theme-color) !important;
  color: var(--title-color) !important;
}

.golos-vote-options {
  align-items: center;
  background: #f7f6f0;
  border: 1px solid rgba(18, 18, 18, 0.08);
  border-radius: var(--golos-radius-md);
  display: flex;
  justify-content: space-between;
  margin-bottom: 22px;
  padding: 14px 18px;
}

.golos-vote-options .form-check {
  align-items: center;
  display: flex;
  gap: 10px;
  margin: 0;
}

.golos-vote-options input[type="checkbox"] {
  accent-color: var(--theme-color);
  height: 20px;
  margin: 0;
  width: 20px;
}

.golos-vote-options label {
  color: var(--title-color);
  font-weight: 900;
  margin: 0;
}

.golos-vote-people-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.golos-results-title-part {
  align-items: center;
  background: var(--title-color);
  border-radius: var(--golos-radius-md);
  color: #ffffff;
  display: flex;
  font-size: 18px;
  font-weight: 900;
  grid-column: 1 / -1;
  min-height: 56px;
  padding: 14px 18px;
}

.golos-vote-person {
  background: #ffffff;
  border: 1px solid rgba(18, 18, 18, 0.1);
  border-radius: var(--golos-radius-md);
  box-shadow: 0 14px 36px rgba(18, 18, 18, 0.07);
  display: grid;
  gap: 14px;
  grid-template-columns: 76px minmax(0, 1fr);
  min-width: 0;
  padding: 14px;
  position: relative;
}

.golos-vote-person::before {
  border-radius: var(--golos-radius-pill);
  bottom: 18px;
  content: "";
  left: 0;
  position: absolute;
  top: 18px;
  width: 5px;
}

.golos-vote-person.is-gol-za::before { background: #008509; }
.golos-vote-person.is-gol-proty::before { background: #b60000; }
.golos-vote-person.is-gol-utr::before { background: #d99e00; }
.golos-vote-person.is-negol::before { background: #8a8f98; }
.golos-vote-person.is-vidsut::before { background: #4d5360; }

.golos-vote-person__photo {
  align-self: start;
  background: #f7f6f0;
  border: 4px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0 10px 26px rgba(18, 18, 18, 0.12);
  display: block;
  height: 76px;
  overflow: hidden;
  width: 76px;
}

.golos-vote-person__photo img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.golos-vote-person__body {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.golos-vote-person__name {
  color: var(--title-color) !important;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.15;
  overflow-wrap: anywhere;
  text-decoration: none !important;
}

.golos-vote-person__name:hover,
.golos-vote-person__name:focus {
  color: var(--theme-color2) !important;
}

.golos-vote-person__party {
  color: var(--body-color);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.golos-vote-person__status {
  align-items: center;
  border-radius: var(--golos-radius-pill);
  color: #ffffff;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 12px;
  font-weight: 900;
  height: 38px;
  justify-self: start;
  letter-spacing: 0;
  line-height: 1.1;
  min-width: 0;
  overflow: hidden;
  padding: 0 12px;
  text-align: center;
  text-transform: uppercase;
  width: 112px;
  white-space: nowrap;
  justify-content: center;
}

.golos-vote-person__status.is-gol-za { background: #008509; }
.golos-vote-person__status.is-gol-proty { background: #b60000; }
.golos-vote-person__status.is-gol-utr { background: #d99e00; color: var(--title-color); }
.golos-vote-person__status.is-negol { background: #8a8f98; }
.golos-vote-person__status.is-vidsut { background: #4d5360; }

.golos-vote-person.is-compact {
  align-items: center;
  grid-template-columns: minmax(0, 1fr) auto;
}

.golos-vote-person.is-compact .golos-vote-person__party {
  grid-column: 1 / -1;
}

.golos-vote-info-card {
  background: #f7f6f0;
  border: 1px solid rgba(18, 18, 18, 0.08);
  border-radius: var(--golos-radius-lg);
  margin-top: 24px;
  padding: 22px;
}

.golos-vote-info-card h2 {
  border-bottom: 2px solid var(--title-color);
  color: var(--title-color);
  font-size: 16.8px;
  font-weight: 900;
  margin: 0 0 18px;
  padding-bottom: 10px;
}

.golos-vote-details {
  display: grid;
  gap: 0;
}

.golos-vote-details__row {
  border-top: 1px solid rgba(18, 18, 18, 0.1);
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 14px 0;
}

.golos-vote-details__row:first-child {
  border-top: 0;
  padding-top: 0;
}

.golos-vote-details__row dt,
.golos-vote-details__row dd {
  margin: 0;
}

.golos-vote-details__row dt {
  color: var(--body-color);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: uppercase;
}

.golos-vote-details__row dd {
  color: var(--title-color);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.golos-vote-details__row a {
  color: var(--title-color) !important;
  text-decoration-color: var(--theme-color);
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.golos-vote-details__line {
  display: block;
}

.golos-vote-details__line + .golos-vote-details__line {
  margin-top: 8px;
}

.golos-vote-details__line-separator {
  border-top: 1px solid rgba(18, 18, 18, 0.1);
  display: block;
  margin: 8px 0;
}

.golos-history-details {
  background: #ffffff;
  border: 1px solid rgba(18, 18, 18, 0.08);
  border-radius: 22px;
  padding: 2px 0;
}

.golos-history-details .golos-vote-details__row {
  padding-left: 16px;
  padding-right: 16px;
}

.golos-vote-decision {
  align-items: center;
  border-radius: var(--golos-radius-pill);
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  justify-content: center;
  min-height: 34px;
  padding: 7px 14px;
  text-transform: uppercase;
}

.golos-vote-decision.is-positive {
  background: rgba(0, 133, 9, 0.13);
  border: 1px solid rgba(0, 133, 9, 0.24);
  color: #006b08;
}

.golos-vote-decision.is-negative {
  background: rgba(182, 0, 0, 0.1);
  border: 1px solid rgba(182, 0, 0, 0.2);
  color: #8b0000;
}

.golos-vote-conflicts,
.golos-faction-results {
  display: grid;
  gap: 12px;
}

.golos-vote-conflicts a {
  background: #ffffff;
  border: 1px solid rgba(18, 18, 18, 0.08);
  border-radius: var(--golos-radius-pill);
  color: var(--title-color) !important;
  font-weight: 900;
  padding: 12px 16px;
}

.golos-faction-result {
  background: #ffffff;
  border: 1px solid rgba(18, 18, 18, 0.08);
  border-radius: var(--golos-radius-md);
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(180px, 1fr) minmax(0, 2fr);
  padding: 14px;
}

.golos-faction-result__name {
  align-items: center;
  color: var(--title-color) !important;
  display: flex;
  gap: 12px;
  font-weight: 900;
  min-width: 0;
}

.golos-faction-result__name img {
  border-radius: var(--golos-radius-sm);
  flex: 0 0 auto;
  max-height: 44px;
  max-width: 70px;
}

.golos-faction-result__stats {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(5, minmax(72px, 1fr));
}

.golos-faction-result__stats span {
  background: #f7f6f0;
  border-radius: var(--golos-radius-sm);
  color: var(--body-color);
  font-size: 12px;
  font-weight: 800;
  padding: 8px;
  text-align: center;
}

.golos-faction-result__stats b {
  color: var(--title-color);
  display: block;
  font-size: 20px;
  line-height: 1;
}

.golos-pop-page {
  background: #ffffff;
  padding: 24px 0 72px;
}

.golos-pop-page .container {
  max-width: min(1360px, calc(100vw - 40px));
  width: 100%;
}

.golos-pop-layout {
  align-items: start;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(300px, 360px) minmax(0, 1fr);
}

.golos-pop-side {
  min-width: 0;
}

.golos-pop-panel,
.golos-pop-main,
.golos-pop-card {
  background: #ffffff;
  border: 1px solid rgba(18, 18, 18, 0.1);
  border-radius: var(--golos-radius-lg);
  box-shadow: 0 22px 70px rgba(18, 18, 18, 0.08);
}

.golos-pop-panel {
  padding: 24px;
  position: sticky;
  top: 24px;
}

.golos-pop-panel h2,
.golos-pop-authors h2,
.golos-pop-files h2 {
  color: var(--title-color);
  font-size: 15.4px;
  font-weight: 900;
  line-height: 1.1;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.golos-pop-panel h2 {
  border-bottom: 2px solid var(--title-color);
  padding-bottom: 12px;
}

.golos-pop-meta {
  display: grid;
  gap: 0;
}

.golos-pop-meta__row {
  border-top: 1px solid rgba(18, 18, 18, 0.08);
  display: grid;
  gap: 6px;
  padding: 12px 0;
}

.golos-pop-meta__row:first-child {
  border-top: 0;
  padding-top: 0;
}

.golos-pop-meta__row span {
  color: var(--body-color);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.golos-pop-meta__row strong,
.golos-pop-meta__row a {
  color: var(--title-color) !important;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.golos-pop-actions {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.golos-pop-actions .th-btn {
  justify-content: center;
  width: 100%;
}

.golos-pop-main {
  min-width: 0;
  padding: 32px;
}

.golos-pop-header {
  border-bottom: 2px solid var(--title-color);
  margin-bottom: 24px;
  padding-bottom: 18px;
}

.golos-pop-header p {
  color: var(--body-color);
  font-size: 15px;
  font-weight: 900;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.golos-pop-header h1 {
  color: var(--title-color);
  font-size: clamp(21px, 4vw, 37.8px);
  font-weight: 900;
  line-height: 1.02;
  margin: 0 0 14px;
}

.golos-pop-header div {
  color: var(--title-color);
  font-size: clamp(17px, 2vw, 23px);
  font-weight: 800;
  line-height: 1.35;
}

.golos-pop-list {
  display: grid;
  gap: 22px;
}

.golos-pop-card {
  overflow: hidden;
  padding: 24px;
  position: relative;
}

.golos-pop-card::before {
  background: var(--theme-color);
  border-radius: var(--golos-radius-pill);
  bottom: 28px;
  content: "";
  left: 0;
  position: absolute;
  top: 28px;
  width: 6px;
}

.golos-pop-card__head {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  margin-bottom: 18px;
}

.golos-pop-card__head span {
  color: var(--title-color);
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
}

.golos-pop-card__head time {
  background: #f7f6f0;
  border-radius: var(--golos-radius-pill);
  color: var(--body-color);
  font-size: 13px;
  font-weight: 900;
  padding: 9px 12px;
}

.golos-pop-authors {
  background: #f7f6f0;
  border: 1px solid rgba(18, 18, 18, 0.08);
  border-radius: var(--golos-radius-md);
  margin-bottom: 18px;
  padding: 18px;
}

.golos-pop-authors h2,
.golos-pop-files h2 {
  border-bottom: 1px solid rgba(18, 18, 18, 0.14);
  font-size: 11.9px;
  margin-bottom: 12px;
  padding-bottom: 10px;
}

.golos-pop-authors > div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.golos-pop-authors span,
.golos-pop-authors a {
  background: #ffffff;
  border: 1px solid rgba(18, 18, 18, 0.08);
  border-radius: var(--golos-radius-pill);
  color: var(--title-color) !important;
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  max-width: 100%;
  overflow-wrap: anywhere;
  padding: 9px 12px;
}

.golos-pop-text {
  color: var(--title-color);
  font-size: 17px;
  line-height: 1.7;
  overflow-wrap: anywhere;
}

.golos-pop-text p,
.golos-pop-text ul,
.golos-pop-text ol {
  margin-bottom: 14px;
}

.golos-pop-text table {
  display: block;
  max-width: 100%;
  overflow-x: auto;
}

.golos-pop-files {
  border-top: 1px solid rgba(18, 18, 18, 0.1);
  margin-top: 22px;
  padding-top: 18px;
}

.golos-pop-files__grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.golos-pop-files__grid a {
  align-items: center;
  background: #f7f6f0;
  border: 1px solid rgba(18, 18, 18, 0.08);
  border-radius: var(--golos-radius-md);
  color: var(--title-color) !important;
  display: grid;
  gap: 8px;
  min-width: 0;
  padding: 14px;
  text-decoration: none !important;
}

.golos-pop-files__grid a:hover,
.golos-pop-files__grid a:focus {
  background: var(--title-color);
  color: #ffffff !important;
}

.golos-pop-files__grid span {
  font-weight: 800;
  overflow-wrap: anywhere;
}

.golos-pop-files__grid strong {
  color: var(--theme-color);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.golos-commission-card__body {
  display: grid;
  gap: 14px;
}

.golos-commission-card__name {
  color: var(--title-color);
  font-size: 19px;
  font-weight: 900;
  line-height: 1.25;
  text-decoration: underline;
  text-decoration-color: var(--theme-color);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.golos-commission-card__name:hover,
.golos-commission-card__name:focus {
  color: #244fd0;
}

.golos-commission-card__body p {
  background: #f7f7f4;
  border: 1px solid rgba(18, 18, 18, 0.08);
  border-radius: var(--golos-radius-md);
  color: var(--title-color);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.5;
  margin: 0;
  overflow-wrap: anywhere;
  padding: 18px;
}

.golos-commission-card__body p span {
  color: var(--body-color);
  display: block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.02em;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.golos-stats-heading {
  background:
    linear-gradient(90deg, rgba(8, 10, 24, 0.92), rgba(8, 10, 24, 0.78)),
    url("../images/card__back_bg.png") center/cover no-repeat;
  color: #ffffff;
  margin-top: 36px;
  min-height: 210px;
  padding: 34px 0 96px;
  position: relative;
  text-align: center;
}

.golos-stats-heading h2 {
  color: #ffffff;
  font-size: clamp(29.4px, 5vw, 51.8px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.05;
  margin: 0;
}

.golos-stats-strip {
  background: #f0efe9;
  padding: 0 0 58px;
}

.golos-stats-strip .container {
  max-width: min(1500px, calc(100vw - 32px));
}

.golos-stats-grid {
  align-items: stretch;
  background: #f0efe9;
  display: grid;
  gap: 0;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr);
  margin-top: -62px;
  position: relative;
  z-index: 2;
}

.golos-stat-card {
  border-radius: var(--golos-radius-lg);
  color: var(--title-color);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 190px;
  min-width: 0;
  padding: 26px clamp(18px, 2.4vw, 36px);
  text-decoration: none;
  transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.golos-stat-card:hover,
.golos-stat-card:focus-visible {
  background: #ffffff;
  box-shadow: 0 24px 70px rgba(18, 18, 18, 0.12);
  color: var(--title-color);
  transform: translateY(-4px);
}

.golos-stat-number {
  color: var(--title-color);
  display: block;
  font-family: var(--title-font);
  font-size: clamp(48px, 5vw, 76px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.95;
  margin-bottom: 18px;
  white-space: nowrap;
}

.golos-stat-label {
  color: var(--body-color);
  display: block;
  font-size: clamp(17px, 1.35vw, 22px);
  line-height: 1.25;
  min-height: 28px;
}

.golos-stat-meta {
  color: var(--title-color);
  display: block;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
  margin-top: 10px;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.golos-stat-card:hover .golos-stat-meta,
.golos-stat-card:focus-visible .golos-stat-meta {
  opacity: 1;
  transform: translateY(0);
}

.golos-stat-divider {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 190px;
  position: relative;
  width: 56px;
}

.golos-stat-divider::before {
  background: rgba(18, 18, 18, 0.58);
  content: "";
  height: 88px;
  width: 2px;
}

.golos-stat-divider span {
  background: var(--theme-color);
  border-radius: 50%;
  height: 18px;
  position: absolute;
  width: 18px;
}

.golos-stat-divider span::after {
  background: var(--title-color);
  border-radius: 50%;
  box-shadow: 9px 0 0 var(--title-color);
  content: "";
  height: 12px;
  left: 15px;
  position: absolute;
  top: 3px;
  width: 6px;
}

.modal {
  z-index: 99999;
}

.modal.in,
.modal.show {
  display: block;
}

.modal-backdrop.in,
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-content {
  border: 0;
  border-radius: var(--golos-radius-lg);
  box-shadow: 0 30px 80px rgba(18, 18, 18, 0.28);
  overflow: hidden;
}

.modal-header,
.modal-footer {
  border-color: var(--border-color);
}

.golos-deputy-content-modal {
  padding: 22px !important;
}

.golos-deputy-content-modal .golos-deputy-content-dialog {
  margin: 0 auto;
  max-width: min(1180px, calc(100vw - 44px));
  width: 100%;
}

.golos-deputy-content-modal .modal-content {
  border-radius: 32px;
  max-height: calc(100vh - 44px);
  overflow: hidden;
}

.golos-deputy-content-modal .modal-header {
  align-items: center;
  display: flex;
  min-height: 76px;
  padding: 20px 28px;
}

.golos-deputy-content-modal .modal-header .close {
  flex: 0 0 auto;
  margin: 0 18px 0 0;
  order: 0;
}

.golos-deputy-content-modal .modal-title {
  flex: 1 1 auto;
  font-size: clamp(20px, 1.5vw, 28px);
  font-weight: 900;
  line-height: 1.2;
  margin: 0;
  text-align: center;
}

.golos-deputy-content-modal .modal-body {
  color: var(--body-color);
  font-size: clamp(18px, 1.12vw, 22px);
  line-height: 1.45;
  max-height: calc(100vh - 190px);
  overflow: auto;
  overflow-wrap: anywhere;
  padding: 28px;
}

.golos-deputy-content-modal .modal-body img,
.golos-deputy-content-modal .modal-body picture,
.golos-deputy-content-modal .modal-body video,
.golos-deputy-content-modal .modal-body canvas,
.golos-deputy-content-modal .modal-body iframe,
.golos-deputy-content-modal .modal-body object,
.golos-deputy-content-modal .modal-body embed {
  display: block;
  height: auto !important;
  margin: 20px auto 0;
  max-height: 70vh;
  max-width: 100% !important;
  object-fit: contain;
  width: auto !important;
}

.golos-deputy-content-modal .modal-body iframe,
.golos-deputy-content-modal .modal-body object,
.golos-deputy-content-modal .modal-body embed {
  aspect-ratio: 16 / 9;
  min-height: 360px;
  width: 100% !important;
}

.golos-deputy-content-modal .modal-footer {
  padding: 18px 28px 24px;
  text-align: center;
}

.golos-deputy-content-modal .modal-footer .btn {
  background: linear-gradient(135deg, #3147be 0%, #2857d9 100%);
  border: 0;
  border-radius: var(--golos-radius-pill);
  color: #ffffff;
  font-weight: 900;
  min-height: 46px;
  min-width: 160px;
  padding: 12px 22px;
}

@media (max-width: 767px) {
  .golos-deputy-content-modal {
    padding: 10px !important;
  }

  .golos-deputy-content-modal .golos-deputy-content-dialog {
    max-width: calc(100vw - 20px);
  }

  .golos-deputy-content-modal .modal-content {
    border-radius: 22px;
    max-height: calc(100vh - 20px);
  }

  .golos-deputy-content-modal .modal-header {
    min-height: 62px;
    padding: 14px 18px;
  }

  .golos-deputy-content-modal .modal-title {
    font-size: 18px;
    text-align: left;
  }

  .golos-deputy-content-modal .modal-body {
    font-size: 16px;
    max-height: calc(100vh - 160px);
    padding: 18px;
  }

  .golos-deputy-content-modal .modal-body iframe,
  .golos-deputy-content-modal .modal-body object,
  .golos-deputy-content-modal .modal-body embed {
    min-height: 240px;
  }
}

.close {
  background: transparent;
  border: 0;
  border-radius: 50%;
  color: var(--title-color);
  font-size: 30px;
}

.footer-wrapper .widget_title {
  font-size: 26px;
}

.golos-footer {
  background: #ededed !important;
  background-color: #ededed !important;
  background-image: none !important;
  color: #1f2328;
}

.golos-footer::before,
.golos-footer::after,
.golos-footer .widget-area::before,
.golos-footer .widget-area::after {
  background-image: none !important;
  content: none !important;
  display: none !important;
}

.golos-footer .widget-area {
  background: transparent !important;
  padding: 72px 0 52px;
}

body.golos-template .golos-footer .widget,
.golos-footer .footer-widget,
.golos-footer .footer-widget .widget {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
  padding: 0 !important;
}

.golos-footer .widget_title {
  color: var(--title-color) !important;
  font-size: 24px;
  line-height: 1.2;
}

.golos-footer .widget_title::before,
.golos-footer .widget_title::after {
  background-color: var(--theme-color) !important;
}

.golos-footer,
.golos-footer p,
.golos-footer .about-text,
.golos-footer .box-text,
.golos-footer .copyright-text,
.golos-footer .footer-links a,
.golos-footer .footer-widget.widget_nav_menu a {
  color: #1f2328 !important;
}

.golos-footer a,
.golos-footer .box-link {
  color: #1f2328 !important;
}

.golos-footer a:hover,
.golos-footer .box-link:hover,
.golos-footer .footer-widget.widget_nav_menu a:hover {
  color: var(--title-color) !important;
}

.golos-footer .footer-widget.widget_nav_menu a::before {
  color: var(--theme-color) !important;
}

.golos-footer .th-social {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.golos-footer .th-social a {
  align-items: center;
  background: var(--title-color) !important;
  border: 2px solid var(--title-color);
  border-radius: 50%;
  color: #ffffff !important;
  display: inline-flex;
  height: 50px;
  justify-content: center;
  text-decoration: none !important;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
  width: 50px;
}

.golos-footer .th-social a i,
.golos-footer .th-social a i::before {
  color: #ffffff !important;
  font-size: 18px;
  line-height: 1;
}

.golos-footer .th-social a:hover,
.golos-footer .th-social a:focus-visible {
  background: var(--theme-color) !important;
  border-color: var(--theme-color);
  color: var(--title-color) !important;
  transform: translateY(-2px);
}

.golos-footer .th-social a:hover i,
.golos-footer .th-social a:hover i::before,
.golos-footer .th-social a:focus-visible i,
.golos-footer .th-social a:focus-visible i::before {
  color: var(--title-color) !important;
}

.golos-footer .th-widget-contact .info-box .box-icon {
  color: #1f2328 !important;
}

.golos-footer .copyright-wrap {
  background: #e5e5e5 !important;
  border-top: 1px solid rgba(18, 18, 18, 0.08);
}

.golos-footer-logo img {
  background: #ffffff;
  border-radius: 50%;
  height: 54px;
  object-fit: contain;
  padding: 5px;
  width: 54px;
}

.golos-footer-logo span {
  color: var(--title-color);
  font-family: var(--title-font);
  font-weight: 700;
  line-height: 1.2;
}

.golos-share {
  bottom: 96px;
  left: 22px;
  position: fixed;
  z-index: 9980;
}

.golos-share__toggle,
.golos-share__item {
  align-items: center;
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  box-shadow: 0 16px 36px rgba(18, 18, 18, 0.18);
  display: inline-flex;
  font-family: var(--title-font);
  font-size: 13px;
  font-weight: 900;
  height: 50px;
  justify-content: center;
  line-height: 1;
  text-decoration: none !important;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
  width: 50px;
}

.golos-share__toggle {
  background: var(--theme-color);
  color: var(--title-color);
}

.golos-share__toggle svg,
.golos-share__item svg {
  fill: none;
  height: 22px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 22px;
}

.golos-share__list {
  align-items: center;
  bottom: 64px;
  display: grid;
  gap: 9px;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transform: translateY(10px) scale(0.96);
  transition: opacity 180ms ease, transform 180ms ease;
}

.golos-share.is-open .golos-share__list,
.golos-share:focus-within .golos-share__list {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.golos-share__item {
  color: #ffffff !important;
}

.golos-share__item--facebook { background: #1877f2; }
.golos-share__item--x { background: #111111; }
.golos-share__item--whatsapp { background: #128c7e; }
.golos-share__item--telegram { background: #229ed9; }
.golos-share__item--viber { background: #7360f2; }
.golos-share__item--linkedin { background: #0a66c2; }
.golos-share__item--email { background: #4d5360; }
.golos-share__item--copy { background: #ffffff; color: var(--title-color) !important; }

.golos-share__toggle:hover,
.golos-share__toggle:focus-visible,
.golos-share__item:hover,
.golos-share__item:focus-visible {
  box-shadow: 0 20px 44px rgba(18, 18, 18, 0.24);
  transform: translateY(-2px);
}

.golos-share__item--copy.is-copied {
  background: #008509;
  color: #ffffff !important;
}

.golos-share__status,
.golos-share__sr {
  height: 1px;
  margin: -1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

@media (max-width: 767px) {
  .golos-share {
    bottom: 86px;
    left: 14px;
  }

  .golos-share__toggle,
  .golos-share__item {
    height: 46px;
    width: 46px;
  }

  .golos-share__list {
    bottom: 58px;
    gap: 8px;
  }
}

.golos-counter {
  display: none;
}

.footer-links button {
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
  padding: 0;
}

.footer-links button:hover,
.footer-links button:focus-visible {
  color: var(--title-color);
}

.prometei-a11y,
.prometei-a11y *,
.prometei-cookie,
.prometei-cookie *,
.prometei-privacy,
.prometei-privacy * {
  box-sizing: border-box;
}

.prometei-a11y {
  bottom: 18px;
  color: #111827;
  font-family: Arial, Helvetica, sans-serif;
  pointer-events: none;
  position: fixed;
  right: 18px;
  z-index: 2147483000;
}

.prometei-a11y__toggle,
.prometei-a11y__panel,
.prometei-a11y__guide {
  pointer-events: auto;
}

.prometei-a11y__sr,
.prometei-privacy__sr {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  white-space: nowrap;
  width: 1px;
}

.prometei-a11y__toggle {
  align-items: center;
  background: #111827;
  border: 3px solid #ffffff;
  border-radius: 999px;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.26);
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-weight: 800;
  height: 58px;
  justify-content: center;
  width: 58px;
}

.prometei-a11y__symbol,
.prometei-a11y__symbol svg {
  display: block;
  height: 34px;
  width: 34px;
}

.prometei-a11y__symbol svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}

.prometei-a11y__panel {
  background: #ffffff;
  border: 2px solid #111827;
  border-radius: 16px;
  bottom: 90px;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.28);
  max-height: min(720px, calc(100dvh - 120px));
  overflow: auto;
  padding: 18px;
  position: fixed;
  right: 18px;
  width: min(360px, calc(100vw - 32px));
}

.prometei-a11y__head,
.prometei-privacy__head {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.prometei-a11y__head {
  margin-bottom: 14px;
}

.prometei-a11y__head h2,
.prometei-privacy__head h2 {
  color: #111827;
  line-height: 1.2;
  margin: 0;
}

.prometei-a11y__head h2 {
  font-size: 14px;
}

.prometei-a11y__icon-btn,
.prometei-privacy__close {
  background: #f9fafb;
  border: 1px solid #d1d5db;
  border-radius: 999px;
  color: #111827;
  cursor: pointer;
  font: inherit;
  font-size: 24px;
  height: 38px;
  line-height: 1;
  width: 38px;
}

.prometei-a11y__group {
  border-top: 1px solid #e5e7eb;
  display: grid;
  gap: 10px;
  padding: 14px 0;
}

.prometei-a11y__group h3 {
  color: #374151;
  font-size: 9.1px;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin: 0;
  text-transform: uppercase;
}

.prometei-a11y__segmented,
.prometei-a11y__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.prometei-a11y__option,
.prometei-a11y__segmented button,
.prometei-a11y__actions button,
.prometei-a11y__reset {
  background: #ffffff;
  border: 1px solid #9ca3af;
  border-radius: 10px;
  color: #111827;
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  min-height: 40px;
  padding: 8px 12px;
}

.prometei-a11y__option {
  text-align: left;
  width: 100%;
}

.prometei-a11y__status {
  background: #fef9c3;
  border: 1px solid #facc15;
  border-radius: 12px;
  color: #111827;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
  margin-top: 10px;
  padding: 10px 12px;
}

.prometei-a11y__status[hidden] {
  display: none;
}

.prometei-a11y button.is-active {
  background: #111827;
  border-color: #111827;
  color: #ffffff;
}

.prometei-a11y__option:hover,
.prometei-a11y__segmented button:hover,
.prometei-a11y__actions button:hover,
.prometei-a11y__reset:hover,
.prometei-a11y__option:focus-visible,
.prometei-a11y__segmented button:focus-visible,
.prometei-a11y__actions button:focus-visible,
.prometei-a11y__reset:focus-visible {
  border-color: #111827;
  box-shadow: 0 0 0 3px rgba(250, 204, 21, 0.35);
  outline: 0;
}

.prometei-a11y__reset {
  background: #b91c1c;
  border-color: #b91c1c;
  color: #ffffff;
  margin-top: 12px;
  width: 100%;
}

.prometei-a11y__guide {
  background: rgba(250, 204, 21, 0.16);
  border-bottom: 3px solid rgba(250, 204, 21, 0.95);
  border-top: 3px solid rgba(250, 204, 21, 0.95);
  height: 44px;
  left: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 2147482998;
}

.prometei-cookie {
  align-items: center;
  background: #ffffff;
  border-top: 1px solid rgba(15, 23, 42, 0.12);
  bottom: 0;
  box-shadow: 0 -18px 50px rgba(15, 23, 42, 0.14);
  color: #1f2933;
  display: flex;
  font-family: inherit;
  gap: 28px;
  justify-content: space-between;
  left: 0;
  padding: 24px 32px;
  position: fixed;
  right: 0;
  z-index: 9998;
}

.prometei-cookie__close {
  align-items: center;
  background: #0f172a;
  border: 2px solid #ffffff;
  border-radius: 999px;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: 24px;
  font-weight: 900;
  height: 42px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  right: 14px;
  top: 12px;
  width: 42px;
}

.prometei-cookie__close:hover,
.prometei-cookie__close:focus-visible {
  outline: 2px solid #fed91f;
  outline-offset: 2px;
}

.prometei-cookie[hidden],
.prometei-privacy__panel[hidden],
.prometei-a11y__panel[hidden] {
  display: none;
}

.prometei-cookie__content {
  max-width: 980px;
}

.prometei-cookie__content h2 {
  color: #111827;
  font-size: 0.945rem;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 14px;
}

.prometei-cookie__content p {
  color: #2f3742;
  font-size: 1rem;
  line-height: 1.65;
  margin: 0;
}

.prometei-cookie__actions {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
  justify-content: flex-end;
}

.prometei-cookie__btn {
  background: #fed91f;
  border: 1px solid #fed91f;
  border-radius: 999px;
  color: #0f172a;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  min-height: 52px;
  min-width: 138px;
  padding: 12px 18px;
}

.prometei-cookie__btn--outline {
  background: #ffffff;
}

.prometei-cookie__btn:hover,
.prometei-cookie__btn:focus-visible {
  outline: 2px solid #0f172a;
  outline-offset: 2px;
}

.prometei-cookie__preferences {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 16px;
}

.prometei-cookie__choice {
  align-items: flex-start;
  background: #f8fafc;
  border: 1px solid rgba(15, 23, 42, 0.14);
  border-radius: 14px;
  display: flex;
  gap: 10px;
  padding: 12px;
}

.prometei-cookie__choice input {
  margin-top: 3px;
}

.prometei-cookie__choice strong {
  color: #0f172a;
  display: block;
  font-size: 0.95rem;
}

.prometei-cookie__choice small {
  color: #475569;
  display: block;
  line-height: 1.35;
  margin-top: 3px;
}

.prometei-cookie__choice--locked {
  opacity: 0.82;
}

.prometei-privacy {
  bottom: 18px;
  font-family: inherit;
  left: 18px;
  position: fixed;
  z-index: 9997;
}

.prometei-privacy__toggle {
  align-items: center;
  background: #0f172a;
  border: 3px solid #ffffff;
  border-radius: 999px;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.26);
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-weight: 800;
  height: 58px;
  justify-content: center;
  line-height: 1;
  width: 58px;
}

.prometei-privacy__toggle span[aria-hidden="true"] {
  align-items: center;
  border: 2px solid currentColor;
  border-radius: 999px;
  display: inline-flex;
  font-family: Georgia, serif;
  font-style: italic;
  height: 24px;
  justify-content: center;
  width: 24px;
}

.prometei-privacy__panel {
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 18px;
  bottom: 72px;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.22);
  color: #0f172a;
  left: 0;
  max-height: min(72vh, 680px);
  overflow: auto;
  padding: 20px;
  position: absolute;
  width: min(680px, calc(100vw - 32px));
}

.prometei-privacy__head {
  margin-bottom: 8px;
}

.prometei-privacy__head h2 {
  font-size: 1.15rem;
  line-height: 1.15;
  margin: 0;
}

.prometei-privacy p {
  color: #475569;
  line-height: 1.55;
  margin: 0 0 14px;
}

.prometei-privacy__body {
  display: grid;
  gap: 10px;
}

.prometei-privacy__body h3 {
  color: #0f172a;
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.25;
  margin: 8px 0 0;
}

.prometei-privacy__facts {
  color: #1f2937;
  display: grid;
  gap: 6px;
  line-height: 1.45;
  list-style: none;
  margin: 0 0 4px;
  padding: 0;
}

.prometei-privacy__links {
  display: grid;
  gap: 8px;
  margin-top: 14px;
}

.prometei-privacy__links a,
.prometei-privacy__links button {
  align-items: center;
  background: #f8fafc;
  border: 0;
  border-radius: 12px;
  color: #0f172a;
  display: flex;
  font: inherit;
  font-weight: 800;
  min-height: 42px;
  padding: 10px 12px;
  text-align: left;
  text-decoration: none;
}

.prometei-privacy__links a:hover,
.prometei-privacy__links a:focus-visible,
.prometei-privacy__links button:hover,
.prometei-privacy__links button:focus-visible {
  background: #e0f2fe;
  outline: 2px solid #0284c7;
  outline-offset: 2px;
}

html[data-a11y-text-scale="115"] {
  --golos-a11y-text-scale: 1.15;
}

html[data-a11y-text-scale="130"] {
  --golos-a11y-text-scale: 1.3;
}

html[data-a11y-text-scale="150"] {
  --golos-a11y-text-scale: 1.5;
}

html[data-a11y-text-scale="175"] {
  --golos-a11y-text-scale: 1.75;
}

html[data-a11y-text-scale="200"] {
  --golos-a11y-text-scale: 2;
}

html[data-a11y-line-height="1"] body,
html[data-a11y-line-height="1"] body *:not(.prometei-a11y):not(.prometei-a11y *) {
  line-height: 1.5 !important;
}

html[data-a11y-letter-spacing="1"] body,
html[data-a11y-letter-spacing="1"] body *:not(.prometei-a11y):not(.prometei-a11y *) {
  letter-spacing: 0.12em !important;
  word-spacing: 0.16em !important;
}

html[data-a11y-readable-font="1"] body,
html[data-a11y-readable-font="1"] body *:not(.prometei-a11y):not(.prometei-a11y *):not(.prometei-privacy):not(.prometei-privacy *):not(.prometei-cookie):not(.prometei-cookie *) {
  font-family: Arial, Helvetica, sans-serif !important;
}

html[data-a11y-underline-links="1"] a {
  text-decoration: underline !important;
  text-underline-offset: 0.18em;
}

html[data-a11y-grayscale="1"] body > :not(.prometei-a11y):not(.prometei-privacy):not(.prometei-cookie):not(.golos-footer) {
  filter: grayscale(1);
}

html[data-a11y-grayscale="1"] .golos-footer > :not(.prometei-a11y):not(.prometei-privacy):not(.prometei-cookie) {
  filter: grayscale(1);
}

html[data-a11y-pause-motion="1"] *,
html[data-a11y-pause-motion="1"] *::before,
html[data-a11y-pause-motion="1"] *::after {
  animation-duration: 0.01ms !important;
  animation-iteration-count: 1 !important;
  scroll-behavior: auto !important;
  transition-duration: 0.01ms !important;
}

html[data-a11y-hide-images="1"] img,
html[data-a11y-hide-images="1"] picture,
html[data-a11y-hide-images="1"] video,
html[data-a11y-text-only="1"] img,
html[data-a11y-text-only="1"] picture,
html[data-a11y-text-only="1"] video,
html[data-a11y-text-only="1"] svg {
  display: none !important;
}

html[data-a11y-hide-images="1"] .prometei-a11y svg,
html[data-a11y-text-only="1"] .prometei-a11y svg {
  display: block !important;
}

[data-a11y-media-alt] {
  display: none;
}

html[data-a11y-hide-images="1"] [data-a11y-media-alt],
html[data-a11y-text-only="1"] [data-a11y-media-alt] {
  align-items: center;
  background: #f8fafc !important;
  border: 2px dashed #64748b;
  border-radius: 6px;
  color: #111827 !important;
  display: inline-flex !important;
  font: 700 0.95rem/1.35 Arial, Helvetica, sans-serif !important;
  margin: 4px 0;
  max-width: 100%;
  min-height: 44px;
  overflow-wrap: anywhere;
  padding: 10px 12px;
}

html[data-a11y-text-only="1"] *,
html[data-a11y-contrast="high"] *,
html[data-a11y-contrast="dark"] *,
html[data-a11y-contrast="light"] *,
html[data-a11y-contrast="yellow"] * {
  box-shadow: none !important;
  text-shadow: none !important;
}

html[data-a11y-text-only="1"] body {
  background: #ffffff !important;
  color: #111827 !important;
}

html[data-a11y-contrast="high"] body,
html[data-a11y-contrast="high"] body *:not(.prometei-a11y):not(.prometei-a11y *):not(.prometei-privacy):not(.prometei-privacy *):not(.prometei-cookie):not(.prometei-cookie *) {
  background-color: #ffffff !important;
  border-color: #000000 !important;
  color: #000000 !important;
}

html[data-a11y-contrast="dark"] body,
html[data-a11y-contrast="dark"] body *:not(.prometei-a11y):not(.prometei-a11y *):not(.prometei-privacy):not(.prometei-privacy *):not(.prometei-cookie):not(.prometei-cookie *) {
  background-color: #000000 !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
}

html[data-a11y-contrast="light"] body,
html[data-a11y-contrast="light"] body *:not(.prometei-a11y):not(.prometei-a11y *):not(.prometei-privacy):not(.prometei-privacy *):not(.prometei-cookie):not(.prometei-cookie *) {
  background-color: #f8fafc !important;
  border-color: #111827 !important;
  color: #111827 !important;
}

html[data-a11y-contrast="yellow"] body,
html[data-a11y-contrast="yellow"] body *:not(.prometei-a11y):not(.prometei-a11y *):not(.prometei-privacy):not(.prometei-privacy *):not(.prometei-cookie):not(.prometei-cookie *) {
  background-color: #000000 !important;
  border-color: #fde047 !important;
  color: #fde047 !important;
}

html[data-a11y-focus-highlight="1"] :focus,
html[data-a11y-focus-highlight="1"] :focus-visible {
  outline: 4px solid #facc15 !important;
  outline-offset: 4px !important;
}

@media (max-width: 920px) {
  .prometei-cookie {
    align-items: stretch;
    flex-direction: column;
    padding: 22px 18px;
  }

  .prometei-cookie__actions {
    display: grid;
    gap: 8px;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .prometei-cookie__btn {
    min-height: 48px;
    width: 100%;
  }

  .prometei-cookie__preferences {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575.98px) {
  .golos-deputy-section {
    padding: 14px 0 44px;
  }

  .golos-deputy-section-head {
    margin-bottom: 20px;
    text-align: left;
  }

  .golos-deputy-section-head h2 {
    font-size: 23.8px;
  }

  .golos-deputy-section-head p {
    font-size: 15px;
  }

  .golos-manager-card,
  .golos-stat-deputy-profile {
    grid-template-columns: 96px minmax(0, 1fr);
  }

  .golos-manager-card,
  .golos-deputy-group,
  .golos-stat-deputy-card,
  .golos-stat-filters {
    border-radius: var(--golos-radius-md);
    padding: 16px;
  }

  .golos-manager-photo,
  .golos-stat-deputy-photo {
    width: 96px;
  }

  .golos-manager-info h3,
  .golos-stat-deputy-profile h3 {
    font-size: 12.6px;
  }

  .golos-mini-deputy-grid {
    grid-template-columns: 1fr;
  }

  .golos-mini-deputy-card {
    align-items: center;
    grid-template-columns: 82px minmax(0, 1fr);
    justify-items: start;
    text-align: left;
  }

  .golos-mini-deputy-photo {
    width: 82px;
  }

  .golos-deputy-group-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .prometei-a11y {
    bottom: 12px;
    right: 12px;
  }

  .prometei-a11y__panel {
    bottom: 78px;
    max-height: calc(100dvh - 96px);
    right: 12px;
  }

  .prometei-privacy {
    bottom: 12px;
    left: 12px;
  }

  .prometei-privacy__panel {
    bottom: 68px;
  }
}

.golos-a11y {
  bottom: 22px;
  left: auto;
  position: fixed;
  right: 22px;
  z-index: 99990;
}

.golos-a11y-panel,
.golos-privacy-banner {
  background: #ffffff;
  border: 2px solid var(--title-color);
  border-radius: var(--golos-radius-lg);
  box-shadow: 0 24px 70px rgba(18, 18, 18, 0.22);
  color: var(--title-color);
}

.golos-a11y-panel {
  bottom: 66px;
  max-width: min(340px, calc(100vw - 32px));
  padding: 18px;
  position: absolute;
}

.golos-a11y-toggle {
  align-items: center;
  border-radius: 50% !important;
  display: inline-flex;
  font-size: 0 !important;
  height: 56px;
  justify-content: center;
  min-width: 56px !important;
  padding: 0 !important;
  width: 56px;
}

.golos-a11y-toggle::before {
  content: "Aa";
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0;
}

.golos-a11y-panel h2 {
  font-size: 15.4px;
  margin-bottom: 14px;
}

.golos-a11y-actions {
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr 1fr;
}

.golos-a11y-actions button,
.golos-privacy-actions button {
  background: var(--theme-color);
  border: 0;
  border-radius: var(--golos-radius-pill);
  color: var(--title-color);
  font-weight: 800;
  min-height: 44px;
  padding: 10px 14px;
}

.golos-a11y-actions button:hover,
.golos-privacy-actions button:hover {
  background: var(--title-color);
  color: #ffffff;
}

.golos-privacy-banner {
  align-items: center;
  bottom: 22px;
  display: flex;
  gap: 18px;
  left: 50%;
  max-width: min(980px, calc(100vw - 32px));
  padding: 18px;
  position: fixed;
  transform: translateX(-50%);
  z-index: 99980;
}

.golos-privacy-banner p {
  margin: 0;
}

.golos-privacy-actions {
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
}

.golos-privacy-actions .secondary {
  background: #ffffff;
  border: 2px solid var(--title-color);
}

body.a11y-large-text {
  font-size: 20px;
}

body.a11y-high-contrast {
  --theme-color: #ffff00;
  --title-color: #000000;
  background: #000000 !important;
  color: #ffffff !important;
}

body.a11y-high-contrast .golos-content,
body.a11y-high-contrast .golos-hero,
body.a11y-high-contrast .modal-content {
  background: #000000 !important;
  color: #ffffff !important;
}

body.a11y-high-contrast a {
  color: #ffff00 !important;
}

body.a11y-grayscale {
  filter: grayscale(1);
}

body.a11y-reduced-motion *,
body.a11y-reduced-motion *::before,
body.a11y-reduced-motion *::after {
  animation-duration: 0.001ms !important;
  animation-iteration-count: 1 !important;
  scroll-behavior: auto !important;
  transition-duration: 0.001ms !important;
}

@media (min-width: 576px) {
  .col-xs-1 { flex: 0 0 auto; width: 8.33333333%; }
  .col-xs-2 { flex: 0 0 auto; width: 16.66666667%; }
  .col-xs-3 { flex: 0 0 auto; width: 25%; }
  .col-xs-4 { flex: 0 0 auto; width: 33.33333333%; }
  .col-xs-5 { flex: 0 0 auto; width: 41.66666667%; }
  .col-xs-6 { flex: 0 0 auto; width: 50%; }
  .col-xs-7 { flex: 0 0 auto; width: 58.33333333%; }
  .col-xs-8 { flex: 0 0 auto; width: 66.66666667%; }
  .col-xs-9 { flex: 0 0 auto; width: 75%; }
  .col-xs-10 { flex: 0 0 auto; width: 83.33333333%; }
  .col-xs-11 { flex: 0 0 auto; width: 91.66666667%; }
  .col-xs-12 { flex: 0 0 auto; width: 100%; }
}

@media (max-width: 991px) {
  .golos-pop-page .container {
    max-width: calc(100vw - 24px);
  }

  .golos-pop-layout {
    grid-template-columns: 1fr;
  }

  .golos-pop-panel {
    position: static;
  }

  .golos-vote-page .container {
    max-width: calc(100vw - 24px);
  }

  .golos-vote-layout {
    grid-template-columns: 1fr;
  }

  .golos-vote-main {
    order: 1;
  }

  .golos-vote-side {
    order: 2;
  }

  .golos-vote-sidebar {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .golos-vote-sidebar .widget {
    margin-bottom: 0;
  }

  .golos-faction-result {
    grid-template-columns: 1fr;
  }

  .golos-document-history-page .container {
    max-width: calc(100vw - 24px);
  }

  .golos-document-history-layout {
    grid-template-columns: 1fr;
  }

  .golos-document-history-side {
    order: 2;
  }

  .golos-document-history-main {
    order: 1;
  }

  .golos-document-history-sidebar {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .golos-document-history-sidebar .widget {
    margin-bottom: 0;
  }

  .golos-deputy-section .container {
    max-width: calc(100vw - 24px);
  }

  .golos-deputy-section .golos-deputy-tabs {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
  }

  .golos-deputy-section .golos-deputy-tabs > li {
    flex: 0 0 auto;
  }

  .golos-deputy-section .golos-deputy-tabs > li > a {
    white-space: nowrap;
  }

  .golos-stat-layout {
    grid-template-columns: 1fr;
  }

  .golos-stat-filters {
    order: -1;
    position: static;
  }

  .golos-stat-deputy-card {
    grid-template-columns: 1fr;
  }

  .golos-stat-deputy-profile {
    align-items: center;
    grid-template-columns: 130px minmax(0, 1fr);
    justify-items: start;
    text-align: left;
  }

  .golos-stat-deputy-photo {
    width: 130px;
  }

  .golos-list-layout {
    display: block;
  }

  .golos-single-layout {
    grid-template-columns: 1fr;
  }

  .golos-single-aside {
    order: 2;
  }

  .golos-single-document {
    order: 1;
  }

  .golos-filter-panel.hidden-xs.hidden-sm {
    display: block !important;
    margin-bottom: 20px;
  }

  .golos-filter-panel .widget {
    padding: 22px;
  }

  .golos-decision-card {
    grid-template-columns: 1fr;
  }

  .golos-decision-meta {
    border-left: 0;
    border-top: 1px solid rgba(18, 18, 18, 0.08);
  }

  .golos-pagination-row {
    align-items: stretch;
    flex-direction: column;
  }

  .golos-pagination-row .pagination {
    justify-content: center;
  }

  .golos-sitemap-hero {
    align-items: flex-start;
    flex-direction: column;
    padding: 24px;
  }

  .golos-sitemap-summary,
  .golos-sitemap-grid,
  .golos-sitemap-deputy-lists {
    grid-template-columns: 1fr;
  }

  .golos-sitemap-card--wide {
    grid-column: auto;
  }

  .golos-json-table tr {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .golos-json-table td:nth-child(2),
  .golos-json-table td.text-right {
    justify-content: flex-start !important;
    text-align: left;
  }

  .golos-json-table td > div[style*="display"] {
    justify-content: flex-start !important;
    width: 100%;
  }

  .golos-json-table .dropdown,
  .golos-json-table .btn {
    max-width: 100%;
  }

  .golos-json-table .dropdown-toggle,
  .golos-json-table td > .btn,
  .golos-json-table td > div > .btn {
    width: 100%;
  }

  .golos-json-table .dropdown-menu {
    left: 0;
    right: auto;
  }

  .golos-json-v2-table tr {
    grid-template-columns: 1fr;
  }

  .golos-json-v2-table td:nth-child(2),
  .golos-json-v2-table td:nth-child(3),
  .golos-json-v2-table .input-group {
    justify-content: flex-start !important;
    width: 100%;
  }

  .golos-json-v2-table .form-select,
  .golos-json-v2-table .btn-primary,
  .golos-json-v2-table .dropdown,
  .golos-json-v2-table .dropdown-menu {
    width: 100%;
  }

  .golos-about-hero__grid,
  .golos-about-intro,
  .golos-about-video-grid {
    grid-template-columns: 1fr;
  }

  .golos-deputy-single > section > .container > .row {
    grid-template-columns: 1fr;
  }

  .golos-deputy-single .col-md-push-3 {
    order: 2;
  }

  .golos-deputy-single .col-md-pull-9 {
    order: 1;
  }

  .golos-deputy-single .dep-filters {
    align-items: stretch;
    grid-template-columns: 1fr 1fr;
  }

  .golos-deputy-single .dep-filters .widget-title,
  .golos-deputy-single .dep-filters input[type="submit"] {
    grid-column: 1 / -1;
  }

  .golos-deputy-single .nav-tabs > li {
    flex: 1 1 170px;
  }

  .golos-deputy-single .nav-tabs > li > a {
    width: 100%;
  }

  .golos-about-hero__media {
    min-height: 320px;
  }

  .golos-about-modules,
  .golos-about-stats__grid,
  .golos-about-contacts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .golos-about-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .golos-stats-heading {
    margin-top: 24px;
    min-height: 170px;
    padding: 28px 0 70px;
  }

  .golos-stats-grid {
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: -42px;
  }

  .golos-deputy-filter-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .golos-deputy-reset {
    grid-column: 1 / -1;
  }

  .golos-stat-card {
    background: #ffffff;
    box-shadow: 0 14px 40px rgba(18, 18, 18, 0.08);
    min-height: 150px;
    padding: 22px;
  }

  .golos-stat-meta {
    opacity: 1;
    transform: none;
  }

  .golos-stat-divider {
    display: none;
  }

  .golos-council-strip {
    padding: 14px 0 8px;
  }

  .golos-council-bar {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .golos-council-brand {
    align-items: center;
    gap: 12px;
    width: 100%;
  }

  .golos-system-logo {
    align-self: flex-end;
    height: 42px;
    width: 106px;
  }

  .golos-system-logo img {
    height: auto;
    width: 106px;
  }

  .golos-council-brand img {
    flex: 0 0 52px;
    height: 52px;
    width: 52px;
  }

  .golos-council-brand span {
    flex: 1 1 auto;
    font-size: 24px;
    line-height: 1.12;
    max-width: calc(100vw - 98px);
    min-width: 0;
    overflow-wrap: anywhere;
    white-space: normal !important;
    word-break: break-word;
  }

  .hidden-xs,
  .hidden-sm {
    display: none !important;
  }

  .golos-header .main-menu {
    display: none !important;
  }

  .golos-header .header-button.d-lg-none {
    display: flex !important;
  }

  .golos-header .menu-area .row {
    align-items: center;
    flex-wrap: nowrap;
    margin-left: 0;
    margin-right: 0;
    min-height: inherit;
    width: 100%;
  }

  .golos-header,
  .golos-header .th-container,
  .golos-header .menu-area,
  .golos-hero,
  .golos-hero .container {
    max-width: 100vw !important;
    overflow: hidden;
  }

  .golos-header .th-container {
    padding-left: 12px;
    padding-right: 12px;
    width: 100% !important;
  }

  .golos-hero .row {
    margin-left: 0;
    margin-right: 0;
  }

  .golos-hero [class*="col-"] {
    padding-left: 12px;
    padding-right: 12px;
  }

  .golos-header .menu-area .col-auto:nth-child(2) {
    margin-left: auto;
  }

  .golos-header .menu-area .col {
    align-items: center;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    min-height: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .golos-mobile-menu-title {
    color: #ffffff;
    display: block;
    font-family: var(--title-font);
    font-size: clamp(11px, 3.1vw, 15px);
    font-weight: 900;
    line-height: 1.15;
    max-height: 2.35em;
    min-width: 0;
    overflow: visible;
    padding-left: 2px;
    white-space: normal;
    word-break: normal;
    overflow-wrap: anywhere;
  }

  .golos-header .menu-area .col-auto {
    padding-left: 0;
    padding-right: 0;
  }

  .golos-header .header-button {
    display: flex !important;
    justify-content: flex-end;
    position: static;
    transform: none;
    z-index: 5;
  }

  .golos-header .th-menu-toggle {
    background: var(--theme-color);
    color: var(--title-color);
    flex: 0 0 54px;
    height: 54px;
    width: 54px;
  }

  body.golos-template .th-menu-wrapper .th-menu-area {
    transition-duration: 0.28s;
  }

  body.golos-template .th-menu-wrapper.th-body-visible .th-menu-area {
    left: 0 !important;
    transform: none !important;
  }

  .golos-header .row {
    min-height: 62px;
  }

  .golos-hero {
    padding: 64px 0 70px;
    text-align: center;
  }

  body.golos-template .golos-hero .hero-style1 .hero-title {
    display: block;
    font-size: 38px;
    line-height: 1.1;
    margin-inline: auto;
    max-width: calc(100vw - 32px);
    overflow-wrap: anywhere;
    word-break: break-word;
    white-space: normal !important;
    width: 100%;
  }

  body.golos-template .golos-hero .hero-text,
  body.golos-template .golos-hero .sub-title {
    margin-inline: auto;
    max-width: calc(100vw - 32px);
    overflow-wrap: anywhere;
    white-space: normal !important;
  }

  .golos-hero .hero-wrapp {
    min-height: 0;
    padding-top: 36px;
  }

  .golos-hero .hero-img {
    height: 360px;
    margin-inline: auto;
    width: min(360px, calc(100vw - 24px));
  }

  .golos-hero .shape-mockup {
    display: none !important;
  }

  .golos-hero .client-box {
    margin-inline: auto;
  }

  .golos-privacy-banner {
    align-items: stretch;
    bottom: 84px;
    flex-direction: column;
    max-height: 70vh;
    overflow: auto;
  }

  .golos-privacy-actions {
    flex-wrap: wrap;
  }
}

@media (max-width: 575px) {
  .golos-vote-stats {
    grid-template-columns: 1fr;
  }

  .golos-pop-page {
    padding: 16px 0 44px;
  }

  .golos-pop-panel,
  .golos-pop-main,
  .golos-pop-card,
  .golos-pop-authors {
    border-radius: var(--golos-radius-md);
    padding: 18px;
  }

  .golos-pop-header h1 {
    font-size: 21px;
  }

  .golos-pop-card__head {
    align-items: flex-start;
    flex-direction: column;
  }

  .golos-pop-card__head span {
    font-size: 24px;
  }

  .golos-pop-authors > div {
    display: grid;
    grid-template-columns: 1fr;
  }

  .golos-pop-files__grid {
    grid-template-columns: 1fr;
  }

  .golos-vote-page {
    padding: 16px 0 44px;
  }

  .golos-vote-main,
  .golos-vote-sidebar .widget,
  .golos-vote-info-card {
    border-radius: var(--golos-radius-md);
    padding: 18px;
  }

  .golos-vote-results-head h1 {
    font-size: 21px;
  }

  .golos-vote-tabs.nav-tabs.nav-justified {
    gap: 6px;
  }

  .golos-vote-tabs.nav-tabs.nav-justified > li {
    flex-basis: 100%;
  }

  .golos-vote-tabs.nav-tabs.nav-justified > li > a {
    font-size: 12px;
    min-height: 42px;
  }

  .golos-vote-options {
    padding: 13px 14px;
  }

  .golos-vote-people-grid {
    grid-template-columns: 1fr;
  }

  .golos-vote-person {
    grid-template-columns: 64px minmax(0, 1fr);
    padding: 13px;
  }

  .golos-vote-person__photo {
    height: 64px;
    width: 64px;
  }

  .golos-vote-person.is-compact {
    grid-template-columns: 1fr;
  }

  .golos-vote-person.is-compact .golos-vote-person__status {
    justify-self: start;
  }

  .golos-faction-result__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .golos-vote-sidebar {
    grid-template-columns: 1fr;
  }

  .golos-document-history-page {
    padding: 16px 0 44px;
  }

  .golos-document-history-card,
  .golos-document-history-sidebar .widget {
    border-radius: var(--golos-radius-md);
    padding: 18px;
  }

  .golos-document-history-card h3.line-bottom {
    font-size: 17.5px;
  }

  .golos-document-history-title {
    font-size: 18px;
    text-align: left;
  }

  .golos-document-history-page .cd-container {
    margin-top: 20px;
  }

  .golos-document-history-page #cd-timeline::before {
    left: 18px;
  }

  .golos-document-history-page .cd-timeline-block {
    gap: 12px;
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .golos-document-history-page .cd-timeline-img {
    border-width: 4px;
    height: 40px;
    width: 40px;
  }

  .golos-document-history-page .cd-timeline-img::before {
    height: 12px;
    width: 12px;
  }

  .golos-document-history-page .cd-timeline-content {
    border-radius: var(--golos-radius-sm);
    padding: 15px;
  }

  .golos-document-history-page .cd-timeline-content h5,
  .golos-document-history-page .cd-timeline-content h6 {
    font-size: 15px;
  }

  .golos-document-history-link {
    margin-left: 54px;
    padding: 14px;
  }

  .golos-document-history-sidebar {
    grid-template-columns: 1fr;
  }

  .golos-document-history-sidebar .table tr {
    grid-template-columns: 1fr;
  }

  .golos-document-history-sidebar .widget-title {
    font-size: 20px;
  }

  .golos-list-page {
    padding-top: 16px;
  }

  .golos-list-page .container {
    max-width: calc(100vw - 24px);
  }

  .golos-filter-panel .widget,
  .golos-decision-main,
  .golos-decision-meta {
    padding: 18px;
  }

  .golos-decision-main .event-details p {
    font-size: 15px;
  }

  .golos-decision-meta .sub-title {
    font-size: 18px;
  }

  .nav-content-list-dep {
    padding-top: 20px;
  }

  .nav-tabs.nav-justified {
    border-radius: var(--golos-radius-md);
    gap: 6px;
    padding: 8px;
  }

  .nav-tabs.nav-justified > li {
    flex-basis: 100%;
  }

  .nav-tabs.nav-justified > li > a {
    font-size: 12px;
    min-height: 42px;
  }

  .golos-deputy-filters {
    border-radius: var(--golos-radius-md);
    padding: 16px;
  }

  .golos-deputy-filter-grid {
    grid-template-columns: 1fr;
  }

  .golos-ended-filter-grid {
    grid-template-columns: 1fr;
  }

  .golos-deputy-grid {
    grid-template-columns: 1fr;
  }

  .golos-ended-card {
    align-items: flex-start;
    gap: 14px;
    grid-template-columns: 96px minmax(0, 1fr);
    padding: 14px;
  }

  .golos-ended-photo {
    max-width: 96px;
  }

  .golos-ended-meta {
    grid-column: 1 / -1;
  }

  .golos-ended-main h3 {
    font-size: 14px;
    line-height: 1.12;
    margin-bottom: 10px;
  }

  .golos-deputy-card {
    align-items: center;
    display: grid;
    gap: 14px;
    grid-template-columns: 96px minmax(0, 1fr);
    padding: 14px;
    text-align: left;
  }

  .golos-deputy-photo {
    border-width: 4px;
    margin: 0;
    max-width: 96px;
  }

  .golos-deputy-info h3 {
    font-size: 11.9px;
    margin-bottom: 10px;
  }

  .golos-deputy-single {
    padding: 16px 0 44px;
  }

  .golos-deputy-single .container {
    max-width: calc(100vw - 24px);
  }

  .golos-deputy-single > section > .container > .row {
    gap: 18px;
  }

  .golos-deputy-single .col-md-push-3 > .table,
  .golos-deputy-single .dep-filters,
  .golos-deputy-single .nav-content-list-dep,
  .golos-deputy-single .progressbar-container,
  .golos-deputy-single .form-group,
  .golos-deputy-single .sidebar .widget {
    border-radius: var(--golos-radius-md);
    padding: 18px;
  }

  .golos-deputy-single .widget-title {
    font-size: 28px;
  }

  .golos-deputy-single .dep-filters {
    grid-template-columns: 1fr;
  }

  .golos-deputy-single .dep-filters label,
  .golos-deputy-single .dep-filters input {
    grid-column: auto;
    margin: 0;
  }

  .golos-deputy-single .nav-tabs {
    border-radius: var(--golos-radius-md);
    gap: 6px;
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    padding: 8px;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
  }

  .golos-deputy-single .nav-tabs > li {
    flex: 0 0 auto;
  }

  .golos-deputy-single .nav-tabs > li > a {
    font-size: 11px;
    min-height: 38px;
    white-space: nowrap;
  }

  .golos-deputy-single .table-schedule thead,
  .golos-deputy-single .table-schedule tbody {
    min-width: 0;
  }

  .golos-deputy-single .table-schedule tbody {
    gap: 12px;
  }

  .golos-deputy-single .table-schedule tr.golos-vote-row,
  .golos-deputy-single .table-schedule tr.golos-vote-row:has(.golos-vote-date) {
    grid-template-columns: 1fr;
  }

  .golos-deputy-single .table-schedule .golos-vote-date,
  .golos-deputy-single .table-schedule .golos-vote-title,
  .golos-deputy-single .table-schedule .golos-vote-status {
    padding: 18px;
  }

  .golos-deputy-single .table-schedule .golos-vote-status {
    border-left: 0;
    border-top: 0;
  }

  .golos-deputy-single #load-content {
    min-width: 0;
    width: 100%;
  }

  .golos-vote-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .golos-vote-stats li {
    grid-template-columns: minmax(0, 1fr);
    max-width: none;
    min-height: 108px;
    padding: 16px 14px;
  }

  .golos-vote-stats i {
    display: none !important;
  }

  .golos-vote-stats span {
    font-size: 10px;
    line-height: 1.12;
    max-width: 100%;
    min-height: 24px;
    overflow-wrap: normal;
    word-break: normal;
  }

  .golos-vote-stats strong {
    font-size: 30px;
    grid-column: 1;
    margin-top: 0;
  }

  .golos-card-btn {
    justify-content: center;
    width: 100%;
  }

  .golos-single-page {
    padding: 18px 0 44px;
  }

  .golos-single-page .container {
    max-width: calc(100vw - 24px);
  }

  .golos-single-layout {
    gap: 18px;
  }

  .golos-single-header,
  .golos-single-body,
  .golos-single-attachments,
  .golos-single-panel {
    padding: 20px;
  }

  .golos-single-header h1 {
    font-size: 23.8px;
  }

  .golos-single-title {
    font-size: 19px;
  }

  .golos-single-text {
    font-size: 16px;
    line-height: 1.6;
  }

  .golos-attachment-card {
    align-items: start;
    grid-template-columns: 38px minmax(0, 1fr);
  }

  .golos-attachment-card > span {
    height: 38px;
    width: 38px;
  }

  .golos-attachment-card .btn {
    grid-column: 1 / -1;
    justify-content: center;
    width: 100%;
  }

  .golos-feedback-captcha {
    grid-template-columns: 1fr;
  }

  .golos-feedback-captcha img {
    max-width: 100%;
  }

  .golos-single-pager {
    padding: 18px 20px 24px;
  }

  .golos-single-pager .btn {
    justify-content: center;
    min-width: 0;
    width: 100%;
  }

  .golos-stats-heading {
    margin-top: 18px;
    min-height: 140px;
    padding: 24px 0 52px;
  }

  .golos-stats-heading h2 {
    font-size: 25.2px;
  }

  .golos-stats-strip {
    padding-bottom: 34px;
  }

  .golos-stats-strip .container {
    max-width: calc(100vw - 24px);
  }

  .golos-stats-grid {
    grid-template-columns: 1fr;
    margin-top: -30px;
  }

  .golos-stat-card {
    min-height: 126px;
    padding: 20px;
  }

  .golos-about-hero {
    padding-top: 20px;
  }

  .golos-about-hero h1 {
    font-size: 33.6px;
  }

  .golos-about-hero p,
  .golos-about-intro p,
  .golos-about-section-head p,
  .golos-about-video-grid p {
    font-size: 16px;
  }

  .golos-about-hero__media {
    border-radius: var(--golos-radius-lg);
    min-height: 240px;
  }

  .golos-about-section,
  .golos-about-media-section,
  .golos-about-video-section {
    padding: 38px 0;
  }

  .golos-about-modules,
  .golos-about-stats__grid,
  .golos-about-contacts,
  .golos-about-gallery {
    grid-template-columns: 1fr;
  }

  .golos-about-gallery__item.is-large {
    grid-column: auto;
    grid-row: auto;
  }

  .golos-about-module,
  .golos-about-note,
  .golos-about-contact,
  .golos-about-stat {
    padding: 20px;
  }

  .golos-stat-number {
    font-size: 48px;
    margin-bottom: 10px;
  }

  .golos-stat-label {
    font-size: 18px;
  }

  .col-xs-1,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .golos-header .menu-area {
    box-sizing: border-box;
    margin-top: 0;
    min-height: 76px;
    padding: 9px 10px 9px 16px;
    width: 100%;
  }

  .golos-header .sticky-wrapper.sticky .menu-area {
    background-color: var(--title-color);
    border-radius: 0 0 var(--golos-radius-md) var(--golos-radius-md);
    padding: 7px 10px 7px 18px;
  }

  .golos-header .row {
    min-height: 58px;
  }

  .golos-header .th-menu-toggle {
    flex: 0 0 48px;
    height: 48px;
    width: 48px;
  }

  .golos-council-strip {
    padding: 10px 0 8px;
  }

  .golos-council-brand {
    gap: 10px;
  }

  .golos-council-brand img {
    flex-basis: 46px;
    height: 46px;
    padding: 5px;
    width: 46px;
  }

  .golos-council-brand span {
    display: none;
  }

  .golos-council-bar {
    align-items: center;
    display: grid;
    gap: 8px;
    grid-template-columns: auto 1fr;
  }

  .golos-system-logo {
    justify-self: end;
  }

  body.golos-template .golos-hero .hero-style1 .hero-title {
    font-size: 31px;
  }

  .golos-hero .btn-group {
    align-items: flex-start;
    flex-direction: column;
  }

  .golos-a11y {
    bottom: 14px;
    left: auto;
    right: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}

/* Unified typography scale for the redesigned Golos interface. */
:root {
  --golos-type-body: 16px;
  --golos-type-small: 14px;
  --golos-type-h1: clamp(14px, 1.55vw, 21px);
  --golos-type-h2: clamp(12px, 1.18vw, 16px);
  --golos-type-h3: clamp(10px, 0.9vw, 13px);
  --golos-type-card-title: clamp(9px, 0.72vw, 11px);
}

body.golos-template {
  font-size: var(--golos-type-body);
  line-height: 1.6;
}

body.golos-template h1,
body.golos-template .hero-title,
body.golos-template .golos-hero-title,
body.golos-template .golos-single-header h1,
body.golos-template .golos-pop-header h1,
body.golos-template .golos-vote-results-head h1,
body.golos-template .golos-sitemap-hero h1,
body.golos-template .golos-about-hero h1 {
  font-size: var(--golos-type-h1) !important;
  line-height: 1.08;
}

body.golos-template h2,
body.golos-template .golos-section-head h2,
body.golos-template .golos-deputy-section-head h2,
body.golos-template .golos-about-intro h2,
body.golos-template .golos-about-section-head h2,
body.golos-template .golos-about-video-grid h2,
body.golos-template .golos-stats-heading h2 {
  font-size: var(--golos-type-h2) !important;
  line-height: 1.14;
}

body.golos-template h3,
body.golos-template h4,
body.golos-template h5,
body.golos-template h6,
body.golos-template .widget-title,
body.golos-template .golos-deputy-single .widget-title,
body.golos-template .golos-deputy-single .dep-filters .widget-title,
body.golos-template .golos-deputy-single .nav-content-list-dep .widget-title,
body.golos-template .golos-deputy-single .progressbar-container .widget-title,
body.golos-template .golos-deputy-single .form-group .widget-title,
body.golos-template .golos-deputy-single .sidebar .widget-title,
body.golos-template .golos-document-history-card h3.line-bottom,
body.golos-template .golos-deputy-group-head h3,
body.golos-template .golos-ended-main h3 {
  font-size: var(--golos-type-h3) !important;
  line-height: 1.16;
}

body.golos-template .golos-single-title,
body.golos-template .golos-vote-name,
body.golos-template .golos-deputy-info h3,
body.golos-template .golos-manager-info h3,
body.golos-template .golos-mini-deputy-card h3,
body.golos-template .golos-stat-deputy-profile h3,
body.golos-template .golos-about-module h3 {
  font-size: var(--golos-type-card-title) !important;
  line-height: 1.2;
}

body.golos-template p,
body.golos-template li,
body.golos-template dd,
body.golos-template td,
body.golos-template th,
body.golos-template input,
body.golos-template select,
body.golos-template textarea,
body.golos-template button {
  font-size: var(--golos-type-body);
}

body.golos-template small,
body.golos-template .text-small,
body.golos-template .golos-meta,
body.golos-template .golos-vote-type,
body.golos-template .golos-vote-date {
  font-size: var(--golos-type-small) !important;
}

@media (max-width: 767px) {
  :root {
    --golos-type-body: 15px;
    --golos-type-small: 13px;
    --golos-type-h1: 14px;
    --golos-type-h2: 12px;
    --golos-type-h3: 10px;
    --golos-type-card-title: 9px;
  }
}

body.golos-template .golos-deputy-single .golos-deputy-name {
  font-size: clamp(28px, 2.6vw, 36px) !important;
  line-height: 1.08;
}

@media (max-width: 767px) {
  body.golos-template .golos-deputy-single .golos-deputy-name {
    font-size: 24px !important;
    line-height: 1.08;
  }
}

body.golos-template .golos-print-header h1 {
  font-size: clamp(28px, 3.8vw, 48px) !important;
}

body.golos-template .golos-print-title {
  font-size: 22px !important;
}

@media (max-width: 767px) {
  .golos-print-page {
    padding: 18px 0 44px;
  }

  .golos-print-page .container {
    max-width: calc(100vw - 24px);
  }

  .golos-print-toolbar {
    align-items: stretch;
    flex-direction: column;
    margin-bottom: 22px;
  }

  .golos-print-back,
  .golos-print-button {
    justify-content: center;
    width: 100%;
  }

  .golos-print-sheet {
    border-radius: 24px;
    min-height: 0;
    padding: 24px;
  }

  .golos-print-header {
    grid-template-columns: 78px minmax(0, 1fr);
  }

  .golos-print-emblem {
    height: 74px !important;
    max-width: 70px;
    width: auto !important;
  }

  body.golos-template .golos-print-header h1 {
    font-size: 24px !important;
  }

  .golos-print-meta {
    grid-template-columns: 1fr;
  }

  .golos-print-content {
    font-size: 16px;
  }
}

.golos-legacy-doughnut {
  display: none !important;
}

.golos-vote-bar-chart {
  display: grid;
  gap: 12px;
  margin: 4px 0 18px;
  width: 100%;
}

.golos-vote-bar {
  --vote-color: #2f4ec9;
  appearance: none;
  background: #ffffff;
  border: 1px solid rgba(17, 17, 17, 0.12);
  border-radius: 18px;
  box-shadow: 0 14px 36px rgba(17, 17, 17, 0.06);
  color: inherit;
  cursor: default;
  display: block;
  font: inherit;
  padding: 12px 14px;
  text-align: left;
  width: 100%;
}

.golos-vote-bar.is-clickable {
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.golos-vote-bar.is-clickable:hover,
.golos-vote-bar.is-clickable:focus {
  border-color: rgba(36, 79, 208, 0.45);
  box-shadow: 0 18px 42px rgba(36, 79, 208, 0.14);
  outline: 3px solid rgba(255, 211, 23, 0.55);
  outline-offset: 3px;
  transform: translateY(-1px);
}

.golos-vote-bar__head {
  align-items: baseline;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.golos-vote-bar__label,
.golos-vote-bar__value {
  color: #111111;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.2;
}

.golos-vote-bar__label {
  font-size: 0.92rem;
  text-transform: uppercase;
}

.golos-vote-bar__value {
  font-size: 1.35rem;
}

.golos-vote-bar__track {
  background: #ecebe5;
  border-radius: 999px;
  height: 12px;
  margin-top: 10px;
  overflow: hidden;
  position: relative;
}

.golos-vote-bar__fill {
  background: linear-gradient(90deg, var(--vote-color), color-mix(in srgb, var(--vote-color) 72%, #ffffff));
  border-radius: inherit;
  display: block;
  height: 100%;
  width: var(--vote-pct, 0%);
}

.golos-vote-bar__meta {
  color: #707783;
  display: block;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.2;
  margin-top: 6px;
}

.golos-vote-bar--za {
  --vote-color: #008a17;
}

.golos-vote-bar--proty {
  --vote-color: #c40013;
}

.golos-vote-bar--utrym {
  --vote-color: #d89b00;
}

.golos-vote-bar--ne-golos {
  --vote-color: #565d6b;
}

.golos-vote-bar--vidsut {
  --vote-color: #8d949c;
}

.golos-vote-bar-source {
  display: none !important;
  margin-top: 4px !important;
}

.golos-vote-bar-source > li {
  align-items: center;
  background: #fbfaf6;
  border: 1px solid rgba(17, 17, 17, 0.08) !important;
  border-radius: 999px;
  display: flex !important;
  gap: 8px;
  justify-content: space-between;
  margin: 6px 0 !important;
  padding: 7px 10px !important;
}

.golos-vote-bar-source .bt-no-style,
.golos-vote-bar-source > li span,
.golos-vote-bar-source > li button {
  color: #111111 !important;
  font-size: 0.78rem !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  min-width: 0;
  text-align: left;
}

.golos-vote-bar-source .value,
.golos-vote-bar-source .pull-right {
  color: #111111 !important;
  float: none !important;
  font-size: 0.82rem !important;
  font-weight: 900 !important;
  margin-left: auto;
  white-space: nowrap;
}

.golos-document-history-sidebar .golos-vote-bar,
.golos-deputy-single .sidebar .golos-vote-bar {
  border-radius: 16px;
  padding: 10px 12px;
}

.golos-document-history-sidebar .golos-vote-bar__value,
.golos-deputy-single .sidebar .golos-vote-bar__value {
  font-size: 1.15rem;
}

@media (max-width: 767px) {
  .golos-home-dashboard {
    padding: 0;
  }

  .golos-home-dashboard .container {
    max-width: calc(100vw - 24px);
  }

  .golos-home-photo-hero {
    border-radius: 24px;
    min-height: 260px;
  }

  .golos-home-photo-hero::before {
    background:
      linear-gradient(180deg, rgba(18, 24, 86, 0.42), rgba(18, 24, 86, 0.82)),
      linear-gradient(90deg, rgba(33, 61, 180, 0.56), rgba(255, 255, 255, 0.1));
  }

  .golos-home-photo-hero__content {
    padding: 24px;
  }

  body.golos-template .golos-home-photo-hero__content h2 {
    font-size: 27px !important;
  }

  .golos-home-hero {
    align-items: stretch;
    grid-template-columns: 1fr;
  }

  body.golos-template .golos-home-hero h1 {
    font-size: 28px !important;
  }

  .golos-home-hero__link {
    width: 100%;
  }

  .golos-home-kpis {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .golos-home-kpi {
    min-height: 118px;
    padding: 16px;
  }

  .golos-home-kpi strong {
    font-size: 1.75rem;
  }

  .golos-home-grid,
  .golos-home-ratings {
    grid-template-columns: 1fr;
  }

  .golos-home-panel {
    border-radius: 22px;
    padding: 18px;
  }

  .golos-home-panel__head {
    align-items: stretch;
    flex-direction: column;
  }

  .golos-home-panel__head a {
    white-space: normal;
  }

  .golos-home-decision-list a,
  .golos-home-bar__head {
    align-items: flex-start;
  }

  .golos-home-rank li {
    padding-left: 48px;
  }

  .golos-home-rank li.has-faction {
    min-height: 0;
    padding-right: 68px;
  }

  .golos-home-rank__faction {
    border-radius: 15px;
    height: 46px;
    padding: 6px;
    right: 12px;
    top: 12px;
    width: 46px;
  }

  .golos-vote-bar {
    border-radius: 16px;
    padding: 10px 12px;
  }

  .golos-vote-bar__label {
    font-size: 0.82rem;
  }

  .golos-vote-bar__value {
    font-size: 1.15rem;
  }
}

@media (max-width: 575px) {
  .golos-vote-stats {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991px) {
  .golos-policy-hero,
  .golos-policy-detail__head {
    align-items: flex-start;
    flex-direction: column;
  }

  .golos-policy-document {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  .golos-policies-page {
    padding-top: 28px;
  }

  .golos-policy-summary {
    grid-template-columns: 1fr;
  }

  .golos-policy-grid {
    grid-template-columns: 1fr;
  }

  .golos-policy-card,
  .golos-policy-document,
  .golos-policy-document__side {
    padding: 18px;
  }

  .golos-home-agenda {
    min-height: 132px;
    padding: 22px;
  }

  .golos-home-agenda::after {
    height: 52px;
    right: 18px;
    width: 52px;
  }

  .golos-home-agenda strong {
    max-width: calc(100% - 68px);
  }
}

@media print {
  @page {
    margin: 14mm;
  }

  html,
  body {
    background: #ffffff !important;
  }

  body.golos-template header,
  body.golos-template .golos-header,
  body.golos-template .mobile-menu-wrapper,
  body.golos-template footer,
  body.golos-template .footer-wrapper,
  body.golos-template .prometei-a11y,
  body.golos-template .prometei-a11y__panel,
  body.golos-template .prometei-privacy,
  body.golos-template .scroll-top,
  body.golos-template .golos-print-toolbar {
    display: none !important;
  }

  .golos-print-page,
  .golos-print-page .container {
    background: #ffffff !important;
    max-width: none !important;
    padding: 0 !important;
    width: 100% !important;
  }

  .golos-print-sheet {
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    min-height: 0 !important;
    padding: 0 !important;
    width: 100% !important;
  }

  .golos-print-header {
    break-inside: avoid;
    grid-template-columns: 70px minmax(0, 1fr);
    margin-bottom: 14mm;
    padding-bottom: 8mm;
  }

  .golos-print-emblem {
    height: 58px;
    width: 58px;
  }

  body.golos-template .golos-print-header h1 {
    font-size: 24pt !important;
  }

  .golos-print-header p,
  .golos-print-meta span,
  .golos-print-meta strong {
    color: #000000 !important;
  }

  .golos-print-meta {
    break-inside: avoid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .golos-print-meta div {
    background: #ffffff !important;
    border-color: #d0d0d0 !important;
  }

  .golos-print-content {
    color: #000000 !important;
    font-size: 12pt !important;
    line-height: 1.45;
  }
}

