/** mobile **/
@media (max-width:1400px){
	.content {
    width: 100%;
	padding-left: 40px;
	padding-right: 40px;
	}
}
@media (max-width:1300px){
	.left_col, .center_col, .right_col {
    float: unset;
    width: 800px;
    margin: 0 auto;
}
.center_col {
	padding: 35px 0 30px;
}
}
@media (max-width:999px){
	.container, .content {
		padding-left: 20px;
		padding-right: 20px;
	}
	.head_1 {
    height: auto;
	padding-bottom: 5px;
}
.top-menu > .menu-item {
    line-height: 36px;
    margin: 0 10px;
}
.top-menu {
    padding: 7px 0;
}
.top_cont a {
    display: inline-block;
    margin-left: 0;
    line-height: 40px;
    float: left;
    width: 50%;
    font-size: 14px;
    margin-top: 5px;
}
.tel {
    font-weight: 400;
}
.front_image {
    height: 50vw;
}
.left_col, .center_col, .right_col {
    float: unset;
    width: 100%;
    margin: 0 auto;
}
.center_col {
    padding: 15px 0 10px;
}
.bot_menu .menu-item {
    font-size: 14px;
    margin-bottom: 17px;
}
	.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;
	}
}