/*footer*/

@media screen and (min-width:1201px) {
	footer {
		background-color: #f8f8f8;
		height: 195px;
		width: 100%;
		margin-top: 50px;
	}
	.footer_container {
		max-width: 1200px;
		margin: 25px auto;
		padding: 36px 35px;
	}
	.footer_left {
		float: left;
		color: grey;
	}
	.footer_left #company_name {
		font-size: 20px;
		color: black;
	}
	.footer_left #company_address {
		font-size: 14px;
	}
	.footer_left #phone_number {
		font-size: 15px;
	}
	.footer_left #manager {
		font-size: 16px;
	}
	.footer_right {
		float: right;
		width: 530px;
		line-height: 200%;
	}
	.footer_right>div {
		float: right;
	}
	.footer_right a {
		text-decoration: none;
		color: gray;
	}
	.footer_right .footer_links .picture_links a {
		margin-left: 20px;
	}
	.footer_right .footer_links .picture_links a img {
		border: none;
	}
	.footer_right .footer_links .news_contacts {
		float: right;
		font-size: 13px;
	}
	.footer_right .copyright {
		font-size: 13px;
	}
	.footer_right .supports {
		font-size: 13px;
	}
}

@media screen and (min-width:1001px) and (max-width:1200px) {
	footer {
		width: 100%;
	}
	.footer_container {
		max-width: 1200px;
		margin: 25px auto;
		padding: 0 35px;
	}
	.footer_left {
		float: left;
		color: grey;
	}
	.footer_left #company_name {
		font-size: 20px;
		color: black;
	}
	.footer_left #company_address {
		font-size: 14px;
	}
	.footer_left #phone_number {
		font-size: 15px;
	}
	.footer_left #manager {
		font-size: 16px;
	}
	.footer_right {
		float: right;
		width: 500px;
		line-height: 200%;
	}
	.footer_right>div {
		float: right;
	}
	.footer_right a {
		text-decoration: none;
		color: gray;
	}
	.footer_right .footer_links .picture_links a {
		margin-left: 20px;
	}
	.footer_right .footer_links .picture_links a img {
		border: none;
	}
	.footer_right .footer_links .news_contacts {
		float: right;
		font-size: 13px;
	}
	.footer_right .copyright {
		font-size: 13px;
	}
	.footer_right .supports {
		font-size: 13px;
	}
}

@media screen and (min-width:601px) and (max-width:1000px) {
	footer {
		width: 100%;
	}
	.footer_container {
		max-width: 950px;
		margin: 25px auto;
		padding: 0 35px;
	}
	.footer_left {
		float: right;
		width: 400px;
		color: grey;
	}
	.footer_left #company_name {
		float: right;
		font-size: 18px;
		color: black;
	}
	.footer_left #company_address {
		float: right;
		font-size: 14px;
	}
	.footer_left #phone_number {
		float: right;
		font-size: 15px;
	}
	.footer_left #manager {
		float: right;
		font-size: 16px;
	}
	.footer_right {
		float: right;
		width: 600px;
		color: grey;
		line-height: 200%;
	}
	.footer_right>div {
		float: right;
	}
	.footer_right a {
		text-decoration: none;
		color: gray;
	}
	.footer_right .footer_links .picture_links a {
		margin-left: 20px;
	}
	.footer_right .footer_links .picture_links a img {
		width: 110px;
		margin: 5px 0 10px 0;
		border: none;
	}
	.footer_right .footer_links .news_contacts {
		float: right;
		font-size: 12px;
	}
	.footer_right .copyright {
		font-size: 12px;
	}
	.footer_right .supports {
		font-size: 12px;
	}
}

@media screen and (max-width:600px) {
	footer {
		width: 100%;
		font-size: 12px;
	}
	.footer_container {
		max-width: 600px;
		margin: 25px auto;
		padding: 0 35px;
	}
	.footer_left {
		min-width: 250px;
		color: grey;
	}
	.footer_left #company_name {
		color: black;
	}
	.footer_right {
		min-width: 250px;
		line-height: 200%;
	}
	.footer_right a {
		text-decoration: none;
		color: gray;
	}
	.footer_right .footer_links .picture_links a img {
		width: 80px;
		border: none;
	}
}