.template__separ.sitemap__container{
	border-bottom: none;
}

.form__window--item{
	width: 50%; }

.form__textarea--window{
	height: 190px;
    width: 50%;
	border: 1px solid #b7c4bc;
    border-radius: 2px; }

@media(max-width: 992px){
	.form__window--item{
		width: 70%; }
	
	.form__textarea--window{
		height: 160px;
    	width: 70%; }
}

@media(max-width: 768px){
	.form__window--item{
 		width: 100%; }
	
	.form__textarea--window{
		height: 130px;
    	width: 100%; } }

.window__list{
	list-style: none; }

.form__window--textarea{
	margin-bottom: 15px; }

/* Page electron appeal */
.form__electron--buttons{
	display: flex;
	width: 35%;
	justify-content: space-between; }

.form__group--electron{
	display: block;
	flex-direction: row;
	align-items: center; }

.form__group--electron input{
	margin-right: 5px; }

.form__electron--person, .form__electron--company{
	display: none; }

.form__group--electron label, .form__group--electron input{
	cursor: pointer; }

.electron__appeal--list li{
	list-style: none;
}

.section.news .pagination__list{
	padding: 0 16px; }

.table__grid td{
		width: 50%; }

@media(max-width: 992px){
	.form__electron--buttons{
	width: 60%; }
	.table__grid > tr, .table__grid td{
		display: block;
		width: 100%; }
}	
@media(max-width: 768px){
	.form__electron--buttons{
		flex-direction: column; }
}

.table__phone, .table__email{
	display: flex;
	align-items: center; }

.content .table__grid{
	min-width: 100%; }

.container__table{
	overflow: scroll; }

.template__aside-block .news__item{
	flex-direction: column;
	align-items: end; }

.template__aside-block .news__item-body{
	padding: 10px 0 0 0; }

.file__list{
	margin-top: 24px;
	margin-bottom: 24px; }

.file__list a{
	text-decoration: underline;
	text-decoration-color: #f3a310; }

.file__item{
	display: flex;
	white-space: nowrap;
	color: #111111;
	margin-top: 8px;
	font-size: 1rem;
    font-weight: 500;
    line-height: 1.2;
}

.file__item::before{
	content: "";
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-bottom: 1px dashed #ddd;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }

.file__item:hover{
	color: #004316;
    text-decoration: underline; }

.file__item-name {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    overflow: hidden; }

.file__item-icon {
	color: #f3a310;
    min-width: 24px;
    width: 24px;
    height: 24px;
    margin-left: 8px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 3; }

.file__item:hover .file__item-icon{
	color: #004316; }

.input--question{
	height: auto;
	resize: none; }

.portal__item-link{
	display: flex;
	justify-content:center; }

.portal__item-link .portal__item-img{
	width: 120px; }


.footer__portal.portal{
	width: 100%;
	flex-basis: 100%;
	max-width: 100%; }
