/** mobile **/
@media (max-width:1800px){
}
@media (max-width:1600px){
	.top-menu > .menu-item {
		margin-right: 15px;
	}
	.tel {
		margin-right: 20px;
		font-size: 14px;
		line-height: 20px;
	}
	.mail_btn {
		margin-right: 20px;
	}
	.block_front h2 {
		font-size: 3.0vw;
	}
}
@media (max-width:1440px){
	.menu-item a {
		font-size: 12px;
	}
	.tel {
		font-size: 14px;
	}
	.block_front h2 {
		font-size: 2.5vw;
	}
}
@media (max-width:1320px){
	.logo {
		width: 116px;
		height: 31px;
		background-size: contain;
		background-position: center;
		    margin-top: 27px;
	}
	.mini_text {
		padding-left: 40px;
	}
	.side_cat_list {
		padding-left: 40px;
	}
	.side_1,.side_2,.side_3,.side_4,.side_5 {
		padding-left: 40px;
	}
	.sidebar {
    width: 505px;
	}
	.right_zone {
		    padding-left: 505px;
	}
	.block_front {
		padding-bottom: 120px;
		margin-bottom: 40px;
	}
	.node-7 .right_zone {
		min-height: 3220px;
	}
	.f1,.f2,.f3 {
    width: 33%;
	}
	#logo-voodoo {
		margin-top: 0;
		position: absolute;
		right: 40px;
		bottom: 80px;
	}
}
@media (max-width:1280px){
	.block_front h2 {
		font-size: 2.0vw;
		line-height: normal;
		    padding-top: 25px;
	}
	.vertical_text {
		    top: 147px;
	}
	.block_front .btn_arrow {
		margin-right: calc(10% + 20px);
	}
	.comp_col {
    width: 33%;
	margin-bottom: 30px;
	}
	.comp_col h3 {
    font-size: 20px;
    height: 50px;
	}
	.cols_company .bg_img {
		background-position: bottom;
	}
	.last_img {
		display: none !important;
	}
	.woocommerce_product {
    width: calc(50% - 30px);
	}
	.panel {
    padding: 40px 25px 28px;
}
.row_product {
    padding: 60px 20px 0;
}
.product_left_img {
	width: 100%;
	margin-bottom: 40px;
}
.product_right_text {
	width: 100%;
	padding-left: 0;
}
.product_page {
    padding: 30px 20px 0;
}
}
@media (max-width:1200px){
	.cat_block {
		width: calc(50% - 20px);
	}
	.tel {
		margin-top: 10px;
	}
	.logo {
		margin-top: 10px;
	}
	.mail_btn {
		margin-top: 12px;
	}
	.lang-menu .menu-item {
		margin-top: 12px;
	}
	.top-menu {
		margin-top: 15px;
	}
	.top-menu > .menu-item {
		margin-left: 15px;
		margin-right: 0px;
	}
	.side_cat_list > li {
    font-size: 18px;
	}
	.sidebar {
    width: 400px;
}
.right_zone {
		    padding-left: 400px;
	}
	.five_1_2 {
		display: none !important;
	}
	.five_1_1 span {
    font-size: 38px;
}
.five_1_1 span span {
    font-size: 42px;
}
.node-7 .right_zone {
    min-height: 3000px;
}
footer .rectangle_top_right {
	    width: calc(50% + 8px);
}
.orient {
    display: inline-block;
}
.sh_col1 {
	margin-bottom: 40px;
}
.sh_col1, .sh_col2 {
    width: 100%;
}
.cols_company h2 {
    font-size: 30px;
}
}
@media (max-width:999px){
	.sandwich {
		display: block;
		top: 50px;
		margin-top: 0;
		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: #005650;
	}
	 
	.c-hamburger span::before,
	.c-hamburger span::after {
	  position: absolute;
	  display: block;
	  left: 0;
	  width: 100%;
	  height: 3px;
	  background-color: #005650;
	  content: "";
	}
	.c-hamburger span::before { background-color: #005650;}
	.c-hamburger span::after {background-color: #005650;}
	.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: #005650;
	}
	 
	.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;
	}
	.top-menu {
		display: none;
		    position: absolute;
    background: #fff;
    top: 76px;
    left: 0;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
	}
	.container {
		padding-left: 20px;
		padding-right: 20px;
	}
	.tel {
    margin-top: 20px;
    width: 100%;
    padding-left: 20px;
}
.top-menu > .menu-item {
    margin-left: 0;
    margin-right: 0px;
    width: 100%;
    line-height: 40px;
}
#to_scroll{
    min-height: auto;
    position: unset;
}
.sidebar {
	width: 100%;
}
.node-7 .right_zone {
    min-height: auto;
    padding-left: 20px;
    width: 100%;
}
.vertical_text {
	display: none;
}
.mob_vertical_text {
	display: block;
	text-transform: uppercase;
    font-size: 12px;
}
h2 {
    font-size: 26px;
}
.block_front h2 {
    font-size: 22px;
    line-height: normal;
    padding-top: 0px;
    padding-left: 20px;
	margin-bottom: 12px;
	display: inline-block;
    width: 100%;
}
.block_front .btn_arrow {
    margin-right: auto;
    margin-top: 0;
    float: unset;
    margin-left: 20px;
    margin-bottom: 16px;
}
.rectangle_top_left,.rectangle_top_right,.rectangle_bottom_left,.rectangle_bottom_right {
	height: 41px;
}
.block_front {
	padding-top: 55px;
	padding-bottom: 55px;
	margin-bottom: 20px;
}
.block_1 .bg_img,.block_2 .bg_img,.block_3 .bg_img,.block_4 .bg_img {
	    background-size: 100%;
		background-size: cover;
}
.mini_text {
    padding-left: 20px;
}
.side_cat_list {
    padding-left: 20px;
    padding-right: 20px;
}
.side_cat_list li a span {
	font-size: 16px;
}
.side_1, .side_2, .side_3, .side_4, .side_5 {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;
    padding-bottom: 60px;
}
.side_1_treangle,.side_2_treangle {
	height: 45px;
}
.five_1_1 {
	width: 100%;
}
.five_1_1 br {
	display: none;
}
.side_5 {
    margin-top: 0px;
	padding-top: 0;
}
footer .rectangle_top_left, footer .rectangle_top_right {
	height: 41px;
	width: calc(51% + 4px);
}
footer {
	padding-top: 70px;
	padding-bottom: 50px;
}
.f1, .f2, .f3 {
    width: 100%;
    float: unset;
}
.f1 p {
    margin-bottom: 0;
    margin-top: 0;
}
#logo-voodoo {
	position: unset;
}
.post_title {
    font-size: 28px;
}
.top_panel {
	margin-bottom: 0;
}
.sh_col1 img {
	    margin: 50px 0;
}
.cols_company .rectangle_top_left,.cols_company .rectangle_top_right,.cols_company .rectangle_bottom_left,.cols_company .rectangle_bottom_right {
	height: 41px;
}
.cols_company {
	    padding: 55px 20px 30px;
}
.cols_company h2 {
    font-size: 22px;
}
.comp_col {
    width: 100%;
	padding-right: 0px;
	float: unset;
}
.comp_col h3 {
	    margin-left: 0;
		height: auto;
		line-height: 28px;
}
h3 {
	margin-bottom: 14px;
}
.cols_company .bg_img {
	height: 100%;
}
.cat_block {
    width: calc(100% - 20px);
}
.cat_block {
    padding: 45px 20px;
}
.volna_prod {
	background-image: unset;
}
.cat_bg {
    margin-bottom: 10px;
}
.cat_name {
	height: auto;
}
.seo_text {
    margin-top: 20px;
}
.regular-pages {
    padding-bottom: 40px;
}
.right_zone {
    padding-left: 0;
	max-width: 450px;
	margin-left: auto;
	margin-right: auto;
}
.side_color {
	position: relative;
	padding-bottom: 0;
}
.panel {
    padding: 30px 20px 28px;
}
h1 {
    font-size: 28px;
}
.page-title {
    margin-bottom: 20px;
}
.row_product {
    padding: 30px 20px 0;
}
.woocommerce_product {
    width: calc(100% - 30px);
	height: auto;
    overflow: unset;
	margin-bottom: 40px;
}
.woocommerce-loop-product__title {
    font-size: 18px;
    margin-top: 15px;
    height: auto;
    overflow: unset;
}
.woo_img_zone {
    height: auto;
    overflow: unset;
}
.woocommerce_product img {
	height: auto;
}
.woo_card_slider {
    height: auto;
}
.side_color .rectangle_bottom_left {
	display: none;
}
.sfera_card {
    width: calc(100% - 30px);
	    padding: 50px 20px;
}
h3 {
    font-size: 24px;
}
.sfera_img {
	margin-bottom: 15px;
}
.woocommerce-breadcrumb {
	line-height: 18px;
}
.wp-block-lazyblock-shahmatnyj-blok {
    padding: 0px 0;
	margin-bottom: 30px;
}
.current-menu-item a:after {
    width: 0%;
}
.menu-item a:hover:after {
    width: 0%;
}
.top-menu > .menu-item:hover a, .current-menu-item a {
	color: var(--orange);
}
.row .news_card {
    width: calc(100% - 30px);
}
.archive .news_title {
    height: auto;
    overflow: unset;
    padding-top: 12px;
}
.carrier-title {
	    padding: 15px 20px;
}
.carrier-title:after {
	    right: 20px;
}
.carrier-body {
	padding: 20px 20px 25px 20px;
    font-size: 16px;
	margin-bottom: 0;
}
.two_cols > div {
    width: 100%;
    padding: 30px 20px;
	margin-bottom: 30px;
}
.two_cols {
    display: inline-block;
	margin-bottom: 0;
}
#map {
    height: 67vw;
}
}