.header .maininfo__title::before {
    background-image: unset;
}
#gerb {
	position:absolute;
	left: calc(50% - 15px);
	top: 6px;
}
@media only screen and (max-width: 424px) {
	.header__fixed div#gerb {
		left: 1.5rem;
		top: 0;
	}
}
.maininfo__title.regional {
	padding-top: 55px;
}
/*.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: 350px 1fr; grid-template-columns: 350px 1fr; }
.message_red { color: red; background-color: rgb(253, 231, 231); }
.message_green { color: green; }
.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: 240px; }
}
.header .helpers { bottom: 12px; }
.header .helpers.helpers-regions { bottom: 18px; }
.information__item-content div:nth-child(2) {
    padding-right: 160px;
}
.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;
}
.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; }
sup { vertical-align: super; }
@media only screen and (max-width: 424px) {
	.homepage__menu-item-tax { background-size: 38px 38px !important; background-position-x: 0.5rem !important; }
}
#anketaform h2 {
    background-color: #eee;
    padding: 0.2rem;
}
.application_attention {
    background: none repeat scroll 0 0 #FF0000;
    color: #FFFFFF;
    display: none;
    font-size: 14px;
    font-weight: bold;
    line-height: 44px;
    margin-bottom: 10px;
    text-align: center;
}
.yellow {
	color: black;
    background-color: #FFFF99;
}