

/* Start:/local/templates/duma/fancybox/jquery.fancybox.css?17138869923882*/
/*! fancyBox v2.0.6 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-tmp iframe, .fancybox-tmp object {
	vertical-align: top;
	padding: 0;
	margin: 0;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	padding: 0;
	margin: 0;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	padding: 0;
	margin: 0;
	position: relative;
	outline: none;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 10px;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/local/templates/duma/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8020;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/local/templates/duma/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	background: transparent url('/local/templates/duma/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 20px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 20px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -9999px;
	left: -9999px;
	padding: 0;
	overflow: visible;
	visibility: hidden;
}

/* Overlay helper */

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: #000;
}

#fancybox-overlay.overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8030;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	margin-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}
/* End */


/* Start:/local/templates/duma/fancybox/helpers/jquery.fancybox-buttons.css?17138869921817*/
#fancybox-buttons {
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 8050;
}

#fancybox-buttons.top {
	top: 10px;
}

#fancybox-buttons.bottom {
	bottom: 10px;
}

#fancybox-buttons ul {
	display: block;
	width: 170px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	background: #111;
	-webkit-box-shadow: 0 1px 3px #000,0 0 0 1px rgba(0,0,0,.7),inset 0 0 0 1px rgba(255,255,255,.05);
	-moz-box-shadow: 0 1px 3px #000,0 0 0 1px rgba(0,0,0,.7),inset 0 0 0 1px rgba(255,255,255,.05);
	background: #111 -webkit-gradient(linear,0% 0%,0% 100%,from(rgba(255,255,255,.2)),color-stop(.5,rgba(255,255,255,.15)),color-stop(.5,rgba(255,255,255,.1)),to(rgba(255,255,255,.15)));
	background: #111 -moz-linear-gradient(top,rgba(255,255,255,.2) 0%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.1) 50%,rgba(255,255,255,.15) 100%);
	border-radius: 3px;
}

#fancybox-buttons ul li {
	float: left;
	margin: 0;
	padding: 0;
}

#fancybox-buttons a {
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background-image: url('/local/templates/duma/fancybox/helpers/fancybox_buttons.png');
	background-repeat: no-repeat;
	outline: none;
}

#fancybox-buttons a.btnPrev {
	width: 32px;
	background-position: 6px 0;
}

#fancybox-buttons a.btnNext {
	background-position: -33px 0;
	border-right: 1px solid #3e3e3e;
}

#fancybox-buttons a.btnPlay {
	background-position: 0 -30px;
}

#fancybox-buttons a.btnPlayOn {
	background-position: -30px -30px;
}

#fancybox-buttons a.btnToggle {
	background-position: 3px -60px;
	border-left: 1px solid #111;
	border-right: 1px solid #3e3e3e;
	width: 35px
}

#fancybox-buttons a.btnToggleOn {
	background-position: -27px -60px;
}

#fancybox-buttons a.btnClose {
	border-left: 1px solid #111;
	width: 38px;
	background-position: -57px 0px;
}

#fancybox-buttons a.btnDisabled {
	opacity : 0.5;
	cursor: default;
}
/* End */


/* Start:/local/templates/duma/fancybox/helpers/jquery.fancybox-thumbs.css?1713886992717*/
#fancybox-thumbs {
	position: fixed;
	left: 0;
	width: 100%;
	overflow: hidden;
	z-index: 8050;
}

#fancybox-thumbs.bottom {
	bottom: 2px;
}

#fancybox-thumbs.top {
	top: 2px;
}

#fancybox-thumbs ul {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

#fancybox-thumbs ul li {
	float: left;
	padding: 1px;
	opacity: 0.5;
}

#fancybox-thumbs ul li.active {
	opacity: 0.75;
	padding: 0;
	border: 1px solid #fff;
}

#fancybox-thumbs ul li:hover {
	opacity: 1;
}

#fancybox-thumbs ul li a {
	display: block;
	position: relative;
	overflow: hidden;
	border: 1px solid #222;
	background: #111;
	outline: none;
}

#fancybox-thumbs ul li img {
	display: block;
	position: relative;
	border: 0;
	padding: 0;
}
/* End */


/* Start:/local/templates/duma/css/style.css?176416057916651*/
.logo-txt.cities-headed__mob
{
    display: none;
}

.img__full {
    width: 100%;
    height: auto;
}

#on_top {
  margin-top: 50px;
}

#on_top {
  text-align: center;
  color: #535353;
}

#after_footer_line {
    height: 14px;
    background: #437395;
    margin: 0px;
    padding: 0px;
}

.container {
    display: grid;
    grid-template-rows: 1fr;
    margin: 0 auto;
    padding: 0px;
    max-width: 1280px;
}

.header-line {
    height: 9px;
    background: #3675a0 url(/local/templates/duma/img/top_line.gif) repeat-x top left;
}

.t-header__banner {
    display: grid;
    align-items: center;
    justify-content: center;
}

.header-banner {
    background: #edf2f5 url(/local/templates/duma/img/vologda_top.jpg) no-repeat  bottom left;
    background-size: 100% auto;
}

.header-banner * {
    text-decoration: none;
    color: #000000;
    font: 11px trebuchet MS, arial;
}

.header-banner__container {
    display: grid;
    grid-auto-flow: column;
    grid-gap: 15px;
    grid-auto-columns: 105px auto;
    margin: 17px auto;
}

.header-gerb__img {
    max-width: 105px;
    width: 100%;
}

.text-img__img {
    max-width: 263px;
    width: 100%;
}

.t-header__menu {
    display: grid;
    grid-template-columns: auto 240px;
    background-image: linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(226, 226, 226, 1) 40%, rgba(209, 209, 209, 1) 100%);
    border-radius: 0 0 5px 5px;
    border-bottom: 1px #828282a6 solid;
    border-left: 1px #828282 solid;
    -webkit-box-shadow: 0px 1px 3px 1px rgba(130, 130, 130, 0.27);
    -moz-box-shadow: 0px 1px 3px 1px rgba(130, 130, 130, 0.27);
    box-shadow: 0px 1px 3px 1px rgba(130, 130, 130, 0.27);
    margin-bottom: 2px;
    align-items: center;
}
.main-menu {
    padding: 10px 20px;
}
.main-menu__list {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: min-content;
    grid-gap: 15px;
    list-style: none outside none;
    margin: 0px;
    padding: 0px;
}

.main-menu__item {
    padding-top: 8px;
    padding-bottom: 8px;
}

.main-menu__link {
    display: flex;
    /* margin-right: 13px; */
    text-decoration: none;
    /* background: 6596B7;
    background: linear-gradient(0deg,rgba(0, 0, 0, 1) 0%, rgba(50, 98, 130, 1) 100%); */
}
.main-menu__link-text {
    display: block;
    color: #212121;
    text-shadow: #ffffff 1px 1px 1px;
    font: 15px trebuchet MS,arial;
    padding: 3px 10px 7px 10px;
    white-space: nowrap;
}

