/*! de-style.css v1.0.5 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model
   ========================================================================== */
/** {*/
/*  box-sizing: border-box;*/
/*}*/
/*::before,*/
/*::after {*/
/*  box-sizing: inherit;*/
/*}*/
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/* Vertical rhythm
   ========================================================================== */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0; }

/* Headings
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0; }

/* Lists (enumeration)
   ========================================================================== */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none; }

/* Lists (definition)
   ========================================================================== */
dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  /*font-family: monospace, monospace; !* 1 *!*/
  font-size: inherit;
  /* 2 */ }

address {
  font-style: inherit; }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/*code,*/
/*kbd,*/
/*samp {*/
/*  font-family: monospace, monospace; !* 1 *!*/
/*  font-size: inherit; !* 2 *!*/
/*}*/
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom; }

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom; }

/* Forms
   ========================================================================== */
button,
input,
optgroup,
select,
textarea {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0; }

/**
 * Remove all Style fro select elements. Does not quite work cross-browser
 */
select {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none; }

button[disabled],
[type='button'][disabled],
[type='reset'][disabled],
[type='submit'][disabled] {
  cursor: default; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
 * Fix placeholder font properties inheritance.
 */
::-webkit-input-placeholder {
  font: inherit; }

:-ms-input-placeholder {
  font: inherit; }

::-ms-input-placeholder {
  font: inherit; }

::placeholder {
  font: inherit; }

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer; }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Table
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0; }

caption {
  text-align: left; }

td,
th {
  vertical-align: top; }

