
body {
	background-color: #fff;
}

a {
	color: #0063b0;
	transition: all .3s ease;
}
a:hover {
	color: #0061D9;
}

h1 {
	font-size: 2rem;
	margin-bottom: 1.25rem;
}
h2 {
	font-size: 1.8rem;
}
h3 {
	font-size: 1.6rem;
}


.header-logo {
	padding: 1.5rem 0 1.5rem 100px;
}
.header-logo a, .navbar-logo a {
	white-space: nowrap;
	display: inline-block;
	color: #565552;
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 400;
	text-decoration: none;
}
.header-logo a{
	padding-top: 1.8rem;
}
.header-logo a:hover span, .navbar-logo a:hover span{
	color: #565552;
}
.header-logo img{
	width: 150px;
	float:left;
	margin-left: -62px;
	margin-right: 16px;
	margin-top: -2rem;
}
.navbar-logo img {
	float:left;
	margin-right: 16px;
}
.header-logo span, .navbar-logo span {
	white-space: nowrap;
	color: #363532;
	font-weight: 500;
	font-size: 1.2rem;
}

.breadcrumb{
	font-size: .85rem;
	padding-top: .5rem;
	padding-bottom: 1rem;
	margin-bottom: 0;
	--bs-breadcrumb-divider: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath d='M2.5 0L1 1.5 3.5 4 1 6.5 2.5 8l4-4-4-4z' fill='currentColor'/%3E%3C/svg%3E");
}
.breadcrumb a {
	color: #757575;
}
.breadcrumb a:hover {
	color: #0061D9;
}


.navbar {
	background-color: #eee;
	box-shadow: 0 6px 4px -4px rgba(0,0,0,.2);
	margin-bottom: 1rem;
}
.navbar-fixed {
	z-index: 1020;
	position:fixed;
	top:0;
	left:0;
	width:100%;
}
.navbar-logo {
	display: none;
	padding-left: 60px;
	padding-right: 30px;
	text-shadow: 1px 1px 1px #fff;
}
.navbar-logo img {
	width: 45px;
	margin-left: -40px;
}
.navbar-logo span {
	display: inline-block;
	font-weight: 500;
	font-size: .85rem;
	line-height: 1.1rem;
}
.navbar .navbar-nav .nav-link {
	color: #000;
	font-size: 1rem;
	text-shadow: 1px 1px 1px #fff;
	transition: color 0.3s linear; 
}
.navbar .navbar-nav .nav-link i, .navbar .navbar-nav .nav-link svg {
	margin-left: 4px;
	margin-top: 2px;
	color: #aaa;
	text-shadow: 1px 1px 1px #fff;
	transition: color 0.3s linear; 
}
.navbar .navbar-nav .nav-link:hover{
	color: #0063b0;
}
.navbar .navbar-nav .nav-link:hover i, .navbar .navbar-nav .nav-link:hover svg{
	color: #0063b0;
}
.navbar .navbar-nav .show>.nav-link{
	color: #0063b0;
}
.navbar .navbar-toggler {
	color: #fff;
	border: 0;
	outline: none;
	margin-left: .3rem;
}
.navbar .navbar-toggler:hover .navbar-caption {
	color: #0061D9;
}
.dropdown-menu {
	border-radius: 0;
	padding: 0;
	margin-left: -6px;
}
.show>.nav-link {
	color: #0063b0;
}
.navbar-nav>.nav-item>.dropdown-toggle::after {
	display:none;
}
.dropdown-item {
	white-space: normal;
	padding: .6rem 1.2rem .6rem .8rem;
	font-size: .95rem;
	line-height: 1.1rem;
	border-bottom: 1px solid #eee;
}
.dropdown-menu li:last-child>.dropdown-item {
	border-bottom: none;
}
.dropdown-item:hover{
	color: #0063b0;
}
.dropdown-item.active, .dropdown-item:active {
	color: #000;
	background-color: #eee;
}
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu a::after {
	transform: rotate(-90deg);
	position: absolute;
	right: 6px;
	font-size: 1rem;
	top: 1rem;
	color: #aaa;
	text-shadow: 1px 1px 1px #fff;
}
.dropdown-submenu .dropdown-menu {
	position: absolute;
	z-index: 1010;
	top: 0;
	left: 100%;
	margin-top: -1px;
	margin-left: 0;
	margin-right: 0;
}
.dropup > .dropdown-menu {
	top: auto;
	bottom: 0;
	margin-top: 0;
	margin-bottom: -1px;
}
.dropup a::after {
	transform: rotate(90deg);
}