.select .main-menu__link,
.main-menu__link:hover {
    background-color: #75a4c6;
    border-radius: 7px;
}

.select .main-menu__link.have-sub-menu,
.main-menu__link.have-sub-menu:hover {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.main-menu__link:hover .main-menu__link-text,
.select .main-menu__link-text {
    color: #ffffff;
    text-shadow: none;
}

.main-menu__sub-menu {
    display: none;
    position: absolute;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    padding: 8px 0px 5px;
    background-color: #75a4c6;
}
.select .main-menu__sub-menu {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: min-content;
    grid-gap: 15px;
}

.main-menu__sub-menu .main-menu__link .main-menu__link-text {
    padding-right: 25px;
}

.main-menu__sub-menu .main-menu__link:after {
    content: '';
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: rgba(50, 98, 130, 0.8);
    background-color: rgba(255, 255, 255, 0.4);
    padding-right: 1px;
}

.main-menu__sub-menu .main-menu__link:last-child:after {
    content: none;
}

.t-header__special {
    background: #d1d1d1;
}

.spcial-version__container {
    display: flex;
    justify-content: end;
    padding: 0 45px;
}

.main-search {
    margin-right: 45px;
}

.main-search #srch {
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: 1fr 21px;
    grid-gap: 5px;
    border-radius: 5px;
    background-color: #fff;
    justify-content: space-between;
    align-items: center;
    padding: 4px 3px 2px;
    -webkit-box-shadow: -2px 2px 1px 1px rgba(187, 187, 187, 0.9) inset;
    -moz-box-shadow: -2px 2px 1px 1px rgba(187, 187, 187, 0.9) inset;
    box-shadow: -2px 2px 1px 1px rgba(187, 187, 187, 0.9) inset;
}

.main-search #srch .search__input {
    width: 100%;
    height: auto;
    border: 0px;
    position: relative;
    font-size: 11px;
    color: #bbbbbb;
    background-color: transparent;
}

.main-search #srch .search__input:focus,
.main-search #srch .search__input:focus-visible {
    border-color: transparent;
    outline: none;
}

.search__btn {
    display: flex;
    align-items: center;
    justify-content: center;
}
.search__btn::before {
    display: block;
    content: url(/local/templates/duma/css/../img/magnifier.svg);
    width: 17px;
    height: 15px;
}

.t-footer {
    display: grid;
    grid-template-columns: auto 1fr auto;
    grid-auto-flow: column;
    grid-gap: 10px;
    align-items: stretch;
    padding: 10px 20px;
    margin-top: 50px;
    margin-bottom: 5px;
    background: linear-gradient(to bottom, #fbfbfb 0%,#f3f3f3 100%);
    -webkit-box-shadow: -1px 1px 4px 1px rgba(34, 60, 80, 0.21);
    -moz-box-shadow: -1px 1px 4px 1px rgba(34, 60, 80, 0.21);
    box-shadow: -1px 1px 4px 1px rgba(34, 60, 80, 0.21);
}

.t-footer__left,
.t-footer__center,
.t-footer__right {
    display: grid;
    grid-template-columns: auto auto;
}

.t-footer__center {
    justify-content: center;
}

.t-footer__left,
.t-footer__center {
    border-right: 1px solid #fff;
}

/* .t-footer__center::after,
.t-footer__left::after {
    content: '';
    border-right: 1px solid #fff;
} */

.t-footer__center {
    /* margin: 0 auto; */
}
/* .footer-menu {
    margin-right: 30px;
} */


.duma-copy {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-right: 61px;
}

.duma-copy__logo {
    display: block;
    width: 46px;
    height: 58px;
    margin-right: 15px;
}
.duma-copy__text {
    color: #7e7e7e;
    font-size: 12px;
    padding: 0;
    margin: 0;
}

.akatan-copy {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.akatan-copy__logo {
    width: 46px;
    height: 46px;
    margin-right: 15px;
}

.akatan-copy__text,
.akatan-copy__text * {
    color: #8e8e8e;
    font-size: 9px;
    padding: 0;
    margin: 0;
}

.t-header__info {
    display: grid;
    align-items: center;
    justify-content: end;
    margin-top: 10px;
    margin-bottom: 8px;
}

.info-section__speed-button {
    display: grid;
    grid-gap: 5px;
    grid-auto-flow: column;
    text-align: right;
    justify-content: normal;
}
.info-section__curdate {
    color: #d73131;
    font-weight: bold;
    font-size: 11px;
    margin-top: 8px;
}

.main {
    display: grid;
    grid-template-columns: 165px 1fr 230px;
    grid-auto-flow: column;
    grid-gap: 20px;
}

.logo-txt {
    display: flex;
    flex-direction: row;
}

.logo-txt__txt {
  color: #d73131;
  padding: 0px 18px 20px 18px;
  display: block;
  font: 13pt sans-serif;
    font-weight: normal;
  text-decoration: none;
  margin-top: 6px;
  font-weight: bold;
  text-align: left;
}

.logo-txt__logo-img {
    height: 50px;
}

.menu-left::after {
    content: '';
    display: block;
    height: 17px;
    background-color: #e6e6e6;
}

.menu-right {
    margin-top: 10px;
}

.menu-right__symbols {
    display: flex;
    flex-direction: column;
    border-radius: 7px;
    background-color: #f5f5f5;
    -webkit-box-shadow: -3px 0px 3px 2px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: -3px 0px 3px 2px rgba(34, 60, 80, 0.2);
    box-shadow: -3px 0px 3px 2px rgba(34, 60, 80, 0.2);
}

.right-menu__symbols-head {
    text-shadow: #29465c 1px 1px 1px;
    background: #4d7e9f;
    color: #ffffff;
    text-align: center;
    font: 14px trebuchet MS,Verdana, Arial, Helvetica, sans-serif;
    padding-top: 10px;
    padding-bottom: 10px;
}

.right-menu__symbols-body {
    padding: 8px 10px 10px;
}

.symbols-list {
    list-style: none;
	margin: 0;
	padding: 0;
    display: grid;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
}

.symbols-list__link {
    display: flex;
    color: #000000;
    text-decoration: none;
}

.symbols-list__logo {
    display: block;
    width: 27px;
    height: 27px;
}

.symbols-list__logo_hover {
    display: none;
    width: 27px;
    height: 27px;
}

.symbols-list__name {
    display: block;
    margin-left: 4px;
    color: #000000;
}

.symbols-list__link:hover .symbols-list__logo {
    display: none;
}

.symbols-list__link:hover .symbols-list__logo_hover {
    display: block;
}

.symbols-list__link:hover .symbols-list__name {
    text-decoration: underline;
}

.menu-right__pochetnye-grazhdane {
    background: #4d7e9f;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    text-align: center;
    padding: 12px 4px;
    margin-top: 4px;
    -webkit-box-shadow: -3px 0px 3px 2px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: -3px 0px 3px 2px rgba(34, 60, 80, 0.2);
    box-shadow: -3px 0px 3px 2px rgba(34, 60, 80, 0.2);
}

.menu-right__pochetnye-grazhdane-link {
    text-shadow: #29465c 1px 1px 1px;
    color: #ffffff;
    font: 14px trebuchet MS,Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
}

.menu-right__news {
    display: flex;
    flex-direction: column;
    padding: 8px 8px 8px 30px;
    border-bottom-left-radius: 7px;
    background-color: #f5f5f5;
    border-top: 10px solid #4d7e9f;
    margin-top: 4px;
    -webkit-box-shadow: -3px 0px 3px 2px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: -3px 0px 3px 2px rgba(34, 60, 80, 0.2);
    box-shadow: -3px 0px 3px 2px rgba(34, 60, 80, 0.2);
}

.menu-right__item {
    text-shadow: #29465c 1px 1px 1px;
    background: #4d7e9f;
    color: #ffffff;
    text-align: center;
    font: 14px trebuchet MS,Verdana, Arial, Helvetica, sans-serif;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 7px;
    -webkit-box-shadow: -3px 0px 3px 2px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: -3px 0px 3px 2px rgba(34, 60, 80, 0.2);
    box-shadow: -3px 0px 3px 2px rgba(34, 60, 80, 0.2);
}

.menu-right__item .menu-right__link {
    text-decoration: none;
    color: #ffffff;
    text-align: center;
}

.menu-right__item:hover .menu-right__link {
    text-decoration: underline;
}

.left-menu-checkbox,
.left-menu-checkbox__btn {
    display: none;
}

.book__item {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-auto-flow: column;
    align-items: center;
}

#cookieBanner {
    position: fixed;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    left: 0;
    bottom: 0;
    z-index: 300;
    color: #fff;
}
.cookieContent {
    margin: 0 auto;
    width: 928px;
    padding: 15px 25px;
    font-family: Arial;
    font-size: 13px;
    color: #fff;
}
.cookieText {
    display: inline-block;
    width: 80%;
    line-height: 16px;
    cursor: default;
}
.cookieButton {
    padding: 10px 0;
    display: block;
    float: right;
}
#acceptCookies {
    display: inline-block;
    background-color: #4a9fdf;
    color: #fff;
    text-decoration: none;
    padding: 6px 18px;
    text-align: center;
    border-radius: 18px;
    font-weight: bold;
    cursor: pointer;
}

