/** mobile **/
@media (max-width:1600px){
}
@media (max-width:1590px){
	.block_1:before {
	background-image: url(/wp-content/themes/voodootheme/images/strelka_ser.png);
    left: 45px;
	}
	.block_2:before {
		background-image: url(/wp-content/themes/voodootheme/images/strelka_ser.png);
		left: 165px;
	}
	.block_3:before {
		background-image: url(/wp-content/themes/voodootheme/images/strelka_golub.png);
		left: 295px;
	}
	.block_4:before {
		background-image: url(/wp-content/themes/voodootheme/images/strelka_ser.png);
		left: 420px;
	}
	.block_5:before {
		background-image: url(/wp-content/themes/voodootheme/images/strelka_ser.png);
		left: 558px;
	}
	.block_6:before {
		background-image: url(/wp-content/themes/voodootheme/images/strelka_golub.png);
		left: 701px;
	}
}
@media (max-width:1300px){
	.menu-item, .tel, .mail {
		    font-size: 16px;
	}
	.product h3 {
		margin: 10px 0 20px 0;
		height: 68px;
		font-size: 18px;
	}
}
@media (max-width:1200px){
	.products_row_grid {
		grid-template-columns: repeat(3, 1fr);
	}
	.mail {
		    padding: 0;
		border: 0;
	}
	.menu-item {
		margin-right: 15px;
	}
	.mainsl_text {
		left: 40px;
    right: 80px;
	}
	.news_unit .project_img {
    width: 180px;
	}
}
@media (max-width:999px){
	.content {
		width: 100%;
		padding-left: 20px;
        padding-right: 20px;
	}
	.sandwich {
		display: block;
		top: 0;
		margin-top: 14px;
		float: unset;
		position: absolute;
		right: 10px;
	}
	.c-hamburger {
			z-index: 10;
	  display: block;
	  position: relative;
	  overflow: hidden;
	  margin: 0;
	  padding: 0;
	  width: 56px;
	  height: 38px;
	  font-size: 0;
	  text-indent: -9999px;
	  appearance: none;
	  box-shadow: none;
	  border-radius: none;
	  border: none;
	  cursor: pointer;
	  transition: background 0.3s;
	  border-radius: 5px;
	}
	 
	.c-hamburger:focus {
	  outline: none;
	}
	.c-hamburger span {
	  display: block;
	  position: absolute;
	  top: 17px;
		left: 8px;
		right: 8px;
	  height: 3px;
	  background: #fff;
	}
	 
	.c-hamburger span::before,
	.c-hamburger span::after {
	  position: absolute;
	  display: block;
	  left: 0;
	  width: 100%;
	  height: 3px;
	  background-color: #fff;
	  content: "";
	}
	.c-hamburger span::before { background-color: #fff;}
	.c-hamburger span::after {background-color: #fff;width: 50%;}
	.c-hamburger span::before {
	  top: -10px;
	}
	 
	.c-hamburger span::after {
	  bottom: -10px;
	}

	.c-hamburger--htx {
	  background-color: unset;
		  position: absolute;
		right: 0;
	}
	 
	.c-hamburger--htx span {
	  transition: background 0s 0.3s;
	}
	 
	.c-hamburger--htx span::before,
	.c-hamburger--htx span::after {
	  transition-duration: 0.3s, 0.3s;
	  transition-delay: 0.3s, 0s;
	}
	 
	.c-hamburger--htx span::before {
	  transition-property: top, transform;
	}
	 
	.c-hamburger--htx span::after {
	  transition-property: bottom, transform;
	}

	.c-hamburger--htx.is-active {
	  background-color: unset;
	}
	 
	.c-hamburger--htx.is-active span {
	  background: none;
	}
	 
	.c-hamburger--htx.is-active span::before {
	  top: 0;
	  transform: rotate(45deg);
	  background-color: #fff;
	}
	 
	.c-hamburger--htx.is-active span::after {
	  bottom: 0;
	  transform: rotate(-45deg);
	  width: 100%;
	}
	 
	.c-hamburger--htx.is-active span::before,
	.c-hamburger--htx.is-active span::after {
	  transition-delay: 0s, 0.3s;
	}
	.line_1 {
		display: none;
	}
	.top-menu {
		display: none;
	position: absolute;
        left: 0;
        background-color: var(--main);
        top: 130px;
        width: 100%;
        padding: 20px;
	}
	.logo {
		left: 20px;
		height: 102px;
	}
	.line_2 {
		padding-left: 86px;
        padding-right: 0;
        padding-top: 55px;
	}
	.tel, .mail {
		margin-right: 0;
		margin-bottom: 10px;
		font-size: 20px;
    }
	.menu-item {
		margin-right: 0;
		margin-bottom: 20px;
		font-size: 20px;
		width: 100%;
	}
	.block_1 .form, .block_6 .form {
		position: unset;
		margin-top: 40px;
	}
	.main_slider {
		width: 100%;
	}
	.mainsl_img {
		height: auto;
		min-height: 400px;
	}
	h1, h2 {
    font-size: 32px;
	}
	.mainsl_text h2 {
		font-size: 28px;
	}
	.mainsl_text {
		left: 20px;
		right: 20px;
		bottom: 40px;
	}
	.slick-dots {
		position: unset;
    margin: 10px 0;
	}
	.form {
		    padding: 30px 20px;
	}
	.block_1 {
		padding-bottom: 10px;
	}
	.block_2_1 {
    display: block;
}
	.product {
		margin-right: 0;
	}
	.btn {
		font-size: 18px;
		height: 58px;
    line-height: 56px;
	}
	.btn2 {
		height: 58px;
    line-height: 56px;
	}
	.preim img {
    min-width: 55px;
    max-width: 55px;
	object-fit: contain;
}
.preim {
	font-size: 16px;
}
h3 {
    font-size: 22px;
}
.projects_row {
	grid-template-columns: repeat(1, 1fr);
	display: block;
}
.block_5 {
	padding-top: 0px;
}
.news_row {
	grid-template-columns: repeat(1, 1fr);
}
.news_unit .project_img {
	float: unset;
	display: block;
	margin: 0 auto 20px;
}
.project_title {
	width: 100%;
	display: inline-block;
}
#map {
    width: 100%;
	height: 100vw;
}
.contacts {
	margin: 30px 0;
}
.soc_icons {
    float: unset;
    margin: 0 auto;
    display: table;
}
.soc_icons a {
	margin: 0 10px;
}
.node-7 footer {
    position: unset;
	background-color: #285678;
}
footer {
	padding: 30px 0;
}
.company, .privacy {
    margin-right: 0px;
	width: 100%;
	display: inline-block;
	margin-bottom: 15px;
}
.products_row_grid {
        display: block;
    }
	.products_row_grid .product {
    margin: 0 0 20px;
    display: block;
}
.products_row_grid .product h3 {
	height: auto;
}
.post_title {
    margin-bottom: 25px;
}
.project {
	margin-bottom: 30px;
	display: block;
}
}