.navbar .fa-home {
	margin-right: 10px;
	margin-left: 5px;
}
.navbar .fa-home, .fa-search {
	font-size: 1rem;
	line-height: 1rem;
	color: #aaa;
	transition: color 0.3s linear; 
}
.navbar-toggler {
	outline: none;
	margin: .3rem 0;
}
.navbar-toggler i, .navbar-toggler svg, .top-search-close {
	color: #aaa;
	transition: color .3s linear;
}
.navbar .fa-home:hover, .fa-search:hover, .navbar-toggler:hover i, .navbar-toggler:hover svg, .top-search-close:hover {
	color: #0061D9;
}
.navbar-caption {
	margin-left: 8px;
	color: #888;
	font-size: 1.2rem;
	text-shadow: 1px 1px 1px #fff;
	transition: color 0.3s linear; 
}
.nav-link-home {
	margin-top: 2px;
}
.nav-icon, .nav-link-home a {
	font-size: 1.1rem;
	line-height: 1rem;
}


.top-search{
	display: flex;
	position: absolute;
	overflow: hidden;
	z-index: 1010;
	width: 100%;
	width: 57px;
	top: 0;
	right: 0;
	padding: .4rem .4rem .4rem 1rem;
	background: #eee;
}
.top-search-input {
	display: none;
	width: 100%;
}
.top-search-close {
	position: absolute;
	padding: 8px;
	margin-top: .2rem;
	font-size: .8rem;
	right: 40px;
}
.top-search input {
	background: #eee;
	width: 100%;
	border: none;
	border-bottom: 3px solid #aaa;
	padding: 5px 0;
	outline: none;
	transition: all .3s ease;
}
.top-search input:focus {
	border-color: #0061D9;
}
.top-search .active{
	color: #0061D9;
}
.top-search .search-btn {
	padding: 8px;
}