@media screen and (max-width: 992px) {
    .logo-txt.cities-headed__desc
    {
        display: none;
    }
    .logo-txt.cities-headed__mob {
        display: flex;
    }
    .t-header {
        margin-top: 50px;
    }
    .main {
        grid-template-columns: auto;
        grid-auto-flow: row;
    }
    .t-footer {
        grid-template-columns: auto;
        grid-auto-flow: row;
    }

    .t-footer__left, .t-footer__center, .t-footer__right {
        align-items: center;
        justify-content: center;
    }
    .menu-left {
        display: none;
    }

    .main-search {
        margin-right: 0;
    }

    .spcial-version__container {
        justify-content: center;
        padding: 0 10px;
    }
    
    .left-menu-checkbox__btn {
        display: grid;
        grid-auto-flow: column;
        background-color: #4d7e9f;
        padding: 12px 10px;
        color: #fff;
        grid-template-columns: 1fr auto;
    }
    
    .left-menu-checkbox__btn-icon {
        width: 22px;
        height: 10px;
        position: relative;
        transform: rotate(-90deg);
        transition: .4s;
    }
    .left-menu-checkbox__btn-icon::after,
    .left-menu-checkbox__btn-icon::before {
        position: absolute;
        content: '';
        border: 1px solid #fff;
        height: 10px;
    }

    .left-menu-checkbox__btn-icon::after {
        transform: rotateZ(45deg);
        left: 11px;
    }

    .left-menu-checkbox__btn-icon::before {
        transform: rotateZ(-45deg);
        left: 3px;
    }

    .left-menu-checkbox:checked ~ .left-menu-checkbox__btn {
        background-color: #4d7e9f;
    }

    .left-menu-checkbox:checked ~ .menu-left {
        display: block;
    }

    .left-menu-checkbox:checked ~ .left-menu-checkbox__btn .left-menu-checkbox__btn-icon {
        transform: rotate(0deg);
    }

    .main-section {
        max-width: 100vw;
    }

    .main-section__content {
        padding: 0 10px;
    }
    
    .cookieContent {
        width: 768px;
    }
}

@media (max-width: 800px) {
  .cookieContent {
      width: 600px;
  }
}

@media (max-width: 628px) {
  .cookieText {
      display: block;
  }
  .cookieContent {
      width: 100%;
  }
  .cookieButton {
      float: none;
  }
}

@media screen and (max-width: 600px) {
    .table-content {
        overflow-x: scroll;
        width: calc(100vw - 20px);
    }
    .table-wrap {
        overflow-y: scroll;
    }
    .table-wrap table {
        display: block;
        width: 100%;
    }
    .table-wrap thead, 
    .table-wrap tbody, 
    .table-wrap thead th {
        display: block;
    }
    .table-wrap tbody {
        width: auto;
        position: relative;
        overflow-x: auto;
    }
    .table-wrap td,
    .table-wrap th {
        padding: 10px 2px;
        box-sizing: border-box;
        overflow-x: hidden;
        overflow-y: auto;
        width: auto;
        font-size: 13px;
        text-overflow: ellipsis;
    }
    .table-wrap thead th {
        text-align: center;
    }
    .table-wrap tbody tr {
        display: block;
        height: auto !important;
    }
    .table-wrap td {
        display: block;
        text-align: center;
        height: auto!important;
    }
}

@media screen and (max-width: 480px) {
    .t-header__info {
        padding-left: 10px;
        padding-right: 10px;
    }
    .header-banner__container {
        grid-auto-flow: column;
        grid-auto-columns: auto auto;
    }
    .header-gerb {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .header-banner__text {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: center;
        padding: 0 10px;
    }
    
    .header-banner__text-img
    {
        margin-top: 15px;
        order: 1;
    }

    .symbols-list {
        grid-auto-flow: row;
    }

    .symbols-list__item {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 8px;
    }

    .t-header__menu {
        grid-template-columns: auto;
        justify-content: center;
    }
    .news #js-show-iframe-wrapper {
        min-width: 200px;
    }

    .news #js-show-iframe-wrapper .bf-2 {
        grid-template-columns: auto;
        grid-template-rows: auto;
    }
    .news #js-show-iframe-wrapper .bf-2__decor {
        grid-column: 1;
    }
    .header-banner__text-address
    {
        order: 2;
    }
    .header-banner__text-site
    {
        order: 3;
    }
}

