@media screen and (max-width: 1200px) {
	#header {
		height: 240px;
	}
	#logo {
		width: 200px;
		height: 163px;
		margin-left: -100px;
	}
	#title {
		top: 100px;
		width: 360px;
		margin-right: 100px;
		font-size: 16px;
	}
	#title strong {
		font-size: 24px;
	}
	#title_label {
		font-size: 14px;
	}
	#contacts_wrapper {
		top: 95px;
		width: 340px;
		margin-left: 120px;
	}
	#contacts_phone li {
		font-size: 20px;
	}
	#contacts_urls li {
		width: auto;
	}
	#contacts_urls li+li {
		margin-left: 15px;
	}
	#contacts_urls li a {
		margin-left: 14px;
	}
	#contacts_urls li a:before {
		left: -15px;
	}
	.news_wrapper {
		margin-right: -50px;
	}
	.news_wrapper.mini {
		margin-right: -30px;
	}
	.news_item {
		padding: 0 50px 30px 100px;
		min-height: 110px;
	}
	.news_item_image img {
		width: 80px;
		height: 80px;
	}
	.news_wrapper.mini .news_item {
		padding: 0 30px 20px 60px;
		min-height: 65px;
	}
	.news_wrapper.mini .news_item_image img {
		width: 45px;
		height: 45px;
	}
	.news_wrapper.mini .news_item_text {
		font-size: 13px;
	}
}
@media screen and (max-width: 960px) {
	#navi_positioner .navi_item a {
		padding: 9px 20px;
	}
	.subnavi_wrapper .subnavi_item a {
		padding: 8px 20px;
	}
	#header {
		height: 260px;
	}
	#logo {
		top: 60px;
		width: 160px;
		height: 130px;
		left: 20px;
		margin-left: 0;
	}
	#header:after {
		display: none;
	}
	#title {
		top: 80px;
		width: auto;
		margin-right: 0;
		font-size: 20px;
		left: 210px;
		right: 20px;
		text-align: left;
	}
	#title strong {
		font-size: 20px;
	}
	#title_label span {
	}
	#contacts_wrapper {
		top: 205px;
		width: auto;
		margin-left: 0;
		left: 20px;
		right: 20px;
		text-align: left;
		height: 40px;
		overflow: hidden;
	}
	#contacts_phone {
		display: inline-block;
		vertical-align: top;
	}
	#contacts_phone li {
		width: auto;
		padding-right: 30px;
	}
	#contacts_addr {
		display: inline-block;
		vertical-align: top;
		padding: 0 0 0 0;
		width: 200px;
	}
	#contacts_urls {
		display: inline-block;
		vertical-align: top;
		padding-top: 0;
	}
	#contacts_urls li {
		display: block;
		width: auto;
		padding-bottom: 6px;
	}
	#contacts_urls li+li {
		margin-left: 0;
	}
	#navi_wrapper {
		text-align: left;
	}
	.pre_gallery_wrapper .pre_gallery {
		width: 33.33%;
	}
	form.rows4 .pre_input {
		width: 50%;
	}
	form.rows4 .pre_input.textarea {
		width: 100%;
	}
	#people_wrapper .people_item img {
		width: 120px;
		height: 120px;
	}
	#people_wrapper .people_item .people_item_title {
		font-size: 22px;
	}
	#people_wrapper .people_item .people_item_title strong {
		font-size: 26px;
	}
	#people_wrapper .people_item .people_item_label {
		font-size: 16px;
	}
	#people_wrapper .people_item .people_item_rank {
		font-size: 13px;
	}
	#persons_wrapper .persons_item {
		width: 50%;
		max-width: 300px;
	}
	#persons_wrapper .persons_item img {
		width: 80px;
		height: 80px;
	}
}
@media screen and (max-width: 760px) {
	#contacts_urls {
		display: none;
	}
	#logo {
		left: -25px;
	}
	#title {
		left: 160px;
	}
	.news_item {
		width: 100%;
	}
	.news_wrapper.mini .news_item {
		width: 100%;
	}
	.pre_block_rows {
		margin: 0;
	}
	.pre_block_rows .pre_block_row {
		width: 100%;
		padding-right: 0;
	}
	.pre_block_rows .pre_block_row+.pre_block_row {
		padding-top: 40px;
		margin-top: 40px;
		border-top: 1px solid #e1e1e1;
		
	}
	.pre_block_rows .pre_block_row .pre_block_button {
		text-align: center;
	}
	.pre_block_rows .pre_block_row h5 {
		text-align: center;
	}
	#official .official_item {
		width: 50%;
	}
	#official {
		height: 460px;
	}
	#container:after {
		height: 480px;
	}
	#people_wrapper .people_item {
		width: 50%;
	}
	.pre_gallery_wrapper.mini .pre_gallery {
		width: 33.33%;
	}
	#vacancy_b {
		display: none;
	}
}
@media screen and (max-width: 600px) {
	#contacts_phone li+li {
		display:none;
	}
	#title {
		font-size: 16px;
		max-width: 280px;
	}
	#title strong {
		display: inline;
		font-size: 16px;
	}
	#title_label span {
		display: inline;
	}
	.pre_header1, h1 {
		font-size: 27px;
		padding-bottom: 40px;
	}
	.pre_header2, h2 {
		font-size: 24px;
		padding-bottom: 30px;
	}
	.pre_header3, h3 {
		font-size: 21px;
		padding-bottom: 30px;
	}
	.pre_header4, h4 {
		font-size: 18px;
		padding-bottom: 25px;
	}
	.pre_header5, h5 {
		font-size: 16px;
		padding-bottom: 20px;
	}
	.pre_button, .pre_button.large {
		display: block;
		padding-left: 10px;
		padding-right: 10px;
		margin: 0;
		font-size: 14px;
	}
	.pre_block_button .pre_button+.pre_button {
		margin-left: 0;
		margin-top: 10px;
	}
	.pre_gallery_wrapper .pre_gallery {
		width: 50%;
	}
	.pre_block {
		padding: 50px 20px 50px;
	}
	#footer p {
		display: none;
	}
	#twitter {
		padding-left: 0;
	}
	#contacts_list_wrapper .contacts_list_label {
		display: inline-block;
		vertical-align: top;
		width: 100%;
		box-sizing: border-box;
		padding: 12px 0 5px 0;
		text-align: center;
	}
	#contacts_list_wrapper .contacts_list_value {
		width: 100%;
		padding: 0 0 12px 0;
		text-align: center;
		border-left: none;
	}
	#contacts_list_wrapper .contacts_list_row+.contacts_list_row .contacts_list_value {
		border-top: none;
	}
	.floated-right, .floated-left {
		float: none;
		text-align: center;
		padding: 0 0 24px 0;
	}
	.pre_text blockquote {
		text-align: left;
	}
	.pre_text blockquote p {
		font-size: 16px;
	}
	form.rows4 .pre_input {
		width: 100%;
	}
	#persons_wrapper .persons_item {
		width: 100%;
		max-width: 300px;
	}
	.pre_text table tr td {
		padding: 7px 2px;
		font-size: 14px;
	}
}
@media screen and (max-width: 480px) {
	#header {
		height: auto;
	}
	#logo {
		display:none;
	}
	#title {
		top: auto;
		left: auto;
		right: auto;
		position: relative;
		padding: 80px 15px 15px 15px;
		max-width: 1000px;
		text-align: center;
	}
	#contacts_phone {
		display: block;
	}
	#contacts_phone li {
		width: auto;
		padding-right: 0;
		text-align: center;
		font-size: 15px;
	}
	#contacts_phone li span {
		font-size: 15px;
		display: inline;
		font-weight: normal;
		text-transform: none;
	}
	#contacts_wrapper {
		top: auto;
		left: auto;
		right: auto;
		position: relative;
		text-align: center;
		padding-bottom: 15px;
		height: auto;
		overflow: hidden;
	}
	#contacts_addr {
		display: block;
		width: auto;
		padding-top: 4px;
	}
	#contacts_addr span {
		display: none;
	}
	.news_wrapper {
		margin-right: 0;
	}
	.news_item {
		padding: 0 0 20px 0;
		min-height: 0;
		text-align: center;
	}
	.news_wrapper.mini {
		margin-right: 0;
	}
	.news_wrapper .news_item {
		padding: 0 0 20px 0;
		min-height: 0;
	}
	.news_item+.news_item {
		border-top: 1px solid #e1e1e1;
		padding-top: 20px;
	}
	.news_item_image {
		position: relative;
		top: auto;
		left: auto;
		padding-bottom: 15px;
	}
	.news_item_image img {
		border-radius: 50%;
	}
	.news_wrapper.mini .news_item {
	    padding: 0 0 20px 0;
	    min-height: 0;
	}
	.news_wrapper.mini .news_item+.news_item {
	    padding-top: 20px;
	}
	#press_promo_title {
		margin-top: 20px;
		margin-bottom: 30px;	
	}
	#press_promo_title span {
		display: block;
		padding: 0 0;
		font-size: 18px;
	}
	#people_wrapper .people_item {
		width: 100%;
	}
	.pre_text p {
		line-height: 1.5;
		font-size: 14px;
	}
	.pre_text ul {
		font-size: 14px;
	}
}
@media screen and (max-width: 420px) {
	#official .official_item_logo {
		width: auto;
		height: 80px;
		padding-bottom: 10px;
	}
	#official .official_item_logo img {
		max-width: 60px;
		height: auto;
	}
	#official .official_item_text {
		display: none;
	}
	#official .official_item_logo span {
		position: absolute;
		top: 80px;
		font-size: 14px;
	}
	#official .official_item {
		padding: 0 0 30px 0;
	}
	#official {
		height: 310px;
	}
	#container:after {
		height: 330px;
	}
	.pre_gallery_wrapper.mini .pre_gallery {
		width: 50%;
	}
}
@media screen and (max-width: 320px) {
	#contacts_addr em {
		display:block;
	}
	#contacts_phone li span {
		display: none;
	}
	.pre_gallery_wrapper .pre_gallery {
		width: 100%;
	}
	.pre_block {
		padding: 40px 15px 40px;
	}
	.pre_gallery_wrapper.mini .pre_gallery {
		width: 100%;
	}
}















