.wrapper-inner {

	    max-width: 1440px;
margin: auto;
margin-bottom: 60px;
}
.bggreen {
	color: #CAECE6;
	background-color:#CAECE6;
}
.content {
width: 1356px;
height: 219px;
background: #CAECE6;
border-radius: 15px;
}
.max14 {
	max-width: 1440px;
}
.zagspis {
	/* Территориальные органы власти */
font-style: normal;
font-weight: 500;
font-size: 36px;
line-height: 44px;
color: #000000;
text-align: center;
}

.gap70 {
	gap: 70px;
}
.period {
	    display: flex;
    flex-direction: column;
    gap: 10px;
}
.period h2{
	margin-bottom:0;
}
.inputbig {
	    border-radius: 0.5rem;
    padding: 0.5rem 1rem;
    min-height: 2.5rem;
    width: 94%;
    max-width: 100%;
    border: 0.0625rem solid rgb(130, 140, 153);
    background-color: white;
    font-size: 1rem;
    color: rgb(19, 21, 26);
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
}
.datach {
		    display: flex;
    flex-direction: column;
    gap: 10px;
}
.datach h2{
	margin-bottom:0;
}
input, textarea {
    background-image: linear-gradient(hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0));
}
button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
.inputbig:hover, .inputsm:hover {
    border-color: rgb(113, 121, 133);
    background-color: rgb(245, 246, 247);
}
.inputbig:hover:focus, .inputsm:hover:focus {
    border-color: rgb(0, 48, 153);
    background-color: white;
}
.inputbig:focus, .inputsm:focus {
    box-shadow: rgb(38, 132, 255) 0px 0px 0px 0.25rem;
    outline: none;
	border-color: rgb(0, 48, 153);
    background-color: white;
    box-shadow: rgb(38, 132, 255) 0px 0px 0px 0.25rem;
}
.err {
	border-color: rgb(231 16 16);
}

.zayavka {
    width: 100%;
    max-width: 46rem;
    padding: 32px 40px;
    border-radius: 24px;
    color: #13151A;
    background-color: #e8e8e8;
    text-align: left;
    box-sizing: border-box;
}
.zayavkawr {
	    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.gap15 {
	gap: 15px;
}
.gap5 {
	gap: 5px;
}
.gap8 {
	gap: 8px;
}
.inputsm {

    border-radius: 0.5rem;
    padding: 0.5rem 1rem;
    min-height: 2rem;
    width: 90px;
    max-width: 100%;
    margin-top: 0.5rem;
    border: 0.0625rem solid rgb(130, 140, 153);
    background-color: white;
    font-size: 1rem;
    color: rgb(19, 21, 26);
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
}
.povbut {
    padding-top: 0.8125rem;
    padding-left: 1.1875rem;
    padding-right: 1.1875rem;
    padding-bottom: 0.8125rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    background-color: #003099;
    border-color: #003099;
    color: white;
    border-radius: 0.5rem;
    border: 0.0625rem solid currentColor;
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.povbut:hover {
	background-color: #3162ce;
}
.boxpoint {
	    border-radius: 4px;
    background-color: #ececec;
        padding: 20px 16px 20px;

    display: flex;
    position: relative;
    outline: none;
    text-decoration: none;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

	    max-width: 938px;
    margin-right: 170px;
}
.box1 a {
		color: black;
		width: 100%;
		    display: flex;
    justify-content: center;
}
.boxpoint:hover {
	            background: #c8c8c8;
    color: #CC0029;
}
.box1 {
    align-items: center;
    margin-top: 60px;
	    margin-bottom: 60px;
}
.panel h4 {
	        font-size: 1.125rem;
        line-height: 1.333;
		font-weight: 600;
}
.panel p {
	font-size: 1rem;
    line-height: 1.5;
}
.pane span {
	font-size: 1rem;
    line-height: 1.5;
	color: #5D6570;
}
.map-section {
	margin-right: 20px;
	margin-left: 20px;
}
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
	animation: fadeEffect 1s;
	gap: 20px;
    flex-direction: column;
    background-color: rgb(51, 136, 255, .2);
    padding: 40px;
	flex-wrap: wrap;
}
@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}
.okrug {
	    height: 250px;
    flex-wrap: wrap;
	margin-left: 20px;
	margin-right: 20px;
	align-content: center;
    column-gap: 50px;
}
.okrug a{
color: black;	
}

.okrug a:hover{
color: #CC0029;	
}	
@media screen and (max-width: 730px) {
.filter-nav { 
background-color: unset!important;
margin-left: 10px;
        margin-top: 50px;
}	
.filter-nav__list {
flex-wrap: wrap;	
gap: 10px;
justify-content: center;
}	
.filter-nav__elem { 
background-color: #ececec;
    border-radius: 15px;
	padding: 8px!important;
}
.filter-nav__elem:before { 
display:none;
}
}	