@media screen and (max-width: 320px) {
    .news #e329fb40-widget-pos {
        height: 500px !important;
        width: 100% !important;
    }
}
/* End */


/* Start:/local/templates/duma/components/bitrix/menu/top_menu_adaptive/style.css?17606211784241*/
.main-menu__checkbox {
    display: none;
}

.main-menu__sub-menu-checkbox {
    display: none;
}
@media screen and (max-width: 992px) {
    .main-menu__btn {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 35px;
        height: 30px;
        cursor: pointer;
        transition: .4s;
    }
    .main-menu__icon {
        display: block;
        position: relative;
        background: white;
        width: 90%;
        height: 4px;
        transition: .4s;
    }
    .main-menu__icon::after, 
    .main-menu__icon::before {
        content: "";
        display: block;
        position: absolute;
        background: white;
        width: 100%;
        height: 4px;
        transition: .4s;
    }
    .main-menu__icon::after {
        top: 8px;
    }
    .main-menu__icon::before {
        top: -8px;
    }

    .main-menu {
        position: fixed;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding: 0 16px;
        top: 0;
        background-color: #4d7e9f;
        left: 0;
        right: 0;
        height: 50px;
        z-index: 9999999;
    }

    .main-menu__container {
        position: fixed;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        top: 50px;
        left: 0;
        right: 0;
        z-index: 999;
        height: 0;
        opacity: 1;
        transition: .5s;
        transition-delay: .2s;
        overflow: hidden;
        background-color: #4d7e9f;
    }

    .main-menu__list {
        grid-auto-flow: row;
        transition: .5s;
        transition-delay: .5s;
        list-style: none;
        padding-left: 0;
        margin-top: -50px;
        grid-auto-columns: max-content;
    }

    .main-menu__checkbox:checked ~ .main-menu__nav {
        opacity: 1;
        transition-delay: 0s;
    }
    .main-menu__checkbox:checked ~ .main-menu__container {
        height: 100%;
        transition-delay: 0s;
    }
    .main-menu__checkbox:checked ~ .main-menu__btn .main-menu__icon {
    background: transparent;
    }
    .main-menu__checkbox:checked ~ .main-menu__btn .main-menu__icon::before, 
    .main-menu__checkbox:checked ~ .main-menu__btn .main-menu__icon::after {
        top: 0;
    }
    .main-menu__checkbox:checked ~ .main-menu__btn .main-menu__icon::after {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
    .main-menu__checkbox:checked ~ .main-menu__btn .main-menu__icon::before {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }

    .main-menu__link-text {
        color: #ffffff;
    }
    .main-menu__sub-menu-btn {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        cursor: pointer;
    }
    .main-menu__sub-menu-icon {
        width: 22px;
        height: 10px;
        position: relative;
        transform: rotate(-90deg);
        transition: .4s;
    }
    .main-menu__sub-menu-icon::after,
    .main-menu__sub-menu-icon::before {
        position: absolute;
        content: '';
        border: 1px solid #fff;
        height: 10px;
    }

    .main-menu__sub-menu-icon::after {
        transform: rotateZ(45deg);
    }

    .main-menu__sub-menu-icon::before {
        transform: rotateZ(-45deg);
        left: 3px;
    }

    .main-menu__list-item {
        display: grid;
        grid-template-columns: 1fr auto;
        gap: 10px;
    }

    .main-menu__sub-menu {
        display: none;
        position: static;
        grid-column: 1/-1;
        flex-direction: column;
    }

    .select .main-menu__sub-menu {
        display: none;
        grid-auto-flow: row;
    }

    .main-menu__sub-menu-checkbox:checked ~ .main-menu__sub-menu {
        display: grid;
    }

    .main-menu__sub-menu-checkbox:checked ~ .main-menu__sub-menu-btn .main-menu__sub-menu-icon {
        transform: rotate(0deg);
    }

    .main-menu__sub-menu .main-menu__link:after {
        content: none;
    }

}
/* End */


/* Start:/local/templates/duma/components/bitrix/menu/left_menu_bot_adaptive/style.css?17604420251235*/
/* Left menu*/
.menu-left__item-title {
	background: #f5f5f5;
	padding: 5px 18px 5px 18px;
	text-align: center;
	font-size: 13px;
}

.menu-left__list {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative; /*IE bug*/
	-webkit-box-shadow: 0px 3px 3px 0px rgba(43, 105, 150, 0.18) inset;
	-moz-box-shadow: 0px 3px 3px 0px rgba(43, 105, 150, 0.18) inset;
	box-shadow: 0px 3px 3px 0px rgba(43, 105, 150, 0.18) inset;
}

.menu-left__item {
	list-style: none outside none;
	margin: 0px;
	padding: 0px;
	background: #6c9bbd;
	padding: 10px 18px 10px 18px;
	border-bottom: 1px solid #77a4c4;
}

.menu-left__item:first-child {
	box-shadow: 0px 3px 2px 0px rgba(50, 98, 130, 0.8) inset;
}

.menu-left__item-link {
	color: #ffffff;
	text-decoration: none;
	font: 14px trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	display: block;
}

.menu-left__item-link:visited {
	color:#BC262C;
}

.menu-left__item-link:hover {
	text-decoration: underline;
}


.menu-left__list .menu-left__item .selected:link, 
.menu-left__list .menu-left__item .selected:visited, 
.menu-left__list .menu-left__item .selected:active, 
.menu-left__list .menu-left__item .selected:hover
{
	color:#FC8D3D;
}
/* End */


/* Start:/local/templates/duma/components/bitrix/breadcrumb/bread-adaptive/style.css?1763108259369*/
.breadcrumb__container
{
	padding:0;
	margin: 4px 0;
	list-style:none;
	display: flex;
	align-items: center;
}

.breadcrumb__item
{
	padding: 0px 2px 0px 2px;
}

.breadcrumb__container *
{
	font-size: 11px;	
}

.breadcrumb__separator
{
	display: flex;
	align-items: center;
}

@media screen and (max-width: 992px) {
	.breadcrumb__container
	{
		margin: 4px 10px 0;
	}
}
/* End */


/* Start:/local/templates/duma/components/bitrix/news.list/block_ses_adaptive/style.css?1760448829196*/
.menu-right__news-date {
	color: #9c9e9f;
  	font-size: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.menu-right__news-link {
	color: #000000;
  	text-decoration: none;
	padding-bottom: 8px;
}

/* End */


/* Start:/local/templates/duma/components/bitrix/menu/bottom_menu_adaptive/style.css?1760621982655*/
.footer-menu {
	padding: 0 20px;
	display: flex;
  	align-items: center;
}

.footer-menu__list {
	list-style: none outside none;
  	text-align: center;
	display: grid;
	grid-auto-flow: column;
	grid-gap: 5px;
	padding: 0;
}

.footer-menu__list-item-text {
	color: #747474;
  	font-size: 11px;
}

.footer-menu__list-item::after {
	content: '';
	border-right: 1px solid #747474;
	margin-left: 10px;
}

.footer-menu__list-item:last-child:after {
	content: none;
}


@media screen and (max-width: 992px) {
    .footer-menu__list {
        grid-auto-flow: row;
    }
	.footer-menu__list-item::after {
		content: none;
	}
}
/* End */


/* Start:/local/templates/duma/styles.css?1713886992548*/
img {border:0 none;}

h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica,sans-serif; 
	margin:1.3em 0 1em;
	font-weight:normal;
	line-height:1.2;
}

h1 { font-size:200%; margin:0 0 1em; }
h2 { font-size:160%; }
h3 { font-size:140%; }
h4 { font-size:140%; }
h5 { font-size:120%; }
h6 { font-size:100%; }

hr, .hr 
{
	border-top:1px solid;
	display:block;
	font-size:1px;
	height:1px;
	line-height:1px;
	margin:12px 0;
	overflow:hidden;
	padding:0;
}

#workarea ol li, #workarea ul li { margin: 0.6em 0; }
#workarea ul { list-style-type: disc; }
/* End */


/* Start:/local/templates/duma/template_styles.css?176000928320183*/
* {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    /*color: #000000;*/
}
body, html {
  background-color: #ffffff;
  margin: 0px;
  padding: 0px;
}
body {
  /*padding: 0px 50px 0px 50px;*/
  /* width: 95%;
  margin: 0 auto; */
}
img {
  border: 0px;
}
a, a * {
  color: #71a1c1;
}
a:hover {
  text-decoration: none;
}
h1,h2,h3,h4 {
  margin: 5px 0px 0px 5px;
}
h1 {
  font-size: 0px;
}
h2 {
  font-size: 16px;
}
h3 {
  font-size: 14px;
  font-weight: normal;
}
table {
  width: 100%;
}
table, tr, td, th {
  margin: 0px;
  padding: 0px;
  border-collapse: collapse;
  outline: none;
  vertical-align: top;
}
hr {
 height: 1px;
 padding: 0;
 color: #99CCFF; 
 border: none;
 background-color: #71a1c1;
}
/*----------------------------------------------------------------------------*/
#main {
  margin: 0 auto;
  padding: 0px;
  min-width: 1150px;
  max-width: 1280px;
}
#header {
  /*background: #edf2f5 url(/local/templates/duma/img/vologda_top.jpg) no-repeat center center;*/
  height: 170px;
  width: 100%;
}
#header #header_left {
  width: 687px;
  background: #edf2f5 url(/local/templates/duma/img/vologda_top_left.jpg) no-repeat center right;
}
#header #header_right {
  width: 363px;
  background: #edf2f5 url(/local/templates/duma/img/vologda_top_right.jpg) no-repeat center left;
}
#header #header_center {
  background: #edf2f5 url(/local/templates/duma/img/vologda_top_filler.gif) repeat-x center center;
  font-size: 1px;
}
#logo {
  width: 450px;
  /*margin: 0 auto;*/
  margin: 0 0 0 auto;
  height: 135px;
  padding-top: 27px;
  position: relative;
  left: 200px;
}
#logo * {
  font-size: 9px;
  text-decoration: none;
  color: #000000;
  font: 11px trebuchet MS,arial;
}
#logo a:hover {
  text-decoration: underline;
}
#logo #logo_img {
  float: left;
  margin-right: 7px;
}
#logo .logo_text {
  margin: 5px 0px 0px 0px;
}
#logo #gor_duma {
  margin-top: 10px;
  margin-bottom: -7px;
}
#main #header_line {
  height: 9px;
  background: #3675a0 url(/local/templates/duma/img/top_line.gif) repeat-x top left;
  /*margin: 0px 1px 0px 1px;*/
}
#main #menu tr {
  height: 37px;
}
#main #menu #menu_left {
    background: #e2e2e3 url(/local/templates/duma/img/menu_left.gif) no-repeat top left;
    width: 26px;
}
#main #menu #menu_center {
  background: #e2e2e3 url(/local/templates/duma/img/menu_center.gif) repeat-x top left;
}
#main #menu #menu_right {
  background: #e2e2e3 url(/local/templates/duma/img/menu_right.gif) no-repeat top right;
  width: 17px;
}
#main #menu #menu_center ul {
  list-style: none outside none;
  margin: 0px;
  padding: 0px;
  float: left;
  padding-bottom: 8px;
  margin-top: 8px;
}
#main #menu #menu_center ul li {
  font: 16px Helvetica,Arial,sans-serif;
  display: inline;
}
#main #menu #menu_center ul li a {
  color: #212121;
  font: 15px trebuchet MS,arial;
  padding: 3px 10px 10px 10px;
  margin-right: 13px;
  text-shadow: #ffffff 1px 1px 1px;
  text-decoration: none;
}
#main #menu #menu_center #search {
  float: right;
  height: 20px;
  background: transparent url(/local/templates/duma/img/search_form.gif) no-repeat top right;
  margin-right: 20px;
  padding-bottom: 8px;
  margin-top: 8px;
}
#main #menu #menu_center #search div {
  float: left;
}
#main #menu #menu_center #search div input {
  width: 167px;
  height: 12px;
  border: 0px;
  position: relative;
  top: 2px;
  left: 6px;
  margin-right: 5px;
  font-size: 11px;
  color: #bbbbbb;
}
#main #menu #menu_center ul li a:hover, #main #menu #menu_center ul .sel a {
  color: #ffffff;
  background-color: #75a4c6;
  -webkit-border-radius:7px;
  -moz-border-radius:7px;
  -khtml-border-radius:7px;
  border-radius:7px;
  text-shadow: none;
  /*behavior: url(/local/templates/duma/border-radius.htc);*/
  /*behavior: url(/local/templates/duma/img/ie-css3.htc);*/
}
#main #menu #menu_center ul li div, #main #menu #menu_center ul .sel div {
  position: absolute;
  top: 213px;
  background: #75a4c6 url(/local/templates/duma/img/submenu_center.gif) repeat-x center right;
  height: 46px;
  margin-left: -5px;
  display: none;
}
#main #menu #menu_center ul .sel div {
  display: block;
}
#main #menu #menu_center ul li div span a, #main #menu #menu_center ul div .sel span a {
  color: #ffffff;
  text-shadow: none;
}
#main #menu #menu_center ul li div span a:hover, #main #menu #menu_center ul .sel div span a:hover {
  text-decoration: underline;
  background-color: transparent;
  -webkit-border-radius:0px;
  -moz-border-radius:0px;
  -khtml-border-radius:0px;
  border-radius:0px;
}
#main #menu #menu_center ul .sel div span a {
  background: transparent url(/local/templates/duma/img/submenu_delim.gif) no-repeat center left;
  margin: 0px;
  padding-left: 17px;
}
#main #menu #menu_center ul .sel div span a:first-child {
  background: transparent;
  padding-left: 3px;
}
#main #menu #menu_center ul .sel .menu_head_shadow {
  display: none;
}
#main #left_menu {
  padding-top: 50px;
  width: 202px;
}
#main #right_menu {
  width: 230px;
  padding-top: 10px;
}
#main #left_menu_top {
  width: 202px;
  padding-top: 50px;
}
#main #left_menu_top img {
  padding: 5px 12px 0px 15px;
}
#main #left_menu #first_menu {
  list-style: none outside none;
  margin: 0px;
  padding: 0px;
  background-color: #f5f5f5;
}
#main #left_menu #pre_first_menu {
  height: 7px;
  background-color: #4a7a9b;
  line-height: 7px;
  font-size: 7px;
}
#main #left_menu #first_menu li {
  padding: 10px 18px 10px 18px;
  background: transparent url(/local/templates/duma/img/left_menu_delim.gif) no-repeat top center;
}
#main #left_menu #first_menu li:first-child {
  background: none;
}
#main #left_menu #first_menu li a {
  color: #070707;
  text-decoration: none;
  font: 14px trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
  display: block;
  /*line-height: 14px;*/
}
/*#main #left_menu #first_menu li:hover, #main #left_menu #first_menu .sel_first, #main #left_menu #first_menu .sel_first:first-child {
  background: transparent url(/local/templates/duma/img/first_menu_bg.gif) no-repeat center left;
}
#main #left_menu #first_menu li:hover a, #main #left_menu #first_menu .sel_first a {
  color: #ffffff;
}*/
#main #left_menu #first_menu li:hover a, #main #left_menu #first_menu .sel_first a {
  text-decoration: underline;
}
#main #left_menu div.menu_head {
  height: 36px;
  background: #f5f5f5 url(/local/templates/duma/img/menu_head.gif) no-repeat center center;
  padding: 5px 18px 5px 18px;
  text-align: center;
  font-size: 13px;
}
#main #left_menu .menu_body {
  list-style: none outside none;
  margin: 0px;
  padding: 0px;
  background: #6c9bbd url(/local/templates/duma/img/menu_body.gif) repeat-x top left;
}
#main #left_menu .menu_body li {
  padding: 10px 18px 10px 18px;
  background: transparent url(/local/templates/duma/img/menu_body_delim.gif) no-repeat top center;
}
#main #left_menu .menu_body li:first-child{
  background: transparent;
}
#main #left_menu .menu_body li a, #main #left_menu .menu_body li:first-child a {
  color: #ffffff;
  text-decoration: none;
  font: 14px trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
  display: block;
  /*line-height: 14px;*/
}
/*#main #left_menu .menu_body li:hover, #main #left_menu .menu_body .sel_menu, #main #left_menu .menu_body .sel_menu:first-child {
  background: transparent url(/local/templates/duma/img/menu_body_sel.gif) no-repeat center left;
}
#main #left_menu .menu_body li:hover a, #main #left_menu .menu_body .sel_menu a, #main #left_menu .menu_body .sel_menu:first-child a {
  color: #070707;
}*/
#main #left_menu .menu_body li:hover a, #main #left_menu .menu_body .sel_menu a, #main #left_menu .menu_body .sel_menu:first-child a {
  text-decoration: underline;
}
#main #left_menu #link_ {
  list-style: none outside none;
  margin: 0px;
  padding: 0px;
  background: #6c9bbd url(/local/templates/duma/img/menu_body.gif) repeat-x top left;
  padding: 10px 18px 10px 18px;
}
#main #left_menu #link_ a {
  color: #ffffff;
  text-decoration: none;
  font: 14px trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
  display: block;
}
#main #left_menu #link_ a:hover  {
  text-decoration: underline;
}

