/** mobile **/
@media (max-width:1600px){
}
@media (max-width:1300px){
	.content {
		width: 100%;
		padding-left: 40px;
		padding-right: 40px;
	}
	.production img {
		max-width: 180px;
	}
	.production_opisanie {
		width: calc(100% - 180px);
	}
	.production {
		margin-bottom: 50px;
	}
}
@media (max-width:1200px){
	.production {
    margin: 0 15px 50px;
    width: calc(100% - 30px);
	height: auto;
	}
	.production_list_news .production {
		height: auto;
	}
}
@media (max-width:999px){
	.scrolled .head_1 {
    height: auto;
    padding: 20px;
}
	.post_title, h1 {
    font-size: 32px;
	margin-bottom: 25px;
	}
	.content {
		width: 100%;
		padding-left: 20px;
        padding-right: 20px;
	}
	.head_1 {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.adres, .top-menu, .top_kirpich {
		display: none;
	}
	.regular-pages {
    padding-top: 100px;
	padding-bottom: 40px;
	}
	header {
		background: var(--main);
	}
	.top_banner {
		padding: 20px;
		margin-bottom: 40px;
	}
	.top_banner p {
    font-size: 14px;
	margin-bottom: 0;
	}
	.today {
    font-size: 16px;
    font-weight: 600;
	line-height: 36px;
	}
	.logo {
		background-image: url(/wp-content/themes/voodootheme/images/logo_mini.png);
		width: 95px;
		height: 36px;
	}
	.logo span {
		display: none;
	}
	.sandwich {
		display: block;
		top: 20px;
        margin-top: 0;
		float: unset;
		position: absolute;
		right: 10px;
		z-index: 15;
	}
	.menu-item {
    margin-right: 0;
    width: 100%;
    margin-bottom: 10px;
}
.top-menu {
	margin-right: -15px;
}
	.menu-item a {
		width: 100%;
	}
	.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;
	}
	    .production_opisanie {
        width: 100%;
        padding: 20px 0;
    }
	.production_list_news .production {
    height: auto;
}
	.production {
		margin-bottom: 20px;
	}
	.row_with_links h1 {
    width: 100%;
    float: unset;
}
.row_with_links a {
	float: left;
	    margin-left: 0;
    margin-top: 0px;
    margin-bottom: 25px;
}
.company, .privacy {
    margin-right: 0;
	margin-bottom: 15px;
	display: inline-block;
	width: 100%;
}
#logo-voodoo {
    width: 130px;
    margin-top: 10px;
    float: left;
}
.consults_otvet {
	padding: 20px;
}
.content-mini {
	width: 100%;
}
.content .content-mini {
	padding-left: 0;
	padding-right: 0;
}
.close_form {
	right: 20px;
}
.shema_img {
	        width: calc(100% - 40px);
        height: auto;
        left: 20px;
        right: 20px;
        transform: unset;
}
#map {
    height: 100vw;
}
}