@media (max-width: 1080px) {
	.navigation .contacts {
		order: 1;
	}
	.navigation .menu {
		order: 2;
	}
	.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;
	}
	.mob_center {
		text-align: center;
	}
	.navigation .contacts {
		display: none !important;
	}
	.navigation .mob-phone {
		display: block;
		text-align: center;
		line-height: 30px;
	}
	.navigation .mob-phone a {
		font-weight: bold;
		font-size: 24px;
	}
	.navigation {
		height: 180px;
	}
	.top {
		padding-top: 135px;
	}
	.page > .wrapper {
		padding-top: 60px;
	}
	.top .desc {
		display: block;
	}
	
}

@media (max-width: 800px) {

	.answers .row {
		width: calc((100% - 60px) / 4);
	}

}

@media (max-width: 700px) {
	
	.top .img {
		margin: 15px 0 0 0;
		display: block;
		text-align: center;
	}
	.top .txt {
		display: block;
	}
	.chairman .table .t-text {
		width: 100%;
		padding: 0;
	}
	.chairman .table .t-image {
		display: none;
	}
	.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;
	}
	
}

@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;
	}
	
}

@media (max-width: 600px) {

	.navigation .mob-phone .sing {
		display: block;
		align-items: center;
	}
	.top {
		padding-top: 175px;
	}
	.page > .wrapper {
		padding-top: 100px;
	}

	.answers .row {
		width: calc((100% - 40px) / 3);
	}

}
@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;
	}
	
}
@media (max-width: 435px) {
	
	.navigation .mob-phone span {
		display: none;
	}
	
	.footer {
		padding: 20px 0;
	}

	.answers .row {
		width: calc((100% - 20px) / 2);
	}
	
}
@media (max-width: 360px) {
	

	
}