#main #left_menu #after_menu {
  height: 17px;
  background-color: #e6e6e6;
}
#main #footer {
  margin-top: 50px;
  height: 87px;
  margin-bottom: 5px;
}
#main #footer #footer_left {
  width: 14px;
  background: #f5f5f5 url(/local/templates/duma/img/footer_left.gif) no-repeat center left;
}
#main #footer #footer_center {
  background: #f5f5f5 url(/local/templates/duma/img/footer_center.gif) repeat-x center right;
  vertical-align: middle;
}
#main #footer #footer_right {
  width: 13px;
  background: #f5f5f5 url(/local/templates/duma/img/footer_right.gif) no-repeat center right;
}
#main #after_footer_line {
  height: 14px;
  background: #437395 url(/local/templates/duma/img/footer_line.gif) repeat-x bottom center;
  margin: 0px;
  padding: 0px;
}
#main #footer #footer_center #tr_copy {
  width: 315px;
  height: 50px;
  border-left: 1px solid #ffffff;
  padding-left: 15px;
  vertical-align: middle;
}
#main #footer #footer_center #tr_copy * {
  vertical-align: middle;
  color: #8e8e8e;
  font-size: 9px;
}
#main #footer #duma_copy {
  padding-left: 12px;
  padding-top: 10px;
  border-right: 1px solid #ffffff;
  width: 200px;
  color: #7e7e7e;
  font-size: 12px;
}
#main #footer #duma_copy img {
  float: left;
  margin-right: 12px;
}
#main #footer #duma_copy span {
  font-size: 10px;
  color: #7e7e7e;
  position: relative;
  top: 5px;
}
#main #footer #footer_menu_center {
  list-style: none outside none;
  margin: 0px;
  padding: 0px;
  vertical-align: middle;
  text-align: center;
}
#main #footer #footer_menu_center li {
  display: inline;
  background: transparent url(/local/templates/duma/img/footer_menu_delim.gif) no-repeat bottom left;
  /*padding-left: 5px;*/
  padding-left: 10px;
  padding-right: 5px;
  height: 11px;
}
#main #footer #footer_menu_center li:first-child {
  background: transparent;
}
#main #footer #footer_menu_center li a {
  color: #747474;
  font-size: 11px;
}
#main #footer #footer_menu_center li a:hover, #main #footer #footer_menu_center .sel_menu a {
  text-decoration: none;
}
#main #main_col {
  padding: 15px;
  padding-top: 45px;
  font-size: 12px;
}
#main #main_col #content a, #main #main_col #content a * {
  color: #000000;
}
#main #main_col .news {
  margin-bottom: 0px;
}
#main #main_col .news_img {
  width: 135px;
  text-align: center;
  padding-right: 5px;
}
#main #main_col .news_date, .date {
  color: #9c9e9f;
  font-size: 10px;
}
#main #main_col .news_title {
  padding-top: 10px;
  padding-bottom: 15px;
}
#main #main_col .news_title a {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
}
#main #main_col .news_title a:hover {
  text-decoration: underline;
}
#main #main_col .pressa {
  margin-bottom: 0px;
}
#main #main_col .pressa_img {
  padding-top: 15px;
  width: 110px;
  text-align: center;
  padding-right: 5px;
}
#main #main_col .pressa_date, .date {
  color: #9c9e9f;
  font-size: 10px;
}
#main #main_col .pressa_title {
  padding-top: 10px;
  padding-bottom: 15px;
}
#main #main_col .pressa_title a {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
}
#main #main_col .pressa_title a:hover {
  text-decoration: underline;
}





