/** mobile **/
@media (max-width:1600px){
}
@media (max-width:1400px){
}
@media (max-width:1280px){
	.content-main {
		padding-top: 590px;
	}
	.logo {
		height: 36px;
        background-size: cover;
        background-position: bottom;
        top: 115px;
	}
	#toTop {
		right: 30px;
	}
	.regular-pages {
		padding-top: 276px;
	}
	
}
@media (max-width:1100px){
	.menu-item {
		margin-right: 0;
	}
	    .content-main {
        padding-top: 540px;
    }
	.content-main {
		/*padding-top: 276px;*/
	}
	.product_text {
		padding: 25px 0;
	}
	.products > div {
		font-size: 20px;
		padding: 20px 25px;
	}
	.regular-pages {
		padding-top: 276px;
	}
}
@media (max-width:999px){
	.content {
		width: 100%;
		padding-left: 20px;
        padding-right: 20px;
	}
	.sandwich {
		display: block;
		top: 0;
		margin-top: 12px;
		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: #000;
	}
	 
	.c-hamburger span::before,
	.c-hamburger span::after {
	  position: absolute;
	  display: block;
	  left: 0;
	  width: 100%;
	  height: 3px;
	  background-color: #000;
	  content: "";
	}
	.c-hamburger span::before { background-color: #000;}
	.c-hamburger span::after {background-color: #000;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: #000;
	}
	 
	.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;
	}
	.tel_hide {
		display: none;
	}
	.head_1 .tel {
		line-height: 1.4;
	}
	.head_1 .head_right {
		margin-top: 15px;
	}
	.head_1  {
		height: 132px;
	}
	.head_2 .deviz {
		display: none;
	}
	.top-menu {
		display: none;
		padding: 10px 0 20px;
	}
	.head_3 {
		background: url(images/ricepaper3.png);
		        padding-bottom: 10px;
		padding-top: 20px;
	}
	.head_2 {
		display: none;
	}
	.polosa {
		display: none;
	}
	.menu-item {
		width: 100%;
	}
	.top-menu .menu-item a {
    line-height: 1.4;
	padding: 10px 0;
	}
	.top-menu .current-menu-item a, .menu-item a:hover {
		border: 0;
	}
	#menu-item-107, #menu-item-108 {
	display: inline-block;
}
.head_4 {
	display: none;
}
.content-main {
        padding-top: 276px;
    }
	.advantages_row {
		grid-template-columns: repeat(2, 1fr);
	}
	.products_row {
		grid-template-columns: repeat(1, 1fr);
	}
	.top-menu .menu-item a {
		border-bottom: 0;
	}
	.product {
		grid-template-columns: repeat(1, 1fr);
		gap: 30px;
		        overflow: hidden;
	}
	.product_text {
		padding: 0px 20px 30px;
	}
	.company {
		display: inline-block;
		width: 100%;
		margin:0 0 20px 0;
	}
	.privacy {
		display: inline-block;
		margin:0 0 15px 0;
	}
	footer .btn2 {
		margin-right: 0;
		margin-bottom: 20px;
	}
	#map {
    height: 400px;
}
#toTop {
    bottom: 37px;
}
}