.top-line {
	font-size: .85rem;
	background-color: #010b23;
	background: linear-gradient(to right, #010b23 60%, #1E3685 100%);
	padding: 0;
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 20;
}
.top-line-btn{
	height: 100%;
	position: relative;
	padding-right: 15px;
	padding-left: 15px;
	min-height: 36px;
	min-width: 170px;
	overflow: hidden;
	background: url(/templates/images/top-line-gerb.svg) center -20px no-repeat #6f2b2d;
	background-size: cover;
	color: #fff;
	z-index: 0;
}
.top-line-over {
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(51,50,50,.55);
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
	transition: all .3s ease;
}
.top-line-btn:hover .top-line-over {
	color: #fff;
	background: rgba(51,50,50,.25);
}
.top-line-content {
	text-shadow: 1px 1px 1px rgba(0,0,0,.6);
	position: relative;
	white-space: nowrap;
	z-index: 2;
}
.top-line-btn .icon {
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 18px;
	fill: currentColor;
}
.top-line-btn span{
	display: inline-block;
	vertical-align: middle;
	border-bottom: 1px dashed #fff;
	margin-left: 10px;
	transition: all .3s ease;
}
.top-line-right {
	~padding-right: 15px;
	display: flex;
	align-items: center;
	color: #fff;
}
.top-line-right a {
	color: #ddd;
	margin-left: 20px;
	transition: all 0.3s linear; 
	text-decoration: none;
}
.top-line-right a:hover{
	color: #fff;
}
.top-line-right i, .top-line-right svg{
	position: relative;
	font-size: 1.1rem;
	line-height: 1rem;
	top: 3px;
	margin-right: 6px;
	vertical-align: center;
}
.top-access a {
	color: #fff;
	min-height: 36px;
	padding: .5rem 20px;
	background: transparent;
	border-left: 1px solid rgba(255,255,255,.3);
	display: block;
	text-shadow: 1px 1px 1px #000;
}
.top-access a:hover{
	color: #fff;
	background-color: #0061D9;
}
.access-caption {
	display: none;
}


.social-icons{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.social-icons a{
	font-size: 1.8rem;
	color: #aaa;
	transition: color 0.3s linear; 
	margin-left: 1rem;
}
.social-icons a:hover{
	color: #0061D9;
}
.social-icons a.instagram:hover{
	color: #f54ea1;
}
.social-icons a.twitter:hover{
	color: #139fef;
}
.social-icons a.youtube:hover{
	color: #ff0000;
}
.social-text {
	font-size: .9rem;
	text-align: right;
	color: #888;
}


.block-column {
	padding: 1.5rem;
	background: rgba(255,255,255,.8);
	margin-bottom: 1.5rem;
}
.block-column:hover {
	background: #fff;
}


.container-header>.row {
	align-items: center;
}

.container-nav {

}

.container-index {
	padding: .5rem 0;
}
.index-clubs{
	text-align: center;
}
.index-clubs a{
	color: #000;
	font-size: 1rem;
	line-height: 1.2rem;
	display: inline-block;
	margin-bottom: 2rem;
	text-decoration: none;
}
.index-clubs a:hover{
	color: #0061D9;
}

.container-okrug {
	padding-top: 5rem;
	padding-bottom: 4rem;
	background: linear-gradient(to bottom, #6d92d9 0%, #cac8c0 100%);
	background-image: url(/templates/images/info/1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	transition:all 1.5s ease-in;
}
.container-okrug h3 {
	font-size: 1.2rem;
	margin: 1rem 0;
}
.container-okrug h2, .container-okrug h3 {
	text-shadow: 1px 1px 0 #fff;
}
.container-okrug .img-fluid {
	width: 100%;
}
.info-glava-btn a {
	margin-bottom: .7rem;
}
.info-glava-text {
	font-size: .9rem;
	line-height: 1.2rem;
	margin-bottom: 1.5rem;
}
.img-glava {
	margin-bottom: 1.2rem;
}
.img-gerb {
	text-align: center;
	margin-bottom: 1.25rem;
}
.img-gerb img {
	width: 80%;
	min-width: 50px;
	max-width: 150px;
}
.okrug-links {
	list-style: none;
}
.okrug-links a {
	text-decoration: none;
	color: #000;
	transition: all .3s ease;
}
.okrug-links a:hover {
	color: #0061D9;
}
.okrug-links li {
	margin-bottom: .5rem;
}
.okrug-links .list-icon, .okrug-uslugi .list-icon {
	color: #0063b0;
	position: absolute;
	text-align: center;
	width: 1.6rem;
	line-height: inherit;
}
.okrug-links .list-icon {
	margin-left: -2rem;
}
.okrug-uslugi .list-icon {
	margin-top: .75rem;
	margin-left: 10px;
}
.okrug-uslugi {
	
}
.okrug-uslugi .list-group-item {
	padding: 0;
	line-height: 1.3rem;
}
.okrug-uslugi .list-group-item>a {
	display: block;
	padding: .75rem .5rem .75rem 44px;
	color: #333;
	text-decoration: none;
}
.okrug-uslugi .list-group-item>a:hover {
	color: #0063b0;
	background-color: #eee;
}



.container-links {
	background-color: #eee;
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.container-links>.row {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.container-links .bottom-place {
	text-align: center;
}
.links-col{
	height: 100%;
	margin-bottom: 25px;
}
.links-ref{
	font-size: 1.2rem;
	line-height: 1.5rem;
	color: #333;
	text-decoration: none;
	min-height: 120px;
	display: block;
	height: calc(100% - 25px);
	background: #fff url(/templates/images/mosreg.png) 100% 80% no-repeat;
	padding: 1.5rem 3rem 1.5rem 1.5rem;
	box-shadow: 1px 4px 5px rgba(0,0,0,.2);
	transition: none;
}
.links-ref:hover {
	color: #fff;
	background-color: #0061D9;
	background-image: none;
}


.container-slider {
}

.content {
	padding: 0 0 30px 8px;
}
.content img {
	max-width: 100%;
	height: auto;
}


.aside {
	margin-bottom: 2rem;
}
.aside .list-group-item {
	padding: 0;
	line-height: 1.4rem;
}
.aside .list-group-item>a {
	display: block;
	padding: .5rem 1rem;
	color: #333;
	text-decoration: none;
}
.aside .list-group-item>a:hover {
	color: #0063b0;
	background-color: #eee;
}
.aside .list-group-item.active {
	color: #fff;
	background-color: #0063b0;
	border-color: #0063b0;
}
.aside .list-group-item.active a {
	color: #fff;
}
.aside .list-group-item.active a:hover {
	text-decoration: underline;
	background-color: #0063b0;
	border-color: #0063b0;
}
.aside .list-group ul {
	background: #eee;
	padding-left: 2rem;
	padding-right: .5rem;
	list-style: none;
}
.aside .list-group .list-icon {
	color: #0063b0;
	position: absolute;
	text-align: center;
	width: 1.6rem;
	line-height: inherit;
	margin-left: -1.6rem;
}
.aside .list-group ul ul .list-icon {
	color: #aaa;
}
.aside .list-group ul li {
	margin-top: .5rem;
	margin-bottom: .5rem;
	font-size: .95rem;
	line-height: 1.2rem;
}
.aside .list-group ul a {
	color: #333;
	text-decoration: none;
	transition: color .3s ease;
}
.aside .list-group ul a:hover {
	color: #0061D9;
	text-decoration: underline;
}


.modal-content {
	border-radius: 0;
}

#topModal .btn-close {
	float: right;
}
#topModal h2 {
	color: #0063b0;
	margin-bottom: .7rem;
}
#topModal .tab-content ul {
	list-style: none;
	padding: 0;
}
#topModal .tab-content li {
	margin-bottom: .7rem;
}
#topModal .tab-content a {
	font-size: .85rem;
	line-height: 1.2rem;
	color: #333;	
	transition: all 0.3s linear; 
}
#topModal .tab-content a:hover {
	color: #0063b0;
}
#topModal .nav-pills {
	margin: 0 auto;
	display: inline-flex;
	flex-wrap: nowrap;
	padding: 1px;
	border: 1px solid #0063b0;
	border-radius: .25rem;
	margin-top: 15px;
}
#topModal .nav-link {
	color: #0063b0;
	padding: .4rem;
}
#topModal .nav-pills .nav-link.active, #topModal .nav-pills .show>.nav-link {
	color: #fff;
	background-color: #0063b0;
}