#main #main_col .reception a {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
}
#main #main_col .reception a:hover {
  text-decoration: underline;
}
#main #main_col .reception_deputy a {
  color: #000000;
  text-decoration: none;
  font-size: 12px;
}
#main #main_col .reception_deputy a:hover {
  text-decoration: underline;
}
#main #main_col #page_title h1{
  margin-left: 100px;
  color: #4281ac;
  font: 19px trebuchet MS,Verdana, Arial, Helvetica, sans-serif;
  margin-bottom: 20px;
}
#main #main_col #page_glava {
  margin-left: 50px;
  color: #4281ac;
  font: 19px trebuchet MS,Verdana, Arial, Helvetica, sans-serif;
  margin-bottom: 20px;
}
#main #right_menu #speed_button {
  text-align: right;
}
#main #right_menu #speed_button a {
  padding-right: 8px;
  padding-left: 10px;
}
#main #right_menu #cur_date {
  /*color: #7f7f7f;*/
  color: #d73131;
  font-weight: bold;
  text-align: right;
  padding: 8px 8px 7px 0px;
  font-size: 11px;
}
#main #right_menu #login {
  text-align: right;
  padding-right: 8px;
  margin-bottom: 10px;
}
#main #right_menu #login * {
  font: 17px trebuchet MS,Verdana, Arial, Helvetica, sans-serif;
}
#main #right_menu #login {
  font-size: 16px;
  color: #888888;
}
#main #right_menu #login #reg {
  color: #205f8a;
  text-decoration: none;
}
#main #right_menu #login #in {
  color: #d73131;
  text-decoration: none;
}
#main #right_menu #login #reg:hover, #main #right_menu #login #in:hover {
 text-decoration: underline;
}
#main #right_menu .right_menu_head {
  text-shadow: #29465c 1px 1px 1px;
  background: #4d7e9f url(/local/templates/duma/img/right_block_head.gif) no-repeat top center;
  width: 230px;
  height: 28px;
  color: #ffffff;
  text-align: center;
  font: 14px trebuchet MS,Verdana, Arial, Helvetica, sans-serif;
  padding-top: 8px;
}
#main #menu .menu_head_shadow {
  color: #000000;
  font: 15px trebuchet MS,Verdana, Arial, Helvetica, sans-serif;
  position: absolute;
  cursor: pointer;
  margin-top: -1px;
  margin-left: -1px;
}
#main #right_menu .menu_head_shadow {
  color: #ffffff;
  font: 14px trebuchet MS,Verdana, Arial, Helvetica, sans-serif;
  position: absolute;
  margin-top: -2px;
  margin-left: -1px;
}
#main #right_menu .right_menu_body {
  background: #f5f5f5 url(/local/templates/duma/img/right_block_body.gif) repeat-y top center;
  width: 207px;
  color: #000000;
  padding: 8px 8px 2px 15px;
}
#main #right_menu .right_menu_body img {
  margin: 0px 4px 0px 5px;
}
#main #right_menu .right_menu_body .ex {
  margin-left: 0px;
}
#main #right_menu .right_menu_body a {
  color: #000000;
  text-decoration: none;
}
#main #right_menu .right_menu_body a:hover {
  text-decoration: underline;
}
#main #right_menu .right_menu_footer {
  background: #f5f5f5 url(/local/templates/duma/img/right_block_footer.gif) no-repeat top center;
  height: 8px;
  line-height: 8px;
  font-size: 8px;
  margin-bottom: 2px;
}
#main #right_menu .right_menu_footer_ {
  background: #f5f5f5 url(/local/templates/duma/img/right_block_footer.gif) no-repeat top center;
  height: 8px;
  line-height: 8px;
  font-size: 8px;
  margin-bottom: 10px;
}
#main #main_col #pager, #main #main_col #on_top {
  text-align: center;
  color: #535353;
}
#main #main_col #on_top {
  margin-top: 50px;
}
#main #right_menu #pochet_gr {
  background: #4d7e9f url(/local/templates/duma/img/pochet_bg.gif) no-repeat top center;
  width: 230px;
  height: 31px;
  text-align: center;
  margin-bottom: 2px;
  padding-top: 12px;
}
#main #right_menu #pochet_gr * {
  cursor: pointer;
}
#main #right_menu #pochet_gr a {
  text-shadow: #29465c 1px 1px 1px;
  color: #ffffff;
  font: 14px trebuchet MS,Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
}
#main #right_menu #pochet_gr a:hover {
  text-decoration: underline;
}

