#menu-button {
	width: 50px;
	height: 50px;
	border: 1px solid #fff;
	border-radius: 3px;
	padding: 11px 5px;
	position: absolute;
	top: 15px;
	left: 50%;
	margin: 0 0 0 -200px;
	cursor: pointer;
	z-index: 110;
	display: none;
	transition: all .5s linear 0s;
}
#menu-button i {
	display: block;
	height: 4px;
	background: #fff;
	margin: 0 0 7px;
	transition: all .5s linear 0s;
}
#menu-button.opened {
	background: rgba(255,255,255,.3);
}
#menu-button.opened i:nth-child(1) {
	transform: translateY(11px) rotate(45deg);
}
#menu-button.opened i:nth-child(2) {
	transform: scale(0,10);
	opacity: 0;
	border-radius: 100%;
}
#menu-button.opened i:nth-child(3) {
	transform: translateY(-11px) rotate(-45deg);
}
#menu-shadow {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,.5);
	z-index: 100;
	display: none;
}
#menu-shadow.opened {
	display: block;
}


@media only screen and (max-width:1430px){
	.container {
		min-width: 1200px;
	}
	.wrap {
		width: 1200px;
	}
	.left {
		width: 850px;
	}
	.main nav ul li {
		margin: 0 30px 0 0;
	}
	nav ul li {
		margin: 0 0 0 30px;
	}
	.main nav, .fixed nav {
		margin: 0 0 0 -500px!important;
	}
	.spectre ul li {
		width: 190px;
		height: 170px;
		margin: 0 10px 0 0;
	}
	.spectre ul li a {
		padding: 30px 40px 0;
	}
	.services {
		padding: 40px 0;
		background-size: cover;
	}
	.services section a {
		margin: 0 15px 30px!important;
	}
	.company section article, .company section ul, .company section div {
		width: 380px;
	}
	.company section div a img {
		width: 100%;
	}
	.company section > * a.button {
		width: 150px;
		margin: 20px 20px 0 0;
	}
	.map .wrap address {
		width: 400px;
	}
	.catalog ul li a {
		width: 380px;
		height: 270px;
		padding: 90px 30px 0;
	}
	.catalog ul li a img {
		width: 380px;
		height: 270px;
	}
	.catalog.two-cols ul li a {
		width: 585px;
		height: 270px;
	}
	.catalog.two-cols ul li a img {
		width: 585px;
		height: 270px;
	}
	.gallery li {
		width: 410px;
	}
	article img, .product img, .news-detail img {
		max-width: 100%;
		height: auto;
		
	}
}
@media only screen and (max-width:1240px){
	.container {
		min-width: 1000px;
	}
	.wrap {
		width: 1000px;
	}
	.main nav, .fixed nav {
		margin: 0 0 0 -380px!important;
	}
	#phones {
		display: none;
	}
	#search {
		display: none;
	}
	.top-banners a img {
		height: 280px;
	}
	.top-banners a {
		height: 280px;
		padding: 50px 50px 0;
	}
	.spectre ul li {
		width: 250px;
		margin: 0 10px 20px!important;
	}
	.company section article, .company section ul, .company section div {
		width: 460px;
	}
	.company section div {
		display: none;
	}
	.copyrights {
		float: none;
		margin: 0;
	}
	footer nav, .fixed footer nav, .main footer nav {
		text-align: left;
		margin: 10px 0!important;
	}
	nav ul li {
		margin: 0 30px 0 0;
	}
	.left {
		width: 720px;
	}
	.right {
		width: 250px;
		padding: 0 0 0 20px;
	}
	.right-news-list {
		padding: 40px 0 0 20px;
		margin: 0 0 0 -20px;
	}
	.right-news-list li img {
		width: 100%;
	}
	.right-news-list li a {
		font-size: 16px;
	}
	.catalog ul li a {
		width: 310px;
		height: 220px;
		padding: 70px 20px 0;
	}
	.catalog ul li a img {
		width: 310px;
		height: 220px;
	}
	.catalog.two-cols ul li a {
		width: 485px;
		height: 225px;
	}
	.catalog.two-cols ul li a img {
		width: 485px;
		height: 225px;
	}
	.prod-img a img {
		max-width: none;
		width: 400px;
	}
	.spectre.si ul li {
		margin: 0!important;
	}
	.gallery li {
		width: 345px;
	}
	.contacts .left {
		width: 550px;
	}
	.contacts .right {
		width: 400px;
	}
}
@media only screen and (max-width:1020px){
	.container {
		min-width: 700px;
	}
	.wrap {
		width: 700px;
	}
	.main nav, .fixed nav {
		margin: 0 0 0 -350px!important;
	}
	nav ul li {
		margin: 0 10px 0 0;
	}
	.main nav ul li {
		margin: 0 10px 0 0;
	}
	nav ul li div {
		width: 200px;
	}
	.main.fixed header .logo, .fixed header .logo {
		display: block;
		position: absolute;
		top: 5px;
		left: 50%;
		margin: 0 0 0 210px;
	}
	.top-banners a {
		display: block;
		width: auto;
		height: 150px;
		padding: 40px 0;
		border: 0!important;
		margin: 5px 0;
	}
	.top-banners a img {
		width: 100%;
		height: auto;
	}
	.company section article, .company section ul, .company section div {
		width: auto;
		padding: 0 20px;
		margin: 0 0 30px;
	}
	.left {
		float: none;
		width: auto;
	}
	.right {
		float: none;
		width: auto;
		padding: 0;
		border: 0;
		margin: 0 0 30px;
	}
	.right-news-list {
		display: none;
	}
	.catalog ul li {
		display: block;
		width: 450px;
		margin: 0 auto 30px!important;
	}
	.catalog ul li a {
		width: 450px;
		height: 320px;
	}
	.catalog ul li a img {
		width: 450px;
		height: 320px;
	}
	.catalog.two-cols ul li {
		width: 690px;
	}
	.catalog.two-cols ul li a {
		width: 690px;
		height: 320px;
	}
	.catalog.two-cols ul li a img {
		width: 690px;
		height: 320px;
	}
	.spectre.si ul li {
		width: 50%;
	}
	.gallery li {
		width: 335px;
	}
	.contacts .left {
		float: none;
		width: auto;
		margin: 0 0 30px;
	}
	.contacts .right {
		display: block;
		float: none;
		width: 80%;
		margin: 0 0 30px;
	}
}
@media only screen and (max-width:720px){
	.container, .main .container {
		min-width: 400px;
		padding: 100px 0 0;
	}
	.main .container {
		padding: 80px 0 0;
	}
	.wrap {
		width: 400px;
	}
	header, .main header {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
/*		background: none;*/
		transition: all .5s ease 0s;
		z-index: 100;
		box-shadow: 0 0 30px #0005;
		background: #0066b0;
	}
	.main header .wrap {
		height: 80px;
		padding: 25px 0 0;
	}
	header .logo, .main header .logo {
		display: block;
		width: 90px;
		height: 90px;
		font-size: 0;
		padding: 0;
		position: absolute;
		top: 5px;
		left: 50%;
		margin: 0 0 0 -45px;
	}
	header .logo i {
		width: 100%;
		height: 100%;
		background-size: 100% 100%;
		position: static;
	}
	#menu-button {
		display: block;
	}
	nav.wrap {
		position: fixed;
		top: 0;
		left: 50%;
		width: 400px;
		padding: 0!important;
		box-shadow: 0 0 30px #000;
		margin: 80px 0 0 -200px!important;
		display: none;
		z-index: 105;
	}
	nav.wrap.opened {
		display: block;
	}
	nav.wrap ul {
		background: #fff;
	}
	nav.wrap ul li {
		display: block;
		margin: 0;
	}
	nav.wrap ul li a {
		padding: 10px 20px;
		color: #000;
		border: 0;
		display: block;
	}
	nav.wrap ul li div {
		display: none!important;
		width: auto;
		padding: 0;
		position: static;
		box-shadow: none;
	}
	nav.wrap ul li div a {
		padding: 10px 40px;
	}
	.top {
		display: none;
	}
	.main.fixed header .logo, .fixed header .logo {
		margin: 0 0 0 -45px;
	}
	.top-banners a {
		padding: 20px;
	}
	.top-banners a span {
		font-size: 22px;
	}
	.spectre ul li {
		width: 190px;
		margin: 0 5px 10px!important;
	}
	.services section a {
		width: 400px;
		height: 260px;
		padding: 50px 20px;
		margin: 0 0 20px!important;
	}
	.map .wrap {
		position: static;
		transform: none;
	}
	.map .wrap address {
		position: static;
	}
	footer .wrap {
		padding: 20px 0 50px;
	}
	footer nav {
		display: none;
	}
	.dev {
		top: 60px;
	}
	.catalog ul li {
		width: 400px;
	}
	.catalog ul li a {
		width: 400px;
		height: 285px;
	}
	.catalog ul li a img {
		width: 400px;
		height: 285px;
	}
	.catalog.two-cols ul li {
		width: auto;
	}
	.catalog.two-cols ul li a {
		width: auto;
		height: 185px;
		padding: 40px 10px 0;
	}
	.catalog ul li a span {
		display: none;
	}
	.catalog.two-cols ul li a img {
		width: 100%;
		height: 185px;
	}
	.spectre.si ul li {
		width: auto;
		padding: 0 0 10px;
	}
	.news-list li img {
		float: none;
		display: block;
		margin: 0 0 10px;
	}
	.news-list li aside {
		margin: 0;
	}
	.gallery li {
		display: block;
		width: auto;
		margin: 0 0 30px;
	}
	.gallery-inner a {
		width: 50%;
	}
	.gallery-inner a img {
		width: 100%;
	}
	.contacts .right {
		width: auto;
	}
	.gallery-inner a {
		display: block;
		width: 100%;
	}
	.map {
		display:none;
	}
	.work iframe {
		width:400px;
		height:225px;
	}
	.gallery-inner iframe {
		width:400px;
		height:225px;
	}
}