.container-news .row, .container-news-other .row, .container-activity .row {
	margin: .5rem 0 1.75rem 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.container-news .news-item-img {
	float:left;
	margin-right: 20px;
}
.container-news-other .news-item-date {
	margin-top: .75rem;
}
.container-news-other .news-item-img {
	width: 100%;
	height: auto;
}
.container-news-other .news-item-link {
	display: block;
}
.container-news-other .news-item-link:hover {
	color: #fff;
	background: #0061D9;
}
.container-news-other .news-item-link:hover .news-item-date {
	color: #fff;
}
.container-news-other .news-item-padding {
	padding: .2rem .5rem 1rem 1rem;
}

.caption{
	margin-bottom: 1rem;
}
.caption h2 {
	font-size: 1.4rem;
}


.news-wrap {
	padding-left: 30px;
	padding-right: 0;
	align-items: flex-start;
}
.news-item {
	margin-bottom: 1.5rem;
}
.news-item-link {
	color: #000;
	text-decoration: none;
	transition: all .3s ease;
}
.news-item-link:hover {
	color: #0061D9;
}
.news-item-img {
	width: 220px;
	height: 160px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.news-item-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border: none;
}
.news-item-title {
	font-size: 1.2rem;
	line-height: 1.6rem;
	font-weight: 500;
}
.news-item-date {
	font-size: .95rem;
	color: #888;
	margin-bottom: 5px;
}
.news-item-cat {
	float:left;
	display: inline-block;
	font-size: .8rem;
	margin-right: 10px;
	color: #fff;
	text-decoration: none;
	background: #ccc;
	padding: 2px 7px;
	border-radius: 3px;
}


.news-main .news-item-title {
	margin: 1rem 0 1.5rem 0;
	font-size: 1.6rem;
	line-height: 2rem;
}
.news-main {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	align-self: flex-start;
}


.news-list .news-item {
	padding-left: 240px;
}
.news-list .news-item-img {
	float:left;
	margin-left: -240px;
}
.news-list .news-item-descr {
	margin: .5rem 0;
	font-size: .9rem;
	line-height: 1.4rem;
	color: #555;
}
.news-list .news-item-link:hover .news-item-descr {
	color: #555;
}


.pagination {
	margin-bottom: 1.5rem;
}
.pagination-name .page-link {
	background: #eee !important;
}
.page-link {
	color: #0063b0;
}
.page-item.active .page-link {
	background-color: #0063b0;
	border-color: #0063b0;
}

.carousel-caption{
	text-shadow: 1px 1px 1px #000;
	background: rgba(0,0,0,.5);
	right: 0;
	left: 0;
	bottom: 1rem;
	padding-left: 10%;
	padding-right: 10%;
	padding-bottom: 1rem;
}
.carousel-caption a{
	color: #fff;
	transition: all .3s ease;
}
.carousel-caption a:hover{
	color: #ddd;
}


#carouselTop {
	min-height: 90px;
}
#carouselTop {
	align-items: center;
	display: flex;
}
#carouselTop .carousel-item {
	text-align: center;
	line-height: 1.2rem;
	height: 400px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