#main #right_menu #mparl {
  background: #4d7e9f url(/local/templates/duma/img/mparl_bg.gif) no-repeat top center;
  width: 230px;
  height: 48px;
  text-align: center;
  margin-bottom: 6px;
  padding-top: 8px;
}
#main #right_menu #mparl * {
  cursor: pointer;
}
#main #right_menu #mparl a {
  text-shadow: #29465c 1px 1px 1px;
  color: #ffffff;
  font: 14px trebuchet MS,Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
}
#main #right_menu #mparl a:hover {
  text-decoration: underline;
}

#main #right_menu #link__ {
  background: #4d7e9f url(/local/templates/duma/img/mparl_bg.gif) no-repeat top center;
  width: 230px;
  height: 31px;
  text-align: center;
  margin-bottom: 6px;
  padding-top: 10px;
}
#main #right_menu #link__ * {
  cursor: pointer;
}
#main #right_menu #link__ a {
  text-shadow: #29465c 1px 1px 1px;
  color: #ffffff;
  font: 14px trebuchet MS,Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
}
#main #right_menu #link__ a:hover {
  text-decoration: underline;
}

#main #right_menu #media {
  background: #4d7e9f url(/local/templates/duma/img/media.gif) no-repeat top center;
  width: 230px;
  height: 31px;
  text-align: center;
  margin-bottom: 2px;
  padding-top: 12px;
}
#main #right_menu #media * {
  cursor: pointer;
}
#main #right_menu #media a {
  text-shadow: #29465c 1px 1px 1px;
  color: #ffffff;
  font: 14px trebuchet MS,Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
}
#main #right_menu #media a:hover {
  text-decoration: underline;
}

