

/* 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/dist/css/custom-ui.css?16293578084920*/
.e__aH{--default-spacing: calc(var(--grid-gap) / 2);display:flex;align-items:center;position:fixed;bottom:0;left:0;right:0;top:0;background-color:rgba(0,0,0,.8);z-index:10000;padding:var(--default-spacing);animation:uPKf8 .25s ease-out}._6aSj{--dialog-width: 50vw;--dialog-height: auto;--dialog-border-radius: 3px;min-width:var(--dialog-width);max-width:var(--dialog-width);min-height:var(--dialog-height);margin:0 auto;max-height:100%;display:flex;flex-direction:column;animation:tpuwD .25s ease-out}.x30h7{--spacing: calc(var(--default-spacing) / 2);flex:1;max-height:100%;overflow:hidden;display:flex;flex-direction:column;background:var(--light-color);border-radius:var(--dialog-border-radius);box-shadow:1px 1px 3px 1px var(--box-shadow-color)}.jfN9c{border-bottom:1px solid var(--separate-border-color);box-shadow:0 1px 2px 1px var(--box-shadow-color);display:flex}.KWer_{padding:var(--spacing);flex:1}.bSMq_{padding:calc(var(--spacing) / 2)}.HgYZ7{color:var(--text-color)}.O649s{padding:var(--spacing);overflow-y:auto;height:100%;flex:1}.ZsYf9{display:flex;justify-content:flex-end;padding:calc(var(--spacing) / 2)}.ZsYf9 button~button{margin-left:calc(var(--spacing) / 2)}@keyframes uPKf8{from{opacity:0}}@keyframes tpuwD{from{transform:translateY(100vh)}}@media screen and (min-width: 736px)and (max-width: 1087px){._6aSj{--dialog-width: 600px}}@media screen and (max-width: 735px){.e__aH{padding:0}._6aSj{--dialog-width: 100%;--dialog-border-radius: 0;--dialog-height: 100%}.ZsYf9{display:grid;justify-content:unset;gap:var(--spacing)}._6aSj button~button{margin-left:0}}@media screen and (max-width: 359px){.x30h7{--spacing: var(--default-spacing)}.ZsYf9{display:grid;justify-content:unset;gap:calc(var(--spacing) / 2)}}
.OS4Jd{margin:0 auto;max-height:100%;position:relative}.OS4Jd::before{content:"";display:block;padding-top:100%}.vgDKb{animation:_QzG6 2s linear infinite;bottom:0;height:100%;left:0;margin:auto;position:absolute;right:0;top:0;transform-origin:center center;width:100%}.cWEXE{animation:_9Ilq 1.5s ease-in-out infinite;stroke-dasharray:1,200;stroke-dashoffset:0;stroke-linecap:round}:root.root--special .OS4Jd{--primary-color: var(--special-text-color)}@keyframes _QzG6{100%{transform:rotate(360deg)}}@keyframes _9Ilq{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}
._r_G9{position:relative;display:grid;grid-template-columns:50px 1fr 50px;grid-template-rows:50px 1fr 50px}._r_G9 .Xt5gC{grid-column:2;grid-row:span 3;align-self:center}._r_G9 .Xt5gC .QPhpT{width:100%;height:auto}._r_G9 .Xt5gC ._Kbur{color:#fff}._r_G9 .PKltX,._r_G9 ._EjxX,._r_G9 .DOMn4{border:none;background:transparent;color:#fff;padding:0;margin:0;cursor:pointer;transition:color .15s ease-out}._r_G9 .PKltX{grid-column:1;grid-row:2}._r_G9 ._EjxX{grid-column:3;grid-row:2}._r_G9 .DOMn4{grid-column:3;grid-row:1}@media(hover: hover){._r_G9 .PKltX,._r_G9 ._EjxX,._r_G9 .DOMn4{color:rgba(255,255,255,.5)}._r_G9 .PKltX:hover,._r_G9 ._EjxX:hover,._r_G9 .DOMn4:hover{color:#fff}}@media screen and (max-width: 735px){._r_G9{grid-template-columns:1fr 50px 50px;grid-template-rows:1fr 50px 1fr 50px 1fr}._r_G9 .Xt5gC{grid-column:span 3;grid-row:3}._r_G9 .PKltX{grid-column:2;grid-row:4}._r_G9 ._EjxX{grid-column:3;grid-row:4}._r_G9 .DOMn4{grid-column:3;grid-row:2}}@media screen and (max-width: 895px){._r_G9{height:100vh}}
.js-custom-ui-slider>.B7rcr{display:block}.B7rcr{position:relative;width:100%;overflow:hidden}.B7rcr .VZfUH{position:relative;display:flex;align-items:flex-start;transition:transform .25s ease-out}.B7rcr .VZfUH .NqITR{display:flex;width:100%}.B7rcr .tB06Y{position:absolute;top:0;left:0;right:0;display:flex;align-items:flex-end;justify-content:flex-end;padding:10px}.B7rcr .tB06Y .KNGsZ,.B7rcr .tB06Y ._mTIb,.B7rcr .tB06Y .lrEBo,.B7rcr .tB06Y ._9wCD{display:flex;align-items:center;justify-content:center;width:39px;height:39px;background:var(--primary-color-25);border:1px solid #fff;border-radius:50%;margin:5px;padding:0;color:#fff;cursor:pointer;transition:background .15s ease-out}.B7rcr .L_zne{width:100%;max-width:1220px}.lFvCN{overflow-y:auto}:root.root--special .B7rcr .tB06Y{background:transparent}:root.root--special .B7rcr .tB06Y .KNGsZ,:root.root--special .B7rcr .tB06Y ._mTIb,:root.root--special .B7rcr .tB06Y .lrEBo{background:var(--special-background-color);color:var(--special-text-color);border-color:var(--special-text-color)}@media(hover: hover){.B7rcr .tB06Y .KNGsZ:hover,.B7rcr .tB06Y ._mTIb:hover,.B7rcr .tB06Y .lrEBo:hover,.B7rcr .tB06Y ._9wCD:hover{background:var(--primary-color)}}@media print{.B7rcr .VZfUH{transform:none !important;flex-wrap:wrap;margin:0 -20px}.B7rcr .VZfUH .NqITR img{height:150px;margin:20px}.B7rcr .tB06Y{display:none}}
.js-custom-ui-slider>*{display:none}.js-custom-ui-slider>img{display:block;width:100%}.js-custom-ui-slider>img~img{display:none}

/* End */


/* Start:/local/templates/g2/components/openregion/news/activity/openregion/news.detail/.default/style.css?16181965703774*/
.detail {
  --fixed-column-size: 387px;
  display: grid;
  margin: 32px 0 80px 0;
  grid-template-columns: 1fr;
}

.detail > * {
  margin-bottom: calc(var(--grid-gap) / 2);
}

.detail__title {
  display: grid;
  grid-template: "icon title actions" auto / 0fr 1fr 0fr;
  gap: 20px;
  align-items: center;
}

.detail__title-icon {
  grid-area: icon;
  width: 50px;
  height: 50px;
  line-height: 0;
}

.detail__title-text {
  grid-area: title;
}

.detail__title-text:first-child {
  grid-column: 1 / span 2;
}

.detail__title-text:last-child {
  grid-column: 2 / span 2;
}

.detail__title-text:first-child:last-child {
  grid-column: 1 / span 3;
}

.detail__title .admin-area {
  grid-area: actions;
}

.detail__files {
  --vertical-margin: 5px;
  font-size: calc(14rem/var(--initial-font-multiplier));
  color: var(--text-color-light-gray);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.detail__footer {
  padding-top: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: calc(14rem/var(--initial-font-multiplier));
  color: var(--text-color-light-gray);
  border-top: 1px solid var(--border-color);
}

.detail__footer-item {
  margin: 5px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.detail__footer-item > div {
  display: flex;
  align-items: center;
}

.detail__footer-label {
  margin: 5px 20px 5px 0;
}

.detail__badges {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}

.detail__badges .badge {
  margin: 2px 4px;
}

.detail__special-blocks {
  display: grid;
  gap: var(--grid-gap);
}

.detail__title {
  grid-row: 1;
}

.detail__header {
  grid-row: 2;
  display: flex;
  justify-content: space-between;
}

.detail__text {
  grid-row: 3;
}

.detail__children {
  grid-row: 4;
}

.detail__special-blocks {
  grid-row: 5;
}

.detail__footer {
  grid-row: 6;
}

.detail--bottom .detail__text {
  grid-row: 6;
  padding-top: 15px;
  border-top: 1px solid var(--border-color);
}

.detail--bottom .detail__children {
  grid-row: 3;
}

.detail--bottom .detail__special-blocks {
  grid-row: 4;
}

.detail--bottom .detail__footer {
  grid-row: 5;
}

:root.root--special .detail__title-icon > svg {
  color: var(--special-text-color) !important;
}

:root.root--special .detail__files,
:root.root--special .detail__footer {
  color: var(--special-text-color);
}

:root.root--special .detail__footer,
:root.root--special .detail--bottom .detail__text {
  border-color: var(--special-text-color);
}

/* Components */
.button--with-icon {
  gap: 8px;
}

.rezerv__buttons, .zakupki__buttons,
.gosuslugi__buttons, .anticorruption__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: calc(var(--grid-gap) / 2);
  padding: calc(var(--grid-gap) / 4) 0;
}

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

@media screen and (max-width: 735px) {
  .detail__title {
    grid-template:
      "icon title"
      "actions actions"
      / 0fr 1fr;
  }
}

@media screen and (min-width: 736px) and (max-width: 1087px) {
}

@media screen and (min-width: 736px) {
  .detail--right {
    grid-template-columns: var(--fixed-column-size) 1fr;
  }

  .detail--right > *,
  .detail--left > * {
    grid-column: 1 / span 2;
  }

  .detail--right .detail__text {
    grid-column: 2;
  }

  .detail--right .detail__children {
    grid-row: 3;
    grid-column: 1;
    margin-right: 35px;
  }

  .detail--left {
    grid-template-columns: 1fr var(--fixed-column-size);
  }

  .detail--left .detail__text {
    grid-column: 1;
  }

  .detail--left .detail__children {
    grid-row: 3;
    grid-column: 2;
    margin-left: 35px;
  }
}

@media screen and (min-width: 1088px) {
}

/* End */


/* Start:/local/templates/g2/components/openregion/news.list/activity/style.css?16181965703411*/
.activity-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.activity-list__item {
  --photo-width: 26px;
  --photo-height: 26px;
  margin: 0;
  padding: 10px 0;
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 10px;
  align-items: center;
}

.activity-list__item:last-child {
  padding-bottom: 0;
}

.activity-list__left {
  grid-column: span 1;
  justify-self: center;
  display: flex;
}

.activity-list__toggle {
  padding: 0 5px;
  margin: 0 5px 0 -5px;
  border: 0;
  background: none;
  cursor: pointer;
}

.activity-list__item--childfree > .activity-list__left .activity-list__toggle {
  color: var(--disabled-color);
  cursor: default;
}

.activity-list__toggle-icon {
  transition: transform .2s ease;
  transform: rotate(-90deg);
}

.activity-list__item--expanded > .activity-list__left .activity-list__toggle-icon {
  transform: none;
}

.activity-list__photo {
  text-align: center;
  width: var(--photo-width);
  height: var(--photo-height);
  overflow: hidden;
}

.activity-list__photo--none::before {
  content: '—';
  font-size: calc(8 / 9 * 1rem);
  line-height: 1;
  font-weight: bold;
}

.activity-list__photo-image {
  border-radius: 4px;
  max-width: var(--photo-width);
  max-height: var(--photo-height);
  overflow: hidden;
}

.activity-list__photo-icon {
  width: 100%;
  height: 100%;
}

.activity-list__title {
  grid-column: span 1;
  font-size: calc(8 / 9 * 1rem);
}

.activity-list__title > a {
  color: var(--primary-color);
}

.activity-list__head {
  grid-column: 1 / -1;
  justify-self: flex-end;
}

.activity-list__detail {
  grid-column: 2 / span 2;
  font-size: calc(1rem * 7 / 9);
  line-height: 1.45;
}

.activity-list .activity-list {
  grid-column: span 3;
  padding-left: 37px;
}

.activity-list--dropdown {
  display: none;
}

.activity-list__item--expanded > .activity-list--dropdown {
  display: grid;
}

.activity-list--tile {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(calc(var(--fixed-column-size, 560px) - var(--grid-gap)), 1fr));
  gap: var(--grid-gap);
}

.activity-list--tile .activity-list__item {
  --photo-width: 480px;
  --photo-height: 300px;
  grid-template-columns: 1fr max-content;
  align-items: normal;
  grid-auto-rows: min-content;
  gap: 10px var(--grid-gap);
  padding: var(--grid-gap);
}

.activity-list--tile .activity-list__left {
  grid-column: span 2;
}

.activity-list--tile .activity-list__title {
  grid-column: 1;
}

.activity-list--tile .activity-list__head {
  grid-column: 2;
}

.activity-list--tile .activity-list__detail {
  grid-column: 1 / span 2;
}

.activity-list--tile .activity-list__left--empty,
.activity-list--tile .activity-list__photo--none,
.activity-list--tile .activity-list__photo--none::before {
  display: none;
}

.activity-list--tile .admin-area__badges .badge {
  max-width: 150px;
}

.activity-nav {
  padding-top: 20px;
}

:root.root--special .activity-list__photo-icon {
  color: var(--special-text-color) !important;
}

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

@media screen and (max-width: 735px) {
  .activity-list__photo-image {
    width: 100%;
  }

  .activity-list--tile {
    grid-template-columns: 1fr;
  }

  .activity-list--tile .activity-list__title,
  .activity-list--tile .activity-list__head {
    grid-column: 1 / span 2;
  }
}

/* End */


/* Start:/local/templates/g2/components/openregion/news/activity/openregion/component/anticorruption/static.css?161819657074*/
.anticorruption__description,
.anticorruption__phone {
  margin: 20px 0;
}
/* End */


/* Start:/local/templates/g2/components/openregion/news/activity/openregion/component/anticorruption/style.css?162935780012867*/
._O_xO{display:grid;gap:7px;margin:calc(var(--grid-gap) / 2) 0;position:relative}.oaMCI::before{content:"";position:absolute;display:block;left:0;top:0;right:0;bottom:0;background-image:linear-gradient(90deg, rgba(255, 255, 255, 0.5) 25%, white 50%, rgba(255, 255, 255, 0.5) 75%);background-size:200% 200%;animation:g9vBN 2s infinite linear;z-index:1000}._O_xO ._TPDB{display:flex;flex-wrap:wrap;gap:unset;padding:12px 0 20px 0;margin:calc(0 - var(--grid-gap) / 4);margin-left:calc(260px - var(--grid-gap) / 4)}._O_xO ._TPDB>*{margin:calc(var(--grid-gap) / 4)}:root.root--special .oaMCI::before{background-image:linear-gradient(90deg, transparent 25%, var(--special-background-color) 50%, transparent 75%)}@media screen and (max-width: 767px){._O_xO ._TPDB{margin-left:calc(0px - var(--grid-gap) / 4)}}@keyframes g9vBN{0%{background-position:100% 50%}100%{background-position:-100% 50%}}
.rzjRQ{--left-column-width: 250px;--row-gap: 0;--column-gap: 10px;position:relative;font-size:calc(14rem/var(--initial-font-multiplier));display:grid;gap:var(--row-gap) var(--column-gap);grid-template-columns:var(--left-column-width) 1fr}.rzjRQ>*{grid-column:2}.rzjRQ>*:nth-child(1){width:var(--left-column-width);height:100%;grid-row:1/3;grid-column:1}.ZGYoU{background:var(--error-color-light);padding:12px;margin:0 -12px}.mfXhk{grid-template-columns:1fr}.mfXhk>*{grid-column:1}.mfXhk>*:nth-child(1){position:static;width:auto;height:auto;grid-column:1}:root.root--special .ZGYoU{background:var(--special-background-color)}@media screen and (max-width: 767px){.rzjRQ{grid-template-columns:1fr}.rzjRQ>*{grid-column:1}.rzjRQ>*:nth-child(1){position:static;width:auto;height:auto;grid-column:1}}
.GPaTK{color:var(--hint-color);font-size:calc(14rem/var(--initial-font-multiplier))}:root.root--special .GPaTK{color:var(--special-text-color)}
.SaOzz{text-align:right;padding-top:6px;font-size:calc(14rem/var(--initial-font-multiplier))}.N4vK5{margin-top:12px}.jmgxu::after{content:"*";color:var(--error-color)}.Qzdze{text-align:left;padding-top:0;margin-bottom:var(--column-gap)}:root.root--special .jmgxu::after{color:var(--special-text-color)}@media screen and (max-width: 767px){.SaOzz{text-align:left;padding-top:0;margin-bottom:var(--column-gap)}}
.XwCYV{color:var(--error-color);font-size:calc(14rem/var(--initial-font-multiplier))}:root.root--special .XwCYV{color:var(--special-text-color)}
.content ._JWdr{font-size:calc(14rem/var(--initial-font-multiplier))}.content ._YO4g{overflow-x:auto}.content .X9o16 input[type=text],.content .X9o16 input[type=number],.content .X9o16 input[type=password],.content .X9o16 textarea,.content .X9o16 .field-group-container,.content .X9o16 .file-upload-container,.content .X9o16 .tox-tinymce,.content .X9o16 .date-picker,.content .X9o16 .palette-color-picker,.content .X9o16 .react-select__control{border:2px solid var(--error-color);border-radius:4px;background-color:transparent}.content .X9o16 label>div{background:transparent}.content ._JWdr input[type=text],.content ._JWdr input[type=number]{height:32px;width:100%;font-size:calc(14rem / var(--initial-font-multiplier));padding:0 14px}.content ._JWdr input[type=text][type=number],.content ._JWdr input[type=number][type=number]{max-width:155px}.content ._JWdr textarea{width:100%;resize:vertical;min-height:200px;max-height:550px}.content ._JWdr .input--date{width:inherit !important;background-position:calc(100% - 14px) 50%}.content .ZgiJP{display:grid;gap:12px}:root.root--special .content .X9o16 input[type=text],:root.root--special .content .X9o16 textarea,:root.root--special .content .X9o16 .field-group-container,:root.root--special .content .X9o16 .file-upload-container,:root.root--special .content .X9o16 .tox-tinymce,:root.root--special .content .X9o16 .date-picker,:root.root--special .content .X9o16 .react-select__control{border-color:var(--special-text-color)}
.N2Sp_{margin:calc(var(--grid-gap) / 2) 0;position:relative;display:grid;gap:7px}.N2Sp_::before{content:"";position:absolute;display:block;left:0;top:0;right:0;bottom:0;background-image:linear-gradient(90deg, rgba(255, 255, 255, 0.85) 25%, white 50%, rgba(255, 255, 255, 0.85) 75%);background-size:200% 200%;animation:RjCP3 2s infinite linear}.N2Sp_ .oGqUs{display:grid;gap:10px;grid-template-columns:250px 1fr}.N2Sp_ .oGqUs .RP6ci{height:22px;width:150px;background:var(--text-color);border-radius:4px;justify-self:end}.N2Sp_ .oGqUs .x86CH{height:16px;margin:1px 0;width:250px;background:var(--hint-color);border-radius:4px}.N2Sp_ .oGqUs ._nDyI{height:32px;background:var(--hint-color);border-radius:4px;width:100%}.N2Sp_ .oGqUs .qz95B,.N2Sp_ .oGqUs .CgV75{max-width:155px}.N2Sp_ .oGqUs .V2_59{max-width:195px}.N2Sp_ .oGqUs .svexl,.N2Sp_ .oGqUs .tVgV_{height:500px}.N2Sp_ .oGqUs .p6DdN,.N2Sp_ .oGqUs .v4ms2{max-width:220px}.N2Sp_ .oGqUs .xDbZ7,.N2Sp_ .oGqUs .QnHsl{height:54px}.N2Sp_ .N52VY{display:grid;grid-template-columns:0fr 0fr;gap:calc(var(--grid-gap) / 2);padding:12px 0 20px 0;margin-left:260px}.N2Sp_ .N52VY .kB2HW{height:32px;width:130px;background:var(--hint-color);border-radius:4px}.N2Sp_ .N52VY .kB2HW:first-child{background:var(--text-color)}:root.root--special .N2Sp_::before{background-image:linear-gradient(90deg, transparent 25%, var(--special-background-color) 50%, transparent 75%)}:root.root--special .N2Sp_ .oGqUs .RP6ci,:root.root--special .N2Sp_ .oGqUs .x86CH,:root.root--special .N2Sp_ .oGqUs ._nDyI{background:var(--special-text-color)}:root.root--special .N2Sp_ .N52VY .kB2HW{background:var(--special-text-color)}@media screen and (max-width: 767px){.N2Sp_ .oGqUs{grid-template-columns:1fr}.N2Sp_ .oGqUs .RP6ci{justify-self:start;margin-top:0}.N2Sp_ .N52VY{margin-left:0}}@keyframes RjCP3{0%{background-position:100% 50%}100%{background-position:-100% 50%}}
.Ppjx0{--spacing: calc(var(--gap, 16px) / 2);--offset: calc(0px - var(--spacing));display:grid;gap:7px;transition:padding .3s ease-in-out,background-color .3s ease-in-out;padding:0 var(--spacing);margin:0 var(--offset);overflow:hidden}.yOKO9{padding:var(--spacing);background:var(--light-gray-color);border-radius:4px}.Ppjx0:not(.yOKO9)>*:not(:first-child){display:none}
.Hk8tV{font-size:calc(14rem / var(--initial-font-multiplier));margin:.5rem;padding:1rem;background:var(--light-color);border-radius:4px;border:1px solid var(--border-color)}
.thl51{display:inline-flex;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.thl51 .bbWu_{position:absolute;-webkit-appearance:none;-moz-appearance:none;appearance:none;opacity:0}.thl51 .bbWu_:checked+.yHonC{box-shadow:inset 0 0 0 2px var(--primary-color);background:#fff}.thl51 .bbWu_:checked+.yHonC ._Hu8r .ta9Q1{fill:var(--primary-color);stroke:var(--primary-color)}.thl51 .bbWu_:checked+.yHonC ._Hu8r .n3mb7{stroke:#fff}.thl51 .bbWu_:disabled+.yHonC{color:var(--disabled-color);cursor:default}.thl51 .bbWu_:disabled+.yHonC ._Hu8r .ta9Q1{stroke:var(--disabled-color)}.thl51 .bbWu_:disabled:checked+.yHonC{box-shadow:inset 0 0 0 2px var(--disabled-color)}.thl51 .bbWu_:disabled:checked+.yHonC ._Hu8r .ta9Q1{fill:var(--disabled-color)}.thl51 .bbWu_:disabled:checked+.yHonC ._Hu8r .n3mb7{stroke:#fff}.thl51 .bbWu_:focus+.yHonC{background:#e6e6eb}.thl51 .yHonC{flex:1;display:inline-flex;align-items:center;background:#f4f4f6;padding:6px 14px;cursor:pointer;border-radius:4px}.thl51 .yHonC ._Hu8r{min-width:20px;width:20px;height:20px;margin-right:14px}.thl51 .yHonC ._Hu8r .ta9Q1{fill:none;stroke:var(--text-color);width:18px;height:18px;stroke-width:2px}.thl51 .yHonC ._Hu8r .n3mb7{stroke-width:3px;stroke:transparent;fill:none}.thl51:active .yHonC{background:#d7d7df}.QBChw .bbWu_:checked+.yHonC{box-shadow:none;background:transparent}.QBChw .bbWu_:focus+.yHonC{background:transparent}.QBChw .yHonC{background:transparent;padding:6px 0}.QBChw .yHonC ._Hu8r .ta9Q1{stroke:#d9d9de;stroke-width:1px}.QBChw:active .yHonC{background:transparent}:root.root--special .thl51 .bbWu_:checked+.yHonC{box-shadow:inset 0 0 0 2px var(--special-text-color);background:var(--special-background-color)}:root.root--special .thl51 .bbWu_:checked+.yHonC ._Hu8r .ta9Q1{fill:var(--special-text-color);stroke:var(--special-text-color)}:root.root--special .thl51 .bbWu_:checked+.yHonC ._Hu8r .n3mb7{stroke:var(--special-background-color)}:root.root--special .thl51 .yHonC{background:var(--special-background-color)}:root.root--special .thl51 .yHonC ._Hu8r .ta9Q1{stroke:var(--special-text-color)}:root.root--special .QBChw .bbWu_:checked+.yHonC{box-shadow:none;background:transparent}@media(hover: hover){.thl51:hover .yHonC{background:#e6e6eb}.thl51:hover input:disabled+.yHonC{background:#f4f4f6}.QBChw:hover input+.yHonC,.QBChw:hover input:disabled+.yHonC{background:transparent}}
.e__aH{--default-spacing: calc(var(--grid-gap) / 2);display:flex;align-items:center;position:fixed;bottom:0;left:0;right:0;top:0;background-color:rgba(0,0,0,.8);z-index:10000;padding:var(--default-spacing);animation:uPKf8 .25s ease-out}._6aSj{--dialog-width: 50vw;--dialog-height: auto;--dialog-border-radius: 3px;min-width:var(--dialog-width);max-width:var(--dialog-width);min-height:var(--dialog-height);margin:0 auto;max-height:100%;display:flex;flex-direction:column;animation:tpuwD .25s ease-out}.x30h7{--spacing: calc(var(--default-spacing) / 2);flex:1;max-height:100%;overflow:hidden;display:flex;flex-direction:column;background:var(--light-color);border-radius:var(--dialog-border-radius);box-shadow:1px 1px 3px 1px var(--box-shadow-color)}.jfN9c{border-bottom:1px solid var(--separate-border-color);box-shadow:0 1px 2px 1px var(--box-shadow-color);display:flex}.KWer_{padding:var(--spacing);flex:1}.bSMq_{padding:calc(var(--spacing) / 2)}.HgYZ7{color:var(--text-color)}.O649s{padding:var(--spacing);overflow-y:auto;height:100%;flex:1}.ZsYf9{display:flex;justify-content:flex-end;padding:calc(var(--spacing) / 2)}.ZsYf9 button~button{margin-left:calc(var(--spacing) / 2)}@keyframes uPKf8{from{opacity:0}}@keyframes tpuwD{from{transform:translateY(100vh)}}@media screen and (min-width: 736px)and (max-width: 1087px){._6aSj{--dialog-width: 600px}}@media screen and (max-width: 735px){.e__aH{padding:0}._6aSj{--dialog-width: 100%;--dialog-border-radius: 0;--dialog-height: 100%}.ZsYf9{display:grid;justify-content:unset;gap:var(--spacing)}._6aSj button~button{margin-left:0}}@media screen and (max-width: 359px){.x30h7{--spacing: var(--default-spacing)}.ZsYf9{display:grid;justify-content:unset;gap:calc(var(--spacing) / 2)}}
.OS4Jd{margin:0 auto;max-height:100%;position:relative}.OS4Jd::before{content:"";display:block;padding-top:100%}.vgDKb{animation:_QzG6 2s linear infinite;bottom:0;height:100%;left:0;margin:auto;position:absolute;right:0;top:0;transform-origin:center center;width:100%}.cWEXE{animation:_9Ilq 1.5s ease-in-out infinite;stroke-dasharray:1,200;stroke-dashoffset:0;stroke-linecap:round}:root.root--special .OS4Jd{--primary-color: var(--special-text-color)}@keyframes _QzG6{100%{transform:rotate(360deg)}}@keyframes _9Ilq{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}
.kq1e2{--captcha-width: 144px;--captcha-height: 32px;display:grid;gap:10px;grid-template-columns:-webkit-max-content 1fr;grid-template-columns:max-content 1fr}.kq1e2 .ptEUk{display:flex;position:relative;width:var(--captcha-width);height:var(--captcha-height);background:#fff}.kq1e2 .ptEUk ._wGQ0{width:var(--captcha-width);height:var(--captcha-height)}.kq1e2 .ptEUk .O8DFI{position:absolute;left:0;top:0;background:#fff;width:100% !important}.kq1e2 .ptEUk .DTsK9{position:absolute;left:0;top:0;bottom:0;right:0;width:100%;height:auto;display:none}.kq1e2 .ptEUk:hover ._wGQ0{opacity:0}.kq1e2 .ptEUk:hover .DTsK9{display:block}:root.root--special .kq1e2 .ptEUk .O8DFI{background:var(--special-background-color);border-color:var(--special-text-color)}
.HcAmG{margin:20px 0}.cjFm0{height:32px;border-radius:4px;border:1px solid var(--border-color)}._bYvE{overflow-y:auto;overflow-x:hidden}._bYvE .base-buttons{padding:0 !important;margin:0 !important}.xhtqJ{background:#fff;padding:var(--grid-gap)}.WfBCw{overflow-y:auto}.xhtqJ h2{display:flex;justify-content:space-between}.xhtqJ h2 ._Z36h{border:none;background:transparent;cursor:pointer}.xhtqJ ._gKD8{display:grid;gap:calc(var(--grid-gap) / 2);grid-template-columns:repeat(2, -webkit-max-content);grid-template-columns:repeat(2, max-content)}._Sodv{display:grid;gap:4px 10px;grid-template-columns:1fr -webkit-max-content;grid-template-columns:1fr max-content}.CmL1E{font-size:calc(14rem/var(--initial-font-multiplier))}:root.root--special .xhtqJ{background-color:var(--special-background-color)}@media screen and (max-width: 735px){.xhtqJ ._gKD8{grid-template-columns:1fr}}@media screen and (max-width: 519px){._Sodv{grid-template-columns:1fr}}@media screen and (min-width: 768px)and (max-width: 1369px){._Sodv{grid-template-columns:1fr}}

/* End */


/* Start:/local/templates/g2/components/openregion/news.list/workers/style.css?16268644181140*/
.worker {
  --content-spacing: 10px;
}

@media screen and (max-width: 735px) {
  .worker__content-wrapper {
    padding: 0;
  }
}

.worker__people {
  --image-offset: 10px;
  padding: var(--content-spacing) 0;
  display: flex;
  flex-wrap: nowrap;
}

.worker__people-photo {
  margin-top: calc(0px - var(--image-offset));
  height: 113px;
  width: auto;
  border-radius: 4px;
}

.worker__people-name {
  margin-left: 20px;
  font-weight: bold;
}

@media (hover: hover) {
  .worker__people:hover .worker__people-name {
    color: var(--primary-color-hover);
  }

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

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

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

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

.worker__department > a:not(:last-of-type)::after {
  content: ' / '
}

.worker__contacts {
  line-height: 1.7;
}

.worker__schedule {
  margin-top: 12px;
}

.meta__item {
  white-space: nowrap;
}

/* End */


/* Start:/local/templates/g2/css/list.css?16227172431081*/
.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:hover {
  border: none;
}

.list__photo-image {
  border-radius: 4px;
  width: 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-image {
    width: 100%;
  }
}

/* End */


/* Start:/local/templates/g2/components/openregion/news.tabs/.default/style.css?16181965701483*/
/*TODO: Если что-то меняешь, загляни в local/templates/g2/components/openregion/news/opendata/openregion/news.detail/.default/src/view/components/csv-tabs/styles.scss */

.tabs {
  display: grid;
}

.tabs__header {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  grid-row: 1;
  flex-wrap: wrap;
}

.tabs__label {
  position: relative;
  margin: 5px 30px 5px 0;
  padding: 0;
}

.tabs__label:last-child {
  margin-right: 0;
}

.tabs__label-button {
  background: none;
  font-size: calc(16rem / var(--initial-font-multiplier));
  color: hsl(240, 9%, 45%);
  border: 0;
  padding: 18px 0;
  cursor: pointer;
}

.tabs__label-button:hover,
.tabs__label-button:focus {
  color: var(--text-color);
}

.tabs__label::after {
  content: '';
  display: block;
  position: absolute;
  background: var(--primary-color);
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  right: 0;
  transition: transform ease 0.15s;
}

.tabs__label--active:not(:hover)::after {
  transform: scaleX(1);
}

.tabs__label--active .tabs__label-button {
  color: var(--primary-color);
}

.tabs__body {
  list-style-type: none;
  margin: 0;
  padding: 0;
  grid-row: 2;
}

.tabs__item {
  margin: 0;
  padding: 0;
  display: none;
}

.tabs__item--active {
  display: block;
}

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

:root.root--special .tabs__label--active::after {
  background-color: var(--special-text-color);
}

/* End */


/* Start:/local/templates/g2/components/openregion/news.filter/documents-section/style.css?16293577973235*/
.content .jzVwP{font-size:calc(16rem/var(--initial-font-multiplier))}.content .jzVwP input[type=text]{font-size:calc(16rem/var(--initial-font-multiplier))}.content .jzVwP .date-picker{border:1px solid #d9d9de;border-radius:4px;height:48px}.content .jzVwP .date-picker>input[type=text]{padding:0 var(--grid-gap) 0 calc(var(--grid-gap) / 2)}
.HMQ7N{width:100%}.HMQ7N .jVVYU{color:var(--text-color-light-gray);margin-bottom:8px;font-size:calc(16rem/var(--initial-font-multiplier))}:root.root--special .HMQ7N .jVVYU{color:var(--special-text-color)}
.OS4Jd{margin:0 auto;max-height:100%;position:relative}.OS4Jd::before{content:"";display:block;padding-top:100%}.vgDKb{animation:_QzG6 2s linear infinite;bottom:0;height:100%;left:0;margin:auto;position:absolute;right:0;top:0;transform-origin:center center;width:100%}.cWEXE{animation:_9Ilq 1.5s ease-in-out infinite;stroke-dasharray:1,200;stroke-dashoffset:0;stroke-linecap:round}:root.root--special .OS4Jd{--primary-color: var(--special-text-color)}@keyframes _QzG6{100%{transform:rotate(360deg)}}@keyframes _9Ilq{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}
.In33J{height:32px;overflow:hidden;max-width:calc(100vw - var(--grid-gap))}.In33J ._mYDU{position:relative;margin:-5px;display:flex;flex-wrap:nowrap}.In33J ._mYDU .P92mL{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}.In33J ._mYDU .B9HU6{background:var(--primary-color);color:#fff}.In33J ._mYDU .P92mL>input[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;opacity:0;position:absolute}.In33J ._mYDU .P92mL>span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:0 12px}.In33J ._mYDU .qkEp1{margin:5px}.In33J ._mYDU .CGD6o{position:absolute;top:5px;right:5px;box-shadow:0 0 0 5px #fff}.In33J ._mYDU .CGD6o:before{content:"";display:block;width:110px;height:32px;background-image:linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 100%);position:absolute;left:-111px;pointer-events:none}.In33J ._mYDU ._VyX2{color:var(--primary-color);margin:0 0 0 12px}.uWYko{height:auto}.uWYko ._mYDU{flex-wrap:wrap}:root.root--special .In33J ._mYDU .P92mL{color:var(--special-text-color);border-color:var(--special-text-color)}:root.root--special .In33J ._mYDU .B9HU6{background-color:var(--special-text-color);color:var(--special-background-color)}:root.root--special .In33J ._mYDU .CGD6o{box-shadow:none}:root.root--special .In33J ._mYDU .CGD6o:before{display:none}:root.root--special .In33J ._mYDU ._VyX2{color:var(--special-text-color)}@media(hover: hover){.In33J ._mYDU .P92mL:hover{background:var(--primary-color-hover);color:#fff;text-decoration:none}:root.root--special .In33J ._mYDU .P92mL:hover{background-color:var(--special-text-color);color:var(--special-background-color)}}
.JKhyy{display:grid;gap:calc(var(--grid-gap) / 2) var(--grid-gap);margin:var(--grid-gap) 0;grid-template-columns:1fr}

/* End */


/* Start:/local/templates/g2/components/openregion/news.filter/documents/style.css?162935779717691*/
.content .jzVwP{font-size:calc(16rem/var(--initial-font-multiplier))}.content .jzVwP input[type=text]{font-size:calc(16rem/var(--initial-font-multiplier))}.content .jzVwP .date-picker{border:1px solid #d9d9de;border-radius:4px;height:48px}.content .jzVwP .date-picker>input[type=text]{padding:0 var(--grid-gap) 0 calc(var(--grid-gap) / 2)}
.HMQ7N{width:100%}.HMQ7N .jVVYU{color:var(--text-color-light-gray);margin-bottom:8px;font-size:calc(16rem/var(--initial-font-multiplier))}:root.root--special .HMQ7N .jVVYU{color:var(--special-text-color)}
.OS4Jd{margin:0 auto;max-height:100%;position:relative}.OS4Jd::before{content:"";display:block;padding-top:100%}.vgDKb{animation:_QzG6 2s linear infinite;bottom:0;height:100%;left:0;margin:auto;position:absolute;right:0;top:0;transform-origin:center center;width:100%}.cWEXE{animation:_9Ilq 1.5s ease-in-out infinite;stroke-dasharray:1,200;stroke-dashoffset:0;stroke-linecap:round}:root.root--special .OS4Jd{--primary-color: var(--special-text-color)}@keyframes _QzG6{100%{transform:rotate(360deg)}}@keyframes _9Ilq{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}
.In33J{height:32px;overflow:hidden;max-width:calc(100vw - var(--grid-gap))}.In33J ._mYDU{position:relative;margin:-5px;display:flex;flex-wrap:nowrap}.In33J ._mYDU .P92mL{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}.In33J ._mYDU .B9HU6{background:var(--primary-color);color:#fff}.In33J ._mYDU .P92mL>input[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;opacity:0;position:absolute}.In33J ._mYDU .P92mL>span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:0 12px}.In33J ._mYDU .qkEp1{margin:5px}.In33J ._mYDU .CGD6o{position:absolute;top:5px;right:5px;box-shadow:0 0 0 5px #fff}.In33J ._mYDU .CGD6o:before{content:"";display:block;width:110px;height:32px;background-image:linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 100%);position:absolute;left:-111px;pointer-events:none}.In33J ._mYDU ._VyX2{color:var(--primary-color);margin:0 0 0 12px}.uWYko{height:auto}.uWYko ._mYDU{flex-wrap:wrap}:root.root--special .In33J ._mYDU .P92mL{color:var(--special-text-color);border-color:var(--special-text-color)}:root.root--special .In33J ._mYDU .B9HU6{background-color:var(--special-text-color);color:var(--special-background-color)}:root.root--special .In33J ._mYDU .CGD6o{box-shadow:none}:root.root--special .In33J ._mYDU .CGD6o:before{display:none}:root.root--special .In33J ._mYDU ._VyX2{color:var(--special-text-color)}@media(hover: hover){.In33J ._mYDU .P92mL:hover{background:var(--primary-color-hover);color:#fff;text-decoration:none}:root.root--special .In33J ._mYDU .P92mL:hover{background-color:var(--special-text-color);color:var(--special-background-color)}}
.thl51{display:inline-flex;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.thl51 .bbWu_{position:absolute;-webkit-appearance:none;-moz-appearance:none;appearance:none;opacity:0}.thl51 .bbWu_:checked+.yHonC{box-shadow:inset 0 0 0 2px var(--primary-color);background:#fff}.thl51 .bbWu_:checked+.yHonC ._Hu8r .ta9Q1{fill:var(--primary-color);stroke:var(--primary-color)}.thl51 .bbWu_:checked+.yHonC ._Hu8r .n3mb7{stroke:#fff}.thl51 .bbWu_:disabled+.yHonC{color:var(--disabled-color);cursor:default}.thl51 .bbWu_:disabled+.yHonC ._Hu8r .ta9Q1{stroke:var(--disabled-color)}.thl51 .bbWu_:disabled:checked+.yHonC{box-shadow:inset 0 0 0 2px var(--disabled-color)}.thl51 .bbWu_:disabled:checked+.yHonC ._Hu8r .ta9Q1{fill:var(--disabled-color)}.thl51 .bbWu_:disabled:checked+.yHonC ._Hu8r .n3mb7{stroke:#fff}.thl51 .bbWu_:focus+.yHonC{background:#e6e6eb}.thl51 .yHonC{flex:1;display:inline-flex;align-items:center;background:#f4f4f6;padding:6px 14px;cursor:pointer;border-radius:4px}.thl51 .yHonC ._Hu8r{min-width:20px;width:20px;height:20px;margin-right:14px}.thl51 .yHonC ._Hu8r .ta9Q1{fill:none;stroke:var(--text-color);width:18px;height:18px;stroke-width:2px}.thl51 .yHonC ._Hu8r .n3mb7{stroke-width:3px;stroke:transparent;fill:none}.thl51:active .yHonC{background:#d7d7df}.QBChw .bbWu_:checked+.yHonC{box-shadow:none;background:transparent}.QBChw .bbWu_:focus+.yHonC{background:transparent}.QBChw .yHonC{background:transparent;padding:6px 0}.QBChw .yHonC ._Hu8r .ta9Q1{stroke:#d9d9de;stroke-width:1px}.QBChw:active .yHonC{background:transparent}:root.root--special .thl51 .bbWu_:checked+.yHonC{box-shadow:inset 0 0 0 2px var(--special-text-color);background:var(--special-background-color)}:root.root--special .thl51 .bbWu_:checked+.yHonC ._Hu8r .ta9Q1{fill:var(--special-text-color);stroke:var(--special-text-color)}:root.root--special .thl51 .bbWu_:checked+.yHonC ._Hu8r .n3mb7{stroke:var(--special-background-color)}:root.root--special .thl51 .yHonC{background:var(--special-background-color)}:root.root--special .thl51 .yHonC ._Hu8r .ta9Q1{stroke:var(--special-text-color)}:root.root--special .QBChw .bbWu_:checked+.yHonC{box-shadow:none;background:transparent}@media(hover: hover){.thl51:hover .yHonC{background:#e6e6eb}.thl51:hover input:disabled+.yHonC{background:#f4f4f6}.QBChw:hover input+.yHonC,.QBChw:hover input:disabled+.yHonC{background:transparent}}
.FEXlK{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}.FEXlK .sd83N{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}.FEXlK .ZXuic{grid-row:2;grid-column:1/-1}@media screen and (max-width: 735px){.FEXlK{grid-template-columns:1fr}.FEXlK .sd83N{gap:12px}}
.JeeaF{color:#666}
._GOJj .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)}._GOJj .react-select__control--is-focused,._GOJj .react-select__control--menu-is-opened,._GOJj .react-select__control--is-focused:hover,._GOJj .react-select__control--menu-is-opened:hover{box-shadow:inset 0 0 0 2px var(--primary-color);border-color:transparent}._GOJj input[type="text"]{height:20px !important}._GOJj .react-select__indicators{margin:0 12px;display:flex;align-items:center}._GOJj .react-select__indicator{padding:0;margin:0}._GOJj .react-select__clear-indicator{width:10px;height:14px;margin-right:5px}._GOJj .react-select__menu{border-radius:3px;box-shadow:0 8px 12px rgba(0,0,0,.25);margin-top:5px;padding:0;animation:_3gCh .2s ease-out;border:1px solid var(--silver-color);border-bottom:none;z-index:2}._GOJj .react-select__option{cursor:pointer;padding:5px 15px;line-height:1.5em;text-align:left}._GOJj .react-select__option:active,._GOJj .react-select__option--is-focused{background-color:var(--light-gray-color);color:var(--text-color)}._GOJj .react-select__option--is-selected{background-color:var(--primary-color);color:#fff}._GOJj .react-select__indicator-separator{display:none}._GOJj .react-select__value-container{padding:0 14px}._GOJj .react-select__multi-value{max-width:260px}:root.root--special ._GOJj .react-select__control{background-color:var(--special-background-color);border-color:var(--special-text-color)}:root.root--special ._GOJj .react-select__control--is-focused,:root.root--special ._GOJj .react-select__control--menu-is-opened,:root.root--special ._GOJj .react-select__control--is-focused:hover,:root.root--special ._GOJj .react-select__control--menu-is-opened:hover{box-shadow:inset 0 0 0 2px var(--special-text-color);border-color:transparent}:root.root--special ._GOJj .react-select__menu{box-shadow:none;border:1px solid var(--special-text-color)}:root.root--special ._GOJj .react-select__menu-list{background-color:var(--special-background-color)}:root.root--special ._GOJj .react-select__option:active,:root.root--special ._GOJj .react-select__option--is-focused,:root.root--special ._GOJj .react-select__option--is-selected{background-color:var(--special-text-color);color:var(--special-background-color)}:root.root--special ._GOJj .react-select__single-value,:root.root--special ._GOJj .react-select__indicator,:root.root--special ._GOJj .react-select__menu-notice,:root.root--special ._GOJj .react-select__placeholder{color:var(--special-text-color)}:root.root--special ._GOJj .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 ._GOJj .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 _3gCh{from{opacity:0;margin-top:10px}}
._uK2G{font-family:Arial,Helvetica,sans-serif;border:1px solid #bfbfbf;display:inline-flex;max-width:155px;height:40px;position:relative;box-sizing:border-box;letter-spacing:normal}._nSOF{max-width:195px}._uK2G ._4lYm{margin:0;padding:0 0 0 10px;background:transparent;border:none !important;font-size:16px;min-width:0;height:auto !important}._uK2G .zoPoF{background:transparent;border:none;margin:0;padding:0 10px;color:#a6a6a6;cursor:pointer;position:absolute;top:0;right:0;bottom:0}._ReN_{position:absolute;width:220px;box-shadow:0 5px 20px rgba(0,0,0,.1);background:#fff;border:1px solid rgba(0,0,0,.07);top:calc(100% + 1px);left:-1px;z-index:100;padding:4px;border-radius:2px;animation:X8EbU .25s ease-out;display:flex;flex-direction:column}._pdXo{position:fixed;z-index:999999}._ReN_ .wypqq{display:flex;align-items:center;justify-content:space-between;padding:4px 0}._ReN_ .wypqq ._WzLH,._ReN_ .wypqq .srOlV{color:#bfbfbf;width:15px;height:25px;border:none;border-radius:3px;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;margin:0}._ReN_ .wypqq ._WzLH:hover,._ReN_ .wypqq .srOlV:hover{background:#f2f2f2}._ReN_ .wypqq .J1T3I,._ReN_ .wypqq .vBoIF{padding:0 5px !important;height:25px !important;min-width:0;flex:1;font-size:16px !important;text-align:center;border-radius:3px;border:none;background:transparent;cursor:pointer}._ReN_ .wypqq .J1T3I:hover,._ReN_ .wypqq .vBoIF:hover{background:#f2f2f2}._ReN_ .wypqq .J1T3I{-webkit-appearance:listbox;-moz-appearance:listbox;appearance:listbox;text-transform:capitalize}._ReN_ .wypqq .vBoIF{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}._ReN_ .wypqq .vBoIF::-webkit-outer-spin-button,._ReN_ .wypqq .vBoIF::-webkit-inner-spin-button{-webkit-appearance:none;appearance:none}:root.root--special ._uK2G ._ReN_{background-color:var(--special-background-color);color:var(--special-text-color);border:1px solid var(--special-text-color)}:root.root--special ._uK2G ._ReN_ .wypqq ._WzLH,:root.root--special ._uK2G ._ReN_ .wypqq .srOlV{background-color:var(--special-background-color);color:var(--special-text-color);border:1px solid var(--special-text-color)}:root.root--special ._uK2G ._ReN_ .wypqq .J1T3I,:root.root--special ._uK2G ._ReN_ .wypqq .vBoIF{background-color:var(--special-background-color);color:var(--special-text-color)}@media(hover: hover){:root.root--special ._uK2G ._ReN_ .wypqq ._WzLH:hover,:root.root--special ._uK2G ._ReN_ .wypqq .srOlV:hover{color:var(--special-background-color);background-color:var(--special-text-color)}}@keyframes X8EbU{from{opacity:0;margin-top:10px}}
.t5j_C{display:grid;grid-template-columns:repeat(3, 1fr);grid-template-rows:repeat(4, 1fr);flex:1 185px;height:185px}.t5j_C .WlQIY{border:none;background:transparent;border-radius:3px;font-size:13px;padding:0;margin:0;text-transform:capitalize;cursor:pointer}.t5j_C .WlQIY:hover{background:#f2f2f2}:root.root--special .t5j_C .WlQIY{background-color:var(--special-background-color);color:var(--special-text-color)}@media(hover: hover){.t5j_C .WlQIY:hover{background:#f2f2f2}:root.root--special .t5j_C .WlQIY:hover{color:var(--special-background-color);background-color:var(--special-text-color)}}
.NdtVE{display:flex;flex-direction:column;flex:1 185px;height:185px}.NdtVE ._TxTh{display:grid;grid-template-columns:repeat(7, 1fr);background:#f2f2f2;font-size:10px;height:15px;align-items:center;margin:4px 0;text-transform:capitalize}.NdtVE ._TxTh .j_GYT{text-align:center;color:gray}.NdtVE .Pv_FE{display:grid;grid-template-columns:repeat(7, 1fr);flex:1;height:100%}.NdtVE .Pv_FE .WZsAZ{border:none;background:transparent;border-radius:3px;font-size:13px;padding:0;margin:0;text-transform:capitalize;cursor:pointer}.NdtVE .Pv_FE .VNzxc{color:red}.NdtVE .Pv_FE .XGnDw{color:#bfbfbf}.NdtVE .Pv_FE .m6eFw{background:#f2f2f2}.NdtVE .Pv_FE .WZsAZ:hover{background:#f2f2f2 !important}.NdtVE .Pv_FE:hover .m6eFw{background:inherit}:root.root--special .NdtVE ._TxTh{background:var(--special-background-color)}:root.root--special .NdtVE ._TxTh .j_GYT{color:var(--special-text-color)}:root.root--special .NdtVE .Pv_FE .WZsAZ{color:var(--special-text-color)}:root.root--special .NdtVE .Pv_FE .VNzxc,:root.root--special .NdtVE .Pv_FE .XGnDw{color:var(--special-text-color)}:root.root--special .NdtVE .Pv_FE .m6eFw{background:var(--special-text-color);color:var(--special-background-color)}:root.root--special .NdtVE .Pv_FE .WZsAZ:hover{background:var(--special-text-color) !important;color:var(--special-background-color)}:root.root--special .NdtVE .Pv_FE:hover .m6eFw{background:inherit;color:var(--special-text-color)}
.gBh93{margin-top:8px}.gBh93 .Zc0vp{display:flex;align-items:center;justify-content:space-between;padding:4px;color:#bfbfbf;border-top:1px solid #f2f2f2;border-bottom:1px solid #f2f2f2}.gBh93 .Zc0vp>div{flex:1;display:flex;align-items:center;justify-content:center;font-size:12px;min-width:0}.gBh93 .Zc0vp>div:first-child{justify-content:flex-start}.gBh93 .Zc0vp>div:last-child{justify-content:flex-end}.gBh93 .Zc0vp input[type=number].mYCaP{padding:0 5px;height:25px;min-width:0;font-size:16px;text-align:center;border-radius:3px;border:none;background:transparent;cursor:pointer;margin:0;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield;flex:0 35px}.gBh93 .Zc0vp input[type=number].mYCaP::-webkit-outer-spin-button,.gBh93 .Zc0vp input[type=number].mYCaP::-webkit-inner-spin-button{-webkit-appearance:none;appearance:none}.gBh93 .Zc0vp input[type=number].mYCaP:hover{background:#f2f2f2}.gBh93 .Zc0vp .Ij5R_{color:#bfbfbf;width:18px;height:18px;border:none;border-radius:3px;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;margin:0}.gBh93 .Zc0vp .Ij5R_:hover{background:#f2f2f2}.gBh93 .Zc0vp .EtzyW{flex:1;background:transparent;border:none;cursor:pointer;color:#bfbfbf;font-size:12px;line-height:10px}.gBh93 .Zc0vp .EtzyW:hover{color:gray}.gBh93 .yyZH5{display:flex;align-items:center;justify-content:center;padding:4px 0 0 0}.gBh93 .yyZH5 ._l5Xb{height:25px;border:none;border-radius:3px;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0 10px;margin:0;font-size:13px;font-family:inherit}.gBh93 .yyZH5 ._l5Xb:hover{background:#f2f2f2}:root.root--special .gBh93 .Zc0vp{color:var(--special-text-color);border-color:var(--special-text-color)}:root.root--special .gBh93 .Zc0vp input[type=number].mYCaP{background-color:var(--special-background-color);color:var(--special-text-color)}:root.root--special .gBh93 .Zc0vp .Ij5R_{color:var(--special-text-color)}:root.root--special .gBh93 .Zc0vp .Ij5R_:hover{background-color:var(--special-text-color);color:var(--special-background-color)}:root.root--special .gBh93 .Zc0vp .EtzyW{color:var(--special-text-color)}:root.root--special .gBh93 .yyZH5 ._l5Xb{background-color:var(--special-background-color);color:var(--special-text-color)}:root.root--special .gBh93 .yyZH5 ._l5Xb:hover{background-color:var(--special-text-color);color:var(--special-background-color)}
.LxWxH{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)}.LxWxH .rcKii,.LxWxH ._dGOO,.LxWxH .Zhqho{grid-column:1/-1}.LxWxH .Zhqho{display:grid;gap:calc(var(--grid-gap) / 2) var(--grid-gap);grid-template-columns:1fr -webkit-max-content;grid-template-columns:1fr max-content}.LxWxH .Zhqho>div{display:grid;gap:calc(var(--grid-gap) / 2) var(--grid-gap);grid-template-columns:-webkit-max-content -webkit-max-content;grid-template-columns:max-content max-content}.LxWxH input[type=text]{width:100%}.LxWxH .wFzHr{display:grid;gap:12px 20px;align-items:center;grid-template-columns:repeat(auto-fit, minmax(0, 1fr))}.LxWxH .wFzHr .NFa5e{max-width:100%}.LxWxH .wFzHr .NFa5e+.NFa5e:before{content:"–";color:var(--text-color-light-gray);font-size:calc(14rem/var(--initial-font-multiplier));position:absolute;left:-15px;top:15px}.LxWxH .fhf3t .react-select__control{min-height:48px;border-color:#d9d9de}:root.root--special .LxWxH{border-color:var(--special-text-color)}:root.root--special .LxWxH .wFzHr .NFa5e+.NFa5e:before{color:var(--special-text-color)}@media screen and (max-width: 896px){.LxWxH{grid-template-columns:1fr}}@media screen and (max-width: 520px){.LxWxH .wFzHr{grid-template-columns:1fr}.LxWxH .wFzHr .NFa5e+.NFa5e:before{display:none}.LxWxH .Zhqho{grid-template-columns:1fr}.LxWxH .Zhqho>div{grid-template-columns:1fr 1fr}}

/* End */


/* Start:/local/templates/g2/components/openregion/news.list/documents/style.css?1618196570595*/
.list__item--documents {
  grid-template-columns: 1fr;
}

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

.list__foot > * {
  margin-top: 12px;
}

.list__download {
  display: flex;
  align-items: center;
  margin-right: 6px;
}

.list__badges {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
}

.list__badges .badge {
  margin: 2px 4px;
}

.list__item--documents .admin-area {
  margin-left: inherit;
}

.list__group-title {
  margin: 50px 0 20px 0;
}

.list__group-title:first-child {
  margin-top: 0;
}

/* 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 */


/* Start:/local/templates/g2/css/list-header.css?1618196576167*/
.list__header {
  display: grid;
  gap: 10px 20px;
  grid-template-columns: repeat(auto-fit, minmax(0, max-content));
  justify-content: flex-end;
  margin: 20px 0;
}

/* End */


/* Start:/local/templates/g2/components/openregion/news.filter/news/style.css?162935779817654*/
.content .jzVwP{font-size:calc(16rem/var(--initial-font-multiplier))}.content .jzVwP input[type=text]{font-size:calc(16rem/var(--initial-font-multiplier))}.content .jzVwP .date-picker{border:1px solid #d9d9de;border-radius:4px;height:48px}.content .jzVwP .date-picker>input[type=text]{padding:0 var(--grid-gap) 0 calc(var(--grid-gap) / 2)}
.HMQ7N{width:100%}.HMQ7N .jVVYU{color:var(--text-color-light-gray);margin-bottom:8px;font-size:calc(16rem/var(--initial-font-multiplier))}:root.root--special .HMQ7N .jVVYU{color:var(--special-text-color)}
.OS4Jd{margin:0 auto;max-height:100%;position:relative}.OS4Jd::before{content:"";display:block;padding-top:100%}.vgDKb{animation:_QzG6 2s linear infinite;bottom:0;height:100%;left:0;margin:auto;position:absolute;right:0;top:0;transform-origin:center center;width:100%}.cWEXE{animation:_9Ilq 1.5s ease-in-out infinite;stroke-dasharray:1,200;stroke-dashoffset:0;stroke-linecap:round}:root.root--special .OS4Jd{--primary-color: var(--special-text-color)}@keyframes _QzG6{100%{transform:rotate(360deg)}}@keyframes _9Ilq{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}
.In33J{height:32px;overflow:hidden;max-width:calc(100vw - var(--grid-gap))}.In33J ._mYDU{position:relative;margin:-5px;display:flex;flex-wrap:nowrap}.In33J ._mYDU .P92mL{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}.In33J ._mYDU .B9HU6{background:var(--primary-color);color:#fff}.In33J ._mYDU .P92mL>input[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;opacity:0;position:absolute}.In33J ._mYDU .P92mL>span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:0 12px}.In33J ._mYDU .qkEp1{margin:5px}.In33J ._mYDU .CGD6o{position:absolute;top:5px;right:5px;box-shadow:0 0 0 5px #fff}.In33J ._mYDU .CGD6o:before{content:"";display:block;width:110px;height:32px;background-image:linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 100%);position:absolute;left:-111px;pointer-events:none}.In33J ._mYDU ._VyX2{color:var(--primary-color);margin:0 0 0 12px}.uWYko{height:auto}.uWYko ._mYDU{flex-wrap:wrap}:root.root--special .In33J ._mYDU .P92mL{color:var(--special-text-color);border-color:var(--special-text-color)}:root.root--special .In33J ._mYDU .B9HU6{background-color:var(--special-text-color);color:var(--special-background-color)}:root.root--special .In33J ._mYDU .CGD6o{box-shadow:none}:root.root--special .In33J ._mYDU .CGD6o:before{display:none}:root.root--special .In33J ._mYDU ._VyX2{color:var(--special-text-color)}@media(hover: hover){.In33J ._mYDU .P92mL:hover{background:var(--primary-color-hover);color:#fff;text-decoration:none}:root.root--special .In33J ._mYDU .P92mL:hover{background-color:var(--special-text-color);color:var(--special-background-color)}}
.thl51{display:inline-flex;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.thl51 .bbWu_{position:absolute;-webkit-appearance:none;-moz-appearance:none;appearance:none;opacity:0}.thl51 .bbWu_:checked+.yHonC{box-shadow:inset 0 0 0 2px var(--primary-color);background:#fff}.thl51 .bbWu_:checked+.yHonC ._Hu8r .ta9Q1{fill:var(--primary-color);stroke:var(--primary-color)}.thl51 .bbWu_:checked+.yHonC ._Hu8r .n3mb7{stroke:#fff}.thl51 .bbWu_:disabled+.yHonC{color:var(--disabled-color);cursor:default}.thl51 .bbWu_:disabled+.yHonC ._Hu8r .ta9Q1{stroke:var(--disabled-color)}.thl51 .bbWu_:disabled:checked+.yHonC{box-shadow:inset 0 0 0 2px var(--disabled-color)}.thl51 .bbWu_:disabled:checked+.yHonC ._Hu8r .ta9Q1{fill:var(--disabled-color)}.thl51 .bbWu_:disabled:checked+.yHonC ._Hu8r .n3mb7{stroke:#fff}.thl51 .bbWu_:focus+.yHonC{background:#e6e6eb}.thl51 .yHonC{flex:1;display:inline-flex;align-items:center;background:#f4f4f6;padding:6px 14px;cursor:pointer;border-radius:4px}.thl51 .yHonC ._Hu8r{min-width:20px;width:20px;height:20px;margin-right:14px}.thl51 .yHonC ._Hu8r .ta9Q1{fill:none;stroke:var(--text-color);width:18px;height:18px;stroke-width:2px}.thl51 .yHonC ._Hu8r .n3mb7{stroke-width:3px;stroke:transparent;fill:none}.thl51:active .yHonC{background:#d7d7df}.QBChw .bbWu_:checked+.yHonC{box-shadow:none;background:transparent}.QBChw .bbWu_:focus+.yHonC{background:transparent}.QBChw .yHonC{background:transparent;padding:6px 0}.QBChw .yHonC ._Hu8r .ta9Q1{stroke:#d9d9de;stroke-width:1px}.QBChw:active .yHonC{background:transparent}:root.root--special .thl51 .bbWu_:checked+.yHonC{box-shadow:inset 0 0 0 2px var(--special-text-color);background:var(--special-background-color)}:root.root--special .thl51 .bbWu_:checked+.yHonC ._Hu8r .ta9Q1{fill:var(--special-text-color);stroke:var(--special-text-color)}:root.root--special .thl51 .bbWu_:checked+.yHonC ._Hu8r .n3mb7{stroke:var(--special-background-color)}:root.root--special .thl51 .yHonC{background:var(--special-background-color)}:root.root--special .thl51 .yHonC ._Hu8r .ta9Q1{stroke:var(--special-text-color)}:root.root--special .QBChw .bbWu_:checked+.yHonC{box-shadow:none;background:transparent}@media(hover: hover){.thl51:hover .yHonC{background:#e6e6eb}.thl51:hover input:disabled+.yHonC{background:#f4f4f6}.QBChw:hover input+.yHonC,.QBChw:hover input:disabled+.yHonC{background:transparent}}
._rD97{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}._rD97 ._PhN9{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}._rD97 ._D5ak{grid-row:2;grid-column:1/-1}@media screen and (max-width: 735px){._rD97{grid-template-columns:1fr}._rD97 ._PhN9{gap:12px}}
.JeeaF{color:#666}
._GOJj .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)}._GOJj .react-select__control--is-focused,._GOJj .react-select__control--menu-is-opened,._GOJj .react-select__control--is-focused:hover,._GOJj .react-select__control--menu-is-opened:hover{box-shadow:inset 0 0 0 2px var(--primary-color);border-color:transparent}._GOJj input[type="text"]{height:20px !important}._GOJj .react-select__indicators{margin:0 12px;display:flex;align-items:center}._GOJj .react-select__indicator{padding:0;margin:0}._GOJj .react-select__clear-indicator{width:10px;height:14px;margin-right:5px}._GOJj .react-select__menu{border-radius:3px;box-shadow:0 8px 12px rgba(0,0,0,.25);margin-top:5px;padding:0;animation:_3gCh .2s ease-out;border:1px solid var(--silver-color);border-bottom:none;z-index:2}._GOJj .react-select__option{cursor:pointer;padding:5px 15px;line-height:1.5em;text-align:left}._GOJj .react-select__option:active,._GOJj .react-select__option--is-focused{background-color:var(--light-gray-color);color:var(--text-color)}._GOJj .react-select__option--is-selected{background-color:var(--primary-color);color:#fff}._GOJj .react-select__indicator-separator{display:none}._GOJj .react-select__value-container{padding:0 14px}._GOJj .react-select__multi-value{max-width:260px}:root.root--special ._GOJj .react-select__control{background-color:var(--special-background-color);border-color:var(--special-text-color)}:root.root--special ._GOJj .react-select__control--is-focused,:root.root--special ._GOJj .react-select__control--menu-is-opened,:root.root--special ._GOJj .react-select__control--is-focused:hover,:root.root--special ._GOJj .react-select__control--menu-is-opened:hover{box-shadow:inset 0 0 0 2px var(--special-text-color);border-color:transparent}:root.root--special ._GOJj .react-select__menu{box-shadow:none;border:1px solid var(--special-text-color)}:root.root--special ._GOJj .react-select__menu-list{background-color:var(--special-background-color)}:root.root--special ._GOJj .react-select__option:active,:root.root--special ._GOJj .react-select__option--is-focused,:root.root--special ._GOJj .react-select__option--is-selected{background-color:var(--special-text-color);color:var(--special-background-color)}:root.root--special ._GOJj .react-select__single-value,:root.root--special ._GOJj .react-select__indicator,:root.root--special ._GOJj .react-select__menu-notice,:root.root--special ._GOJj .react-select__placeholder{color:var(--special-text-color)}:root.root--special ._GOJj .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 ._GOJj .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 _3gCh{from{opacity:0;margin-top:10px}}
._uK2G{font-family:Arial,Helvetica,sans-serif;border:1px solid #bfbfbf;display:inline-flex;max-width:155px;height:40px;position:relative;box-sizing:border-box;letter-spacing:normal}._nSOF{max-width:195px}._uK2G ._4lYm{margin:0;padding:0 0 0 10px;background:transparent;border:none !important;font-size:16px;min-width:0;height:auto !important}._uK2G .zoPoF{background:transparent;border:none;margin:0;padding:0 10px;color:#a6a6a6;cursor:pointer;position:absolute;top:0;right:0;bottom:0}._ReN_{position:absolute;width:220px;box-shadow:0 5px 20px rgba(0,0,0,.1);background:#fff;border:1px solid rgba(0,0,0,.07);top:calc(100% + 1px);left:-1px;z-index:100;padding:4px;border-radius:2px;animation:X8EbU .25s ease-out;display:flex;flex-direction:column}._pdXo{position:fixed;z-index:999999}._ReN_ .wypqq{display:flex;align-items:center;justify-content:space-between;padding:4px 0}._ReN_ .wypqq ._WzLH,._ReN_ .wypqq .srOlV{color:#bfbfbf;width:15px;height:25px;border:none;border-radius:3px;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;margin:0}._ReN_ .wypqq ._WzLH:hover,._ReN_ .wypqq .srOlV:hover{background:#f2f2f2}._ReN_ .wypqq .J1T3I,._ReN_ .wypqq .vBoIF{padding:0 5px !important;height:25px !important;min-width:0;flex:1;font-size:16px !important;text-align:center;border-radius:3px;border:none;background:transparent;cursor:pointer}._ReN_ .wypqq .J1T3I:hover,._ReN_ .wypqq .vBoIF:hover{background:#f2f2f2}._ReN_ .wypqq .J1T3I{-webkit-appearance:listbox;-moz-appearance:listbox;appearance:listbox;text-transform:capitalize}._ReN_ .wypqq .vBoIF{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}._ReN_ .wypqq .vBoIF::-webkit-outer-spin-button,._ReN_ .wypqq .vBoIF::-webkit-inner-spin-button{-webkit-appearance:none;appearance:none}:root.root--special ._uK2G ._ReN_{background-color:var(--special-background-color);color:var(--special-text-color);border:1px solid var(--special-text-color)}:root.root--special ._uK2G ._ReN_ .wypqq ._WzLH,:root.root--special ._uK2G ._ReN_ .wypqq .srOlV{background-color:var(--special-background-color);color:var(--special-text-color);border:1px solid var(--special-text-color)}:root.root--special ._uK2G ._ReN_ .wypqq .J1T3I,:root.root--special ._uK2G ._ReN_ .wypqq .vBoIF{background-color:var(--special-background-color);color:var(--special-text-color)}@media(hover: hover){:root.root--special ._uK2G ._ReN_ .wypqq ._WzLH:hover,:root.root--special ._uK2G ._ReN_ .wypqq .srOlV:hover{color:var(--special-background-color);background-color:var(--special-text-color)}}@keyframes X8EbU{from{opacity:0;margin-top:10px}}
.t5j_C{display:grid;grid-template-columns:repeat(3, 1fr);grid-template-rows:repeat(4, 1fr);flex:1 185px;height:185px}.t5j_C .WlQIY{border:none;background:transparent;border-radius:3px;font-size:13px;padding:0;margin:0;text-transform:capitalize;cursor:pointer}.t5j_C .WlQIY:hover{background:#f2f2f2}:root.root--special .t5j_C .WlQIY{background-color:var(--special-background-color);color:var(--special-text-color)}@media(hover: hover){.t5j_C .WlQIY:hover{background:#f2f2f2}:root.root--special .t5j_C .WlQIY:hover{color:var(--special-background-color);background-color:var(--special-text-color)}}
.NdtVE{display:flex;flex-direction:column;flex:1 185px;height:185px}.NdtVE ._TxTh{display:grid;grid-template-columns:repeat(7, 1fr);background:#f2f2f2;font-size:10px;height:15px;align-items:center;margin:4px 0;text-transform:capitalize}.NdtVE ._TxTh .j_GYT{text-align:center;color:gray}.NdtVE .Pv_FE{display:grid;grid-template-columns:repeat(7, 1fr);flex:1;height:100%}.NdtVE .Pv_FE .WZsAZ{border:none;background:transparent;border-radius:3px;font-size:13px;padding:0;margin:0;text-transform:capitalize;cursor:pointer}.NdtVE .Pv_FE .VNzxc{color:red}.NdtVE .Pv_FE .XGnDw{color:#bfbfbf}.NdtVE .Pv_FE .m6eFw{background:#f2f2f2}.NdtVE .Pv_FE .WZsAZ:hover{background:#f2f2f2 !important}.NdtVE .Pv_FE:hover .m6eFw{background:inherit}:root.root--special .NdtVE ._TxTh{background:var(--special-background-color)}:root.root--special .NdtVE ._TxTh .j_GYT{color:var(--special-text-color)}:root.root--special .NdtVE .Pv_FE .WZsAZ{color:var(--special-text-color)}:root.root--special .NdtVE .Pv_FE .VNzxc,:root.root--special .NdtVE .Pv_FE .XGnDw{color:var(--special-text-color)}:root.root--special .NdtVE .Pv_FE .m6eFw{background:var(--special-text-color);color:var(--special-background-color)}:root.root--special .NdtVE .Pv_FE .WZsAZ:hover{background:var(--special-text-color) !important;color:var(--special-background-color)}:root.root--special .NdtVE .Pv_FE:hover .m6eFw{background:inherit;color:var(--special-text-color)}
.gBh93{margin-top:8px}.gBh93 .Zc0vp{display:flex;align-items:center;justify-content:space-between;padding:4px;color:#bfbfbf;border-top:1px solid #f2f2f2;border-bottom:1px solid #f2f2f2}.gBh93 .Zc0vp>div{flex:1;display:flex;align-items:center;justify-content:center;font-size:12px;min-width:0}.gBh93 .Zc0vp>div:first-child{justify-content:flex-start}.gBh93 .Zc0vp>div:last-child{justify-content:flex-end}.gBh93 .Zc0vp input[type=number].mYCaP{padding:0 5px;height:25px;min-width:0;font-size:16px;text-align:center;border-radius:3px;border:none;background:transparent;cursor:pointer;margin:0;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield;flex:0 35px}.gBh93 .Zc0vp input[type=number].mYCaP::-webkit-outer-spin-button,.gBh93 .Zc0vp input[type=number].mYCaP::-webkit-inner-spin-button{-webkit-appearance:none;appearance:none}.gBh93 .Zc0vp input[type=number].mYCaP:hover{background:#f2f2f2}.gBh93 .Zc0vp .Ij5R_{color:#bfbfbf;width:18px;height:18px;border:none;border-radius:3px;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;margin:0}.gBh93 .Zc0vp .Ij5R_:hover{background:#f2f2f2}.gBh93 .Zc0vp .EtzyW{flex:1;background:transparent;border:none;cursor:pointer;color:#bfbfbf;font-size:12px;line-height:10px}.gBh93 .Zc0vp .EtzyW:hover{color:gray}.gBh93 .yyZH5{display:flex;align-items:center;justify-content:center;padding:4px 0 0 0}.gBh93 .yyZH5 ._l5Xb{height:25px;border:none;border-radius:3px;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0 10px;margin:0;font-size:13px;font-family:inherit}.gBh93 .yyZH5 ._l5Xb:hover{background:#f2f2f2}:root.root--special .gBh93 .Zc0vp{color:var(--special-text-color);border-color:var(--special-text-color)}:root.root--special .gBh93 .Zc0vp input[type=number].mYCaP{background-color:var(--special-background-color);color:var(--special-text-color)}:root.root--special .gBh93 .Zc0vp .Ij5R_{color:var(--special-text-color)}:root.root--special .gBh93 .Zc0vp .Ij5R_:hover{background-color:var(--special-text-color);color:var(--special-background-color)}:root.root--special .gBh93 .Zc0vp .EtzyW{color:var(--special-text-color)}:root.root--special .gBh93 .yyZH5 ._l5Xb{background-color:var(--special-background-color);color:var(--special-text-color)}:root.root--special .gBh93 .yyZH5 ._l5Xb:hover{background-color:var(--special-text-color);color:var(--special-background-color)}
._VzDh{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)}._VzDh ._BpZB,._VzDh .v4OMV,._VzDh ._d5Qi{grid-column:1/-1}._VzDh ._d5Qi{display:grid;gap:calc(var(--grid-gap) / 2) var(--grid-gap);grid-template-columns:1fr -webkit-max-content;grid-template-columns:1fr max-content}._VzDh ._d5Qi>div{display:grid;gap:12px;grid-template-columns:-webkit-max-content -webkit-max-content;grid-template-columns:max-content max-content}._VzDh input[type=text]{width:100%}._VzDh .RheEl{display:grid;gap:12px 20px;align-items:center;grid-template-columns:repeat(auto-fit, minmax(0, 1fr))}._VzDh .RheEl .AB2ym{max-width:100%}._VzDh .RheEl .AB2ym+.AB2ym:before{content:"–";color:var(--text-color-light-gray);font-size:calc(14rem/var(--initial-font-multiplier));position:absolute;left:-15px;top:15px}._VzDh .OyQXD .react-select__control{min-height:48px;border-color:#d9d9de}:root.root--special ._VzDh{border-color:var(--special-text-color)}:root.root--special ._VzDh .RheEl .AB2ym+.AB2ym:before{color:var(--special-text-color)}@media screen and (max-width: 896px){._VzDh{grid-template-columns:1fr}}@media screen and (max-width: 520px){._VzDh .RheEl{grid-template-columns:1fr}._VzDh .RheEl .AB2ym+.AB2ym:before{display:none}._VzDh ._d5Qi{grid-template-columns:1fr}._VzDh ._d5Qi>div{grid-template-columns:1fr 1fr}}

/* End */


/* Start:/local/templates/g2/components/openregion/news.filter/events/style.css?162935779717654*/
.content .jzVwP{font-size:calc(16rem/var(--initial-font-multiplier))}.content .jzVwP input[type=text]{font-size:calc(16rem/var(--initial-font-multiplier))}.content .jzVwP .date-picker{border:1px solid #d9d9de;border-radius:4px;height:48px}.content .jzVwP .date-picker>input[type=text]{padding:0 var(--grid-gap) 0 calc(var(--grid-gap) / 2)}
.HMQ7N{width:100%}.HMQ7N .jVVYU{color:var(--text-color-light-gray);margin-bottom:8px;font-size:calc(16rem/var(--initial-font-multiplier))}:root.root--special .HMQ7N .jVVYU{color:var(--special-text-color)}
.OS4Jd{margin:0 auto;max-height:100%;position:relative}.OS4Jd::before{content:"";display:block;padding-top:100%}.vgDKb{animation:_QzG6 2s linear infinite;bottom:0;height:100%;left:0;margin:auto;position:absolute;right:0;top:0;transform-origin:center center;width:100%}.cWEXE{animation:_9Ilq 1.5s ease-in-out infinite;stroke-dasharray:1,200;stroke-dashoffset:0;stroke-linecap:round}:root.root--special .OS4Jd{--primary-color: var(--special-text-color)}@keyframes _QzG6{100%{transform:rotate(360deg)}}@keyframes _9Ilq{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}
.In33J{height:32px;overflow:hidden;max-width:calc(100vw - var(--grid-gap))}.In33J ._mYDU{position:relative;margin:-5px;display:flex;flex-wrap:nowrap}.In33J ._mYDU .P92mL{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}.In33J ._mYDU .B9HU6{background:var(--primary-color);color:#fff}.In33J ._mYDU .P92mL>input[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;opacity:0;position:absolute}.In33J ._mYDU .P92mL>span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:0 12px}.In33J ._mYDU .qkEp1{margin:5px}.In33J ._mYDU .CGD6o{position:absolute;top:5px;right:5px;box-shadow:0 0 0 5px #fff}.In33J ._mYDU .CGD6o:before{content:"";display:block;width:110px;height:32px;background-image:linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 100%);position:absolute;left:-111px;pointer-events:none}.In33J ._mYDU ._VyX2{color:var(--primary-color);margin:0 0 0 12px}.uWYko{height:auto}.uWYko ._mYDU{flex-wrap:wrap}:root.root--special .In33J ._mYDU .P92mL{color:var(--special-text-color);border-color:var(--special-text-color)}:root.root--special .In33J ._mYDU .B9HU6{background-color:var(--special-text-color);color:var(--special-background-color)}:root.root--special .In33J ._mYDU .CGD6o{box-shadow:none}:root.root--special .In33J ._mYDU .CGD6o:before{display:none}:root.root--special .In33J ._mYDU ._VyX2{color:var(--special-text-color)}@media(hover: hover){.In33J ._mYDU .P92mL:hover{background:var(--primary-color-hover);color:#fff;text-decoration:none}:root.root--special .In33J ._mYDU .P92mL:hover{background-color:var(--special-text-color);color:var(--special-background-color)}}
.thl51{display:inline-flex;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.thl51 .bbWu_{position:absolute;-webkit-appearance:none;-moz-appearance:none;appearance:none;opacity:0}.thl51 .bbWu_:checked+.yHonC{box-shadow:inset 0 0 0 2px var(--primary-color);background:#fff}.thl51 .bbWu_:checked+.yHonC ._Hu8r .ta9Q1{fill:var(--primary-color);stroke:var(--primary-color)}.thl51 .bbWu_:checked+.yHonC ._Hu8r .n3mb7{stroke:#fff}.thl51 .bbWu_:disabled+.yHonC{color:var(--disabled-color);cursor:default}.thl51 .bbWu_:disabled+.yHonC ._Hu8r .ta9Q1{stroke:var(--disabled-color)}.thl51 .bbWu_:disabled:checked+.yHonC{box-shadow:inset 0 0 0 2px var(--disabled-color)}.thl51 .bbWu_:disabled:checked+.yHonC ._Hu8r .ta9Q1{fill:var(--disabled-color)}.thl51 .bbWu_:disabled:checked+.yHonC ._Hu8r .n3mb7{stroke:#fff}.thl51 .bbWu_:focus+.yHonC{background:#e6e6eb}.thl51 .yHonC{flex:1;display:inline-flex;align-items:center;background:#f4f4f6;padding:6px 14px;cursor:pointer;border-radius:4px}.thl51 .yHonC ._Hu8r{min-width:20px;width:20px;height:20px;margin-right:14px}.thl51 .yHonC ._Hu8r .ta9Q1{fill:none;stroke:var(--text-color);width:18px;height:18px;stroke-width:2px}.thl51 .yHonC ._Hu8r .n3mb7{stroke-width:3px;stroke:transparent;fill:none}.thl51:active .yHonC{background:#d7d7df}.QBChw .bbWu_:checked+.yHonC{box-shadow:none;background:transparent}.QBChw .bbWu_:focus+.yHonC{background:transparent}.QBChw .yHonC{background:transparent;padding:6px 0}.QBChw .yHonC ._Hu8r .ta9Q1{stroke:#d9d9de;stroke-width:1px}.QBChw:active .yHonC{background:transparent}:root.root--special .thl51 .bbWu_:checked+.yHonC{box-shadow:inset 0 0 0 2px var(--special-text-color);background:var(--special-background-color)}:root.root--special .thl51 .bbWu_:checked+.yHonC ._Hu8r .ta9Q1{fill:var(--special-text-color);stroke:var(--special-text-color)}:root.root--special .thl51 .bbWu_:checked+.yHonC ._Hu8r .n3mb7{stroke:var(--special-background-color)}:root.root--special .thl51 .yHonC{background:var(--special-background-color)}:root.root--special .thl51 .yHonC ._Hu8r .ta9Q1{stroke:var(--special-text-color)}:root.root--special .QBChw .bbWu_:checked+.yHonC{box-shadow:none;background:transparent}@media(hover: hover){.thl51:hover .yHonC{background:#e6e6eb}.thl51:hover input:disabled+.yHonC{background:#f4f4f6}.QBChw:hover input+.yHonC,.QBChw:hover input:disabled+.yHonC{background:transparent}}
._Yk4N{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}._Yk4N .YeClx{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}._Yk4N .xXeg3{grid-row:2;grid-column:1/-1}@media screen and (max-width: 735px){._Yk4N{grid-template-columns:1fr}._Yk4N .YeClx{gap:12px}}
.JeeaF{color:#666}
._GOJj .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)}._GOJj .react-select__control--is-focused,._GOJj .react-select__control--menu-is-opened,._GOJj .react-select__control--is-focused:hover,._GOJj .react-select__control--menu-is-opened:hover{box-shadow:inset 0 0 0 2px var(--primary-color);border-color:transparent}._GOJj input[type="text"]{height:20px !important}._GOJj .react-select__indicators{margin:0 12px;display:flex;align-items:center}._GOJj .react-select__indicator{padding:0;margin:0}._GOJj .react-select__clear-indicator{width:10px;height:14px;margin-right:5px}._GOJj .react-select__menu{border-radius:3px;box-shadow:0 8px 12px rgba(0,0,0,.25);margin-top:5px;padding:0;animation:_3gCh .2s ease-out;border:1px solid var(--silver-color);border-bottom:none;z-index:2}._GOJj .react-select__option{cursor:pointer;padding:5px 15px;line-height:1.5em;text-align:left}._GOJj .react-select__option:active,._GOJj .react-select__option--is-focused{background-color:var(--light-gray-color);color:var(--text-color)}._GOJj .react-select__option--is-selected{background-color:var(--primary-color);color:#fff}._GOJj .react-select__indicator-separator{display:none}._GOJj .react-select__value-container{padding:0 14px}._GOJj .react-select__multi-value{max-width:260px}:root.root--special ._GOJj .react-select__control{background-color:var(--special-background-color);border-color:var(--special-text-color)}:root.root--special ._GOJj .react-select__control--is-focused,:root.root--special ._GOJj .react-select__control--menu-is-opened,:root.root--special ._GOJj .react-select__control--is-focused:hover,:root.root--special ._GOJj .react-select__control--menu-is-opened:hover{box-shadow:inset 0 0 0 2px var(--special-text-color);border-color:transparent}:root.root--special ._GOJj .react-select__menu{box-shadow:none;border:1px solid var(--special-text-color)}:root.root--special ._GOJj .react-select__menu-list{background-color:var(--special-background-color)}:root.root--special ._GOJj .react-select__option:active,:root.root--special ._GOJj .react-select__option--is-focused,:root.root--special ._GOJj .react-select__option--is-selected{background-color:var(--special-text-color);color:var(--special-background-color)}:root.root--special ._GOJj .react-select__single-value,:root.root--special ._GOJj .react-select__indicator,:root.root--special ._GOJj .react-select__menu-notice,:root.root--special ._GOJj .react-select__placeholder{color:var(--special-text-color)}:root.root--special ._GOJj .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 ._GOJj .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 _3gCh{from{opacity:0;margin-top:10px}}
._uK2G{font-family:Arial,Helvetica,sans-serif;border:1px solid #bfbfbf;display:inline-flex;max-width:155px;height:40px;position:relative;box-sizing:border-box;letter-spacing:normal}._nSOF{max-width:195px}._uK2G ._4lYm{margin:0;padding:0 0 0 10px;background:transparent;border:none !important;font-size:16px;min-width:0;height:auto !important}._uK2G .zoPoF{background:transparent;border:none;margin:0;padding:0 10px;color:#a6a6a6;cursor:pointer;position:absolute;top:0;right:0;bottom:0}._ReN_{position:absolute;width:220px;box-shadow:0 5px 20px rgba(0,0,0,.1);background:#fff;border:1px solid rgba(0,0,0,.07);top:calc(100% + 1px);left:-1px;z-index:100;padding:4px;border-radius:2px;animation:X8EbU .25s ease-out;display:flex;flex-direction:column}._pdXo{position:fixed;z-index:999999}._ReN_ .wypqq{display:flex;align-items:center;justify-content:space-between;padding:4px 0}._ReN_ .wypqq ._WzLH,._ReN_ .wypqq .srOlV{color:#bfbfbf;width:15px;height:25px;border:none;border-radius:3px;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;margin:0}._ReN_ .wypqq ._WzLH:hover,._ReN_ .wypqq .srOlV:hover{background:#f2f2f2}._ReN_ .wypqq .J1T3I,._ReN_ .wypqq .vBoIF{padding:0 5px !important;height:25px !important;min-width:0;flex:1;font-size:16px !important;text-align:center;border-radius:3px;border:none;background:transparent;cursor:pointer}._ReN_ .wypqq .J1T3I:hover,._ReN_ .wypqq .vBoIF:hover{background:#f2f2f2}._ReN_ .wypqq .J1T3I{-webkit-appearance:listbox;-moz-appearance:listbox;appearance:listbox;text-transform:capitalize}._ReN_ .wypqq .vBoIF{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}._ReN_ .wypqq .vBoIF::-webkit-outer-spin-button,._ReN_ .wypqq .vBoIF::-webkit-inner-spin-button{-webkit-appearance:none;appearance:none}:root.root--special ._uK2G ._ReN_{background-color:var(--special-background-color);color:var(--special-text-color);border:1px solid var(--special-text-color)}:root.root--special ._uK2G ._ReN_ .wypqq ._WzLH,:root.root--special ._uK2G ._ReN_ .wypqq .srOlV{background-color:var(--special-background-color);color:var(--special-text-color);border:1px solid var(--special-text-color)}:root.root--special ._uK2G ._ReN_ .wypqq .J1T3I,:root.root--special ._uK2G ._ReN_ .wypqq .vBoIF{background-color:var(--special-background-color);color:var(--special-text-color)}@media(hover: hover){:root.root--special ._uK2G ._ReN_ .wypqq ._WzLH:hover,:root.root--special ._uK2G ._ReN_ .wypqq .srOlV:hover{color:var(--special-background-color);background-color:var(--special-text-color)}}@keyframes X8EbU{from{opacity:0;margin-top:10px}}
.t5j_C{display:grid;grid-template-columns:repeat(3, 1fr);grid-template-rows:repeat(4, 1fr);flex:1 185px;height:185px}.t5j_C .WlQIY{border:none;background:transparent;border-radius:3px;font-size:13px;padding:0;margin:0;text-transform:capitalize;cursor:pointer}.t5j_C .WlQIY:hover{background:#f2f2f2}:root.root--special .t5j_C .WlQIY{background-color:var(--special-background-color);color:var(--special-text-color)}@media(hover: hover){.t5j_C .WlQIY:hover{background:#f2f2f2}:root.root--special .t5j_C .WlQIY:hover{color:var(--special-background-color);background-color:var(--special-text-color)}}
.NdtVE{display:flex;flex-direction:column;flex:1 185px;height:185px}.NdtVE ._TxTh{display:grid;grid-template-columns:repeat(7, 1fr);background:#f2f2f2;font-size:10px;height:15px;align-items:center;margin:4px 0;text-transform:capitalize}.NdtVE ._TxTh .j_GYT{text-align:center;color:gray}.NdtVE .Pv_FE{display:grid;grid-template-columns:repeat(7, 1fr);flex:1;height:100%}.NdtVE .Pv_FE .WZsAZ{border:none;background:transparent;border-radius:3px;font-size:13px;padding:0;margin:0;text-transform:capitalize;cursor:pointer}.NdtVE .Pv_FE .VNzxc{color:red}.NdtVE .Pv_FE .XGnDw{color:#bfbfbf}.NdtVE .Pv_FE .m6eFw{background:#f2f2f2}.NdtVE .Pv_FE .WZsAZ:hover{background:#f2f2f2 !important}.NdtVE .Pv_FE:hover .m6eFw{background:inherit}:root.root--special .NdtVE ._TxTh{background:var(--special-background-color)}:root.root--special .NdtVE ._TxTh .j_GYT{color:var(--special-text-color)}:root.root--special .NdtVE .Pv_FE .WZsAZ{color:var(--special-text-color)}:root.root--special .NdtVE .Pv_FE .VNzxc,:root.root--special .NdtVE .Pv_FE .XGnDw{color:var(--special-text-color)}:root.root--special .NdtVE .Pv_FE .m6eFw{background:var(--special-text-color);color:var(--special-background-color)}:root.root--special .NdtVE .Pv_FE .WZsAZ:hover{background:var(--special-text-color) !important;color:var(--special-background-color)}:root.root--special .NdtVE .Pv_FE:hover .m6eFw{background:inherit;color:var(--special-text-color)}
.gBh93{margin-top:8px}.gBh93 .Zc0vp{display:flex;align-items:center;justify-content:space-between;padding:4px;color:#bfbfbf;border-top:1px solid #f2f2f2;border-bottom:1px solid #f2f2f2}.gBh93 .Zc0vp>div{flex:1;display:flex;align-items:center;justify-content:center;font-size:12px;min-width:0}.gBh93 .Zc0vp>div:first-child{justify-content:flex-start}.gBh93 .Zc0vp>div:last-child{justify-content:flex-end}.gBh93 .Zc0vp input[type=number].mYCaP{padding:0 5px;height:25px;min-width:0;font-size:16px;text-align:center;border-radius:3px;border:none;background:transparent;cursor:pointer;margin:0;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield;flex:0 35px}.gBh93 .Zc0vp input[type=number].mYCaP::-webkit-outer-spin-button,.gBh93 .Zc0vp input[type=number].mYCaP::-webkit-inner-spin-button{-webkit-appearance:none;appearance:none}.gBh93 .Zc0vp input[type=number].mYCaP:hover{background:#f2f2f2}.gBh93 .Zc0vp .Ij5R_{color:#bfbfbf;width:18px;height:18px;border:none;border-radius:3px;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;margin:0}.gBh93 .Zc0vp .Ij5R_:hover{background:#f2f2f2}.gBh93 .Zc0vp .EtzyW{flex:1;background:transparent;border:none;cursor:pointer;color:#bfbfbf;font-size:12px;line-height:10px}.gBh93 .Zc0vp .EtzyW:hover{color:gray}.gBh93 .yyZH5{display:flex;align-items:center;justify-content:center;padding:4px 0 0 0}.gBh93 .yyZH5 ._l5Xb{height:25px;border:none;border-radius:3px;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0 10px;margin:0;font-size:13px;font-family:inherit}.gBh93 .yyZH5 ._l5Xb:hover{background:#f2f2f2}:root.root--special .gBh93 .Zc0vp{color:var(--special-text-color);border-color:var(--special-text-color)}:root.root--special .gBh93 .Zc0vp input[type=number].mYCaP{background-color:var(--special-background-color);color:var(--special-text-color)}:root.root--special .gBh93 .Zc0vp .Ij5R_{color:var(--special-text-color)}:root.root--special .gBh93 .Zc0vp .Ij5R_:hover{background-color:var(--special-text-color);color:var(--special-background-color)}:root.root--special .gBh93 .Zc0vp .EtzyW{color:var(--special-text-color)}:root.root--special .gBh93 .yyZH5 ._l5Xb{background-color:var(--special-background-color);color:var(--special-text-color)}:root.root--special .gBh93 .yyZH5 ._l5Xb:hover{background-color:var(--special-text-color);color:var(--special-background-color)}
.oeOkz{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)}.oeOkz .X7Z_x,.oeOkz .nkd_o,.oeOkz .x49QP{grid-column:1/-1}.oeOkz .x49QP{display:grid;gap:calc(var(--grid-gap) / 2) var(--grid-gap);grid-template-columns:1fr -webkit-max-content;grid-template-columns:1fr max-content}.oeOkz .x49QP>div{display:grid;gap:12px;grid-template-columns:-webkit-max-content -webkit-max-content;grid-template-columns:max-content max-content}.oeOkz input[type=text]{width:100%}.oeOkz .t30kB{display:grid;gap:12px 20px;align-items:center;grid-template-columns:repeat(auto-fit, minmax(0, 1fr))}.oeOkz .t30kB .TK6Kx{max-width:100%}.oeOkz .t30kB .TK6Kx+.TK6Kx:before{content:"–";color:var(--text-color-light-gray);font-size:calc(14rem/var(--initial-font-multiplier));position:absolute;left:-15px;top:15px}.oeOkz ._m1YN .react-select__control{min-height:48px;border-color:#d9d9de}:root.root--special .oeOkz{border-color:var(--special-text-color)}:root.root--special .oeOkz .t30kB .TK6Kx+.TK6Kx:before{color:var(--special-text-color)}@media screen and (max-width: 896px){.oeOkz{grid-template-columns:1fr}}@media screen and (max-width: 520px){.oeOkz .t30kB{grid-template-columns:1fr}.oeOkz .t30kB .TK6Kx+.TK6Kx:before{display:none}.oeOkz .x49QP{grid-template-columns:1fr}.oeOkz .x49QP>div{grid-template-columns:1fr 1fr}}

/* End */


/* Start:/local/templates/g2/components/openregion/news.filter/projects/style.css?162935779914457*/
.content .jzVwP{font-size:calc(16rem/var(--initial-font-multiplier))}.content .jzVwP input[type=text]{font-size:calc(16rem/var(--initial-font-multiplier))}.content .jzVwP .date-picker{border:1px solid #d9d9de;border-radius:4px;height:48px}.content .jzVwP .date-picker>input[type=text]{padding:0 var(--grid-gap) 0 calc(var(--grid-gap) / 2)}
.HMQ7N{width:100%}.HMQ7N .jVVYU{color:var(--text-color-light-gray);margin-bottom:8px;font-size:calc(16rem/var(--initial-font-multiplier))}:root.root--special .HMQ7N .jVVYU{color:var(--special-text-color)}
.OS4Jd{margin:0 auto;max-height:100%;position:relative}.OS4Jd::before{content:"";display:block;padding-top:100%}.vgDKb{animation:_QzG6 2s linear infinite;bottom:0;height:100%;left:0;margin:auto;position:absolute;right:0;top:0;transform-origin:center center;width:100%}.cWEXE{animation:_9Ilq 1.5s ease-in-out infinite;stroke-dasharray:1,200;stroke-dashoffset:0;stroke-linecap:round}:root.root--special .OS4Jd{--primary-color: var(--special-text-color)}@keyframes _QzG6{100%{transform:rotate(360deg)}}@keyframes _9Ilq{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}
.In33J{height:32px;overflow:hidden;max-width:calc(100vw - var(--grid-gap))}.In33J ._mYDU{position:relative;margin:-5px;display:flex;flex-wrap:nowrap}.In33J ._mYDU .P92mL{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}.In33J ._mYDU .B9HU6{background:var(--primary-color);color:#fff}.In33J ._mYDU .P92mL>input[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;opacity:0;position:absolute}.In33J ._mYDU .P92mL>span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:0 12px}.In33J ._mYDU .qkEp1{margin:5px}.In33J ._mYDU .CGD6o{position:absolute;top:5px;right:5px;box-shadow:0 0 0 5px #fff}.In33J ._mYDU .CGD6o:before{content:"";display:block;width:110px;height:32px;background-image:linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 100%);position:absolute;left:-111px;pointer-events:none}.In33J ._mYDU ._VyX2{color:var(--primary-color);margin:0 0 0 12px}.uWYko{height:auto}.uWYko ._mYDU{flex-wrap:wrap}:root.root--special .In33J ._mYDU .P92mL{color:var(--special-text-color);border-color:var(--special-text-color)}:root.root--special .In33J ._mYDU .B9HU6{background-color:var(--special-text-color);color:var(--special-background-color)}:root.root--special .In33J ._mYDU .CGD6o{box-shadow:none}:root.root--special .In33J ._mYDU .CGD6o:before{display:none}:root.root--special .In33J ._mYDU ._VyX2{color:var(--special-text-color)}@media(hover: hover){.In33J ._mYDU .P92mL:hover{background:var(--primary-color-hover);color:#fff;text-decoration:none}:root.root--special .In33J ._mYDU .P92mL:hover{background-color:var(--special-text-color);color:var(--special-background-color)}}
.thl51{display:inline-flex;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.thl51 .bbWu_{position:absolute;-webkit-appearance:none;-moz-appearance:none;appearance:none;opacity:0}.thl51 .bbWu_:checked+.yHonC{box-shadow:inset 0 0 0 2px var(--primary-color);background:#fff}.thl51 .bbWu_:checked+.yHonC ._Hu8r .ta9Q1{fill:var(--primary-color);stroke:var(--primary-color)}.thl51 .bbWu_:checked+.yHonC ._Hu8r .n3mb7{stroke:#fff}.thl51 .bbWu_:disabled+.yHonC{color:var(--disabled-color);cursor:default}.thl51 .bbWu_:disabled+.yHonC ._Hu8r .ta9Q1{stroke:var(--disabled-color)}.thl51 .bbWu_:disabled:checked+.yHonC{box-shadow:inset 0 0 0 2px var(--disabled-color)}.thl51 .bbWu_:disabled:checked+.yHonC ._Hu8r .ta9Q1{fill:var(--disabled-color)}.thl51 .bbWu_:disabled:checked+.yHonC ._Hu8r .n3mb7{stroke:#fff}.thl51 .bbWu_:focus+.yHonC{background:#e6e6eb}.thl51 .yHonC{flex:1;display:inline-flex;align-items:center;background:#f4f4f6;padding:6px 14px;cursor:pointer;border-radius:4px}.thl51 .yHonC ._Hu8r{min-width:20px;width:20px;height:20px;margin-right:14px}.thl51 .yHonC ._Hu8r .ta9Q1{fill:none;stroke:var(--text-color);width:18px;height:18px;stroke-width:2px}.thl51 .yHonC ._Hu8r .n3mb7{stroke-width:3px;stroke:transparent;fill:none}.thl51:active .yHonC{background:#d7d7df}.QBChw .bbWu_:checked+.yHonC{box-shadow:none;background:transparent}.QBChw .bbWu_:focus+.yHonC{background:transparent}.QBChw .yHonC{background:transparent;padding:6px 0}.QBChw .yHonC ._Hu8r .ta9Q1{stroke:#d9d9de;stroke-width:1px}.QBChw:active .yHonC{background:transparent}:root.root--special .thl51 .bbWu_:checked+.yHonC{box-shadow:inset 0 0 0 2px var(--special-text-color);background:var(--special-background-color)}:root.root--special .thl51 .bbWu_:checked+.yHonC ._Hu8r .ta9Q1{fill:var(--special-text-color);stroke:var(--special-text-color)}:root.root--special .thl51 .bbWu_:checked+.yHonC ._Hu8r .n3mb7{stroke:var(--special-background-color)}:root.root--special .thl51 .yHonC{background:var(--special-background-color)}:root.root--special .thl51 .yHonC ._Hu8r .ta9Q1{stroke:var(--special-text-color)}:root.root--special .QBChw .bbWu_:checked+.yHonC{box-shadow:none;background:transparent}@media(hover: hover){.thl51:hover .yHonC{background:#e6e6eb}.thl51:hover input:disabled+.yHonC{background:#f4f4f6}.QBChw:hover input+.yHonC,.QBChw:hover input:disabled+.yHonC{background:transparent}}
._SsRd{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}._SsRd ._kvfM{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}._SsRd .d8m5x{grid-row:2;grid-column:1/-1}@media screen and (max-width: 735px){._SsRd{grid-template-columns:1fr}._SsRd ._kvfM{gap:12px}}
._uK2G{font-family:Arial,Helvetica,sans-serif;border:1px solid #bfbfbf;display:inline-flex;max-width:155px;height:40px;position:relative;box-sizing:border-box;letter-spacing:normal}._nSOF{max-width:195px}._uK2G ._4lYm{margin:0;padding:0 0 0 10px;background:transparent;border:none !important;font-size:16px;min-width:0;height:auto !important}._uK2G .zoPoF{background:transparent;border:none;margin:0;padding:0 10px;color:#a6a6a6;cursor:pointer;position:absolute;top:0;right:0;bottom:0}._ReN_{position:absolute;width:220px;box-shadow:0 5px 20px rgba(0,0,0,.1);background:#fff;border:1px solid rgba(0,0,0,.07);top:calc(100% + 1px);left:-1px;z-index:100;padding:4px;border-radius:2px;animation:X8EbU .25s ease-out;display:flex;flex-direction:column}._pdXo{position:fixed;z-index:999999}._ReN_ .wypqq{display:flex;align-items:center;justify-content:space-between;padding:4px 0}._ReN_ .wypqq ._WzLH,._ReN_ .wypqq .srOlV{color:#bfbfbf;width:15px;height:25px;border:none;border-radius:3px;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;margin:0}._ReN_ .wypqq ._WzLH:hover,._ReN_ .wypqq .srOlV:hover{background:#f2f2f2}._ReN_ .wypqq .J1T3I,._ReN_ .wypqq .vBoIF{padding:0 5px !important;height:25px !important;min-width:0;flex:1;font-size:16px !important;text-align:center;border-radius:3px;border:none;background:transparent;cursor:pointer}._ReN_ .wypqq .J1T3I:hover,._ReN_ .wypqq .vBoIF:hover{background:#f2f2f2}._ReN_ .wypqq .J1T3I{-webkit-appearance:listbox;-moz-appearance:listbox;appearance:listbox;text-transform:capitalize}._ReN_ .wypqq .vBoIF{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}._ReN_ .wypqq .vBoIF::-webkit-outer-spin-button,._ReN_ .wypqq .vBoIF::-webkit-inner-spin-button{-webkit-appearance:none;appearance:none}:root.root--special ._uK2G ._ReN_{background-color:var(--special-background-color);color:var(--special-text-color);border:1px solid var(--special-text-color)}:root.root--special ._uK2G ._ReN_ .wypqq ._WzLH,:root.root--special ._uK2G ._ReN_ .wypqq .srOlV{background-color:var(--special-background-color);color:var(--special-text-color);border:1px solid var(--special-text-color)}:root.root--special ._uK2G ._ReN_ .wypqq .J1T3I,:root.root--special ._uK2G ._ReN_ .wypqq .vBoIF{background-color:var(--special-background-color);color:var(--special-text-color)}@media(hover: hover){:root.root--special ._uK2G ._ReN_ .wypqq ._WzLH:hover,:root.root--special ._uK2G ._ReN_ .wypqq .srOlV:hover{color:var(--special-background-color);background-color:var(--special-text-color)}}@keyframes X8EbU{from{opacity:0;margin-top:10px}}
.t5j_C{display:grid;grid-template-columns:repeat(3, 1fr);grid-template-rows:repeat(4, 1fr);flex:1 185px;height:185px}.t5j_C .WlQIY{border:none;background:transparent;border-radius:3px;font-size:13px;padding:0;margin:0;text-transform:capitalize;cursor:pointer}.t5j_C .WlQIY:hover{background:#f2f2f2}:root.root--special .t5j_C .WlQIY{background-color:var(--special-background-color);color:var(--special-text-color)}@media(hover: hover){.t5j_C .WlQIY:hover{background:#f2f2f2}:root.root--special .t5j_C .WlQIY:hover{color:var(--special-background-color);background-color:var(--special-text-color)}}
.NdtVE{display:flex;flex-direction:column;flex:1 185px;height:185px}.NdtVE ._TxTh{display:grid;grid-template-columns:repeat(7, 1fr);background:#f2f2f2;font-size:10px;height:15px;align-items:center;margin:4px 0;text-transform:capitalize}.NdtVE ._TxTh .j_GYT{text-align:center;color:gray}.NdtVE .Pv_FE{display:grid;grid-template-columns:repeat(7, 1fr);flex:1;height:100%}.NdtVE .Pv_FE .WZsAZ{border:none;background:transparent;border-radius:3px;font-size:13px;padding:0;margin:0;text-transform:capitalize;cursor:pointer}.NdtVE .Pv_FE .VNzxc{color:red}.NdtVE .Pv_FE .XGnDw{color:#bfbfbf}.NdtVE .Pv_FE .m6eFw{background:#f2f2f2}.NdtVE .Pv_FE .WZsAZ:hover{background:#f2f2f2 !important}.NdtVE .Pv_FE:hover .m6eFw{background:inherit}:root.root--special .NdtVE ._TxTh{background:var(--special-background-color)}:root.root--special .NdtVE ._TxTh .j_GYT{color:var(--special-text-color)}:root.root--special .NdtVE .Pv_FE .WZsAZ{color:var(--special-text-color)}:root.root--special .NdtVE .Pv_FE .VNzxc,:root.root--special .NdtVE .Pv_FE .XGnDw{color:var(--special-text-color)}:root.root--special .NdtVE .Pv_FE .m6eFw{background:var(--special-text-color);color:var(--special-background-color)}:root.root--special .NdtVE .Pv_FE .WZsAZ:hover{background:var(--special-text-color) !important;color:var(--special-background-color)}:root.root--special .NdtVE .Pv_FE:hover .m6eFw{background:inherit;color:var(--special-text-color)}
.gBh93{margin-top:8px}.gBh93 .Zc0vp{display:flex;align-items:center;justify-content:space-between;padding:4px;color:#bfbfbf;border-top:1px solid #f2f2f2;border-bottom:1px solid #f2f2f2}.gBh93 .Zc0vp>div{flex:1;display:flex;align-items:center;justify-content:center;font-size:12px;min-width:0}.gBh93 .Zc0vp>div:first-child{justify-content:flex-start}.gBh93 .Zc0vp>div:last-child{justify-content:flex-end}.gBh93 .Zc0vp input[type=number].mYCaP{padding:0 5px;height:25px;min-width:0;font-size:16px;text-align:center;border-radius:3px;border:none;background:transparent;cursor:pointer;margin:0;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield;flex:0 35px}.gBh93 .Zc0vp input[type=number].mYCaP::-webkit-outer-spin-button,.gBh93 .Zc0vp input[type=number].mYCaP::-webkit-inner-spin-button{-webkit-appearance:none;appearance:none}.gBh93 .Zc0vp input[type=number].mYCaP:hover{background:#f2f2f2}.gBh93 .Zc0vp .Ij5R_{color:#bfbfbf;width:18px;height:18px;border:none;border-radius:3px;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;margin:0}.gBh93 .Zc0vp .Ij5R_:hover{background:#f2f2f2}.gBh93 .Zc0vp .EtzyW{flex:1;background:transparent;border:none;cursor:pointer;color:#bfbfbf;font-size:12px;line-height:10px}.gBh93 .Zc0vp .EtzyW:hover{color:gray}.gBh93 .yyZH5{display:flex;align-items:center;justify-content:center;padding:4px 0 0 0}.gBh93 .yyZH5 ._l5Xb{height:25px;border:none;border-radius:3px;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0 10px;margin:0;font-size:13px;font-family:inherit}.gBh93 .yyZH5 ._l5Xb:hover{background:#f2f2f2}:root.root--special .gBh93 .Zc0vp{color:var(--special-text-color);border-color:var(--special-text-color)}:root.root--special .gBh93 .Zc0vp input[type=number].mYCaP{background-color:var(--special-background-color);color:var(--special-text-color)}:root.root--special .gBh93 .Zc0vp .Ij5R_{color:var(--special-text-color)}:root.root--special .gBh93 .Zc0vp .Ij5R_:hover{background-color:var(--special-text-color);color:var(--special-background-color)}:root.root--special .gBh93 .Zc0vp .EtzyW{color:var(--special-text-color)}:root.root--special .gBh93 .yyZH5 ._l5Xb{background-color:var(--special-background-color);color:var(--special-text-color)}:root.root--special .gBh93 .yyZH5 ._l5Xb:hover{background-color:var(--special-text-color);color:var(--special-background-color)}
.ZX_aA{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)}.ZX_aA .Y_jl8,.ZX_aA .M89YR,.ZX_aA .EwSpL{grid-column:1/-1}.ZX_aA .EwSpL{display:grid;gap:calc(var(--grid-gap) / 2) var(--grid-gap);grid-template-columns:1fr -webkit-max-content;grid-template-columns:1fr max-content}.ZX_aA .EwSpL>div{display:grid;gap:12px;grid-template-columns:-webkit-max-content -webkit-max-content;grid-template-columns:max-content max-content}.ZX_aA input[type=text]{width:100%}.ZX_aA .B8OQy{display:grid;gap:12px 20px;align-items:center;grid-template-columns:repeat(auto-fit, minmax(0, 1fr))}.ZX_aA .B8OQy .FTrmI{max-width:100%}.ZX_aA .B8OQy .FTrmI+.FTrmI:before{content:"–";color:var(--text-color-light-gray);font-size:calc(14rem/var(--initial-font-multiplier));position:absolute;left:-15px;top:15px}:root.root--special .ZX_aA{border-color:var(--special-text-color)}:root.root--special .ZX_aA .B8OQy .FTrmI+.FTrmI:before{color:var(--special-text-color)}@media screen and (max-width: 896px){.ZX_aA{grid-template-columns:1fr}}@media screen and (max-width: 520px){.ZX_aA .B8OQy{grid-template-columns:1fr}.ZX_aA .B8OQy .FTrmI+.FTrmI:before{display:none}.ZX_aA .EwSpL{grid-template-columns:1fr}.ZX_aA .EwSpL>div{grid-template-columns:1fr 1fr}}

/* End */


/* Start:/local/templates/g2/components/openregion/news.filter/lectures/style.css?162935779817654*/
.content .jzVwP{font-size:calc(16rem/var(--initial-font-multiplier))}.content .jzVwP input[type=text]{font-size:calc(16rem/var(--initial-font-multiplier))}.content .jzVwP .date-picker{border:1px solid #d9d9de;border-radius:4px;height:48px}.content .jzVwP .date-picker>input[type=text]{padding:0 var(--grid-gap) 0 calc(var(--grid-gap) / 2)}
.HMQ7N{width:100%}.HMQ7N .jVVYU{color:var(--text-color-light-gray);margin-bottom:8px;font-size:calc(16rem/var(--initial-font-multiplier))}:root.root--special .HMQ7N .jVVYU{color:var(--special-text-color)}
.OS4Jd{margin:0 auto;max-height:100%;position:relative}.OS4Jd::before{content:"";display:block;padding-top:100%}.vgDKb{animation:_QzG6 2s linear infinite;bottom:0;height:100%;left:0;margin:auto;position:absolute;right:0;top:0;transform-origin:center center;width:100%}.cWEXE{animation:_9Ilq 1.5s ease-in-out infinite;stroke-dasharray:1,200;stroke-dashoffset:0;stroke-linecap:round}:root.root--special .OS4Jd{--primary-color: var(--special-text-color)}@keyframes _QzG6{100%{transform:rotate(360deg)}}@keyframes _9Ilq{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}
.In33J{height:32px;overflow:hidden;max-width:calc(100vw - var(--grid-gap))}.In33J ._mYDU{position:relative;margin:-5px;display:flex;flex-wrap:nowrap}.In33J ._mYDU .P92mL{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}.In33J ._mYDU .B9HU6{background:var(--primary-color);color:#fff}.In33J ._mYDU .P92mL>input[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;opacity:0;position:absolute}.In33J ._mYDU .P92mL>span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:0 12px}.In33J ._mYDU .qkEp1{margin:5px}.In33J ._mYDU .CGD6o{position:absolute;top:5px;right:5px;box-shadow:0 0 0 5px #fff}.In33J ._mYDU .CGD6o:before{content:"";display:block;width:110px;height:32px;background-image:linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 100%);position:absolute;left:-111px;pointer-events:none}.In33J ._mYDU ._VyX2{color:var(--primary-color);margin:0 0 0 12px}.uWYko{height:auto}.uWYko ._mYDU{flex-wrap:wrap}:root.root--special .In33J ._mYDU .P92mL{color:var(--special-text-color);border-color:var(--special-text-color)}:root.root--special .In33J ._mYDU .B9HU6{background-color:var(--special-text-color);color:var(--special-background-color)}:root.root--special .In33J ._mYDU .CGD6o{box-shadow:none}:root.root--special .In33J ._mYDU .CGD6o:before{display:none}:root.root--special .In33J ._mYDU ._VyX2{color:var(--special-text-color)}@media(hover: hover){.In33J ._mYDU .P92mL:hover{background:var(--primary-color-hover);color:#fff;text-decoration:none}:root.root--special .In33J ._mYDU .P92mL:hover{background-color:var(--special-text-color);color:var(--special-background-color)}}
.thl51{display:inline-flex;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.thl51 .bbWu_{position:absolute;-webkit-appearance:none;-moz-appearance:none;appearance:none;opacity:0}.thl51 .bbWu_:checked+.yHonC{box-shadow:inset 0 0 0 2px var(--primary-color);background:#fff}.thl51 .bbWu_:checked+.yHonC ._Hu8r .ta9Q1{fill:var(--primary-color);stroke:var(--primary-color)}.thl51 .bbWu_:checked+.yHonC ._Hu8r .n3mb7{stroke:#fff}.thl51 .bbWu_:disabled+.yHonC{color:var(--disabled-color);cursor:default}.thl51 .bbWu_:disabled+.yHonC ._Hu8r .ta9Q1{stroke:var(--disabled-color)}.thl51 .bbWu_:disabled:checked+.yHonC{box-shadow:inset 0 0 0 2px var(--disabled-color)}.thl51 .bbWu_:disabled:checked+.yHonC ._Hu8r .ta9Q1{fill:var(--disabled-color)}.thl51 .bbWu_:disabled:checked+.yHonC ._Hu8r .n3mb7{stroke:#fff}.thl51 .bbWu_:focus+.yHonC{background:#e6e6eb}.thl51 .yHonC{flex:1;display:inline-flex;align-items:center;background:#f4f4f6;padding:6px 14px;cursor:pointer;border-radius:4px}.thl51 .yHonC ._Hu8r{min-width:20px;width:20px;height:20px;margin-right:14px}.thl51 .yHonC ._Hu8r .ta9Q1{fill:none;stroke:var(--text-color);width:18px;height:18px;stroke-width:2px}.thl51 .yHonC ._Hu8r .n3mb7{stroke-width:3px;stroke:transparent;fill:none}.thl51:active .yHonC{background:#d7d7df}.QBChw .bbWu_:checked+.yHonC{box-shadow:none;background:transparent}.QBChw .bbWu_:focus+.yHonC{background:transparent}.QBChw .yHonC{background:transparent;padding:6px 0}.QBChw .yHonC ._Hu8r .ta9Q1{stroke:#d9d9de;stroke-width:1px}.QBChw:active .yHonC{background:transparent}:root.root--special .thl51 .bbWu_:checked+.yHonC{box-shadow:inset 0 0 0 2px var(--special-text-color);background:var(--special-background-color)}:root.root--special .thl51 .bbWu_:checked+.yHonC ._Hu8r .ta9Q1{fill:var(--special-text-color);stroke:var(--special-text-color)}:root.root--special .thl51 .bbWu_:checked+.yHonC ._Hu8r .n3mb7{stroke:var(--special-background-color)}:root.root--special .thl51 .yHonC{background:var(--special-background-color)}:root.root--special .thl51 .yHonC ._Hu8r .ta9Q1{stroke:var(--special-text-color)}:root.root--special .QBChw .bbWu_:checked+.yHonC{box-shadow:none;background:transparent}@media(hover: hover){.thl51:hover .yHonC{background:#e6e6eb}.thl51:hover input:disabled+.yHonC{background:#f4f4f6}.QBChw:hover input+.yHonC,.QBChw:hover input:disabled+.yHonC{background:transparent}}
.UEs4_{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}.UEs4_ .CIiAd{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}.UEs4_ .fFzmy{grid-row:2;grid-column:1/-1}@media screen and (max-width: 735px){.UEs4_{grid-template-columns:1fr}.UEs4_ .CIiAd{gap:12px}}
.JeeaF{color:#666}
._GOJj .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)}._GOJj .react-select__control--is-focused,._GOJj .react-select__control--menu-is-opened,._GOJj .react-select__control--is-focused:hover,._GOJj .react-select__control--menu-is-opened:hover{box-shadow:inset 0 0 0 2px var(--primary-color);border-color:transparent}._GOJj input[type="text"]{height:20px !important}._GOJj .react-select__indicators{margin:0 12px;display:flex;align-items:center}._GOJj .react-select__indicator{padding:0;margin:0}._GOJj .react-select__clear-indicator{width:10px;height:14px;margin-right:5px}._GOJj .react-select__menu{border-radius:3px;box-shadow:0 8px 12px rgba(0,0,0,.25);margin-top:5px;padding:0;animation:_3gCh .2s ease-out;border:1px solid var(--silver-color);border-bottom:none;z-index:2}._GOJj .react-select__option{cursor:pointer;padding:5px 15px;line-height:1.5em;text-align:left}._GOJj .react-select__option:active,._GOJj .react-select__option--is-focused{background-color:var(--light-gray-color);color:var(--text-color)}._GOJj .react-select__option--is-selected{background-color:var(--primary-color);color:#fff}._GOJj .react-select__indicator-separator{display:none}._GOJj .react-select__value-container{padding:0 14px}._GOJj .react-select__multi-value{max-width:260px}:root.root--special ._GOJj .react-select__control{background-color:var(--special-background-color);border-color:var(--special-text-color)}:root.root--special ._GOJj .react-select__control--is-focused,:root.root--special ._GOJj .react-select__control--menu-is-opened,:root.root--special ._GOJj .react-select__control--is-focused:hover,:root.root--special ._GOJj .react-select__control--menu-is-opened:hover{box-shadow:inset 0 0 0 2px var(--special-text-color);border-color:transparent}:root.root--special ._GOJj .react-select__menu{box-shadow:none;border:1px solid var(--special-text-color)}:root.root--special ._GOJj .react-select__menu-list{background-color:var(--special-background-color)}:root.root--special ._GOJj .react-select__option:active,:root.root--special ._GOJj .react-select__option--is-focused,:root.root--special ._GOJj .react-select__option--is-selected{background-color:var(--special-text-color);color:var(--special-background-color)}:root.root--special ._GOJj .react-select__single-value,:root.root--special ._GOJj .react-select__indicator,:root.root--special ._GOJj .react-select__menu-notice,:root.root--special ._GOJj .react-select__placeholder{color:var(--special-text-color)}:root.root--special ._GOJj .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 ._GOJj .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 _3gCh{from{opacity:0;margin-top:10px}}
._uK2G{font-family:Arial,Helvetica,sans-serif;border:1px solid #bfbfbf;display:inline-flex;max-width:155px;height:40px;position:relative;box-sizing:border-box;letter-spacing:normal}._nSOF{max-width:195px}._uK2G ._4lYm{margin:0;padding:0 0 0 10px;background:transparent;border:none !important;font-size:16px;min-width:0;height:auto !important}._uK2G .zoPoF{background:transparent;border:none;margin:0;padding:0 10px;color:#a6a6a6;cursor:pointer;position:absolute;top:0;right:0;bottom:0}._ReN_{position:absolute;width:220px;box-shadow:0 5px 20px rgba(0,0,0,.1);background:#fff;border:1px solid rgba(0,0,0,.07);top:calc(100% + 1px);left:-1px;z-index:100;padding:4px;border-radius:2px;animation:X8EbU .25s ease-out;display:flex;flex-direction:column}._pdXo{position:fixed;z-index:999999}._ReN_ .wypqq{display:flex;align-items:center;justify-content:space-between;padding:4px 0}._ReN_ .wypqq ._WzLH,._ReN_ .wypqq .srOlV{color:#bfbfbf;width:15px;height:25px;border:none;border-radius:3px;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;margin:0}._ReN_ .wypqq ._WzLH:hover,._ReN_ .wypqq .srOlV:hover{background:#f2f2f2}._ReN_ .wypqq .J1T3I,._ReN_ .wypqq .vBoIF{padding:0 5px !important;height:25px !important;min-width:0;flex:1;font-size:16px !important;text-align:center;border-radius:3px;border:none;background:transparent;cursor:pointer}._ReN_ .wypqq .J1T3I:hover,._ReN_ .wypqq .vBoIF:hover{background:#f2f2f2}._ReN_ .wypqq .J1T3I{-webkit-appearance:listbox;-moz-appearance:listbox;appearance:listbox;text-transform:capitalize}._ReN_ .wypqq .vBoIF{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}._ReN_ .wypqq .vBoIF::-webkit-outer-spin-button,._ReN_ .wypqq .vBoIF::-webkit-inner-spin-button{-webkit-appearance:none;appearance:none}:root.root--special ._uK2G ._ReN_{background-color:var(--special-background-color);color:var(--special-text-color);border:1px solid var(--special-text-color)}:root.root--special ._uK2G ._ReN_ .wypqq ._WzLH,:root.root--special ._uK2G ._ReN_ .wypqq .srOlV{background-color:var(--special-background-color);color:var(--special-text-color);border:1px solid var(--special-text-color)}:root.root--special ._uK2G ._ReN_ .wypqq .J1T3I,:root.root--special ._uK2G ._ReN_ .wypqq .vBoIF{background-color:var(--special-background-color);color:var(--special-text-color)}@media(hover: hover){:root.root--special ._uK2G ._ReN_ .wypqq ._WzLH:hover,:root.root--special ._uK2G ._ReN_ .wypqq .srOlV:hover{color:var(--special-background-color);background-color:var(--special-text-color)}}@keyframes X8EbU{from{opacity:0;margin-top:10px}}
.t5j_C{display:grid;grid-template-columns:repeat(3, 1fr);grid-template-rows:repeat(4, 1fr);flex:1 185px;height:185px}.t5j_C .WlQIY{border:none;background:transparent;border-radius:3px;font-size:13px;padding:0;margin:0;text-transform:capitalize;cursor:pointer}.t5j_C .WlQIY:hover{background:#f2f2f2}:root.root--special .t5j_C .WlQIY{background-color:var(--special-background-color);color:var(--special-text-color)}@media(hover: hover){.t5j_C .WlQIY:hover{background:#f2f2f2}:root.root--special .t5j_C .WlQIY:hover{color:var(--special-background-color);background-color:var(--special-text-color)}}
.NdtVE{display:flex;flex-direction:column;flex:1 185px;height:185px}.NdtVE ._TxTh{display:grid;grid-template-columns:repeat(7, 1fr);background:#f2f2f2;font-size:10px;height:15px;align-items:center;margin:4px 0;text-transform:capitalize}.NdtVE ._TxTh .j_GYT{text-align:center;color:gray}.NdtVE .Pv_FE{display:grid;grid-template-columns:repeat(7, 1fr);flex:1;height:100%}.NdtVE .Pv_FE .WZsAZ{border:none;background:transparent;border-radius:3px;font-size:13px;padding:0;margin:0;text-transform:capitalize;cursor:pointer}.NdtVE .Pv_FE .VNzxc{color:red}.NdtVE .Pv_FE .XGnDw{color:#bfbfbf}.NdtVE .Pv_FE .m6eFw{background:#f2f2f2}.NdtVE .Pv_FE .WZsAZ:hover{background:#f2f2f2 !important}.NdtVE .Pv_FE:hover .m6eFw{background:inherit}:root.root--special .NdtVE ._TxTh{background:var(--special-background-color)}:root.root--special .NdtVE ._TxTh .j_GYT{color:var(--special-text-color)}:root.root--special .NdtVE .Pv_FE .WZsAZ{color:var(--special-text-color)}:root.root--special .NdtVE .Pv_FE .VNzxc,:root.root--special .NdtVE .Pv_FE .XGnDw{color:var(--special-text-color)}:root.root--special .NdtVE .Pv_FE .m6eFw{background:var(--special-text-color);color:var(--special-background-color)}:root.root--special .NdtVE .Pv_FE .WZsAZ:hover{background:var(--special-text-color) !important;color:var(--special-background-color)}:root.root--special .NdtVE .Pv_FE:hover .m6eFw{background:inherit;color:var(--special-text-color)}
.gBh93{margin-top:8px}.gBh93 .Zc0vp{display:flex;align-items:center;justify-content:space-between;padding:4px;color:#bfbfbf;border-top:1px solid #f2f2f2;border-bottom:1px solid #f2f2f2}.gBh93 .Zc0vp>div{flex:1;display:flex;align-items:center;justify-content:center;font-size:12px;min-width:0}.gBh93 .Zc0vp>div:first-child{justify-content:flex-start}.gBh93 .Zc0vp>div:last-child{justify-content:flex-end}.gBh93 .Zc0vp input[type=number].mYCaP{padding:0 5px;height:25px;min-width:0;font-size:16px;text-align:center;border-radius:3px;border:none;background:transparent;cursor:pointer;margin:0;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield;flex:0 35px}.gBh93 .Zc0vp input[type=number].mYCaP::-webkit-outer-spin-button,.gBh93 .Zc0vp input[type=number].mYCaP::-webkit-inner-spin-button{-webkit-appearance:none;appearance:none}.gBh93 .Zc0vp input[type=number].mYCaP:hover{background:#f2f2f2}.gBh93 .Zc0vp .Ij5R_{color:#bfbfbf;width:18px;height:18px;border:none;border-radius:3px;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;margin:0}.gBh93 .Zc0vp .Ij5R_:hover{background:#f2f2f2}.gBh93 .Zc0vp .EtzyW{flex:1;background:transparent;border:none;cursor:pointer;color:#bfbfbf;font-size:12px;line-height:10px}.gBh93 .Zc0vp .EtzyW:hover{color:gray}.gBh93 .yyZH5{display:flex;align-items:center;justify-content:center;padding:4px 0 0 0}.gBh93 .yyZH5 ._l5Xb{height:25px;border:none;border-radius:3px;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0 10px;margin:0;font-size:13px;font-family:inherit}.gBh93 .yyZH5 ._l5Xb:hover{background:#f2f2f2}:root.root--special .gBh93 .Zc0vp{color:var(--special-text-color);border-color:var(--special-text-color)}:root.root--special .gBh93 .Zc0vp input[type=number].mYCaP{background-color:var(--special-background-color);color:var(--special-text-color)}:root.root--special .gBh93 .Zc0vp .Ij5R_{color:var(--special-text-color)}:root.root--special .gBh93 .Zc0vp .Ij5R_:hover{background-color:var(--special-text-color);color:var(--special-background-color)}:root.root--special .gBh93 .Zc0vp .EtzyW{color:var(--special-text-color)}:root.root--special .gBh93 .yyZH5 ._l5Xb{background-color:var(--special-background-color);color:var(--special-text-color)}:root.root--special .gBh93 .yyZH5 ._l5Xb:hover{background-color:var(--special-text-color);color:var(--special-background-color)}
._kEEs{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)}._kEEs ._bdEA,._kEEs .Jti_x,._kEEs .XV6rS{grid-column:1/-1}._kEEs .XV6rS{display:grid;gap:calc(var(--grid-gap) / 2) var(--grid-gap);grid-template-columns:1fr -webkit-max-content;grid-template-columns:1fr max-content}._kEEs .XV6rS>div{display:grid;gap:12px;grid-template-columns:-webkit-max-content -webkit-max-content;grid-template-columns:max-content max-content}._kEEs input[type=text]{width:100%}._kEEs .Z9x7d{display:grid;gap:12px 20px;align-items:center;grid-template-columns:repeat(auto-fit, minmax(0, 1fr))}._kEEs .Z9x7d .U7ruW{max-width:100%}._kEEs .Z9x7d .U7ruW+.U7ruW:before{content:"–";color:var(--text-color-light-gray);font-size:calc(14rem/var(--initial-font-multiplier));position:absolute;left:-15px;top:15px}._kEEs ._hc8t .react-select__control{min-height:48px;border-color:#d9d9de}:root.root--special ._kEEs{border-color:var(--special-text-color)}:root.root--special ._kEEs .Z9x7d .U7ruW+.U7ruW:before{color:var(--special-text-color)}@media screen and (max-width: 896px){._kEEs{grid-template-columns:1fr}}@media screen and (max-width: 520px){._kEEs .Z9x7d{grid-template-columns:1fr}._kEEs .Z9x7d .U7ruW+.U7ruW:before{display:none}._kEEs .XV6rS{grid-template-columns:1fr}._kEEs .XV6rS>div{grid-template-columns:1fr 1fr}}

/* End */


/* Start:/local/templates/g2/components/openregion/news.filter/photogallery/style.css?162935779814531*/
.content .jzVwP{font-size:calc(16rem/var(--initial-font-multiplier))}.content .jzVwP input[type=text]{font-size:calc(16rem/var(--initial-font-multiplier))}.content .jzVwP .date-picker{border:1px solid #d9d9de;border-radius:4px;height:48px}.content .jzVwP .date-picker>input[type=text]{padding:0 var(--grid-gap) 0 calc(var(--grid-gap) / 2)}
.HMQ7N{width:100%}.HMQ7N .jVVYU{color:var(--text-color-light-gray);margin-bottom:8px;font-size:calc(16rem/var(--initial-font-multiplier))}:root.root--special .HMQ7N .jVVYU{color:var(--special-text-color)}
.OS4Jd{margin:0 auto;max-height:100%;position:relative}.OS4Jd::before{content:"";display:block;padding-top:100%}.vgDKb{animation:_QzG6 2s linear infinite;bottom:0;height:100%;left:0;margin:auto;position:absolute;right:0;top:0;transform-origin:center center;width:100%}.cWEXE{animation:_9Ilq 1.5s ease-in-out infinite;stroke-dasharray:1,200;stroke-dashoffset:0;stroke-linecap:round}:root.root--special .OS4Jd{--primary-color: var(--special-text-color)}@keyframes _QzG6{100%{transform:rotate(360deg)}}@keyframes _9Ilq{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}
.In33J{height:32px;overflow:hidden;max-width:calc(100vw - var(--grid-gap))}.In33J ._mYDU{position:relative;margin:-5px;display:flex;flex-wrap:nowrap}.In33J ._mYDU .P92mL{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}.In33J ._mYDU .B9HU6{background:var(--primary-color);color:#fff}.In33J ._mYDU .P92mL>input[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;opacity:0;position:absolute}.In33J ._mYDU .P92mL>span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:0 12px}.In33J ._mYDU .qkEp1{margin:5px}.In33J ._mYDU .CGD6o{position:absolute;top:5px;right:5px;box-shadow:0 0 0 5px #fff}.In33J ._mYDU .CGD6o:before{content:"";display:block;width:110px;height:32px;background-image:linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 100%);position:absolute;left:-111px;pointer-events:none}.In33J ._mYDU ._VyX2{color:var(--primary-color);margin:0 0 0 12px}.uWYko{height:auto}.uWYko ._mYDU{flex-wrap:wrap}:root.root--special .In33J ._mYDU .P92mL{color:var(--special-text-color);border-color:var(--special-text-color)}:root.root--special .In33J ._mYDU .B9HU6{background-color:var(--special-text-color);color:var(--special-background-color)}:root.root--special .In33J ._mYDU .CGD6o{box-shadow:none}:root.root--special .In33J ._mYDU .CGD6o:before{display:none}:root.root--special .In33J ._mYDU ._VyX2{color:var(--special-text-color)}@media(hover: hover){.In33J ._mYDU .P92mL:hover{background:var(--primary-color-hover);color:#fff;text-decoration:none}:root.root--special .In33J ._mYDU .P92mL:hover{background-color:var(--special-text-color);color:var(--special-background-color)}}
.thl51{display:inline-flex;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.thl51 .bbWu_{position:absolute;-webkit-appearance:none;-moz-appearance:none;appearance:none;opacity:0}.thl51 .bbWu_:checked+.yHonC{box-shadow:inset 0 0 0 2px var(--primary-color);background:#fff}.thl51 .bbWu_:checked+.yHonC ._Hu8r .ta9Q1{fill:var(--primary-color);stroke:var(--primary-color)}.thl51 .bbWu_:checked+.yHonC ._Hu8r .n3mb7{stroke:#fff}.thl51 .bbWu_:disabled+.yHonC{color:var(--disabled-color);cursor:default}.thl51 .bbWu_:disabled+.yHonC ._Hu8r .ta9Q1{stroke:var(--disabled-color)}.thl51 .bbWu_:disabled:checked+.yHonC{box-shadow:inset 0 0 0 2px var(--disabled-color)}.thl51 .bbWu_:disabled:checked+.yHonC ._Hu8r .ta9Q1{fill:var(--disabled-color)}.thl51 .bbWu_:disabled:checked+.yHonC ._Hu8r .n3mb7{stroke:#fff}.thl51 .bbWu_:focus+.yHonC{background:#e6e6eb}.thl51 .yHonC{flex:1;display:inline-flex;align-items:center;background:#f4f4f6;padding:6px 14px;cursor:pointer;border-radius:4px}.thl51 .yHonC ._Hu8r{min-width:20px;width:20px;height:20px;margin-right:14px}.thl51 .yHonC ._Hu8r .ta9Q1{fill:none;stroke:var(--text-color);width:18px;height:18px;stroke-width:2px}.thl51 .yHonC ._Hu8r .n3mb7{stroke-width:3px;stroke:transparent;fill:none}.thl51:active .yHonC{background:#d7d7df}.QBChw .bbWu_:checked+.yHonC{box-shadow:none;background:transparent}.QBChw .bbWu_:focus+.yHonC{background:transparent}.QBChw .yHonC{background:transparent;padding:6px 0}.QBChw .yHonC ._Hu8r .ta9Q1{stroke:#d9d9de;stroke-width:1px}.QBChw:active .yHonC{background:transparent}:root.root--special .thl51 .bbWu_:checked+.yHonC{box-shadow:inset 0 0 0 2px var(--special-text-color);background:var(--special-background-color)}:root.root--special .thl51 .bbWu_:checked+.yHonC ._Hu8r .ta9Q1{fill:var(--special-text-color);stroke:var(--special-text-color)}:root.root--special .thl51 .bbWu_:checked+.yHonC ._Hu8r .n3mb7{stroke:var(--special-background-color)}:root.root--special .thl51 .yHonC{background:var(--special-background-color)}:root.root--special .thl51 .yHonC ._Hu8r .ta9Q1{stroke:var(--special-text-color)}:root.root--special .QBChw .bbWu_:checked+.yHonC{box-shadow:none;background:transparent}@media(hover: hover){.thl51:hover .yHonC{background:#e6e6eb}.thl51:hover input:disabled+.yHonC{background:#f4f4f6}.QBChw:hover input+.yHonC,.QBChw:hover input:disabled+.yHonC{background:transparent}}
._q_6o{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}._q_6o .dWGcC{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}._q_6o ._KuWh{grid-row:2;grid-column:1/-1}@media screen and (max-width: 735px){._q_6o{grid-template-columns:1fr}._q_6o .dWGcC{gap:12px}}
._uK2G{font-family:Arial,Helvetica,sans-serif;border:1px solid #bfbfbf;display:inline-flex;max-width:155px;height:40px;position:relative;box-sizing:border-box;letter-spacing:normal}._nSOF{max-width:195px}._uK2G ._4lYm{margin:0;padding:0 0 0 10px;background:transparent;border:none !important;font-size:16px;min-width:0;height:auto !important}._uK2G .zoPoF{background:transparent;border:none;margin:0;padding:0 10px;color:#a6a6a6;cursor:pointer;position:absolute;top:0;right:0;bottom:0}._ReN_{position:absolute;width:220px;box-shadow:0 5px 20px rgba(0,0,0,.1);background:#fff;border:1px solid rgba(0,0,0,.07);top:calc(100% + 1px);left:-1px;z-index:100;padding:4px;border-radius:2px;animation:X8EbU .25s ease-out;display:flex;flex-direction:column}._pdXo{position:fixed;z-index:999999}._ReN_ .wypqq{display:flex;align-items:center;justify-content:space-between;padding:4px 0}._ReN_ .wypqq ._WzLH,._ReN_ .wypqq .srOlV{color:#bfbfbf;width:15px;height:25px;border:none;border-radius:3px;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;margin:0}._ReN_ .wypqq ._WzLH:hover,._ReN_ .wypqq .srOlV:hover{background:#f2f2f2}._ReN_ .wypqq .J1T3I,._ReN_ .wypqq .vBoIF{padding:0 5px !important;height:25px !important;min-width:0;flex:1;font-size:16px !important;text-align:center;border-radius:3px;border:none;background:transparent;cursor:pointer}._ReN_ .wypqq .J1T3I:hover,._ReN_ .wypqq .vBoIF:hover{background:#f2f2f2}._ReN_ .wypqq .J1T3I{-webkit-appearance:listbox;-moz-appearance:listbox;appearance:listbox;text-transform:capitalize}._ReN_ .wypqq .vBoIF{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}._ReN_ .wypqq .vBoIF::-webkit-outer-spin-button,._ReN_ .wypqq .vBoIF::-webkit-inner-spin-button{-webkit-appearance:none;appearance:none}:root.root--special ._uK2G ._ReN_{background-color:var(--special-background-color);color:var(--special-text-color);border:1px solid var(--special-text-color)}:root.root--special ._uK2G ._ReN_ .wypqq ._WzLH,:root.root--special ._uK2G ._ReN_ .wypqq .srOlV{background-color:var(--special-background-color);color:var(--special-text-color);border:1px solid var(--special-text-color)}:root.root--special ._uK2G ._ReN_ .wypqq .J1T3I,:root.root--special ._uK2G ._ReN_ .wypqq .vBoIF{background-color:var(--special-background-color);color:var(--special-text-color)}@media(hover: hover){:root.root--special ._uK2G ._ReN_ .wypqq ._WzLH:hover,:root.root--special ._uK2G ._ReN_ .wypqq .srOlV:hover{color:var(--special-background-color);background-color:var(--special-text-color)}}@keyframes X8EbU{from{opacity:0;margin-top:10px}}
.t5j_C{display:grid;grid-template-columns:repeat(3, 1fr);grid-template-rows:repeat(4, 1fr);flex:1 185px;height:185px}.t5j_C .WlQIY{border:none;background:transparent;border-radius:3px;font-size:13px;padding:0;margin:0;text-transform:capitalize;cursor:pointer}.t5j_C .WlQIY:hover{background:#f2f2f2}:root.root--special .t5j_C .WlQIY{background-color:var(--special-background-color);color:var(--special-text-color)}@media(hover: hover){.t5j_C .WlQIY:hover{background:#f2f2f2}:root.root--special .t5j_C .WlQIY:hover{color:var(--special-background-color);background-color:var(--special-text-color)}}
.NdtVE{display:flex;flex-direction:column;flex:1 185px;height:185px}.NdtVE ._TxTh{display:grid;grid-template-columns:repeat(7, 1fr);background:#f2f2f2;font-size:10px;height:15px;align-items:center;margin:4px 0;text-transform:capitalize}.NdtVE ._TxTh .j_GYT{text-align:center;color:gray}.NdtVE .Pv_FE{display:grid;grid-template-columns:repeat(7, 1fr);flex:1;height:100%}.NdtVE .Pv_FE .WZsAZ{border:none;background:transparent;border-radius:3px;font-size:13px;padding:0;margin:0;text-transform:capitalize;cursor:pointer}.NdtVE .Pv_FE .VNzxc{color:red}.NdtVE .Pv_FE .XGnDw{color:#bfbfbf}.NdtVE .Pv_FE .m6eFw{background:#f2f2f2}.NdtVE .Pv_FE .WZsAZ:hover{background:#f2f2f2 !important}.NdtVE .Pv_FE:hover .m6eFw{background:inherit}:root.root--special .NdtVE ._TxTh{background:var(--special-background-color)}:root.root--special .NdtVE ._TxTh .j_GYT{color:var(--special-text-color)}:root.root--special .NdtVE .Pv_FE .WZsAZ{color:var(--special-text-color)}:root.root--special .NdtVE .Pv_FE .VNzxc,:root.root--special .NdtVE .Pv_FE .XGnDw{color:var(--special-text-color)}:root.root--special .NdtVE .Pv_FE .m6eFw{background:var(--special-text-color);color:var(--special-background-color)}:root.root--special .NdtVE .Pv_FE .WZsAZ:hover{background:var(--special-text-color) !important;color:var(--special-background-color)}:root.root--special .NdtVE .Pv_FE:hover .m6eFw{background:inherit;color:var(--special-text-color)}
.gBh93{margin-top:8px}.gBh93 .Zc0vp{display:flex;align-items:center;justify-content:space-between;padding:4px;color:#bfbfbf;border-top:1px solid #f2f2f2;border-bottom:1px solid #f2f2f2}.gBh93 .Zc0vp>div{flex:1;display:flex;align-items:center;justify-content:center;font-size:12px;min-width:0}.gBh93 .Zc0vp>div:first-child{justify-content:flex-start}.gBh93 .Zc0vp>div:last-child{justify-content:flex-end}.gBh93 .Zc0vp input[type=number].mYCaP{padding:0 5px;height:25px;min-width:0;font-size:16px;text-align:center;border-radius:3px;border:none;background:transparent;cursor:pointer;margin:0;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield;flex:0 35px}.gBh93 .Zc0vp input[type=number].mYCaP::-webkit-outer-spin-button,.gBh93 .Zc0vp input[type=number].mYCaP::-webkit-inner-spin-button{-webkit-appearance:none;appearance:none}.gBh93 .Zc0vp input[type=number].mYCaP:hover{background:#f2f2f2}.gBh93 .Zc0vp .Ij5R_{color:#bfbfbf;width:18px;height:18px;border:none;border-radius:3px;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;margin:0}.gBh93 .Zc0vp .Ij5R_:hover{background:#f2f2f2}.gBh93 .Zc0vp .EtzyW{flex:1;background:transparent;border:none;cursor:pointer;color:#bfbfbf;font-size:12px;line-height:10px}.gBh93 .Zc0vp .EtzyW:hover{color:gray}.gBh93 .yyZH5{display:flex;align-items:center;justify-content:center;padding:4px 0 0 0}.gBh93 .yyZH5 ._l5Xb{height:25px;border:none;border-radius:3px;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0 10px;margin:0;font-size:13px;font-family:inherit}.gBh93 .yyZH5 ._l5Xb:hover{background:#f2f2f2}:root.root--special .gBh93 .Zc0vp{color:var(--special-text-color);border-color:var(--special-text-color)}:root.root--special .gBh93 .Zc0vp input[type=number].mYCaP{background-color:var(--special-background-color);color:var(--special-text-color)}:root.root--special .gBh93 .Zc0vp .Ij5R_{color:var(--special-text-color)}:root.root--special .gBh93 .Zc0vp .Ij5R_:hover{background-color:var(--special-text-color);color:var(--special-background-color)}:root.root--special .gBh93 .Zc0vp .EtzyW{color:var(--special-text-color)}:root.root--special .gBh93 .yyZH5 ._l5Xb{background-color:var(--special-background-color);color:var(--special-text-color)}:root.root--special .gBh93 .yyZH5 ._l5Xb:hover{background-color:var(--special-text-color);color:var(--special-background-color)}
.oolE2{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)}.oolE2 .Ce3TP,.oolE2 .WNKXh,.oolE2 .INOgM{grid-column:1/-1}.oolE2 .INOgM{display:grid;gap:calc(var(--grid-gap) / 2) var(--grid-gap);grid-template-columns:1fr -webkit-max-content;grid-template-columns:1fr max-content}.oolE2 .INOgM>div{display:grid;gap:12px;grid-template-columns:-webkit-max-content -webkit-max-content;grid-template-columns:max-content max-content}.oolE2 input[type=text]{width:100%}.oolE2 .mGvm4{display:grid;gap:12px 20px;align-items:center;grid-template-columns:repeat(auto-fit, minmax(0, 1fr))}.oolE2 .mGvm4 ._rELN{max-width:100%}.oolE2 .mGvm4 ._rELN+._rELN:before{content:"–";color:var(--text-color-light-gray);font-size:calc(14rem/var(--initial-font-multiplier));position:absolute;left:-15px;top:15px}.oolE2 .SCtQ6 .react-select__control{min-height:48px;border-color:#d9d9de}:root.root--special .oolE2{border-color:var(--special-text-color)}:root.root--special .oolE2 .mGvm4 ._rELN+._rELN:before{color:var(--special-text-color)}@media screen and (max-width: 896px){.oolE2{grid-template-columns:1fr}}@media screen and (max-width: 520px){.oolE2 .mGvm4{grid-template-columns:1fr}.oolE2 .mGvm4 ._rELN+._rELN:before{display:none}.oolE2 .INOgM{grid-template-columns:1fr}.oolE2 .INOgM>div{grid-template-columns:1fr 1fr}}

/* End */


/* Start:/local/templates/g2/components/openregion/news.list/photogallery/style.css?1618196570630*/
.list__item--photogallery {
  grid-template-columns: 1fr;
}

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

.list__foot > * {
  margin-top: 12px;
}

.list__download {
  display: flex;
  align-items: center;
  margin-right: 6px;
}

.list__badges {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
}

.list__badges .badge {
  margin: 2px 4px;
}

.list__item--photogallery .admin-area {
  margin-left: inherit;
}

.list__preview,
.list__photos {
  margin-top: 12px;
}

.list__preview {
  font-size: calc(1rem * 8 / 9);
  text-align: justify;
}

/* End */


/* Start:/local/templates/g2/components/openregion/news.filter/video/style.css?162935780017750*/
.content .jzVwP{font-size:calc(16rem/var(--initial-font-multiplier))}.content .jzVwP input[type=text]{font-size:calc(16rem/var(--initial-font-multiplier))}.content .jzVwP .date-picker{border:1px solid #d9d9de;border-radius:4px;height:48px}.content .jzVwP .date-picker>input[type=text]{padding:0 var(--grid-gap) 0 calc(var(--grid-gap) / 2)}
.HMQ7N{width:100%}.HMQ7N .jVVYU{color:var(--text-color-light-gray);margin-bottom:8px;font-size:calc(16rem/var(--initial-font-multiplier))}:root.root--special .HMQ7N .jVVYU{color:var(--special-text-color)}
.OS4Jd{margin:0 auto;max-height:100%;position:relative}.OS4Jd::before{content:"";display:block;padding-top:100%}.vgDKb{animation:_QzG6 2s linear infinite;bottom:0;height:100%;left:0;margin:auto;position:absolute;right:0;top:0;transform-origin:center center;width:100%}.cWEXE{animation:_9Ilq 1.5s ease-in-out infinite;stroke-dasharray:1,200;stroke-dashoffset:0;stroke-linecap:round}:root.root--special .OS4Jd{--primary-color: var(--special-text-color)}@keyframes _QzG6{100%{transform:rotate(360deg)}}@keyframes _9Ilq{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}
.In33J{height:32px;overflow:hidden;max-width:calc(100vw - var(--grid-gap))}.In33J ._mYDU{position:relative;margin:-5px;display:flex;flex-wrap:nowrap}.In33J ._mYDU .P92mL{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}.In33J ._mYDU .B9HU6{background:var(--primary-color);color:#fff}.In33J ._mYDU .P92mL>input[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;opacity:0;position:absolute}.In33J ._mYDU .P92mL>span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:0 12px}.In33J ._mYDU .qkEp1{margin:5px}.In33J ._mYDU .CGD6o{position:absolute;top:5px;right:5px;box-shadow:0 0 0 5px #fff}.In33J ._mYDU .CGD6o:before{content:"";display:block;width:110px;height:32px;background-image:linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 100%);position:absolute;left:-111px;pointer-events:none}.In33J ._mYDU ._VyX2{color:var(--primary-color);margin:0 0 0 12px}.uWYko{height:auto}.uWYko ._mYDU{flex-wrap:wrap}:root.root--special .In33J ._mYDU .P92mL{color:var(--special-text-color);border-color:var(--special-text-color)}:root.root--special .In33J ._mYDU .B9HU6{background-color:var(--special-text-color);color:var(--special-background-color)}:root.root--special .In33J ._mYDU .CGD6o{box-shadow:none}:root.root--special .In33J ._mYDU .CGD6o:before{display:none}:root.root--special .In33J ._mYDU ._VyX2{color:var(--special-text-color)}@media(hover: hover){.In33J ._mYDU .P92mL:hover{background:var(--primary-color-hover);color:#fff;text-decoration:none}:root.root--special .In33J ._mYDU .P92mL:hover{background-color:var(--special-text-color);color:var(--special-background-color)}}
.thl51{display:inline-flex;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.thl51 .bbWu_{position:absolute;-webkit-appearance:none;-moz-appearance:none;appearance:none;opacity:0}.thl51 .bbWu_:checked+.yHonC{box-shadow:inset 0 0 0 2px var(--primary-color);background:#fff}.thl51 .bbWu_:checked+.yHonC ._Hu8r .ta9Q1{fill:var(--primary-color);stroke:var(--primary-color)}.thl51 .bbWu_:checked+.yHonC ._Hu8r .n3mb7{stroke:#fff}.thl51 .bbWu_:disabled+.yHonC{color:var(--disabled-color);cursor:default}.thl51 .bbWu_:disabled+.yHonC ._Hu8r .ta9Q1{stroke:var(--disabled-color)}.thl51 .bbWu_:disabled:checked+.yHonC{box-shadow:inset 0 0 0 2px var(--disabled-color)}.thl51 .bbWu_:disabled:checked+.yHonC ._Hu8r .ta9Q1{fill:var(--disabled-color)}.thl51 .bbWu_:disabled:checked+.yHonC ._Hu8r .n3mb7{stroke:#fff}.thl51 .bbWu_:focus+.yHonC{background:#e6e6eb}.thl51 .yHonC{flex:1;display:inline-flex;align-items:center;background:#f4f4f6;padding:6px 14px;cursor:pointer;border-radius:4px}.thl51 .yHonC ._Hu8r{min-width:20px;width:20px;height:20px;margin-right:14px}.thl51 .yHonC ._Hu8r .ta9Q1{fill:none;stroke:var(--text-color);width:18px;height:18px;stroke-width:2px}.thl51 .yHonC ._Hu8r .n3mb7{stroke-width:3px;stroke:transparent;fill:none}.thl51:active .yHonC{background:#d7d7df}.QBChw .bbWu_:checked+.yHonC{box-shadow:none;background:transparent}.QBChw .bbWu_:focus+.yHonC{background:transparent}.QBChw .yHonC{background:transparent;padding:6px 0}.QBChw .yHonC ._Hu8r .ta9Q1{stroke:#d9d9de;stroke-width:1px}.QBChw:active .yHonC{background:transparent}:root.root--special .thl51 .bbWu_:checked+.yHonC{box-shadow:inset 0 0 0 2px var(--special-text-color);background:var(--special-background-color)}:root.root--special .thl51 .bbWu_:checked+.yHonC ._Hu8r .ta9Q1{fill:var(--special-text-color);stroke:var(--special-text-color)}:root.root--special .thl51 .bbWu_:checked+.yHonC ._Hu8r .n3mb7{stroke:var(--special-background-color)}:root.root--special .thl51 .yHonC{background:var(--special-background-color)}:root.root--special .thl51 .yHonC ._Hu8r .ta9Q1{stroke:var(--special-text-color)}:root.root--special .QBChw .bbWu_:checked+.yHonC{box-shadow:none;background:transparent}@media(hover: hover){.thl51:hover .yHonC{background:#e6e6eb}.thl51:hover input:disabled+.yHonC{background:#f4f4f6}.QBChw:hover input+.yHonC,.QBChw:hover input:disabled+.yHonC{background:transparent}}
.boq9b{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}.boq9b .yRJ79{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}.boq9b .Zi0nT{grid-row:2;grid-column:1/-1}@media screen and (max-width: 735px){.boq9b{grid-template-columns:1fr}.boq9b .yRJ79{gap:12px}}
.JeeaF{color:#666}
._GOJj .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)}._GOJj .react-select__control--is-focused,._GOJj .react-select__control--menu-is-opened,._GOJj .react-select__control--is-focused:hover,._GOJj .react-select__control--menu-is-opened:hover{box-shadow:inset 0 0 0 2px var(--primary-color);border-color:transparent}._GOJj input[type="text"]{height:20px !important}._GOJj .react-select__indicators{margin:0 12px;display:flex;align-items:center}._GOJj .react-select__indicator{padding:0;margin:0}._GOJj .react-select__clear-indicator{width:10px;height:14px;margin-right:5px}._GOJj .react-select__menu{border-radius:3px;box-shadow:0 8px 12px rgba(0,0,0,.25);margin-top:5px;padding:0;animation:_3gCh .2s ease-out;border:1px solid var(--silver-color);border-bottom:none;z-index:2}._GOJj .react-select__option{cursor:pointer;padding:5px 15px;line-height:1.5em;text-align:left}._GOJj .react-select__option:active,._GOJj .react-select__option--is-focused{background-color:var(--light-gray-color);color:var(--text-color)}._GOJj .react-select__option--is-selected{background-color:var(--primary-color);color:#fff}._GOJj .react-select__indicator-separator{display:none}._GOJj .react-select__value-container{padding:0 14px}._GOJj .react-select__multi-value{max-width:260px}:root.root--special ._GOJj .react-select__control{background-color:var(--special-background-color);border-color:var(--special-text-color)}:root.root--special ._GOJj .react-select__control--is-focused,:root.root--special ._GOJj .react-select__control--menu-is-opened,:root.root--special ._GOJj .react-select__control--is-focused:hover,:root.root--special ._GOJj .react-select__control--menu-is-opened:hover{box-shadow:inset 0 0 0 2px var(--special-text-color);border-color:transparent}:root.root--special ._GOJj .react-select__menu{box-shadow:none;border:1px solid var(--special-text-color)}:root.root--special ._GOJj .react-select__menu-list{background-color:var(--special-background-color)}:root.root--special ._GOJj .react-select__option:active,:root.root--special ._GOJj .react-select__option--is-focused,:root.root--special ._GOJj .react-select__option--is-selected{background-color:var(--special-text-color);color:var(--special-background-color)}:root.root--special ._GOJj .react-select__single-value,:root.root--special ._GOJj .react-select__indicator,:root.root--special ._GOJj .react-select__menu-notice,:root.root--special ._GOJj .react-select__placeholder{color:var(--special-text-color)}:root.root--special ._GOJj .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 ._GOJj .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 _3gCh{from{opacity:0;margin-top:10px}}
._uK2G{font-family:Arial,Helvetica,sans-serif;border:1px solid #bfbfbf;display:inline-flex;max-width:155px;height:40px;position:relative;box-sizing:border-box;letter-spacing:normal}._nSOF{max-width:195px}._uK2G ._4lYm{margin:0;padding:0 0 0 10px;background:transparent;border:none !important;font-size:16px;min-width:0;height:auto !important}._uK2G .zoPoF{background:transparent;border:none;margin:0;padding:0 10px;color:#a6a6a6;cursor:pointer;position:absolute;top:0;right:0;bottom:0}._ReN_{position:absolute;width:220px;box-shadow:0 5px 20px rgba(0,0,0,.1);background:#fff;border:1px solid rgba(0,0,0,.07);top:calc(100% + 1px);left:-1px;z-index:100;padding:4px;border-radius:2px;animation:X8EbU .25s ease-out;display:flex;flex-direction:column}._pdXo{position:fixed;z-index:999999}._ReN_ .wypqq{display:flex;align-items:center;justify-content:space-between;padding:4px 0}._ReN_ .wypqq ._WzLH,._ReN_ .wypqq .srOlV{color:#bfbfbf;width:15px;height:25px;border:none;border-radius:3px;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;margin:0}._ReN_ .wypqq ._WzLH:hover,._ReN_ .wypqq .srOlV:hover{background:#f2f2f2}._ReN_ .wypqq .J1T3I,._ReN_ .wypqq .vBoIF{padding:0 5px !important;height:25px !important;min-width:0;flex:1;font-size:16px !important;text-align:center;border-radius:3px;border:none;background:transparent;cursor:pointer}._ReN_ .wypqq .J1T3I:hover,._ReN_ .wypqq .vBoIF:hover{background:#f2f2f2}._ReN_ .wypqq .J1T3I{-webkit-appearance:listbox;-moz-appearance:listbox;appearance:listbox;text-transform:capitalize}._ReN_ .wypqq .vBoIF{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}._ReN_ .wypqq .vBoIF::-webkit-outer-spin-button,._ReN_ .wypqq .vBoIF::-webkit-inner-spin-button{-webkit-appearance:none;appearance:none}:root.root--special ._uK2G ._ReN_{background-color:var(--special-background-color);color:var(--special-text-color);border:1px solid var(--special-text-color)}:root.root--special ._uK2G ._ReN_ .wypqq ._WzLH,:root.root--special ._uK2G ._ReN_ .wypqq .srOlV{background-color:var(--special-background-color);color:var(--special-text-color);border:1px solid var(--special-text-color)}:root.root--special ._uK2G ._ReN_ .wypqq .J1T3I,:root.root--special ._uK2G ._ReN_ .wypqq .vBoIF{background-color:var(--special-background-color);color:var(--special-text-color)}@media(hover: hover){:root.root--special ._uK2G ._ReN_ .wypqq ._WzLH:hover,:root.root--special ._uK2G ._ReN_ .wypqq .srOlV:hover{color:var(--special-background-color);background-color:var(--special-text-color)}}@keyframes X8EbU{from{opacity:0;margin-top:10px}}
.t5j_C{display:grid;grid-template-columns:repeat(3, 1fr);grid-template-rows:repeat(4, 1fr);flex:1 185px;height:185px}.t5j_C .WlQIY{border:none;background:transparent;border-radius:3px;font-size:13px;padding:0;margin:0;text-transform:capitalize;cursor:pointer}.t5j_C .WlQIY:hover{background:#f2f2f2}:root.root--special .t5j_C .WlQIY{background-color:var(--special-background-color);color:var(--special-text-color)}@media(hover: hover){.t5j_C .WlQIY:hover{background:#f2f2f2}:root.root--special .t5j_C .WlQIY:hover{color:var(--special-background-color);background-color:var(--special-text-color)}}
.NdtVE{display:flex;flex-direction:column;flex:1 185px;height:185px}.NdtVE ._TxTh{display:grid;grid-template-columns:repeat(7, 1fr);background:#f2f2f2;font-size:10px;height:15px;align-items:center;margin:4px 0;text-transform:capitalize}.NdtVE ._TxTh .j_GYT{text-align:center;color:gray}.NdtVE .Pv_FE{display:grid;grid-template-columns:repeat(7, 1fr);flex:1;height:100%}.NdtVE .Pv_FE .WZsAZ{border:none;background:transparent;border-radius:3px;font-size:13px;padding:0;margin:0;text-transform:capitalize;cursor:pointer}.NdtVE .Pv_FE .VNzxc{color:red}.NdtVE .Pv_FE .XGnDw{color:#bfbfbf}.NdtVE .Pv_FE .m6eFw{background:#f2f2f2}.NdtVE .Pv_FE .WZsAZ:hover{background:#f2f2f2 !important}.NdtVE .Pv_FE:hover .m6eFw{background:inherit}:root.root--special .NdtVE ._TxTh{background:var(--special-background-color)}:root.root--special .NdtVE ._TxTh .j_GYT{color:var(--special-text-color)}:root.root--special .NdtVE .Pv_FE .WZsAZ{color:var(--special-text-color)}:root.root--special .NdtVE .Pv_FE .VNzxc,:root.root--special .NdtVE .Pv_FE .XGnDw{color:var(--special-text-color)}:root.root--special .NdtVE .Pv_FE .m6eFw{background:var(--special-text-color);color:var(--special-background-color)}:root.root--special .NdtVE .Pv_FE .WZsAZ:hover{background:var(--special-text-color) !important;color:var(--special-background-color)}:root.root--special .NdtVE .Pv_FE:hover .m6eFw{background:inherit;color:var(--special-text-color)}
.gBh93{margin-top:8px}.gBh93 .Zc0vp{display:flex;align-items:center;justify-content:space-between;padding:4px;color:#bfbfbf;border-top:1px solid #f2f2f2;border-bottom:1px solid #f2f2f2}.gBh93 .Zc0vp>div{flex:1;display:flex;align-items:center;justify-content:center;font-size:12px;min-width:0}.gBh93 .Zc0vp>div:first-child{justify-content:flex-start}.gBh93 .Zc0vp>div:last-child{justify-content:flex-end}.gBh93 .Zc0vp input[type=number].mYCaP{padding:0 5px;height:25px;min-width:0;font-size:16px;text-align:center;border-radius:3px;border:none;background:transparent;cursor:pointer;margin:0;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield;flex:0 35px}.gBh93 .Zc0vp input[type=number].mYCaP::-webkit-outer-spin-button,.gBh93 .Zc0vp input[type=number].mYCaP::-webkit-inner-spin-button{-webkit-appearance:none;appearance:none}.gBh93 .Zc0vp input[type=number].mYCaP:hover{background:#f2f2f2}.gBh93 .Zc0vp .Ij5R_{color:#bfbfbf;width:18px;height:18px;border:none;border-radius:3px;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;margin:0}.gBh93 .Zc0vp .Ij5R_:hover{background:#f2f2f2}.gBh93 .Zc0vp .EtzyW{flex:1;background:transparent;border:none;cursor:pointer;color:#bfbfbf;font-size:12px;line-height:10px}.gBh93 .Zc0vp .EtzyW:hover{color:gray}.gBh93 .yyZH5{display:flex;align-items:center;justify-content:center;padding:4px 0 0 0}.gBh93 .yyZH5 ._l5Xb{height:25px;border:none;border-radius:3px;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0 10px;margin:0;font-size:13px;font-family:inherit}.gBh93 .yyZH5 ._l5Xb:hover{background:#f2f2f2}:root.root--special .gBh93 .Zc0vp{color:var(--special-text-color);border-color:var(--special-text-color)}:root.root--special .gBh93 .Zc0vp input[type=number].mYCaP{background-color:var(--special-background-color);color:var(--special-text-color)}:root.root--special .gBh93 .Zc0vp .Ij5R_{color:var(--special-text-color)}:root.root--special .gBh93 .Zc0vp .Ij5R_:hover{background-color:var(--special-text-color);color:var(--special-background-color)}:root.root--special .gBh93 .Zc0vp .EtzyW{color:var(--special-text-color)}:root.root--special .gBh93 .yyZH5 ._l5Xb{background-color:var(--special-background-color);color:var(--special-text-color)}:root.root--special .gBh93 .yyZH5 ._l5Xb:hover{background-color:var(--special-text-color);color:var(--special-background-color)}
._Togu{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)}._Togu .cdEFo,._Togu .pLp6r,._Togu .aRrJY{grid-column:1/-1}._Togu .aRrJY{display:grid;gap:calc(var(--grid-gap) / 2) var(--grid-gap);grid-template-columns:1fr -webkit-max-content;grid-template-columns:1fr max-content}._Togu .aRrJY>div{display:grid;gap:12px;grid-template-columns:-webkit-max-content -webkit-max-content;grid-template-columns:max-content max-content}._Togu input[type=text]{width:100%}._Togu ._J0nk{display:grid;gap:12px 20px;align-items:center;grid-template-columns:repeat(auto-fit, minmax(0, 1fr))}._Togu ._J0nk .pQLyS{max-width:100%}._Togu ._J0nk .pQLyS+.pQLyS:before{content:"–";color:var(--text-color-light-gray);font-size:calc(14rem/var(--initial-font-multiplier));position:absolute;left:-15px;top:15px}._Togu .zEG7m .react-select__control{min-height:48px;border-color:#d9d9de}:root.root--special ._Togu{border-color:var(--special-text-color)}:root.root--special ._Togu ._J0nk .pQLyS+.pQLyS:before{color:var(--special-text-color)}:root.root--special ._Togu .zEG7m .react-select__control{border-color:var(--special-text-color)}@media screen and (max-width: 896px){._Togu{grid-template-columns:1fr}}@media screen and (max-width: 520px){._Togu ._J0nk{grid-template-columns:1fr}._Togu ._J0nk .pQLyS+.pQLyS:before{display:none}._Togu .aRrJY{grid-template-columns:1fr}._Togu .aRrJY>div{grid-template-columns:1fr 1fr}}

/* End */


/* Start:/local/templates/g2/components/openregion/news.list/video/style.css?1628164403984*/
.list--video {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: var(--grid-gap);
}

.list__item--video {
  display: flex;
  flex-direction: column;
  padding: 24px;
  border: 1px solid var(--border-color);
  border-radius: 4px;
}


.list__photo--video {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 302px;
  height: 189px;
}

.list__photo--video:hover {
  border: none;
}

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

@media screen and (max-width: 1087px) {
  .list__photo--video {
    flex: 0 1 auto;
    width: 100%;
    height: fit-content;
    min-height: 189px;
    max-height: 50vh;
  }
}

@media screen and (max-width: 1087px) and (min-width: 736px) {
  .list--video {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 735px) {
  .list--video {
    grid-template-columns: 1fr;
  }
}

/* End */
/* /local/templates/g2/css/table.css?16181965761741 */
/* /local/templates/g2/dist/css/custom-ui.css?16293578084920 */
/* /local/templates/g2/components/openregion/news/activity/openregion/news.detail/.default/style.css?16181965703774 */
/* /local/templates/g2/components/openregion/news.list/activity/style.css?16181965703411 */
/* /local/templates/g2/components/openregion/news/activity/openregion/component/anticorruption/static.css?161819657074 */
/* /local/templates/g2/components/openregion/news/activity/openregion/component/anticorruption/style.css?162935780012867 */
/* /local/templates/g2/components/openregion/news.list/workers/style.css?16268644181140 */
/* /local/templates/g2/css/list.css?16227172431081 */
/* /local/templates/g2/components/openregion/news.tabs/.default/style.css?16181965701483 */
/* /local/templates/g2/components/openregion/news.filter/documents-section/style.css?16293577973235 */
/* /local/templates/g2/components/openregion/news.filter/documents/style.css?162935779717691 */
/* /local/templates/g2/components/openregion/news.list/documents/style.css?1618196570595 */
/* /local/templates/g2/components/bitrix/main.pagenavigation/.default/style.css?1618196564856 */
/* /local/templates/g2/css/list-header.css?1618196576167 */
/* /local/templates/g2/components/openregion/news.filter/news/style.css?162935779817654 */
/* /local/templates/g2/components/openregion/news.filter/events/style.css?162935779717654 */
/* /local/templates/g2/components/openregion/news.filter/projects/style.css?162935779914457 */
/* /local/templates/g2/components/openregion/news.filter/lectures/style.css?162935779817654 */
/* /local/templates/g2/components/openregion/news.filter/photogallery/style.css?162935779814531 */
/* /local/templates/g2/components/openregion/news.list/photogallery/style.css?1618196570630 */
/* /local/templates/g2/components/openregion/news.filter/video/style.css?162935780017750 */
/* /local/templates/g2/components/openregion/news.list/video/style.css?1628164403984 */