#carouselTop a {
	text-decoration: none;
}
#carouselTop a:hover {
	text-decoration: none;
}
.carousel-item-text {
	color: #0063b0;
}
.carousel-item-link {
	display: inline-block;
	margin-left: 5px;
	color: #888;
	text-decoration: none;
	font-size: .9rem;
}


.news-page-info {
	display: flex;
	justify-content: space-between;
	margin-bottom: 1.2rem;
	font-size: .9rem;
	color: #888;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 5px;
}
.news-page-img {
	margin-top: .3rem;
	margin-bottom: 1.5rem;
}
.news-page-social {
	text-align: left;
}
.news-page-social-text {
	font-size: .9rem;
	color: #888;
	margin-bottom: .5rem;
}


.activity-list a {
	color: #000;
	transition: all .3s ease;
	text-decoration: none;
}
.activity-list a:hover {
	color: #0061D9;
}
.activity-list ul {
	list-style: none;
	margin-bottom: 1.5rem;
}
.activity-list li {
	font-size: 1rem;
	margin-bottom: .5rem;
}
.activity-name {
	margin-bottom: .75rem;
	padding-left: 32px;
}
.activity-name a {
	font-size: 1.1rem;
	color: #888;
}
.activity-icon {
	color: #0063b0;
	width: 1.6rem;
	font-size: 1.6rem;
	position: absolute;
	margin-left: -40px;
	margin-top: -5px;
}


.search-field {
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 20px;
	background: #eee;
	margin-bottom: 1.5rem;
}
.search-field .input-group-date {
	width: 150px;
}
.search-field .input-group-date-left {
	float: left;
	margin-right: 10px;
	margin-bottom: .5rem;
}


.uch .card{
	margin-bottom: 1.5rem;
}
.uch h4{
	font-size: 1.2rem;
	margin-top: 1rem;
}
.uch a{
	text-decoration: none;
}
.uch img{
	width: 100%;
}


.bottom-link {
	font-size: 1.2rem;
	color: #000;
	text-decoration: none;
	transition: color .3s ease, margin-left 1s;
}
.bottom-link i, .bottom-link svg{
	margin-left: 3px;
	color: #0063b0;
}
.bottom-link:hover i, .bottom-link:hover svg{
	margin-left: 10px;
	color: #0061D9;
}
.bottom-link:hover {
	color: #0061D9;
}


