

/* Start:/local/templates/g2/css/list.css?17532845641603*/
.list {
  min-height: 200px;
  padding: 20px 0;
}

.list__top-buttons {
  display: grid;
  gap: 10px 20px;
  grid-template-columns: repeat(auto-fit, minmax(0, max-content));
  justify-content: flex-end;
  margin: 0 0 20px 0;
}

.list__item {
  padding: 20px 0;
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 20px;
  border-bottom: 1px solid var(--border-color);
}

.list__item--main {
  grid-template-columns: 1fr 1fr;
}

.list__item--no-photo {
  grid-template-columns: 100%;
}

.list__photo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 136px;
  height: 85px;
}

.list__photo:hover {
  border: none;
}

.list__photo-image {
  border-radius: 4px;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.list__head {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.list__head > * {
  margin-bottom: 12px;
}

:root.root--special .list__item {
  border-color: var(--special-text-color);
}

@media (hover: hover) {
  .list__title > a:hover {
    text-decoration: underline;
    text-decoration-color: var(--primary-color-25);
  }
}

@media screen and (max-width: 735px) {
  .list__item {
    grid-template-columns: 100%;
  }

  .list__photo {
    width: 100%;
    height: auto;
    aspect-ratio: calc(136 / 85);
  }

  .list__photo-picture {
    width: 100%;
    height: 100%;
  }

  .list__photo-image {
    width: 100%;
    object-fit: contain;
  }
}

@media screen and (min-width: 736px) {
  :where(.list__item--main) .list__photo {
    height: auto;
    width: auto;
    max-height: 340px;
    max-width: 544px;
  }
}

/* End */


/* Start:/local/templates/g2/css/table.css?16181965761741*/
.table {
  --cell-spacing: 20px;
  --border: 1px solid var(--border-color);

  border-collapse: collapse;
  font-size: calc(14rem / var(--initial-font-multiplier));
  width: 100%;
}

.table__row {
  border-bottom: var(--border);
}

.table__row:empty {
  border-bottom: none;
}

.table__cell {
  padding: var(--cell-spacing);
  position: relative;
  vertical-align: top;
  text-align: left;
}

.table__cell + .table__cell::before {
  content: '';
  position: absolute;
  top: var(--cell-spacing);
  bottom: var(--cell-spacing);
  left: 0;
  border-left: var(--border);
}

/* Table head overwrite */
.table__head {
  --cell-bg-1: var(--light-gray-color);
  /** Little darker than --light-gray-color*/
  --cell-bg-2: hsl(240, 12%, 94%);
  --border: none;

  font-size: calc(18rem / var(--initial-font-multiplier));
  font-weight: bold;
}

.table__head .table__cell {
  vertical-align: top;
  text-align: left;
  padding: calc(var(--cell-spacing) / 2) var(--cell-spacing);
}

.table__head .table__cell:nth-child(2n+1) {
  background: var(--cell-bg-1);
}

.table__head .table__cell:nth-child(2n) {
  background: var(--cell-bg-2);
}

:root.root--special .table {
  --border: 1px solid var(--special-text-color);
  border: var(--border);
}

:root.root--special .table__cell {
  background: var(--special-background-color);
}

@media screen and (max-width: 735px) {
  .table__head {
    display: none;
  }

  .table__row {
    display: flex;
    flex-direction: column;
  }

  .table__row:first-of-type:not(:empty) {
    border-top: var(--border);
  }


  .table__cell + .table__cell::before {
    left: var(--cell-spacing);
    right: var(--cell-spacing);
    top: 0;
    bottom: unset;
    border-left: unset;
    border-top: var(--border);
  }
}

/* End */


/* Start:/local/templates/g2/components/openregion/title.bar/.default/style.css?1618196576472*/

.title-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 calc(var(--grid-gap) / -2);
  font-size: calc(16rem/var(--initial-font-multiplier));
  align-items: baseline;
}

.title-wrapper__title {
  margin: 0 calc(var(--grid-gap) / 2);
}

.title-wrapper__leading, .title-wrapper__trailing {
  display: flex;
  flex-wrap: wrap;
}

.title-wrapper__leading > *, .title-wrapper__trailing > * {
  margin: 5px calc(var(--grid-gap) / 2);
}
/* End */


/* Start:/local/templates/g2/components/openregion/news.filter/deputies/style.css?172233172310618*/
.content .bCAer{font-size:calc(16rem/var(--initial-font-multiplier))}.content .bCAer input[type=text]{font-size:calc(16rem/var(--initial-font-multiplier))}.content .bCAer .date-picker{border:1px solid #d9d9de;border-radius:4px;height:48px}.content .bCAer .date-picker>input[type=text]{padding:0 var(--grid-gap) 0 calc(var(--grid-gap)/2)}
.qJv5A{width:100%}.qJv5A .GpZaZ{color:var(--text-color-light-gray);margin-bottom:8px;font-size:calc(16rem/var(--initial-font-multiplier))}:root.root--special .qJv5A .GpZaZ{color:var(--special-text-color)}
._aQxY{margin:0 auto;max-height:100%;position:relative}._aQxY::before{content:"";display:block;padding-top:100%}.YxZ7T{animation:V65Xr 2s linear infinite;bottom:0;height:100%;left:0;margin:auto;position:absolute;right:0;top:0;transform-origin:center center;width:100%}.o94BV{animation:ZOYMN 1.5s ease-in-out infinite;stroke-dasharray:1,200;stroke-dashoffset:0;stroke-linecap:round}:root.root--special ._aQxY{--primary-color: var(--special-text-color)}@keyframes V65Xr{100%{transform:rotate(360deg)}}@keyframes ZOYMN{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}
.ED_SR{height:32px;overflow:hidden;max-width:calc(100vw - var(--grid-gap))}.ED_SR .GI8jo{position:relative;margin:-5px;display:flex;flex-wrap:nowrap}.ED_SR .GI8jo ._5nDi{display:inline-flex;margin:5px;border-radius:4px;border:1px solid var(--primary-color-25);color:var(--primary-color);height:32px;font-size:calc(14rem/var(--initial-font-multiplier));align-items:center;cursor:pointer;max-width:calc(100% - 11px);transition:background-color .15s ease-out,color .15s ease-out,border-color .15s ease-out}.ED_SR .GI8jo .IDOhW{background:var(--primary-color);color:#fff}.ED_SR .GI8jo ._5nDi>input[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;opacity:0;position:absolute}.ED_SR .GI8jo ._5nDi>span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:0 12px}.ED_SR .GI8jo .OfQP2{margin:5px}.ED_SR .GI8jo .Pzpgu{position:absolute;top:5px;right:5px;box-shadow:0 0 0 5px #fff}.ED_SR .GI8jo .Pzpgu:before{content:"";display:block;width:110px;height:32px;background-image:linear-gradient(90deg, hsla(0, 0%, 100%, 0) 0%, hsl(0, 0%, 100%) 100%);position:absolute;left:-111px;pointer-events:none}.ED_SR .GI8jo .XUOTy{color:var(--primary-color);margin:0 0 0 12px}.fKBfG{height:auto}.fKBfG .GI8jo{flex-wrap:wrap}:root.root--special .ED_SR .GI8jo ._5nDi{color:var(--special-text-color);border-color:var(--special-text-color)}:root.root--special .ED_SR .GI8jo .IDOhW{background-color:var(--special-text-color);color:var(--special-background-color)}:root.root--special .ED_SR .GI8jo .Pzpgu{box-shadow:none}:root.root--special .ED_SR .GI8jo .Pzpgu:before{display:none}:root.root--special .ED_SR .GI8jo .XUOTy{color:var(--special-text-color)}@media(hover: hover){.ED_SR .GI8jo ._5nDi:hover{background:var(--primary-color-hover);color:#fff;text-decoration:none}:root.root--special .ED_SR .GI8jo ._5nDi:hover{background-color:var(--special-text-color);color:var(--special-background-color)}}
.dZENU{display:inline-flex;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.dZENU ._QYfs{position:absolute;-webkit-appearance:none;-moz-appearance:none;appearance:none;opacity:0}.dZENU ._QYfs:checked+.x8WtU{box-shadow:inset 0 0 0 2px var(--primary-color);background:#fff}.dZENU ._QYfs:checked+.x8WtU .QAE36 .Prj2H{fill:var(--primary-color);stroke:var(--primary-color)}.dZENU ._QYfs:checked+.x8WtU .QAE36 .I46AQ{stroke:#fff}.dZENU ._QYfs:disabled+.x8WtU{color:var(--disabled-color);cursor:default}.dZENU ._QYfs:disabled+.x8WtU .QAE36 .Prj2H{stroke:var(--disabled-color)}.dZENU ._QYfs:disabled:checked+.x8WtU{box-shadow:inset 0 0 0 2px var(--disabled-color)}.dZENU ._QYfs:disabled:checked+.x8WtU .QAE36 .Prj2H{fill:var(--disabled-color)}.dZENU ._QYfs:disabled:checked+.x8WtU .QAE36 .I46AQ{stroke:#fff}.dZENU ._QYfs:focus+.x8WtU{background:#e6e6eb}.dZENU .x8WtU{flex:1;display:inline-flex;align-items:center;background:#f4f4f6;padding:6px 14px;cursor:pointer;border-radius:4px}.dZENU .x8WtU .QAE36{min-width:20px;width:20px;height:20px;margin-right:14px}.dZENU .x8WtU .QAE36 .Prj2H{fill:none;stroke:var(--text-color);width:18px;height:18px;stroke-width:2px}.dZENU .x8WtU .QAE36 .I46AQ{stroke-width:3px;stroke:rgba(0,0,0,0);fill:none}.dZENU:active .x8WtU{background:#d7d7df}.ePF6u ._QYfs:checked+.x8WtU{box-shadow:none;background:rgba(0,0,0,0)}.ePF6u ._QYfs:focus+.x8WtU{background:rgba(0,0,0,0)}.ePF6u .x8WtU{background:rgba(0,0,0,0);padding:6px 0}.ePF6u .x8WtU .QAE36 .Prj2H{stroke:#d9d9de;stroke-width:1px}.ePF6u:active .x8WtU{background:rgba(0,0,0,0)}:root.root--special .dZENU ._QYfs:checked+.x8WtU{box-shadow:inset 0 0 0 2px var(--special-text-color);background:var(--special-background-color)}:root.root--special .dZENU ._QYfs:checked+.x8WtU .QAE36 .Prj2H{fill:var(--special-text-color);stroke:var(--special-text-color)}:root.root--special .dZENU ._QYfs:checked+.x8WtU .QAE36 .I46AQ{stroke:var(--special-background-color)}:root.root--special .dZENU .x8WtU{background:var(--special-background-color)}:root.root--special .dZENU .x8WtU .QAE36 .Prj2H{stroke:var(--special-text-color)}:root.root--special .ePF6u ._QYfs:checked+.x8WtU{box-shadow:none;background:rgba(0,0,0,0)}@media(hover: hover){.dZENU:hover .x8WtU{background:#e6e6eb}.dZENU:hover input:disabled+.x8WtU{background:#f4f4f6}.ePF6u:hover input+.x8WtU,.ePF6u:hover input:disabled+.x8WtU{background:rgba(0,0,0,0)}}
.VpSzz{display:grid;grid-template-columns:1fr -webkit-max-content;grid-template-columns:1fr max-content;gap:calc(var(--grid-gap)/2) var(--grid-gap);margin:var(--grid-gap) 0}.VpSzz .USSks{display:grid;gap:calc(var(--grid-gap)/2) calc(var(--grid-gap) + var(--grid-gap)/2);grid-template-columns:minmax(0, 630px) -webkit-min-content;grid-template-columns:minmax(0, 630px) min-content}.VpSzz .uyJ_G{grid-row:2;grid-column:1/-1}@media screen and (max-width: 735px){.VpSzz{grid-template-columns:1fr}.VpSzz .USSks{gap:12px;grid-template-columns:1fr}}
.ZZI_8{color:#666}
.oz1hE .react-select__control{border-radius:4px;min-height:32px;display:flex;align-items:center;justify-content:space-between;background-color:#fff;cursor:pointer;border:1px solid var(--text-color-light-gray)}.oz1hE .react-select__control--is-focused,.oz1hE .react-select__control--menu-is-opened,.oz1hE .react-select__control--is-focused:hover,.oz1hE .react-select__control--menu-is-opened:hover{box-shadow:inset 0 0 0 2px var(--primary-color);border-color:rgba(0,0,0,0)}.oz1hE input[type="text"]{height:20px !important}.oz1hE .react-select__indicators{margin:0 12px;display:flex;align-items:center}.oz1hE .react-select__indicator{padding:0;margin:0}.oz1hE .react-select__clear-indicator{width:10px;height:14px;margin-right:5px}.oz1hE .react-select__menu{border-radius:3px;box-shadow:0 8px 12px rgba(0,0,0,.25);margin-top:5px;padding:0;animation:lcU1N .2s ease-out;border:1px solid var(--silver-color);border-bottom:none;z-index:3}.oz1hE .react-select__option{cursor:pointer;padding:5px 15px;line-height:1.5em;text-align:left}.oz1hE .react-select__option:active,.oz1hE .react-select__option--is-focused{background-color:var(--light-gray-color);color:var(--text-color)}.oz1hE .react-select__option--is-selected{background-color:var(--primary-color);color:#fff}.oz1hE .react-select__indicator-separator{display:none}.oz1hE .react-select__value-container{padding:0 14px}.oz1hE .react-select__multi-value{max-width:260px}:root.root--special .oz1hE .react-select__control{background-color:var(--special-background-color);border-color:var(--special-text-color)}:root.root--special .oz1hE .react-select__control--is-focused,:root.root--special .oz1hE .react-select__control--menu-is-opened,:root.root--special .oz1hE .react-select__control--is-focused:hover,:root.root--special .oz1hE .react-select__control--menu-is-opened:hover{box-shadow:inset 0 0 0 2px var(--special-text-color);border-color:rgba(0,0,0,0)}:root.root--special .oz1hE .react-select__menu{box-shadow:none;border:1px solid var(--special-text-color)}:root.root--special .oz1hE .react-select__menu-list{background-color:var(--special-background-color)}:root.root--special .oz1hE .react-select__option:active,:root.root--special .oz1hE .react-select__option--is-focused,:root.root--special .oz1hE .react-select__option--is-selected{background-color:var(--special-text-color);color:var(--special-background-color)}:root.root--special .oz1hE .react-select__single-value,:root.root--special .oz1hE .react-select__indicator,:root.root--special .oz1hE .react-select__menu-notice,:root.root--special .oz1hE .react-select__placeholder{color:var(--special-text-color)}:root.root--special .oz1hE .react-select__multi-value__label{background-color:var(--special-background-color);color:var(--special-text-color);border:1px solid var(--special-text-color);border-radius:2px 0 0 2px}:root.root--special .oz1hE .react-select__multi-value__remove{background-color:var(--special-background-color);color:var(--special-text-color);border:1px solid var(--special-text-color);border-radius:0 2px 2px 0;border-left:none}@keyframes lcU1N{from{opacity:0;margin-top:10px}}
.LV358{display:grid;gap:calc(var(--grid-gap)/2) var(--grid-gap);margin:var(--grid-gap) 0;grid-template-columns:1fr 1fr;border-bottom:1px solid var(--border-color);padding-bottom:var(--grid-gap)}.LV358 .qbLKD,.LV358 .PafpR,.LV358 .VVfu3{grid-column:1/-1}.LV358 .VVfu3{display:grid;gap:calc(var(--grid-gap)/2) var(--grid-gap);grid-template-columns:1fr -webkit-max-content;grid-template-columns:1fr max-content}.LV358 .VVfu3>div{display:grid;gap:12px;grid-template-columns:-webkit-max-content -webkit-max-content;grid-template-columns:max-content max-content}.LV358 input[type=text]{width:100%}.LV358 .Y6GYY{display:grid;gap:12px 20px;align-items:center;grid-template-columns:repeat(auto-fit, minmax(0, 1fr))}.LV358 .Y6GYY .BllU0{max-width:100%}.LV358 .Y6GYY .BllU0+.BllU0:before{content:"–";color:var(--text-color-light-gray);font-size:calc(14rem/var(--initial-font-multiplier));position:absolute;left:-15px;top:15px}.LV358 .JDc1j .react-select__control{min-height:48px;border-color:#d9d9de}:root.root--special .LV358{border-color:var(--special-text-color)}:root.root--special .LV358 .Y6GYY .BllU0+.BllU0:before{color:var(--special-text-color)}@media screen and (max-width: 896px){.LV358{grid-template-columns:1fr}}@media screen and (max-width: 520px){.LV358 .Y6GYY{grid-template-columns:1fr}.LV358 .Y6GYY .BllU0+.BllU0:before{display:none}.LV358 .VVfu3{grid-template-columns:1fr}.LV358 .VVfu3>div{grid-template-columns:1fr 1fr}}

/* End */


/* Start:/local/templates/g2/components/openregion/component/deputies-sort/style.css?16861117392572*/
.QPuHn{display:grid;gap:10px 20px;grid-template-columns:repeat(auto-fit, minmax(0px, -webkit-max-content));grid-template-columns:repeat(auto-fit, minmax(0px, max-content));color:var(--text-color-gray);font-size:calc(14rem/var(--initial-font-multiplier));align-items:center}:root.root--special .QPuHn{color:var(--special-text-color)}:root.root--special[data-special-font-size="medium"] .QPuHn,:root.root--special[data-special-font-size="big"] .QPuHn,:root.root--special[data-special-spacing="medium"] .QPuHn,:root.root--special[data-special-spacing="big"] .QPuHn{grid-template-columns:-webkit-max-content;grid-template-columns:max-content}@media screen and (max-width: 520px){.QPuHn{grid-template-columns:1fr}}
.ZU_dy{height:32px;display:flex;align-items:center;border-radius:4px;padding:0 12px;transition:background-color .15s ease-out,color .15s ease-out,border-color .15s ease-out}.QzndQ{border:1px solid var(--primary-color-25)}.ZU_dy>svg{margin-right:10px}.ZU_dy>span{white-space:nowrap;line-height:1}:root.root--special .ZU_dy{background-color:var(--special-background-color);color:var(--special-text-color);border-color:var(--special-text-color)}@media(hover: hover){.ZU_dy:hover{text-decoration:underline;-webkit-text-decoration-color:var(--primary-color-25);text-decoration-color:var(--primary-color-25)}.QzndQ:hover{background-color:var(--primary-color-hover);color:#fff}.QzndQ:hover>span{border:none}:root.root--special .QzndQ:hover{color:var(--special-background-color);background-color:var(--special-text-color)}}
.IVy92{display:flex;align-items:center}.IVy92 .ALu8t{flex:2}.IVy92 .dKunQ{display:grid;gap:10px 20px;align-items:center;justify-content:flex-end;grid-template-columns:repeat(auto-fit, minmax(0, -webkit-max-content));grid-template-columns:repeat(auto-fit, minmax(0, max-content));grid-template-rows:repeat(2, 1fr);flex:1 280px;justify-items:end}.IVy92 .dKunQ .IDI2e{display:grid;gap:10px;align-items:center;grid-template-columns:-webkit-min-content 1fr;grid-template-columns:min-content 1fr}.IVy92 .dKunQ .IDI2e>span{white-space:nowrap;font-size:calc(14rem/var(--initial-font-multiplier));line-height:1}.IVy92 .pGR6_{grid-row:1;color:var(--primary-color);border-color:var(--primary-color)}.IVy92 .pGR6_:hover{background:var(--primary-color)}.IVy92 .shL65{grid-row:2;display:flex;gap:10px 20px}@media(hover: hover){.IVy92 .dKunQ .IDI2e:hover{text-decoration:underline;-webkit-text-decoration-color:var(--primary-color-25);text-decoration-color:var(--primary-color-25)}}@media screen and (max-width: 896px){.IVy92{display:grid;gap:var(--grid-gap)}}

/* End */


/* Start:/local/templates/g2/components/openregion/news.list/deputies/style.css?17437594371848*/
.list h2 {
  margin-bottom: 20px;
}

.deputy {
  --content-spacing: 10px;
}

.deputy__people {
  --image-offset: 10px;
  padding: var(--content-spacing) 0;
  display: grid;
  gap: 10px 20px;
  grid-template-columns: max-content 1fr;
  grid-template-rows: max-content 1fr;
  flex-wrap: nowrap;
}

.deputy__people-photo {
  margin-top: calc(0px - var(--image-offset));
  width: 91px;
  grid-row: 1 / -1;
  display: block;
}

.deputy__people-photo-image {
  width: 100%;
  border-radius: 4px;
}

.deputy__people-name {
  font-weight: normal;
  grid-column: -2;
}

.deputy__people-post {
  color: var(--text-color-light-gray);
  grid-column: -2;
}

.deputy .admin-area {
  margin-top: var(--content-spacing);
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
}

.deputy .admin-area__badges {
  margin-left: 10px;
}

.deputy .admin-area__buttons {
  margin-left: 0;
}

.deputy__contacts {
  line-height: 1.7;
}

.list {
  overflow-x: auto;
  overflow-y: visible;
}

.meta.deputy__meta {
  display: grid;
  gap: 5px;
}

:root.root--special .deputy__people-post {
  color: var(--special-text-color);
}

@media (hover: hover) {
  .deputy__people-name a:hover {
    text-decoration: underline;
    text-decoration-color: var(--primary-color-25);
  }

  :root.root--special .deputy__people:hover .deputy__people-name {
    color: var(--special-text-color);
  }
}

.body.iframe #panel,
.body.iframe .top-panel,
.body.iframe .js-special-panel,
.body.iframe .js-digital-gov-warning,
.body.iframe .js-top-warning,
.body.iframe .main-header,
.body.iframe .top-menu,
.body.iframe .section-menu-wrapper,
.body.iframe .breadcrumb,
.body.iframe .main-footer,
.body.iframe .js-cookie-warning,
.body.iframe .js-yandex-metric-warning
{
  display: none !important;
}

.body.iframe .title-wrapper {
  padding-top: 30px;
}

/* End */


/* Start:/local/templates/g2/components/bitrix/main.pagenavigation/.default/style.css?1618196564856*/
.pagenav {
	margin-bottom: 50px;
}

.pagenav__pages {
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 -10px;
	padding: 0;
}

.pagenav__page {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: calc(16rem/var(--initial-font-multiplier));
	color: var(--text-color-gray);
	margin: 10px;
}

.pagenav__page--current {
	border-radius: 50%;
	height: 32px;
	min-width: 32px;
	background: hsl(0, 0%, 100%);
	color: var(--primary-color);
	margin: 0;
}


:root.root--special .pagenav__page {
	color: var(--special-text-color);
}

:root.root--special .pagenav__page--current {
	background-color: var(--special-background-color);
	color: var(--special-text-color);
}

@media (hover: hover) {
	.pagenav__page:hover {
		text-decoration: underline;
		text-decoration-color: var(--primary-color-25);
	}
}

/* End */
/* /local/templates/g2/css/list.css?17532845641603 */
/* /local/templates/g2/css/table.css?16181965761741 */
/* /local/templates/g2/components/openregion/title.bar/.default/style.css?1618196576472 */
/* /local/templates/g2/components/openregion/news.filter/deputies/style.css?172233172310618 */
/* /local/templates/g2/components/openregion/component/deputies-sort/style.css?16861117392572 */
/* /local/templates/g2/components/openregion/news.list/deputies/style.css?17437594371848 */
/* /local/templates/g2/components/bitrix/main.pagenavigation/.default/style.css?1618196564856 */
