/** mobile **/
@media (max-width:1600px){
}
@media (max-width:1400px){
}
@media (max-width:1300px){
	.tel {
		margin-left: 15px;
	}
	.top-menu {
		margin-left: 40px;
	}
	.menu-item a {
		font-size: 16px;
	}
}
@media (max-width:1200px){
	.tel2, .tel3 {
		display: none;
	}
	.left_menu {
		margin-right: 30px;
	}
	.products_block {
		width: calc(100% - 335px);
	}
}
@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;
	}
	.top-menu {
		display: none;
		padding: 20px 0;
		margin: 0;
	}
	.tel2, .tel3 {
        display: block;
    }
	.tels {
		float: unset;
		display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 1fr;
    gap: 10px;
	        width: 100%;
			text-align: center;
	}
	.tel {
		margin: 0;
		font-size: 11px;
	}
	.menu-item {
		margin: 0;
		width: 100%;
	}
	.content-main {
    padding-top: 121px;
}
	.show-map {
		display: none;
	}
	h1 {
    font-size: 28px;
	}
	.mainsl_over_block {
		display: none;
	}
	.post_title, h2 {
    margin-bottom: 25px;
	    font-size: 26px;
	}
	.form_1_line {
		grid-template-columns: repeat(1, 1fr);
		    gap: 0px;
	}
	.columns_2 {
		display: inline-block;
	}
	.block_4_left {
		margin-bottom: 30px;
	}
	.columns_5 {
		grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 1fr;
    gap: 20px;
	}
	.privacy, .company {
		margin: 0 0 15px 0;
		display: inline-block;
		width: 100%;
	}
	#toTop {
		right: 20px;
	}
	.content {
		width: 100%;
		max-width: 440px;
	}
	.regular-pages {
		padding-top: 141px;
	}
	.orient {
        /*display: block;*/
		grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: 1fr;
    gap: 0px;
    }
	#map {
		height: 70vw;
    max-height: 590px;
}
.bars {
    width: auto;
}
.bars-col {
	    width: calc(100% - 10px);
}
.bars-header a {
	    font-size: 22px;
    line-height: 1.2;
}
header{
	z-index: 100;
}
.left_menu, .products_block {
	width: 100%;
	margin: 0 0;
	float: unset;
}
.left_menu {
	margin-bottom: 30px;
}
.products_legend, .product_row {
	grid-template-columns: repeat(1, 1fr);
	gap: 10px;
	        margin-bottom: 0;
}
.mobile_hide {
	display: none;
}
}