.container-footer {
	background: #010b23;
	background: linear-gradient(to right, #010b23 60%, #1E3685 100%);
}

.container-footer>.row {
	color: #fff;
	padding: 1.75rem 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.container-footer h4 {
	font-size: 1rem;
	margin-bottom: 1rem;
}
.container-footer ul {
	list-style: none;
	padding-left: 0;
}
.container-footer ul li {
	margin-bottom: .2rem;
}
.container-footer ul a {
	font-size: .9rem;
	color: #fff;
}
.container-footer p {
	margin-bottom: .5rem;
}
.container-footer a {
	text-decoration: none;
	border-bottom: 1px solid rgba(255,255,255,.5);
	color: #fff;
	transition: color .3s ease;
}
.container-footer a:hover {
	color: #0061D9;
	border: none;
}
.container-footer .social-icons a {
	border: none;
}
.footer-copyright {
	font-size: .95rem;
}
.footer-right {
	font-size: .95rem;
}
.footer-right .text-right {
	color: #fff;
	text-align: right;
}
.footer-contacts {
	padding-left: 1.6rem;
	margin-bottom: 1rem;
}
.footer-icon {
	position: absolute;
	margin-left: -25px;
}
.footer-nav {
	border-right: 2px solid rgba(255,255,255,.3);
}

.container-gosuslugi {
	display: flex;
	flex-wrap: nowrap;
}
.pos-gosuslugi {
	width: calc(100% - 350px);
	padding: 15px;
	border: 1px solid #e3e8ee; 
	border-radius: 5px; 
	margin-right: 20px;
	margin-bottom: 20px;
}
.pos-message {
	font-size: .85rem;
	line-height: 1.15rem;
	margin: 15px 0 0 0;
}
.pos-gosuslugi-2 {
	float:right;
	width:330px;
}


.slick-slide {
	width: 100%;
}
.slick-slide a {
	display: inline-block;
}
.slick-slide a:hover {
	border-color: #0061D9;
}
.slick-slide img {
	width: 100%;
	border: none;
}
.slick-nav{
	margin: 15px 0;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.slick-dots {
	margin-top: 2px;
}
.slick-dots li {
	border-radius: 13px;
	background: #d5d5d5;
	margin: 11px 0 0 8px;
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	width: 13px;
	height: 13px;
}
.slick-dots li.slick-active {
	background: #0061D9;
	cursor: default;
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.slick-arrows {
	margin-left: 20px;
}
.slick-arrows button {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-left: 1px;
	text-align: center;
	padding: 3px 5px;
	cursor: pointer;
	color: #888;
	border: 0;
	outline: none;
	background-color: #d5d5d5;
}
.slick-arrows button:hover {
	color: #fff;
	background-color: #0061D9;
}

.ruza-map img {
	width: 90%;
}
.map-label {
	transition: unset;
	position: absolute;
	display: block;
	color: #fff;
	background-color: #0061D9;
	text-decoration: none;
	font-size: .8rem;
	padding: .1rem .75rem;
	border-radius: 3px;
	text-shadow: 1px 1px 1px rgba(0,0,0,.5);
	border: 1px solid #fff;
}
.map-label:hover {
	color: #fff;
	background-color: #565552;
}

.document-list {
	margin-bottom: 1.5rem;
}
.document-list>div {
	border-bottom: 1px solid #ddd;
	padding: 10px 0 10px 80px;
}
.document-file {
	font-size: .95rem;
	line-height: 1.3rem;
	text-decoration: none;
	min-height: 80px;
}
.document-file a {
	text-decoration: none;
}
.document-icon {
	position: absolute;
	margin-left: -60px;
	margin-top: 10px;
	width: 60px;
}
.document-date {
	color: #888;
	font-size: .85rem;
	margin-top: .25rem;
}


.clearfix:before,
.clearfix:after {
	content: ".";    
	display: block;    
	height: 0;    
	overflow: hidden; 
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}


.all-pages {
	color: #333;
	margin: 15px 0;
	white-space: normal;
}
.all-pages .pagenum {
	display: inline-block;
	min-width: 30px;
	text-align: center;
	margin: 0 1px 1px 1px;
	padding: 2px 5px;
	border-radius: 3px;
	border: 1px solid #ccc;
}
.all-pages span.pagenum {
	background-color: #fff;
	border-color: #0063b0;
}
.all-pages a.pagenum {
	text-decoration: none;
	background-color: #e9ecef;
	color: #0063b0;
}
.all-pages a.pagenum:hover {
	color: #fff;
	text-decoration: none;
	background-color: #0063b0;
	border-color: #e9ecef;
}


.btn-primary {
	background-color: #0063b0;
	border-color: #0063b0;
	text-shadow: 1px 1px 1px rgba(0,0,0,.6);
}
.btn-outline-primary {
	border-color: #0063b0;
}
.btn-check:active+.btn-outline-primary, .btn-check:checked+.btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active {
	background-color: #0063b0;
	border-color: #0063b0 !important;
	text-shadow: 1px 1px 1px rgba(0,0,0,.6);
}


.index-banners{
	margin: 1.5rem 0;
}
.index-banners img {
	width: 100%;
	height: auto;
}


@media (min-width: 992px) {
	.container-fluid {
		padding-left: 4.5rem;
		padding-right: 4.5rem;
	}
	.dropdown-menu{
		min-width: 270px;
		max-width: 500px;
	}
	.nav-link>.dropdown-menu:before {
		content: ' ';
		position: absolute;
		width: 0;
		height: 0;
		left: 50px;
		top: -18px;
		border: 9px solid;
		border-color: transparent transparent #fff transparent;
	}
	.navbar .nav-item {
		margin-right: 10px;
	}
	#topModal .container-fluid {
		padding: 0;
	}

}

@media (min-width: 1100px) {
	.access-caption {
		display: inline-block;
	}
}

@media (max-width: 991px) {
	.container-news-other .news-item {
		margin-bottom: 0;
	}
	.container-news-other .caption {
		padding-top: 1rem;
	}
}

@media (max-width: 767px) {
	.top-line {
		display: none;
	}
	.social-icons a{
		font-size: 1.4rem;
	}
	.header-logo img{
		width: 70px;
		margin-left: -88px;
		margin-right: 16px;
		margin-top: -0.2rem;
	}
	.header-logo a{
		padding-top: 0;
		display: inline-block;
		font-size: .7rem;
		line-height: 1rem;
	}
	.header-logo span {
		margin-top: -1rem;
		font-size: .9rem;
	}
	.navbar {
		justify-content: flex-start; 
	}
	.navbar-nav {
		margin-top: .3rem;
	}
	.navbar-nav>.nav-item {
		margin: 0 1rem;
		border-top: 1px solid rgba(255,255,255,.5);
		border-bottom: 1px solid rgba(0,0,0,.2);
	}
	.navbar-nav>.nav-item>.nav-link {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.dropdown-menu {
		margin-left: 0;
	}
	.dropdown-submenu .dropdown-menu {
		position: relative;
		top: 0;
		left: 0;
		margin: -1px .8rem .3rem .8rem;
	}


	#carouselTop{
		display: none;
	}

	.news-main {
		position: static;
		top: auto;
	}
	.news-wrap {
		padding-left: 15px;
	}
	.news-wrap>div{
	 	margin-bottom: 2rem;
	}
	.news-wrap>.col-lg-4{
		padding-left: 0;
	}

	.container-gosuslugi {
		flex-wrap: wrap;
	}
	.pos-gosuslugi {
		width: 100%;
		margin-right: 0;
	}

	.container-okrug h3 {
		margin-top: 0;
	}

	.container-footer{
		padding-left: 15px;
	}
	.footer-right{
		font-size: .8rem;
	}

	.container-footer ul li {
		display: inline-block;
	}
	.container-footer ul li:after {
		content: " | ";
		color: rgba(255,255,255,.2);
		display: inline;
	}
	.container-footer ul li:last-child:after {
		content: "";
	}

	.content {
		padding-left: 0;
	}

	.footer-nav {
		border: none;
	}

}

@media (max-width: 575px) {
	.dropdown-menu{
		min-width: 230px;
	}
}

@media all and (min-width: 992px) {
	.navbar .nav-item>.dropdown-menu{ display: none; }
	.navbar .nav-item:hover>.nav-link, .dropdown-submenu>.dropdown-item:hover>.nav-link {   }
	.navbar .nav-item:hover>.dropdown-menu, .dropdown-submenu>.dropdown-item:hover>.dropdown-menu { display: block; }
	.navbar .nav-item>.dropdown-menu{ margin-top:0; }
}
