@media (max-width: 1120px) {
	
	.navigation {
		display: flex;
		align-items: center;
	}
	.navigation .wrapper + .wrapper {
		width: 110px;
		justify-content: flex-end;
	}
	.navigation ul {
		display: none;
		position: fixed;
		top: 0;
		right: 0;
		background: rgba(247, 247, 247, 1);
		padding: 20px 30px;
		z-index: 5;
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	}
	.navigation li {
		display: block;
		padding: 10px 0;
	}
	.navigation .openmenu {
		display: block;
	}
	
}

@media (max-width: 930px) {
	
	.res {
		width: calc(100% / 3);
	}
	
}

@media (max-width: 910px) {
	
	.chairman .table .t-text {
		width: 70%;
	}
	.chairman .table .t-image {
		width: 30%;
	}
	.archive li {
		width: calc(100% / 3);
	}
	.footer ul {
		padding: 10px 0;
	}
	.footer li {
		width: 50%;
		margin: 10px 0;
	}
	
}

@media (max-width: 800px) {

	.answers {
		display: block;
	}
	.answers .row {
		display: block;
	}

}

@media (max-width: 700px) {

	.top .desc {
		display: block;
	}
	.top .img {
		margin: 15px 0 0 0;
		display: block;
		text-align: center;
	}
	.top .txt {
		display: block;
	}
	.chairman .table > div {
		display: block;
	}
	.chairman .table .t-text {
		width: 100%;
		padding: 0;
	}
	.chairman .table .t-image {
		/*display: none;*/
		width: 100%;
		text-align: center;
	}
	.chairman .table .t-text .buttons {
		text-align: center;
	}
	.orgs li {
		float: left;
		width: 33.3%;
		padding: 10px;
	}
	.docs {
		background-image: none;
		padding: 0 30px 30px 30px;
	}
	.langs .link_tabs {
		width: 210px;
	}
	.langs .tabs {
		width: calc(100% - 240px);
	}
	.footer p {
		padding-bottom: 0px;
	}
	.mob_center {
		text-align: center;
	}
	
}

@media (max-width: 650px) {
	
	
	h1 {
		font-size: 24px;
		line-height: 30px;
	}
	h2 {
		font-size: 20px;
		line-height: 24px;
	}
	.langs .link_tabs {
		width: 100%;
		font-size: 0;
	}
	.langs .link_tabs li {
		width: 50%;
		display: inline-block;
		font-size: 16px;
		text-align: center;
	}
	.langs .tabs {
		width: 100%;
		word-wrap: break-word;
	}
	.archive li, .res {
		width: calc(100% / 2);
	}
	.footer {
		height: auto;
	}
	.footer p {
		padding-bottom: 30px;
	}
	
}
@media (max-width: 480px) {
	
	.chairman .buttons a + a {
		margin-left: 0px;
	}
	.orgs li {
		width: 50%;
	}
	.rows-input .middle {
		margin-left: 20px;
		width: calc(100% - 20px);
	}
	.rows-input .small {
		width: calc(50% - 20px);
	}
	.langs .link_tabs li {
		width: 100%;
	}
	.res > div {
		font-size: 16px;
	}
	.p-btn {
		text-align: center;
	}
	.btn {
		float: none !important;
		margin: 20px 0 20px !important;
	}
	
}