.header .maininfo__title::before {
    background-image: unset;
}
#gerb {
	position:absolute;
	left: calc(50% - 15px);
	top: 30px;
}
a.main-title {
    color: #fff;
    padding-top: 20px;
}
@media only screen and (max-width: 424px) {
    #gerb {
        top: 6px
    }
	.header__fixed div#gerb {
		left: 1.5rem;
		top: -5px;
	}
    .header__fixed div#gerb img {
        width: 25px;
    }
}
.maininfo__title.regional {
	padding-top: 80px;
}
@media only screen and (max-width: 424px) {
    .header .maininfo__title.regional {
        padding-top: 80px;
    }
    .header__fixed .maininfo__title.regional {
        padding: 0;
    }
}
/*.homepage__menu-item span { width: inherit; }*/
.homepage__helpmenu-item { padding: 0; }
.ui-datepicker-highlight { background-color: lightyellow; }
.ui-datepicker-highlight-chosen { background-color: rgb(219, 247, 215); }
.opendata__tags input[type="radio"] {
    margin-right: 0.2rem;
    vertical-align: middle;
}
.kodex-submenu { -ms-grid-columns: unset; grid-template-columns: unset; }
.message_red { color: red; background-color: rgb(253, 231, 231); padding: .3rem; }
.message_green { color: green; background-color: rgb(229, 244, 229); padding: .3rem;  }
.form__control select.input-text { width: max-content; }
.features-table { margin-top: 1rem; }
.features-table td { padding: 0.2rem; }
.features-table thead>tr>td {
    background-color: lightgray;
    border: 2px solid white;
    border-left: lightgray;
    border-top: lightgray;
}
.features-table tbody>tr>td {
    background-color: #f2f2f2;
    border: 2px solid white;
    border-left: #f2f2f2;
    border-top: #f2f2f2;
}
.news__content table { margin-top: 1rem; }
.news__content table tr td { padding: 0.2rem; }
.news__content table tr:first-child td {
    background-color: lightgray;
    border: 2px solid white;
    border-left: lightgray;
    border-top: lightgray;
}
.news__content table tr td {
    background-color: #f2f2f2;
    border: 2px solid white;
    border-left: #f2f2f2;
    border-top: #f2f2f2;
}
.pagination span {
  border: solid 1px #ccc !important;
  color: #36f;
  border: 5px;
  float: left;
  margin: 5px;
  padding: 8px 10px;
  font-size: 14px;
  cursor: pointer;
  text-align: center;
}
.pagination span.active {
  background-color: #ccc;
  color: #fff;
}
.container__button-forwardlink::after { 
    content: '';
    background-image: url("/img/icons.png"); 
    width: 30px; 
    height: 30px; 
    background-position: -158px -336px; 
    background-size: 412px 366px; 
}
.activity__link.video::before {
    background-image: url("/img/play.svg");
    position: absolute;
    content: '';
    display: block;
    left: 0;
    bottom: 0;
    right: 0;
    top: 30%;
    margin: 0 auto;
    width: 34px;
    height: 38px;
    z-index: 2;
}
.activity__link.video img {
    filter: brightness(50%);
}
.video-date {
    position: absolute;
    left: 20px;
    top: 150px;
    color: white;
    width: 100%;
    line-height: 1.2rem;
}
.video-date::before {
    background-image: url("/img/clock.svg");
    content: '';
    float: left;
    margin-right: 10px;
    width: 18px;
    height: 18px;
}
/* new ramble of 24.02 */
.header .subtitle__domain, .header .maininfo__title-main, .header .maininfo__usefull-link, .header .maininfo__menu-link a, .header .helpers__search-link {
    color: #ffffff;
}
@media only screen and (min-width: 424px) {
    .header{ height: 210px; }
}
.header .helpers { bottom: 12px; }
.header .helpers.helpers-regions { bottom: 18px; }
.information__item.active .information__item-viewall {
    background-color: #f5f7fa;
    padding-left: 2rem;
    bottom: 0;
}
.map__hint {
    display: none;
}
.materials-additional ul li {
    margin: 1rem 0;
}
.leadership__img {
    width: 200px;
    height: 200px;
    object-fit: cover;
}
.leadership__link-img img {
    max-width: unset;
}
.activity__loadmore, .datas__loadmore { margin: 30px 0px; display: -ms-flexbox; display: flex; text-align: center; -ms-flex-pack: center; justify-content: center; -ms-flex-align: center; align-items: center; color: #2d5ca6; }
.activity__loadmore::before, .datas__loadmore:before { background-image: url("/img/icons.png"); width: 28px; height: 28px; background-position: -144px -72px; background-size: 412px 366px; display: inline-block; content: ""; margin-right: 10px; opacity: 0.6; }
.activity__loadmore-loading::before, .datas__loadmore-loading::before { webkit-animation: fa-spin 2s infinite linear; animation: fa-spin 2s infinite linear; opacity: 0.5; }
.kodex__article > p > strong > sup {
    vertical-align: super;
}
/* for copiing codex from rada */
.rvts37 {
    vertical-align: super;
}
.news__list .news__item { max-width: 255px; }
@media only screen and (max-width: 424px) {
.news__list .news__item { max-width: unset; }
}
sup {
    vertical-align: super;
}
.container__inner > div > p > video {
    width: 100%    !important;
    height: auto   !important;
}

.container__inner > div > p > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