th {
  text-align: left;
  font-weight: bold; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

.main-container {
  width: 100%;
  margin: 0 auto;
  position: relative;
  max-width: 1290px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

section.narr .main-container {
  max-width: 1070px; }

.narr-container {
  max-width: 850px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

/*--- sections layout ---*/
@media (max-width: 1255px) {
  .header-main__nav li:first-child .header-main__nav_lnk {
    padding-left: 18px; } }

/*--- mobile side paddings ---*/
@media (max-width: 1320px) {
  .header-main__t-row, .header-main__nav, .footer-main, section.wt, section.bk {
    padding-left: 15px;
    padding-right: 15px; } }

@media (max-width: 1255px) {
  .header-main__t-row, .header-main__nav, .footer-main, section.wt, section.bk {
    padding-left: 34px;
    padding-right: 34px; } }

@media (max-width: 768px) {
  .header-main__t-row, .header-main__nav, .footer-main, section.wt, section.bk {
    padding-left: 18px;
    padding-right: 18px; } }

/*---mobile layout---*/
@media screen and (max-width: 1255px) {
  .main-container {
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; } }

@media screen and (max-width: 768px) {
  .main-container {
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; } }

.pol-list--width {
  width: 100%;
  margin-bottom: 50px; }

.pol-list__ul {
  padding-left: 0; }

.pol-list__ul_li_img {
  position: relative;
  filter: grayscale(100%) brightness(114%) saturate(104%) contrast(99%) invert(15%); }

.pol-list__ul_li_prof-lnk:hover .pol-list__ul_li_img {
  filter: none; }

.highcharts-background {
  fill: white; }

.hl1 > use {
  fill: #D7CBF5; }

.hl2 > use {
  fill: #fd0; }

#regions .hl4 > use {
  fill: #D7CBF5; }

.pol-list__head_text {
  color: #576377;
  margin-bottom: 10px; }

.pol-list__head_describe {
  font-size: 15px;
  line-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px; }

.ratings--margin {
  margin: 10px 0; }

.profile-characteristics__item--color {
  background-image: linear-gradient(to right, #6143a8, #6046a9, #5f48aa, #5f4baa, #5e4dab, #5c51ad, #5a55ae, #5959af, #565fb1, #5464b3, #536ab4, #536fb5); }
  .profile-characteristics__item--color:after {
    display: none; }

.profile-characteristics--after {
  justify-content: space-between; }

.main-content .sidebar-persons-block .sidebar-persons .items .item-passive {
  justify-content: flex-start; }

.main-content .sidebar-persons-block .sidebar-persons .items .item-passive .image {
  background: #E6E9ED; }

.main-content .sidebar-persons-block .sidebar-persons .items .item-passive .item__block .image {
  background: #E6E9ED; }

.main-content .sidebar-persons-block .sidebar-persons .items .item-passive .item__block .info--width a {
  color: #ACB1B8; }

.map-block {
  position: relative;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 10px; }

.map-info {
  position: fixed;
  left: 20%;
  z-index: 1;
  background: white;
  opacity: 0.9;
  padding: 20px;
  top: 100px; }
  .map-info__title {
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: black;
    margin-bottom: 10px; }
  .map-info__number {
    display: flex;
    flex-direction: column;
    margin: 0 15px; }
  .map-info__item {
    margin-bottom: 5px;
    display: block;
    background: #6143A8;
    color: white;
    text-transform: uppercase;
    font-size: 13px;
    text-align: center;
    padding: 5px; }
    .map-info__item:hover {
      background: #3E2B6B; }

.ht {
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
  font-size: 10px;
  color: #22243a;
  text-transform: uppercase; }

.hla .al {
  fill: #fff;
  opacity: 0;
  transition: opacity .3s ease-in-out; }

.hla:hover .al {
  opacity: 1; }

.hla > use {
  opacity: 0;
  transition: opacity .3s ease-in-out; }

.hla:hover > use {
  opacity: .6; }

.hla > text {
  transform-origin: center;
  transition-duration: .3s;
  font-size: 16px; }

.hla:hover > text {
  font-size: 30px;
  transform: translateY(7px); }

.hla > .tbl {
  fill: #fff;
  transform-origin: center;
  transition-duration: .3s; }

.hla:hover > .tbl {
  transform: scaleY(2.5) scaleX(3); }

.hl2.rg7 > .hla:hover > text {
  transform: translateY(7px) translateX(50px); }

.hl2.rg7 > .hla:hover > .tbl {
  transform: scaleY(2.5) scaleX(3) translateX(17px); }

.hl2.rg9 > .hla:hover > text {
  transform: translateY(7px) translateX(27px); }

.hl2.rg9 > .hla:hover > .tbl {
  transform: scaleY(2.5) scaleX(3) translateX(9px); }

.hl2.rg12 > .hla:hover > text {
  transform: translateY(7px) translateX(-27px); }

.hl2.rg12 > .hla:hover > .tbl {
  transform: scaleY(2.5) scaleX(3) translateX(-9px); }

.main-content .sidebar-persons--width {
  width: 100%;
  border-bottom: 1px solid #e3e3e3;
  padding: 5px; }
  .main-content .sidebar-persons--width:nth-of-type(1) {
    border-top: 1px solid #e3e3e3; }

.sidebar-persons-block {
  width: 100%; }

.main-content .sidebar-persons-block .sidebar-persons .items .item-passive .image {
  background: #E6E9ED; }

.main-content .sidebar-persons-block .sidebar-persons .items .item .image {
  margin-right: 20px; }

.main-content .sidebar-persons-block .sidebar-persons .items .item .rates--width {
  width: 40% !important;
  display: flex;
  justify-content: space-around; }

.main-content .sidebar-persons-block .sidebar-hidden .items .item .rates--width {
  display: none !important; }

.sidebar-hidden .item__block {
  width: 100%; }

.characteristics-content__item__promise_check {
  background-size: contain; }

.sidebar-hidden .item__block .image {
  background: #E6E9ED !important; }

.sidebar-hidden .item__block .info a {
  color: #ACB1B8 !important; }

.item__block {
  display: flex;
  align-items: center;
  width: 60%; }

.amounts .promises-amount--flex {
  display: flex; }

.promises-amount--direction {
  display: flex;
  height: 100%;
  align-items: center; }

.person .rating--position .amounts ul {
  width: 100%; }

.pol-list__ul_li_img-container--border {
  max-width: 150px;
  width: 100%;
  border: none;
  position: relative;
  border-radius: 0; }

.main-content .sidebar-persons .items .item--direction {
  display: flex;
  width: 100%;
  padding: 0; }

.pol-list__ul_li_img-name {
  font-size: 18px; }

.pol-list__ul_li_img-container--width {
  width: 95px;
  height: 83px;
  margin-right: 20px; }

.pol-list__ul_li_name--font {
  font-size: 22px; }

.pol-list__ul_li_name--gradient {
  background-size: 100%;
  max-width: 540px;
  background-image: linear-gradient(101deg, #6143a8, #5f48aa, #6046a9, #6143a8, #595AAF, #536fb5);
  text-align: left;
  padding-left: 15px; }
  .pol-list__ul_li_name--gradient:hover {
    background-size: 300%;
    background-position-x: left; }

.pol-list__ul_li_circle--color:after {
  width: 23px;
  height: 23px;
  background: #6143A8; }

.person .rating .amounts--border {
  border: none; }

.ratings-width {
  width: 100%; }

.person-block {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 5px 20px;
  justify-content: space-between;
  border-top: 1px solid grey;
  border-bottom: 1px solid grey; }

.person .rating--position {
  position: relative;
  display: flex; }

.parties {
  display: flex;
  justify-content: space-between;
  width: 100%; }
  .parties-describe {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 50px 0; }
  .parties-link {
    width: 100%;
    display: block; }
    .parties-link img {
      width: 100%; }
  .parties-list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 35%;
    position: relative; }
    .parties-list h3 {
      font-size: 20px;
      text-align: center;
      text-transform: uppercase;
      font-weight: 600;
      line-height: 25px;
      margin-bottom: 10px; }
    .parties-list .elective-block {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 210px;
      border-radius: 10px;
      background-image: linear-gradient(to right, #6143a8, #6046a9, #5f48aa, #5f4baa, #5e4dab, #5c51ad, #5a55ae, #5959af, #565fb1, #5464b3, #536ab4, #536fb5); }
    .parties-list .elective-arrow {
      position: absolute;
      width: 3.1em;
      height: 1.3em;
      bottom: 0;
      left: 50%;
      -webkit-transform: translate(-50%, 100%);
      -ms-transform: translate(-50%, 100%);
      transform: translate(-50%, 100%);
      overflow: hidden;
      text-align: center; }
      .parties-list .elective-arrow:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        border-radius: 50%;
        width: 3.1em;
        height: 3.1em;
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(55%, #22243a), color-stop(85%, #576377));
        background-image: -webkit-linear-gradient(top, #22243a 55%, #576377 85%);
        background-image: -o-linear-gradient(top, #22243a 55%, #576377 85%);
        background-image: linear-gradient(180deg, #22243a 55%, #576377 85%);
        background-position: center 80%;
        background-repeat: no-repeat;
        z-index: -1; }
  .parties-block {
    max-width: 370px;
    width: 100%;
    overflow: hidden;
    margin: 5px;
    position: relative;
    border-radius: 5%; }
    .parties-block:hover {
      transform: scale(1.01);
      transition: 0.2s;
      -webkit-box-shadow: 10px 10px 39px -17px rgba(0, 0, 0, 0.75);
      -moz-box-shadow: 10px 10px 39px -17px rgba(0, 0, 0, 0.75);
      box-shadow: 10px 10px 39px -17px rgba(0, 0, 0, 0.75); }
    .parties-block__img {
      width: 226px;
      height: 176px; }
      .parties-block__img img {
        width: 100%; }
    .parties-block__title {
      background-image: linear-gradient(to bottom, #6143a8, #6046a9, #5f48aa, #5f4baa, #5e4dab, #5d50ac, #5b53ad, #5a56ae, #585bb0, #575fb1, #5664b2, #5568b3);
      text-align: center;
      padding-top: 40px;
      padding-bottom: 100px;
      width: 100%;
      border-radius: 10px 10px 0 0; }
      .parties-block__title h2 {
        font-size: 20px;
        text-transform: uppercase;
        color: white; }
    .parties-block__bottom {
      background-image: linear-gradient(to bottom, #fbfbfb, #f9f9f9, #f7f8f7, #f6f6f6, #f4f4f4, #f3f4f4, #f2f4f4, #f2f4f3, #f3f5f4, #f4f6f6, #f6f7f7, #f7f8f8);
      height: 188px;
      border-radius: 0 0 10px 10px;
      z-index: 0;
      display: flex;
      justify-content: center;
      padding: 15px; }
    .parties-block__describe {
      margin-top: -96px;
      border-radius: 10px;
      max-width: 340px;
      width: 100%;
      height: 250px;
      background: white;
      display: flex;
      justify-content: space-between;
      flex-direction: column;
      align-items: center;
      padding: 10px; }
      .parties-block__describe h3 {
        font-size: 20px;
        font-weight: 600;
        text-transform: uppercase;
        color: black;
        text-align: center;
        padding: 0 0 10px 0; }

.page {
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid #3d4658; }

.page table th,
.page table td {
  text-align: left; }

.page table.layout {
  width: 100%;
  border-collapse: collapse; }

.page table.display {
  margin: 1em 0; }

.page table.display th,
.page table.display td {
  padding: .5em .5em;
  vertical-align: middle;
  font-weight: 500;
  font-size: 17px;
  text-align: center;
  line-height: 1.3; }

.page table.display tbody tr td input {
  display: none; }

.page table.display tbody tr td label {
  width: 35px;
  height: 35px;
  margin: 5px auto;
  background: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center; }
  .page table.display tbody tr td label img {
    display: none; }

.page input[type="radio"]:checked + label {
  background: #6143A8; }
  .page input[type="radio"]:checked + label img {
    display: block;
    width: 20px;
    height: 20px; }

.page table.display thead tr {
  background: white; }

.page table.display tbody tr:nth-of-type(2n) {
  background: white; }

.page table tr td:nth-child(2n+1) {
  background: #ECE8F5; }

.page table.display tbody tr:nth-child(2n) td:nth-child(2n) {
  background: #E9E6F2; }

.page table.display tbody tr:nth-child(2n) td:nth-child(2n+1) {
  background: #E5E0F0; }

.page table tr td:nth-child(2n) {
  background: #f2f0f8; }

.page table tr td:nth-child(1) {
  color: #535368;
  font-size: 16px;
  text-align: center; }

.page table tr td:nth-child(2) {
  color: #6143A8;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  white-space: nowrap;
  font-weight: bold; }

.page table tr td:nth-child(3) {
  color: #5b6375;
  font-size: 17px;
  font-weight: bold;
  text-align: center; }

.page table tr td:nth-child(4) {
  color: #22243A;
  font-size: 20px;
  text-align: center; }

.page table.display td:last-child {
  position: relative; }

.page table tr {
  background: #E9E6F2; }

.page table.responsive-table {
  border-top: 1px solid #3d4658; }

.page table .display .organisationnumber {
  background: #39bdcd; }

@media (max-width: 1220px) {
  .pol-list__ul_li_name--font {
    font-size: 17px; }
  .page table.display th, .page table.display td {
    font-size: 13px; }
  .page table tr td:nth-child(2) {
    font-size: 14px; } }

@media (max-width: 768px) {
  .pol-list__ul_li_name--font {
    font-size: 16px; }
  .promises-amount--direction {
    flex-direction: column; }
  .sidebar-persons-block .sidebar-persons .items .item .info--width {
    width: 50%;
    margin-left: 1px; } }

@media (max-width: 630px) {
  .page table.display th, .page table.display td {
    font-size: 11px; }
  .page table tr td:nth-child(2) {
    font-size: 12px; }
  .page table tr td:nth-child(1) {
    font-size: 14px; }
  .page table tr td:nth-child(3) {
    font-size: 14px; }
  .parties-block__img {
    width: 100%; }
  .pol-list--width {
    margin-bottom: 20px; }
  .parties-block__title h2 {
    font-size: 14px; }
  .parties-block__describe h3 {
    font-size: 16px; }
  .parties-block__bottom {
    height: auto; }
  .parties-block__img {
    height: auto; }
  .parties-block__describe {
    height: auto; }
  .map-info {
    padding: 10px; }
  .map-info__title {
    font-size: 10px; }
  .map-info__item {
    font-size: 11px;
    padding: 3px; }
  .pol-list__ul_li_name--font {
    font-size: 10.5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .page table tr td:nth-child(2) {
    white-space: pre-wrap; }
  .pol-list__ul_li_name--gradient {
    padding-left: 5px; } }

@media (max-width: 470px) {
  .page table.display tbody tr td label {
    width: 25px;
    height: 25px; }
  .parties-block__title {
    padding-top: 15px;
    padding-bottom: 88px; }
  .sidebar-persons-block .sidebar-persons .items .item--direction {
    padding: 0; }
  .sidebar-persons-block .sidebar-persons .items .item .info--width a {
    font-size: 0.8rem !important; }
  .pol-list__ul_li_img-container--border {
    max-width: 85px; }
  .parties-block__describe h3 {
    font-size: 12px; }
  .map-info {
    top: 40px; }
  .pol-list__ul_li_img-container--border {
    height: 30px; }
  .pol-list__ul_li-img1,
  .pol-list__ul_li-img2,
  .pol-list__ul_li-img3,
  .pol-list__ul_li-img4,
  .pol-list__ul_li-img5,
  .pol-list__ul_li-img6,
  .pol-list__ul_li-img7 {
    height: 100%; }
  .map-info__title {
    font-size: 8px; }
  .map-info__number {
    margin: 0; }
  .map-info__item {
    font-size: 8px; }
  .hla > text {
    font-size: 22px; } }

@media (max-width: 370px) {
  .item__block {
    width: 58%; }
  .main-content .sidebar-persons-block .sidebar-persons .items .item .rates--width {
    width: 42% !important; }
  .main-content .sidebar-persons-block .sidebar-persons .items .item .image {
    margin-right: 5px; }
  .parties-block__img {
    height: 75px; }
  .page table.responsive-table td:nth-child(1):before,
  .page table.responsive-table td:nth-child(2):before,
  .page table.responsive-table td:nth-child(3):before,
  .page table.responsive-table td:nth-child(4):before,
  .page table.responsive-table td:nth-child(5):before {
    font-size: 12px; }
  .page table tr td:nth-child(1),
  .page table tr td:nth-child(2),
  .page table tr td:nth-child(3),
  .page table tr td:nth-child(4),
  .page table tr td:nth-child(5) {
    font-size: 12px; }
  .page table.display th, .page table.display td {
    font-size: 10px; }
  .page table tr td:nth-child(1), .page table tr td:nth-child(2), .page table tr td:nth-child(3), .page table tr td:nth-child(4), .page table tr td:nth-child(5) {
    font-size: 11px; }
  .pol-list__ul_li_name--gradient {
    padding-left: 1px;
    text-align: center; }
  .pol-list__ul_li_name--font {
    font-size: 9px; } }