#main #right_menu .block_right_line {
  height: 8px;
  font-size: 8px;
  line-height: 8px;
  background: #4d7e9f url(/local/templates/duma/img/spacer.gif) no-repeat center left;
}
#main #right_menu .right_menu_body .date {
  margin-bottom: 5px;
}
#main #right_menu .right_menu_body #pov_delim {
  padding: 0px;
  display: block;
  height: 2px;
  margin: 5px 0px 5px -10px;
}
#main #right_menu .right_menu_body #pov_arch, #main #right_menu .right_menu_body #pov_arch * {
  color: #ab5157;
}
#main #right_menu .right_menu_body ul {
  list-style: none outside none;
  margin: 0px;
  padding: 0px;
}
#main #right_menu .right_menu_body ul {
  list-style: none outside none;
  margin: 0px;
  padding: 0px;
}
#main #right_menu .right_menu_body li {
  padding: 8px 18px 8px 18px;
  background: transparent url(/local/templates/duma/img/left_menu_delim.gif) no-repeat top center;
}
#main #right_menu .right_menu_body li:first-child {
  background: none;
}
#main #right_menu .right_menu_body li:last-child {
  padding-bottom: 0px;
}
#main #right_menu .right_menu_body li a {
  color: #070707;
  text-decoration: none;
  font: 14px trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
  display: block;
}
#main #right_menu .right_menu_body li:hover a, #main #right_menu .right_menu_body .sel a {
  text-decoration: underline;
}
#main #right_menu #ex_pov {
  padding-left: 30px;
  width: 190px;
}
.special {
  float: right;
  margin-top: 1px;
}
.special-version {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.special-version__text {
  padding: 0;
  margin: 0;
  margin-right: 10px;
}
.special-version__icon {
  padding: 0 7px;
  margin-bottom: -2px;
}
.ie_corners_l, .ie_corners_r {
  line-height: 1px;
  font-size: 1px;
  width: 7px;
  height: 7px;
  position: absolute;
  background: transparent url(/local/templates/duma/img/corn_left.gif) no-repeat top left;
  margin-top: -3px;
}
.ie_corners_r {
  background: transparent url(/local/templates/duma/img/corn_right.gif) no-repeat top right;
  margin-left: -24px;  
}

.tab-section-container .tab-list {
    background: url("/local/templates/duma/img/horizontal-line.gif") no-repeat scroll right bottom transparent;
	height: 30px;
}
.tab-section-container ul.tab-list, ul.tab-list li {
    border: 0 none;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
ul.tab-list li {
    display: block;
    float: left;
    font-size: 12px;
    height: 30px;
    margin-right: 3px;
    overflow: hidden;
	border: 0 none;
    list-style: none outside none;
    margin: 0;
    padding: 0;
	margin-right: 5px;
}
ul.tab-list a span {
  color: #686868;
  background: url("/local/templates/duma/img/tabs.gif") repeat scroll left 60px transparent;
  display: block;
  margin-right: 13px;
  padding-left: 13px;
}
ul.tab-list a {
    background: url("/local/templates/duma/img/tabs.gif") repeat scroll right 60px transparent;
    color: #686868;
    display: block;
    font-weight: bold;
    line-height: 30px;
    text-decoration: none;
}
ul.tab-list a:hover {
  background: url("/local/templates/duma/img/tabs.gif") repeat scroll right 30px transparent;
  color: black;
}
ul.tab-list a:hover span {
  background: url("/local/templates/duma/img/tabs.gif") repeat scroll left 30px transparent;
  color: #444444;
}
ul.tab-list .active a, ul.tab-list .active a:hover {
    background: url("/local/templates/duma/img/tabs.gif") no-repeat scroll right 0 transparent;
}
ul.tab-list .active a span, ul.tab-list .active a span:hover {
    background: url("/local/templates/duma/img/tabs.gif") no-repeat scroll left 0 transparent;
    color: black;
}
#tab-body-container {
 background: url("/local/templates/duma/img/vertical-line.gif") no-repeat scroll left top transparent;
 padding: 10px;
}
#tab-body-container div.hde {
  display: none;
}
#tab-body-container div.active {
  display: block;
}
#font_ch {
  color: #4281AC;
  float: right;
}
#font_ch, #font_ch * {
  font-size: 11px;
}
#font_ch a {
  text-decoration: none;
  padding: 2px;
  margin-right: 3px;
}
#font_ch #font_avg {
  font-size: 12px;
}
#font_ch #font_big {
  font-size: 15px;
}
#font_ch a {
  border: 1px solid #ffffff;
}
#font_ch a:hover {
  border: 1px solid #4281AC;
}
#font_ch .used, #font_ch .used:hover {
  background-color: #4281AC;
  color: #ffffff;
  border: 0px;
}
#dep_srch {
  color: #d73131;
  padding: 0px 18px 20px 18px;
  display: block;
  font: 13pt sans-serif;
  text-decoration: none;
  margin-top: 6px;
  font-weight: bold;
  text-align: left;    
}
#dep_srch:hover {
  text-decoration: underline;
}
/* End */
/* /local/templates/duma/fancybox/jquery.fancybox.css?17138869923882 */
/* /local/templates/duma/fancybox/helpers/jquery.fancybox-buttons.css?17138869921817 */
/* /local/templates/duma/fancybox/helpers/jquery.fancybox-thumbs.css?1713886992717 */
/* /local/templates/duma/css/style.css?176416057916651 */
/* /local/templates/duma/components/bitrix/menu/top_menu_adaptive/style.css?17606211784241 */
/* /local/templates/duma/components/bitrix/menu/left_menu_bot_adaptive/style.css?17604420251235 */
/* /local/templates/duma/components/bitrix/breadcrumb/bread-adaptive/style.css?1763108259369 */
/* /local/templates/duma/components/bitrix/news.list/block_ses_adaptive/style.css?1760448829196 */
/* /local/templates/duma/components/bitrix/menu/bottom_menu_adaptive/style.css?1760621982655 */
/* /local/templates/duma/styles.css?1713886992548 */
/* /local/templates/duma/template_styles.css?176000928320183 */
